Skip to content

Console Output

Started by user Jonah Graham
Running as Jonah Graham
19:36:21 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained releng/build.Jenkinsfile from 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-79-0m340-5q48r-05ds1
Agent lsp4j-multi-build-main-79-0m340-5q48r-05ds1 is provisioned from template lsp4j-multi-build_main_79-0m340-5q48r
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/79/"
    runUrl: "job/lsp4j-multi-build/job/main/79/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "e9de72ca8f4f9fc6ece391d1927ed78058e897c1"
    jenkins/label: "lsp4j-multi-build_main_79-0m340"
  name: "lsp4j-multi-build-main-79-0m340-5q48r-05ds1"
  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-79-0m340-5q48r-05ds1"
    - 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-79-0m340-5q48r-05ds1"
    - 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-4.13.3"
    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-79-0m340-5q48r-05ds1 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.1'
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 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee (main)
 > 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 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee # timeout=10
Commit message: "Prepare repo for 0.19.0 development"
 > git rev-list --no-walk b09ea05ed28b6322037c465834406ee213425e9d # 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
19:37:11 [2022-11-10T00:37:11.779Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
19:37:12 [2022-11-10T00:37:12.822Z] + git status --ignored
19:37:12 [2022-11-10T00:37:12.823Z] HEAD detached at 1a193c9
19:37:12 [2022-11-10T00:37:12.823Z] nothing to commit, working tree clean
19:37:12 [2022-11-10T00:37:12.823Z] + git clean -dfx
19:37:12 [2022-11-10T00:37:12.823Z] + git reset --hard HEAD
19:37:12 [2022-11-10T00:37:12.823Z] HEAD is now at 1a193c9 Prepare repo for 0.19.0 development
19:37:12 [2022-11-10T00:37:12.823Z] + git status --ignored
19:37:12 [2022-11-10T00:37:12.823Z] HEAD detached at 1a193c9
19:37:12 [2022-11-10T00:37:12.823Z] 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
19:37:26 [2022-11-10T00:37:26.827Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
19:37:27 [2022-11-10T00:37:27.777Z] + echo /opt/tools/java/oracle/jdk-8/latest
19:37:27 [2022-11-10T00:37:27.778Z] /opt/tools/java/oracle/jdk-8/latest
[Pipeline] sh
19:37:28 [2022-11-10T00:37:28.591Z] + java -version
19:37:28 [2022-11-10T00:37:28.592Z] java version "1.8.0_202"
19:37:28 [2022-11-10T00:37:28.592Z] Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
19:37:28 [2022-11-10T00:37:28.592Z] Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] sh
19:37:29 [2022-11-10T00:37:29.692Z] + which java
19:37:29 [2022-11-10T00:37:29.692Z] /opt/tools/java/oracle/jdk-8/latest/bin/java
[Pipeline] sh
19:37:30 [2022-11-10T00:37:30.520Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
19:37:30 [2022-11-10T00:37:30.521Z] Downloading https://services.gradle.org/distributions/gradle-7.5.1-bin.zip
19:37:33 [2022-11-10T00:37:33.767Z] ...........10%............20%...........30%............40%...........50%............60%...........70%............80%...........90%............100%
19:37:35 [2022-11-10T00:37:35.140Z] 
19:37:35 [2022-11-10T00:37:35.140Z] Welcome to Gradle 7.5.1!
19:37:35 [2022-11-10T00:37:35.140Z] 
19:37:35 [2022-11-10T00:37:35.140Z] Here are the highlights of this release:
19:37:35 [2022-11-10T00:37:35.140Z]  - Support for Java 18
19:37:35 [2022-11-10T00:37:35.140Z]  - Support for building with Groovy 4
19:37:35 [2022-11-10T00:37:35.140Z]  - Much more responsive continuous builds
19:37:35 [2022-11-10T00:37:35.140Z]  - Improved diagnostics for dependency resolution
19:37:35 [2022-11-10T00:37:35.140Z] 
19:37:35 [2022-11-10T00:37:35.140Z] For more details see https://docs.gradle.org/7.5.1/release-notes.html
19:37:35 [2022-11-10T00:37:35.140Z] 
19:37:35 [2022-11-10T00:37:35.140Z] To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.5.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
19:37:37 [2022-11-10T00:37:37.040Z] Daemon will be stopped at the end of the build 
19:37:51 [2022-11-10T00:37:51.899Z] > Task :clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE
19:37:51 [2022-11-10T00:37:51.899Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE
19:37:53 [2022-11-10T00:37:53.281Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava
19:37:53 [2022-11-10T00:37:53.281Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources
19:37:53 [2022-11-10T00:37:53.281Z] > Task :org.eclipse.lsp4j.jsonrpc:classes
19:37:53 [2022-11-10T00:37:53.851Z] > Task :org.eclipse.lsp4j.jsonrpc:jar
19:38:01 [2022-11-10T00:38:01.948Z] > Task :org.eclipse.lsp4j.generator:generateXtext
19:38:03 [2022-11-10T00:38:03.451Z] > Task :org.eclipse.lsp4j.generator:compileJava
19:38:03 [2022-11-10T00:38:03.451Z] > Task :org.eclipse.lsp4j.generator:processResources
19:38:03 [2022-11-10T00:38:03.451Z] > Task :org.eclipse.lsp4j.generator:classes
19:38:03 [2022-11-10T00:38:03.451Z] > Task :org.eclipse.lsp4j.generator:jar
19:38:15 [2022-11-10T00:38:15.693Z] 
19:38:15 [2022-11-10T00:38:15.693Z] > Task :org.eclipse.lsp4j:generateXtext
19:38:15 [2022-11-10T00:38:15.694Z] 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)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 34 column : 74)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 64)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 40 column : 28)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 48 column : 29)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 48 column : 103)
19:38:15 [2022-11-10T00:38:15.694Z] 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 : 56 column : 73)
19:38:15 [2022-11-10T00:38:15.694Z] WARNING:The type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/SymbolInformationTypeAdapter.xtend line : 8 column : 8)
19:38:15 [2022-11-10T00:38:15.694Z] WARNING:The type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/SymbolInformationTypeAdapter.xtend line : 14 column : 18)
19:38:17 [2022-11-10T00:38:17.600Z] 
19:38:17 [2022-11-10T00:38:17.600Z] > Task :org.eclipse.lsp4j:compileJava
19:38:17 [2022-11-10T00:38:17.600Z] Note: Some input files use or override a deprecated API.
19:38:17 [2022-11-10T00:38:17.600Z] Note: Recompile with -Xlint:deprecation for details.
19:38:17 [2022-11-10T00:38:17.600Z] Note: Some input files use unchecked or unsafe operations.
19:38:17 [2022-11-10T00:38:17.600Z] Note: Recompile with -Xlint:unchecked for details.
19:38:17 [2022-11-10T00:38:17.600Z] 
19:38:17 [2022-11-10T00:38:17.600Z] > Task :org.eclipse.lsp4j:processResources
19:38:17 [2022-11-10T00:38:17.600Z] > Task :org.eclipse.lsp4j:classes
19:38:18 [2022-11-10T00:38:18.165Z] > Task :org.eclipse.lsp4j:jar
19:38:22 [2022-11-10T00:38:22.345Z] > Task :org.eclipse.lsp4j:javadoc
19:38:22 [2022-11-10T00:38:22.345Z] > Task :org.eclipse.lsp4j:javadocJar
19:38:22 [2022-11-10T00:38:22.345Z] > Task :org.eclipse.lsp4j:genSourcesManifest
19:38:22 [2022-11-10T00:38:22.345Z] > Task :org.eclipse.lsp4j:sourcesJar
19:38:22 [2022-11-10T00:38:22.345Z] > Task :org.eclipse.lsp4j:assemble
19:38:24 [2022-11-10T00:38:24.242Z] 
19:38:24 [2022-11-10T00:38:24.242Z] > Task :org.eclipse.lsp4j:generateTestXtext
19:38:24 [2022-11-10T00:38:24.242Z] WARNING: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 : 10 column : 8)
19:38:24 [2022-11-10T00:38:24.242Z] WARNING: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 : 30 column : 9)
19:38:24 [2022-11-10T00:38:24.242Z] 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)
19:38:24 [2022-11-10T00:38:24.242Z] 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)
19:38:24 [2022-11-10T00:38:24.242Z] 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)
19:38:24 [2022-11-10T00:38:24.242Z] 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)
19:38:24 [2022-11-10T00:38:24.242Z] WARNING: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 : 35 column : 39)
19:38:24 [2022-11-10T00:38:24.242Z] 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 : 54 column : 8)
19:38:24 [2022-11-10T00:38:24.242Z] WARNING: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 : 76 column : 8)
19:38:24 [2022-11-10T00:38:24.242Z] 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 : 245 column : 7)
19:38:24 [2022-11-10T00:38:24.242Z] 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 : 439 column : 9)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 440 column : 6)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 441 column : 6)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 442 column : 6)
19:38:24 [2022-11-10T00:38:24.243Z] WARNING: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 : 439 column : 30)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1051 column : 49)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1052 column : 6)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1053 column : 6)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1051 column : 65)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1444 column : 5)
19:38:24 [2022-11-10T00:38:24.243Z] 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 : 1543 column : 5)
19:38:24 [2022-11-10T00:38:24.243Z] 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)
19:38:24 [2022-11-10T00:38:24.243Z] 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)
19:38:24 [2022-11-10T00:38:24.243Z] 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)
19:38:25 [2022-11-10T00:38:25.174Z] 
19:38:25 [2022-11-10T00:38:25.174Z] > Task :org.eclipse.lsp4j:compileTestJava
19:38:25 [2022-11-10T00:38:25.174Z] Note: Some input files use or override a deprecated API.
19:38:25 [2022-11-10T00:38:25.174Z] Note: Recompile with -Xlint:deprecation for details.
19:38:25 [2022-11-10T00:38:25.174Z] 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.
19:38:25 [2022-11-10T00:38:25.174Z] Note: Recompile with -Xlint:unchecked for details.
19:38:25 [2022-11-10T00:38:25.174Z] 
19:38:25 [2022-11-10T00:38:25.174Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE
19:38:25 [2022-11-10T00:38:25.174Z] > Task :org.eclipse.lsp4j:testClasses
19:38:27 [2022-11-10T00:38:27.694Z] > Task :org.eclipse.lsp4j:test
19:38:27 [2022-11-10T00:38:27.694Z] > Task :org.eclipse.lsp4j:check
19:38:27 [2022-11-10T00:38:27.694Z] > Task :org.eclipse.lsp4j:build
19:38:27 [2022-11-10T00:38:27.694Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE
19:38:27 [2022-11-10T00:38:27.694Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava
19:38:27 [2022-11-10T00:38:27.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE
19:38:27 [2022-11-10T00:38:27.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes
19:38:27 [2022-11-10T00:38:27.695Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar
19:38:28 [2022-11-10T00:38:28.625Z] > Task :org.eclipse.lsp4j.debug:generateXtext
19:38:29 [2022-11-10T00:38:29.199Z] > Task :org.eclipse.lsp4j.debug:compileJava
19:38:29 [2022-11-10T00:38:29.199Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE
19:38:29 [2022-11-10T00:38:29.199Z] > Task :org.eclipse.lsp4j.debug:classes
19:38:29 [2022-11-10T00:38:29.456Z] 
19:38:29 [2022-11-10T00:38:29.456Z] > Task :org.eclipse.lsp4j.debug:jar
19:38:29 [2022-11-10T00:38:29.456Z] warning: Unused Import-Package instructions: [com.google.common.*] 
19:38:31 [2022-11-10T00:38:31.994Z] 
19:38:31 [2022-11-10T00:38:31.994Z] > Task :org.eclipse.lsp4j.debug:javadoc
19:38:31 [2022-11-10T00:38:31.994Z] > Task :org.eclipse.lsp4j.debug:javadocJar
19:38:31 [2022-11-10T00:38:31.994Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:sourcesJar
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:assemble
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:compileTestJava
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE
19:38:32 [2022-11-10T00:38:32.251Z] > Task :org.eclipse.lsp4j.debug:testClasses
19:38:34 [2022-11-10T00:38:34.166Z] > Task :org.eclipse.lsp4j.debug:test
19:38:34 [2022-11-10T00:38:34.166Z] > Task :org.eclipse.lsp4j.debug:check
19:38:34 [2022-11-10T00:38:34.166Z] > Task :org.eclipse.lsp4j.debug:build
19:38:35 [2022-11-10T00:38:35.112Z] > Task :org.eclipse.lsp4j.generator:javadoc
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:javadocJar
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:sourcesJar
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:assemble
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE
19:38:35 [2022-11-10T00:38:35.368Z] > Task :org.eclipse.lsp4j.generator:build
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble
19:38:37 [2022-11-10T00:38:37.267Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE
19:38:37 [2022-11-10T00:38:37.846Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava
19:38:37 [2022-11-10T00:38:37.846Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE
19:38:37 [2022-11-10T00:38:37.846Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses
19:38:39 [2022-11-10T00:38:39.864Z] > Task :org.eclipse.lsp4j.jsonrpc:test
19:38:39 [2022-11-10T00:38:39.864Z] > Task :org.eclipse.lsp4j.jsonrpc:check
19:38:39 [2022-11-10T00:38:39.864Z] > Task :org.eclipse.lsp4j.jsonrpc:build
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE
19:38:41 [2022-11-10T00:38:41.756Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.websocket:compileJava
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE
19:38:43 [2022-11-10T00:38:43.125Z] > Task :org.eclipse.lsp4j.websocket:classes
19:38:43 [2022-11-10T00:38:43.380Z] > Task :org.eclipse.lsp4j.websocket:jar
19:38:44 [2022-11-10T00:38:44.309Z] 
19:38:44 [2022-11-10T00:38:44.309Z] > Task :org.eclipse.lsp4j.websocket:javadoc
19:38:44 [2022-11-10T00:38:44.309Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketEndpoint.java:43: warning - Tag @link: reference not found: Launcher.Builder#setLocalService(Object) local service
19:38:44 [2022-11-10T00:38:44.309Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/src/main/java/org/eclipse/lsp4j/websocket/WebSocketEndpoint.java:43: warning - Tag @link: reference not found: Launcher.Builder#setRemoteInterface(Class) remote interface
19:38:44 [2022-11-10T00:38:44.310Z] 2 warnings
19:38:44 [2022-11-10T00:38:44.310Z] 
19:38:44 [2022-11-10T00:38:44.310Z] > Task :org.eclipse.lsp4j.websocket:javadocJar
19:38:44 [2022-11-10T00:38:44.310Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest
19:38:44 [2022-11-10T00:38:44.310Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar
19:38:44 [2022-11-10T00:38:44.310Z] > Task :org.eclipse.lsp4j.websocket:assemble
19:38:44 [2022-11-10T00:38:44.310Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE
19:38:44 [2022-11-10T00:38:44.566Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava
19:38:44 [2022-11-10T00:38:44.566Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE
19:38:44 [2022-11-10T00:38:44.566Z] > Task :org.eclipse.lsp4j.websocket:testClasses
19:38:45 [2022-11-10T00:38:45.495Z] > Task :org.eclipse.lsp4j.websocket:test
19:38:45 [2022-11-10T00:38:45.495Z] > Task :org.eclipse.lsp4j.websocket:check
19:38:45 [2022-11-10T00:38:45.495Z] > Task :org.eclipse.lsp4j.websocket:build
19:38:45 [2022-11-10T00:38:45.495Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE
19:38:45 [2022-11-10T00:38:45.751Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava
19:38:45 [2022-11-10T00:38:45.751Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE
19:38:45 [2022-11-10T00:38:45.751Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes
19:38:45 [2022-11-10T00:38:45.751Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar
19:38:46 [2022-11-10T00:38:46.679Z] 
19:38:46 [2022-11-10T00:38:46.679Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc
19:38:46 [2022-11-10T00:38:46.679Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/src/main/java/org/eclipse/lsp4j/websocket/jakarta/WebSocketEndpoint.java:43: warning - Tag @link: reference not found: Launcher.Builder#setLocalService(Object) local service
19:38:46 [2022-11-10T00:38:46.679Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/src/main/java/org/eclipse/lsp4j/websocket/jakarta/WebSocketEndpoint.java:43: warning - Tag @link: reference not found: Launcher.Builder#setRemoteInterface(Class) remote interface
19:38:46 [2022-11-10T00:38:46.680Z] 2 warnings
19:38:46 [2022-11-10T00:38:46.680Z] 
19:38:46 [2022-11-10T00:38:46.680Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar
19:38:46 [2022-11-10T00:38:46.680Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest
19:38:46 [2022-11-10T00:38:46.680Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar
19:38:46 [2022-11-10T00:38:46.680Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble
19:38:46 [2022-11-10T00:38:46.936Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE
19:38:46 [2022-11-10T00:38:46.936Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava
19:38:46 [2022-11-10T00:38:46.936Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE
19:38:46 [2022-11-10T00:38:46.936Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses
19:38:47 [2022-11-10T00:38:47.867Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test
19:38:47 [2022-11-10T00:38:47.867Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check
19:38:47 [2022-11-10T00:38:47.867Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build
19:38:49 [2022-11-10T00:38:49.760Z] 
19:38:49 [2022-11-10T00:38:49.761Z] > Task :org.eclipse.lsp4j:signJar
19:38:49 [2022-11-10T00:38:49.761Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar
19:38:49 [2022-11-10T00:38:49.761Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:49 [2022-11-10T00:38:49.761Z] 
19:38:49 [2022-11-10T00:38:49.761Z]     1060829 bytes uploaded, 1141476 bytes downloaded (1.549 s)
19:38:49 [2022-11-10T00:38:49.761Z] 
19:38:49 [2022-11-10T00:38:49.761Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar
19:38:49 [2022-11-10T00:38:49.761Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar
19:38:49 [2022-11-10T00:38:49.761Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:50 [2022-11-10T00:38:50.691Z] 
19:38:50 [2022-11-10T00:38:50.691Z]     895441 bytes uploaded, 983268 bytes downloaded (1.264 s)
19:38:50 [2022-11-10T00:38:50.692Z] 
19:38:50 [2022-11-10T00:38:50.692Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar
19:38:50 [2022-11-10T00:38:50.692Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar
19:38:50 [2022-11-10T00:38:50.692Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:52 [2022-11-10T00:38:52.060Z] 
19:38:52 [2022-11-10T00:38:52.060Z]     1408203 bytes uploaded, 1461773 bytes downloaded (1.355 s)
19:38:52 [2022-11-10T00:38:52.060Z] 
19:38:52 [2022-11-10T00:38:52.060Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar
19:38:54 [2022-11-10T00:38:54.579Z] 
19:38:54 [2022-11-10T00:38:54.579Z] > Task :org.eclipse.lsp4j.debug:signJar
19:38:54 [2022-11-10T00:38:54.579Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar
19:38:54 [2022-11-10T00:38:54.579Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:54 [2022-11-10T00:38:54.579Z] 
19:38:54 [2022-11-10T00:38:54.579Z]     375647 bytes uploaded, 407035 bytes downloaded (1.528 s)
19:38:54 [2022-11-10T00:38:54.579Z] 
19:38:54 [2022-11-10T00:38:54.579Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar
19:38:54 [2022-11-10T00:38:54.579Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-sources.jar
19:38:54 [2022-11-10T00:38:54.579Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:55 [2022-11-10T00:38:55.143Z] 
19:38:55 [2022-11-10T00:38:55.143Z]     330664 bytes uploaded, 366527 bytes downloaded (1.371 s)
19:38:55 [2022-11-10T00:38:55.143Z] 
19:38:55 [2022-11-10T00:38:55.143Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-sources.jar
19:38:55 [2022-11-10T00:38:55.143Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-javadoc.jar
19:38:55 [2022-11-10T00:38:55.143Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:56 [2022-11-10T00:38:56.510Z] 
19:38:56 [2022-11-10T00:38:56.510Z]     529156 bytes uploaded, 554046 bytes downloaded (1.468 s)
19:38:56 [2022-11-10T00:38:56.510Z] 
19:38:56 [2022-11-10T00:38:56.510Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT-javadoc.jar
19:38:59 [2022-11-10T00:38:59.031Z] 
19:38:59 [2022-11-10T00:38:59.031Z] > Task :org.eclipse.lsp4j.generator:signJar
19:38:59 [2022-11-10T00:38:59.031Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar
19:38:59 [2022-11-10T00:38:59.031Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:59 [2022-11-10T00:38:59.031Z] 
19:38:59 [2022-11-10T00:38:59.031Z]     44465 bytes uploaded, 54033 bytes downloaded (0.902 s)
19:38:59 [2022-11-10T00:38:59.031Z] 
19:38:59 [2022-11-10T00:38:59.031Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar
19:38:59 [2022-11-10T00:38:59.031Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-sources.jar
19:38:59 [2022-11-10T00:38:59.031Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:59 [2022-11-10T00:38:59.031Z] 
19:38:59 [2022-11-10T00:38:59.031Z]     49006 bytes uploaded, 58686 bytes downloaded (0.920 s)
19:38:59 [2022-11-10T00:38:59.031Z] 
19:38:59 [2022-11-10T00:38:59.031Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-sources.jar
19:38:59 [2022-11-10T00:38:59.031Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-javadoc.jar
19:38:59 [2022-11-10T00:38:59.031Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:38:59 [2022-11-10T00:38:59.287Z] 
19:38:59 [2022-11-10T00:38:59.288Z]     44060 bytes uploaded, 53724 bytes downloaded (0.905 s)
19:38:59 [2022-11-10T00:38:59.288Z] 
19:38:59 [2022-11-10T00:38:59.288Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT-javadoc.jar
19:39:01 [2022-11-10T00:39:01.180Z] 
19:39:01 [2022-11-10T00:39:01.180Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar
19:39:01 [2022-11-10T00:39:01.180Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar
19:39:01 [2022-11-10T00:39:01.180Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:01 [2022-11-10T00:39:01.180Z] 
19:39:01 [2022-11-10T00:39:01.180Z]     122682 bytes uploaded, 137420 bytes downloaded (1.479 s)
19:39:01 [2022-11-10T00:39:01.180Z] 
19:39:01 [2022-11-10T00:39:01.180Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar
19:39:01 [2022-11-10T00:39:01.180Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-sources.jar
19:39:01 [2022-11-10T00:39:01.180Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:02 [2022-11-10T00:39:02.109Z] 
19:39:02 [2022-11-10T00:39:02.109Z]     75440 bytes uploaded, 89019 bytes downloaded (1.193 s)
19:39:02 [2022-11-10T00:39:02.109Z] 
19:39:02 [2022-11-10T00:39:02.109Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-sources.jar
19:39:02 [2022-11-10T00:39:02.109Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-javadoc.jar
19:39:02 [2022-11-10T00:39:02.109Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:03 [2022-11-10T00:39:03.488Z] 
19:39:03 [2022-11-10T00:39:03.488Z]     268698 bytes uploaded, 287309 bytes downloaded (1.427 s)
19:39:03 [2022-11-10T00:39:03.488Z] 
19:39:03 [2022-11-10T00:39:03.488Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT-javadoc.jar
19:39:05 [2022-11-10T00:39:05.382Z] 
19:39:05 [2022-11-10T00:39:05.382Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar
19:39:05 [2022-11-10T00:39:05.382Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-SNAPSHOT.jar
19:39:05 [2022-11-10T00:39:05.382Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:05 [2022-11-10T00:39:05.382Z] 
19:39:05 [2022-11-10T00:39:05.382Z]     20110 bytes uploaded, 28397 bytes downloaded (0.903 s)
19:39:05 [2022-11-10T00:39:05.382Z] 
19:39:05 [2022-11-10T00:39:05.382Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.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.19.0-SNAPSHOT.jar
19:39:05 [2022-11-10T00:39:05.382Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-SNAPSHOT-sources.jar
19:39:05 [2022-11-10T00:39:05.382Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:05 [2022-11-10T00:39:05.382Z] 
19:39:05 [2022-11-10T00:39:05.382Z]     13880 bytes uploaded, 22155 bytes downloaded (0.865 s)
19:39:05 [2022-11-10T00:39:05.382Z] 
19:39:05 [2022-11-10T00:39:05.382Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.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.19.0-SNAPSHOT-sources.jar
19:39:05 [2022-11-10T00:39:05.382Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-SNAPSHOT-javadoc.jar
19:39:05 [2022-11-10T00:39:05.383Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:06 [2022-11-10T00:39:06.750Z] 
19:39:06 [2022-11-10T00:39:06.750Z]     64805 bytes uploaded, 75944 bytes downloaded (1.564 s)
19:39:06 [2022-11-10T00:39:06.750Z] 
19:39:06 [2022-11-10T00:39:06.750Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.19.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.19.0-SNAPSHOT-javadoc.jar
19:39:09 [2022-11-10T00:39:09.271Z] 
19:39:09 [2022-11-10T00:39:09.271Z] > Task :org.eclipse.lsp4j.websocket:signJar
19:39:09 [2022-11-10T00:39:09.271Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar
19:39:09 [2022-11-10T00:39:09.271Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:09 [2022-11-10T00:39:09.271Z] 
19:39:09 [2022-11-10T00:39:09.271Z]     8637 bytes uploaded, 16400 bytes downloaded (1.166 s)
19:39:09 [2022-11-10T00:39:09.271Z] 
19:39:09 [2022-11-10T00:39:09.271Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar
19:39:09 [2022-11-10T00:39:09.271Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-sources.jar
19:39:09 [2022-11-10T00:39:09.271Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:09 [2022-11-10T00:39:09.271Z] 
19:39:09 [2022-11-10T00:39:09.271Z]     5228 bytes uploaded, 12951 bytes downloaded (1.347 s)
19:39:09 [2022-11-10T00:39:09.271Z] 
19:39:09 [2022-11-10T00:39:09.271Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-sources.jar
19:39:09 [2022-11-10T00:39:09.271Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-javadoc.jar
19:39:09 [2022-11-10T00:39:09.271Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:10 [2022-11-10T00:39:10.639Z] 
19:39:10 [2022-11-10T00:39:10.639Z]     29189 bytes uploaded, 38418 bytes downloaded (1.113 s)
19:39:10 [2022-11-10T00:39:10.639Z] 
19:39:10 [2022-11-10T00:39:10.639Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT-javadoc.jar
19:39:12 [2022-11-10T00:39:12.534Z] 
19:39:12 [2022-11-10T00:39:12.534Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar
19:39:12 [2022-11-10T00:39:12.534Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.0-SNAPSHOT.jar
19:39:12 [2022-11-10T00:39:12.534Z] 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.19.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.19.0-SNAPSHOT.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:12 [2022-11-10T00:39:12.535Z] 
19:39:12 [2022-11-10T00:39:12.535Z]     8916 bytes uploaded, 16691 bytes downloaded (0.915 s)
19:39:12 [2022-11-10T00:39:12.535Z] 
19:39:12 [2022-11-10T00:39:12.535Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.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.19.0-SNAPSHOT.jar
19:39:12 [2022-11-10T00:39:12.535Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.0-SNAPSHOT-sources.jar
19:39:12 [2022-11-10T00:39:12.535Z] 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.19.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.19.0-SNAPSHOT-sources.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:13 [2022-11-10T00:39:13.097Z] 
19:39:13 [2022-11-10T00:39:13.097Z]     5514 bytes uploaded, 13259 bytes downloaded (1.573 s)
19:39:13 [2022-11-10T00:39:13.097Z] 
19:39:13 [2022-11-10T00:39:13.097Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.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.19.0-SNAPSHOT-sources.jar
19:39:13 [2022-11-10T00:39:13.097Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.0-SNAPSHOT-javadoc.jar
19:39:13 [2022-11-10T00:39:13.097Z] 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.19.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.19.0-SNAPSHOT-javadoc.jar --write-out     %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign
19:39:14 [2022-11-10T00:39:14.039Z] 
19:39:14 [2022-11-10T00:39:14.039Z]     29635 bytes uploaded, 38883 bytes downloaded (0.908 s)
19:39:14 [2022-11-10T00:39:14.039Z] 
19:39:14 [2022-11-10T00:39:14.039Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.19.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.19.0-SNAPSHOT-javadoc.jar
19:39:14 [2022-11-10T00:39:14.039Z] 
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j:publish
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.039Z] > Task :org.eclipse.lsp4j.debug:publish
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.generator:publish
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc:publish
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket:publish
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository
19:39:14 [2022-11-10T00:39:14.297Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish
19:39:14 [2022-11-10T00:39:14.297Z] 
19:39:14 [2022-11-10T00:39:14.297Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
19:39:14 [2022-11-10T00:39:14.297Z] 
19:39:14 [2022-11-10T00:39:14.297Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
19:39:14 [2022-11-10T00:39:14.297Z] 
19:39:14 [2022-11-10T00:39:14.297Z] See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
19:39:14 [2022-11-10T00:39:14.297Z] 
19:39:14 [2022-11-10T00:39:14.297Z] BUILD SUCCESSFUL in 1m 43s
19:39:14 [2022-11-10T00:39:14.297Z] 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
19:39:32 [2022-11-10T00:39:32.841Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
19:39:33 [2022-11-10T00:39:33.795Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
19:39:34 [2022-11-10T00:39:34.053Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:39:34 [2022-11-10T00:39:34.053Z] Maven home: /opt/tools/apache-maven/latest
19:39:34 [2022-11-10T00:39:34.053Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:39:34 [2022-11-10T00:39:34.053Z] Default locale: en_US, platform encoding: UTF-8
19:39:34 [2022-11-10T00:39:34.053Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:39:35 [2022-11-10T00:39:35.944Z] [INFO] Scanning for projects...
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] Computing target platform for MavenProject: org.eclipse.lsp4j:lsp4j.p2-repository:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.123Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (134B)
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-12
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (428B)
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (172B)
19:39:48 [2022-11-10T00:39:48.124Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (101.57kB)
19:39:48 [2022-11-10T00:39:48.687Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-03
19:39:48 [2022-11-10T00:39:48.687Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-03/ (428B)
19:39:48 [2022-11-10T00:39:48.687Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/ (134B)
19:39:48 [2022-11-10T00:39:48.943Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/
19:39:48 [2022-11-10T00:39:48.944Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
19:39:49 [2022-11-10T00:39:49.200Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (172B)
19:39:49 [2022-11-10T00:39:49.200Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (101.86kB)
19:39:49 [2022-11-10T00:39:49.456Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
19:39:49 [2022-11-10T00:39:49.712Z] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
19:39:49 [2022-11-10T00:39:49.712Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
19:39:49 [2022-11-10T00:39:49.712Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
19:39:49 [2022-11-10T00:39:49.968Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
19:39:49 [2022-11-10T00:39:49.968Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
19:39:49 [2022-11-10T00:39:49.968Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
19:39:50 [2022-11-10T00:39:50.238Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:lsp4j.p2-repository:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml
19:39:51 [2022-11-10T00:39:51.606Z] Nov 10, 2022 12:39:51 AM org.apache.http.impl.execchain.RetryExec execute
19:39:51 [2022-11-10T00:39:51.606Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
19:39:51 [2022-11-10T00:39:51.606Z] Nov 10, 2022 12:39:51 AM org.apache.http.impl.execchain.RetryExec execute
19:39:51 [2022-11-10T00:39:51.606Z] INFO: Retrying request to {}->http://download.eclipse.org:80
19:39:52 [2022-11-10T00:39:52.536Z] [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (289.99kB)
19:39:52 [2022-11-10T00:39:52.536Z] [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (2.89MB)
19:39:52 [2022-11-10T00:39:52.797Z] [INFO] Fetching jakarta.websocket_2.0.0.v20210105-1550.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (67.83kB)
19:39:53 [2022-11-10T00:39:53.080Z] [INFO] Fetching com.google.gson.source_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (183.08kB)
19:39:53 [2022-11-10T00:39:53.080Z] [INFO] Fetching com.google.guava.source_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (1.7MB)
19:39:53 [2022-11-10T00:39:53.349Z] [INFO] Fetching jakarta.websocket.source_2.0.0.v20210105-1550.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (88.58kB)
19:39:53 [2022-11-10T00:39:53.606Z] [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)
19:39:53 [2022-11-10T00:39:53.606Z] [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)
19:39:53 [2022-11-10T00:39:53.606Z] [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)
19:39:53 [2022-11-10T00:39:53.862Z] Nov 10, 2022 12:39:53 AM org.apache.http.impl.execchain.RetryExec execute
19:39:53 [2022-11-10T00:39:53.862Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
19:39:53 [2022-11-10T00:39:53.862Z] Nov 10, 2022 12:39:53 AM org.apache.http.impl.execchain.RetryExec execute
19:39:53 [2022-11-10T00:39:53.862Z] INFO: Retrying request to {}->http://download.eclipse.org:80
19:39:53 [2022-11-10T00:39:53.863Z] [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)
19:39:53 [2022-11-10T00:39:53.863Z] [INFO] Resolving class path of MavenProject: org.eclipse.lsp4j:lsp4j.p2-repository:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml
19:39:53 [2022-11-10T00:39:53.863Z] [INFO] Computing target platform for MavenProject: org.eclipse.lsp4j:org.eclipse.lsp4j.sdk:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml
19:39:53 [2022-11-10T00:39:53.863Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:53 [2022-11-10T00:39:53.863Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
19:39:54 [2022-11-10T00:39:54.120Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:org.eclipse.lsp4j.sdk:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] Resolving class path of MavenProject: org.eclipse.lsp4j:org.eclipse.lsp4j.sdk:0.19.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] ------------------------------------------------------------------------
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] Reactor Build Order:
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] 
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] lsp4j.releng                                                       [pom]
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] lsp4j.target                                 [eclipse-target-definition]
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] org.eclipse.lsp4j.sdk                                  [eclipse-feature]
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] lsp4j.p2-repository                                 [eclipse-repository]
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] 
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >-------------------
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] Building lsp4j.releng 0.19.0-SNAPSHOT                              [1/4]
19:39:54 [2022-11-10T00:39:54.432Z] [INFO] --------------------------------[ pom ]---------------------------------
19:39:54 [2022-11-10T00:39:54.704Z] [INFO] 
19:39:54 [2022-11-10T00:39:54.704Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.releng ---
19:39:55 [2022-11-10T00:39:55.265Z] [INFO] 
19:39:55 [2022-11-10T00:39:55.265Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.releng ---
19:39:57 [2022-11-10T00:39:57.784Z] [INFO] 
19:39:57 [2022-11-10T00:39:57.784Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ lsp4j.releng ---
19:39:57 [2022-11-10T00:39:57.784Z] [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.19.0-SNAPSHOT/lsp4j.releng-0.19.0-SNAPSHOT.pom
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] 
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >-------------------
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] Building lsp4j.target 0.19.0-SNAPSHOT                              [2/4]
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] 
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.target ---
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] 
19:39:57 [2022-11-10T00:39:57.785Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ lsp4j.target ---
19:39:58 [2022-11-10T00:39:58.041Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.041Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.target ---
19:39:58 [2022-11-10T00:39:58.041Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.041Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.target ---
19:39:58 [2022-11-10T00:39:58.298Z] [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.19.0-SNAPSHOT/lsp4j.target-0.19.0-SNAPSHOT.target
19:39:58 [2022-11-10T00:39:58.298Z] [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.19.0-SNAPSHOT/lsp4j.target-0.19.0-SNAPSHOT.pom
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >---------------
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] Building org.eclipse.lsp4j.sdk 0.19.0-SNAPSHOT                     [3/4]
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] The project's OSGi version is 0.19.0.v20221110-0039
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.298Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.554Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] 
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk ---
19:39:58 [2022-11-10T00:39:58.810Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar
19:40:00 [2022-11-10T00:40:00.701Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk ---
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.19.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.19.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.pom
19:40:00 [2022-11-10T00:40:00.702Z] [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.19.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT-p2metadata.xml
19:40:00 [2022-11-10T00:40:00.702Z] [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.19.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT-p2artifacts.xml
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk ---
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >----------------
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] Building lsp4j.p2-repository 0.19.0-SNAPSHOT                       [4/4]
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] The project's OSGi version is 0.19.0.v20221110-0039
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.702Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.958Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository ---
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] 
19:40:00 [2022-11-10T00:40:00.959Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository ---
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:01 [2022-11-10T00:40:01.216Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:02 [2022-11-10T00:40:02.583Z] [INFO] 
19:40:02 [2022-11-10T00:40:02.583Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ lsp4j.p2-repository ---
19:40:02 [2022-11-10T00:40:02.583Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.19.0-SNAPSHOT.zip
19:40:02 [2022-11-10T00:40:02.583Z] [INFO] 
19:40:02 [2022-11-10T00:40:02.583Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default) @ lsp4j.p2-repository ---
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:02 [2022-11-10T00:40:02.583Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:02 [2022-11-10T00:40:02.840Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0039.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
19:40:02 [2022-11-10T00:40:02.840Z] [WARNING] More information on the preceding warning(s) can be found here:
19:40:02 [2022-11-10T00:40:02.840Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
19:40:03 [2022-11-10T00:40:03.402Z] [INFO] 
19:40:03 [2022-11-10T00:40:03.402Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.p2-repository ---
19:40:03 [2022-11-10T00:40:03.402Z] [INFO] 
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.p2-repository ---
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.19.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.19.0-SNAPSHOT/lsp4j.p2-repository-0.19.0-SNAPSHOT.zip
19:40:03 [2022-11-10T00:40:03.403Z] [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.19.0-SNAPSHOT/lsp4j.p2-repository-0.19.0-SNAPSHOT.pom
19:40:03 [2022-11-10T00:40:03.403Z] [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.19.0-SNAPSHOT/lsp4j.p2-repository-0.19.0-SNAPSHOT-p2metadata.xml
19:40:03 [2022-11-10T00:40:03.403Z] [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.19.0-SNAPSHOT/lsp4j.p2-repository-0.19.0-SNAPSHOT-p2artifacts.xml
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] 
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ lsp4j.p2-repository ---
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] 
19:40:03 [2022-11-10T00:40:03.403Z] [INFO] --- maven-antrun-plugin:1.1:run (default) @ lsp4j.p2-repository ---
19:40:03 [2022-11-10T00:40:03.966Z] [INFO] Executing tasks
19:40:04 [2022-11-10T00:40:04.222Z]      [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
19:40:04 [2022-11-10T00:40:04.222Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build
19:40:04 [2022-11-10T00:40:04.222Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] Executed tasks
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] ------------------------------------------------------------------------
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] Reactor Summary for lsp4j.releng 0.19.0-SNAPSHOT:
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] 
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] lsp4j.releng ....................................... SUCCESS [  3.613 s]
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] lsp4j.target ....................................... SUCCESS [  0.265 s]
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [  2.304 s]
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [  3.652 s]
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] ------------------------------------------------------------------------
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] BUILD SUCCESS
19:40:04 [2022-11-10T00:40:04.222Z] [INFO] ------------------------------------------------------------------------
19:40:04 [2022-11-10T00:40:04.223Z] [INFO] Total time:  28.825 s
19:40:04 [2022-11-10T00:40:04.223Z] [INFO] Finished at: 2022-11-10T00:40:04Z
19:40:04 [2022-11-10T00:40:04.223Z] [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
19:40:29 [2022-11-10T00:40:29.825Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
19:40:30 [2022-11-10T00:40:30.785Z] + ./releng/runjapicmp.sh
19:40:30 [2022-11-10T00:40:30.786Z] Working in /tmp/tmp.13aEfAz9YJ
19:40:31 [2022-11-10T00:40:31.042Z] /tmp/tmp.13aEfAz9YJ ~/agent/workspace/lsp4j-multi-build_main
19:40:35 [2022-11-10T00:40:35.218Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j-0.18.0.jar
19:40:35 [2022-11-10T00:40:35.218Z] 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.
19:40:35 [2022-11-10T00:40:35.218Z] No changes.
19:40:35 [2022-11-10T00:40:35.218Z] 	zip warning: japicmp-report.zip not found or empty
19:40:35 [2022-11-10T00:40:35.218Z]   adding: japicmp-report/org.eclipse.lsp4j.html (deflated 64%)
19:40:35 [2022-11-10T00:40:35.781Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.debug-0.18.0.jar
19:40:35 [2022-11-10T00:40:35.781Z] 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.
19:40:35 [2022-11-10T00:40:35.781Z] No changes.
19:40:35 [2022-11-10T00:40:35.781Z]   adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 64%)
19:40:37 [2022-11-10T00:40:37.149Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.generator-0.18.0.jar
19:40:37 [2022-11-10T00:40:37.149Z] 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.
19:40:37 [2022-11-10T00:40:37.149Z] No changes.
19:40:37 [2022-11-10T00:40:37.149Z]   adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 64%)
19:40:38 [2022-11-10T00:40:38.517Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.jsonrpc-0.18.0.jar
19:40:38 [2022-11-10T00:40:38.517Z] 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.
19:40:38 [2022-11-10T00:40:38.517Z] No changes.
19:40:38 [2022-11-10T00:40:38.517Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 64%)
19:40:39 [2022-11-10T00:40:39.895Z] 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.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.jsonrpc.debug-0.18.0.jar
19:40:39 [2022-11-10T00:40:39.895Z] 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.
19:40:39 [2022-11-10T00:40:39.895Z] No changes.
19:40:39 [2022-11-10T00:40:39.895Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 64%)
19:40:40 [2022-11-10T00:40:40.823Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.websocket-0.18.0.jar
19:40:40 [2022-11-10T00:40:40.823Z] 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.
19:40:40 [2022-11-10T00:40:40.824Z] No changes.
19:40:40 [2022-11-10T00:40:40.824Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 64%)
19:40:42 [2022-11-10T00:40:42.218Z] 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.19.0-SNAPSHOT.jar against /tmp/tmp.13aEfAz9YJ/org.eclipse.lsp4j.websocket.jakarta-0.18.0.jar
19:40:42 [2022-11-10T00:40:42.218Z] 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.
19:40:42 [2022-11-10T00:40:42.218Z] No changes.
19:40:42 [2022-11-10T00:40:42.218Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 64%)
19:40:42 [2022-11-10T00:40:42.218Z] ~/agent/workspace/lsp4j-multi-build_main
19:40:42 [2022-11-10T00:40:42.218Z] Archive:  japicmp-report.zip
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.debug.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.generator.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.html  
19:40:42 [2022-11-10T00:40:42.218Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html  
19:40:42 [2022-11-10T00:40:42.218Z] 
19:40:42 [2022-11-10T00:40:42.218Z] 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
19:40:56 [2022-11-10T00:40:56.552Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] withCredentials
19:40:57 [2022-11-10T00:40:57.429Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
19:40:58 [2022-11-10T00:40:58.658Z] + gpg --batch --import ****
19:40:58 [2022-11-10T00:40:58.658Z] gpg: directory `/home/jenkins/.gnupg' created
19:40:58 [2022-11-10T00:40:58.659Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
19:40:58 [2022-11-10T00:40:58.659Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
19:40:58 [2022-11-10T00:40:58.659Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
19:40:58 [2022-11-10T00:40:58.659Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
19:40:58 [2022-11-10T00:40:58.659Z] gpg: key 1E7659B6: secret key imported
19:40:58 [2022-11-10T00:40:58.659Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
19:40:58 [2022-11-10T00:40:58.659Z] gpg: key 1E7659B6: public key "'Eclipse LSP4J Project' <lsp4j-dev@eclipse.org>" imported
19:40:58 [2022-11-10T00:40:58.659Z] gpg: Total number processed: 1
19:40:58 [2022-11-10T00:40:58.659Z] gpg:               imported: 1  (RSA: 1)
19:40:58 [2022-11-10T00:40:58.659Z] gpg:       secret keys read: 1
19:40:58 [2022-11-10T00:40:58.659Z] gpg:   secret keys imported: 1
[Pipeline] sh
19:41:00 [2022-11-10T00:41:00.915Z] ++ gpg --list-keys --with-colons
19:41:00 [2022-11-10T00:41:00.915Z] ++ awk -F: '/fpr:/ {print $10}'
19:41:00 [2022-11-10T00:41:00.915Z] ++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
19:41:02 [2022-11-10T00:41:02.279Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org)
19:41:02 [2022-11-10T00:41:02.280Z] [ssh-agent] Looking for ssh-agent implementation...
19:41:02 [2022-11-10T00:41:02.293Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
19:41:02 [2022-11-10T00:41:02.302Z] $ ssh-agent
19:41:02 [2022-11-10T00:41:02.311Z] SSH_AUTH_SOCK=/tmp/ssh-Xrj9zVjJug7j/agent.1193
19:41:02 [2022-11-10T00:41:02.311Z] SSH_AGENT_PID=1195
19:41:02 [2022-11-10T00:41:02.319Z] Running ssh-add (command line suppressed)
19:41:02 [2022-11-10T00:41:02.330Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_2173548524835373961.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_2173548524835373961.key)
19:41:02 [2022-11-10T00:41:02.338Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
19:41:04 [2022-11-10T00:41:04.186Z] + ./releng/deploy-build.sh
19:41:04 [2022-11-10T00:41:04.186Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org
19:41:04 [2022-11-10T00:41:04.186Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org'
19:41:04 [2022-11-10T00:41:04.186Z] + SCP=scp
19:41:04 [2022-11-10T00:41:04.186Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main
19:41:04 [2022-11-10T00:41:04.186Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main
19:41:04 [2022-11-10T00:41:04.186Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
19:41:05 [2022-11-10T00:41:05.556Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
19:41:06 [2022-11-10T00:41:06.120Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
19:41:07 [2022-11-10T00:41:07.049Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
19:41:07 [2022-11-10T00:41:07.978Z] + 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.19.0.zip genie.lsp4j@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
19:41:09 [2022-11-10T00:41:09.871Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main
19:41:10 [2022-11-10T00:41:10.434Z] + 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
19:41:11 [2022-11-10T00:41:11.363Z] + 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
19:41:11 [2022-11-10T00:41:11.925Z] + case $BRANCH_NAME in
19:41:11 [2022-11-10T00:41:11.925Z] + find build/maven-repository -name '*.pom'
19:41:11 [2022-11-10T00:41:11.926Z] + read i
19:41:11 [2022-11-10T00:41:11.926Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1
19:41:11 [2022-11-10T00:41:11.926Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:12 [2022-11-10T00:41:12.487Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:12 [2022-11-10T00:41:12.487Z] Maven home: /opt/tools/apache-maven/latest
19:41:12 [2022-11-10T00:41:12.487Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:12 [2022-11-10T00:41:12.488Z] Default locale: en_US, platform encoding: UTF-8
19:41:12 [2022-11-10T00:41:12.488Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG] Created new class realm maven.api
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:13 [2022-11-10T00:41:13.417Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:13 [2022-11-10T00:41:13.418Z] [DEBUG] Populating class realm maven.api
19:41:13 [2022-11-10T00:41:13.675Z] [INFO] Error stacktraces are turned on.
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Message scheme: plain
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:13 [2022-11-10T00:41:13.675Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:13 [2022-11-10T00:41:13.932Z] [INFO] Scanning for projects...
19:41:13 [2022-11-10T00:41:13.932Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:13 [2022-11-10T00:41:13.932Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:13 [2022-11-10T00:41:13.932Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:13 [2022-11-10T00:41:13.932Z] [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)]
19:41:14 [2022-11-10T00:41:14.192Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.192Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated
19:41:14 [2022-11-10T00:41:14.754Z] [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)]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:14 [2022-11-10T00:41:14.754Z] [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)]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated
19:41:14 [2022-11-10T00:41:14.754Z] [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)]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated
19:41:14 [2022-11-10T00:41:14.754Z] [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)]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Style:   Aggregating
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] =======================================================================
19:41:14 [2022-11-10T00:41:14.754Z] [INFO] 
19:41:14 [2022-11-10T00:41:14.754Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:14 [2022-11-10T00:41:14.754Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:14 [2022-11-10T00:41:14.754Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:14 [2022-11-10T00:41:14.754Z] [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]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:14 [2022-11-10T00:41:14.754Z] [DEBUG] Dependencies (collect): []
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Dependencies (resolve): []
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] -----------------------------------------------------------------------
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Style:         Regular
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:14 [2022-11-10T00:41:14.755Z] <configuration>
19:41:14 [2022-11-10T00:41:14.755Z]   <artifactId>${artifactId}</artifactId>
19:41:14 [2022-11-10T00:41:14.755Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:14 [2022-11-10T00:41:14.755Z]   <classifier>${classifier}</classifier>
19:41:14 [2022-11-10T00:41:14.755Z]   <classifiers>${classifiers}</classifiers>
19:41:14 [2022-11-10T00:41:14.755Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:14 [2022-11-10T00:41:14.755Z]   <description>${generatePom.description}</description>
19:41:14 [2022-11-10T00:41:14.755Z]   <executable>${gpg.executable}</executable>
19:41:14 [2022-11-10T00:41:14.755Z]   <file>${file}</file>
19:41:14 [2022-11-10T00:41:14.755Z]   <files>${files}</files>
19:41:14 [2022-11-10T00:41:14.755Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:14 [2022-11-10T00:41:14.755Z]   <groupId>${groupId}</groupId>
19:41:14 [2022-11-10T00:41:14.755Z]   <homedir>${gpg.homedir}</homedir>
19:41:14 [2022-11-10T00:41:14.755Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:14 [2022-11-10T00:41:14.755Z]   <javadoc>${javadoc}</javadoc>
19:41:14 [2022-11-10T00:41:14.755Z]   <keyname>${gpg.keyname}</keyname>
19:41:14 [2022-11-10T00:41:14.755Z]   <localRepository default-value="${localRepository}"/>
19:41:14 [2022-11-10T00:41:14.755Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:14 [2022-11-10T00:41:14.755Z]   <offline default-value="${settings.offline}"/>
19:41:14 [2022-11-10T00:41:14.755Z]   <packaging>${packaging}</packaging>
19:41:14 [2022-11-10T00:41:14.755Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:14 [2022-11-10T00:41:14.755Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:14 [2022-11-10T00:41:14.755Z]   <pomFile>${pomFile}</pomFile>
19:41:14 [2022-11-10T00:41:14.755Z]   <project default-value="${project}"/>
19:41:14 [2022-11-10T00:41:14.755Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:14 [2022-11-10T00:41:14.755Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:14 [2022-11-10T00:41:14.755Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:14 [2022-11-10T00:41:14.755Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:14 [2022-11-10T00:41:14.755Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:14 [2022-11-10T00:41:14.755Z]   <settings default-value="${settings}"/>
19:41:14 [2022-11-10T00:41:14.755Z]   <sources>${sources}</sources>
19:41:14 [2022-11-10T00:41:14.755Z]   <types>${types}</types>
19:41:14 [2022-11-10T00:41:14.755Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:14 [2022-11-10T00:41:14.755Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:14 [2022-11-10T00:41:14.755Z]   <url>${url}</url>
19:41:14 [2022-11-10T00:41:14.755Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:14 [2022-11-10T00:41:14.755Z]   <version>${version}</version>
19:41:14 [2022-11-10T00:41:14.755Z] </configuration>
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] =======================================================================
19:41:14 [2022-11-10T00:41:14.755Z] [INFO] 
19:41:14 [2022-11-10T00:41:14.755Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:14 [2022-11-10T00:41:14.755Z] [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)]
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
19:41:14 [2022-11-10T00:41:14.755Z] [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
19:41:14 [2022-11-10T00:41:14.755Z] [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)]
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated
19:41:14 [2022-11-10T00:41:14.755Z] [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)]
19:41:14 [2022-11-10T00:41:14.755Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:14 [2022-11-10T00:41:14.756Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.012Z] [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)]
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories
19:41:15 [2022-11-10T00:41:15.012Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.012Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.013Z] [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)]
19:41:15 [2022-11-10T00:41:15.013Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.014Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.014Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.014Z] [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
19:41:15 [2022-11-10T00:41:15.014Z] [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)]
19:41:15 [2022-11-10T00:41:15.014Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.014Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.270Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories
19:41:15 [2022-11-10T00:41:15.270Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.270Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [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
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.271Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.271Z] [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
19:41:15 [2022-11-10T00:41:15.271Z] [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)]
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.272Z] [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)]
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.272Z] [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)]
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.272Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [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
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.541Z] [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)]
19:41:15 [2022-11-10T00:41:15.541Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1279602, ConflictMarker.markTime=926346, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=731302, ConflictIdSorter.topsortTime=495132, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5163116, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=739668860, DefaultDependencyCollector.transformTime=11877881}
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:15 [2022-11-10T00:41:15.542Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.542Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [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)]
19:41:15 [2022-11-10T00:41:15.543Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.543Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [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
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [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
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [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
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [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
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.800Z] [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
19:41:15 [2022-11-10T00:41:15.800Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Imported:  < maven.api
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) defaultKeyring = true
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1.jar
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1-javadoc.jar
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) generatePom = true
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) interactive = false
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) localRepository =       id: local
19:41:15 [2022-11-10T00:41:15.801Z]       url: file:///home/jenkins/.m2/repository/
19:41:15 [2022-11-10T00:41:15.801Z]    layout: default
19:41:15 [2022-11-10T00:41:15.801Z] snapshots: [enabled => true, update => always]
19:41:15 [2022-11-10T00:41:15.801Z]  releases: [enabled => true, update => always]
19:41:15 [2022-11-10T00:41:15.801Z]    blocked: false
19:41:15 [2022-11-10T00:41:15.801Z] 
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) offline = false
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.003737-1.pom
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) repositoryId = ossrh
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) repositoryLayout = default
19:41:15 [2022-11-10T00:41:15.801Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@264c5d07
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) types = jar,jar
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) uniqueVersion = true
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG]   (f) useAgent = true
19:41:15 [2022-11-10T00:41:15.802Z] [DEBUG] -- end configuration --
19:41:16 [2022-11-10T00:41:16.068Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:16 [2022-11-10T00:41:16.068Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:16 [2022-11-10T00:41:16.650Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:16 [2022-11-10T00:41:16.650Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:17 [2022-11-10T00:41:17.213Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/resolver-status.properties
19:41:17 [2022-11-10T00:41:17.213Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:17 [2022-11-10T00:41:17.213Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:17 [2022-11-10T00:41:17.213Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:17 [2022-11-10T00:41:17.213Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:18 [2022-11-10T00:41:18.140Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j].filename = org.eclipse.lsp4j-0.19.0-20221110.004113-1.pom
19:41:18 [2022-11-10T00:41:18.140Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null:pom].filename = org.eclipse.lsp4j-0.19.0-20221110.004113-1.pom.asc
19:41:18 [2022-11-10T00:41:18.140Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null].filename = org.eclipse.lsp4j-0.19.0-20221110.004113-1.jar.asc
19:41:18 [2022-11-10T00:41:18.140Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:18 [2022-11-10T00:41:18.140Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:18 [2022-11-10T00:41:18.141Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:18 [2022-11-10T00:41:18.397Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.004113-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:18 [2022-11-10T00:41:18.397Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:18 [2022-11-10T00:41:18.959Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:sources].filename = org.eclipse.lsp4j-0.19.0-20221110.004113-1-sources.jar.asc
19:41:18 [2022-11-10T00:41:18.960Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:18 [2022-11-10T00:41:18.960Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:18 [2022-11-10T00:41:18.960Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:19 [2022-11-10T00:41:19.216Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.004113-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:19 [2022-11-10T00:41:19.216Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
19:41:19 [2022-11-10T00:41:19.472Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:javadoc].filename = org.eclipse.lsp4j-0.19.0-20221110.004113-1-javadoc.jar.asc
19:41:19 [2022-11-10T00:41:19.472Z] [INFO] ------------------------------------------------------------------------
19:41:19 [2022-11-10T00:41:19.472Z] [INFO] BUILD SUCCESS
19:41:19 [2022-11-10T00:41:19.473Z] [INFO] ------------------------------------------------------------------------
19:41:19 [2022-11-10T00:41:19.473Z] [INFO] Total time:  5.905 s
19:41:19 [2022-11-10T00:41:19.473Z] [INFO] Finished at: 2022-11-10T00:41:19Z
19:41:19 [2022-11-10T00:41:19.473Z] [INFO] ------------------------------------------------------------------------
19:41:19 [2022-11-10T00:41:19.473Z] + read i
19:41:19 [2022-11-10T00:41:19.473Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1
19:41:19 [2022-11-10T00:41:19.473Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:20 [2022-11-10T00:41:20.034Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:20 [2022-11-10T00:41:20.034Z] Maven home: /opt/tools/apache-maven/latest
19:41:20 [2022-11-10T00:41:20.034Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:20 [2022-11-10T00:41:20.034Z] Default locale: en_US, platform encoding: UTF-8
19:41:20 [2022-11-10T00:41:20.034Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG] Created new class realm maven.api
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:21 [2022-11-10T00:41:21.412Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG] Populating class realm maven.api
19:41:21 [2022-11-10T00:41:21.413Z] [INFO] Error stacktraces are turned on.
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG] Message scheme: plain
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:21 [2022-11-10T00:41:21.413Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:21 [2022-11-10T00:41:21.414Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:21 [2022-11-10T00:41:21.414Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:21 [2022-11-10T00:41:21.414Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:21 [2022-11-10T00:41:21.670Z] [INFO] Scanning for projects...
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] Style:   Aggregating
19:41:21 [2022-11-10T00:41:21.939Z] [DEBUG] =======================================================================
19:41:21 [2022-11-10T00:41:21.939Z] [INFO] 
19:41:21 [2022-11-10T00:41:21.940Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:21 [2022-11-10T00:41:21.940Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:21 [2022-11-10T00:41:21.940Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:21 [2022-11-10T00:41:21.940Z] [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]
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Dependencies (collect): []
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Dependencies (resolve): []
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] -----------------------------------------------------------------------
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Style:         Regular
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:21 [2022-11-10T00:41:21.940Z] <configuration>
19:41:21 [2022-11-10T00:41:21.940Z]   <artifactId>${artifactId}</artifactId>
19:41:21 [2022-11-10T00:41:21.940Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:21 [2022-11-10T00:41:21.940Z]   <classifier>${classifier}</classifier>
19:41:21 [2022-11-10T00:41:21.940Z]   <classifiers>${classifiers}</classifiers>
19:41:21 [2022-11-10T00:41:21.940Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:21 [2022-11-10T00:41:21.940Z]   <description>${generatePom.description}</description>
19:41:21 [2022-11-10T00:41:21.940Z]   <executable>${gpg.executable}</executable>
19:41:21 [2022-11-10T00:41:21.940Z]   <file>${file}</file>
19:41:21 [2022-11-10T00:41:21.940Z]   <files>${files}</files>
19:41:21 [2022-11-10T00:41:21.940Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:21 [2022-11-10T00:41:21.940Z]   <groupId>${groupId}</groupId>
19:41:21 [2022-11-10T00:41:21.940Z]   <homedir>${gpg.homedir}</homedir>
19:41:21 [2022-11-10T00:41:21.940Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:21 [2022-11-10T00:41:21.940Z]   <javadoc>${javadoc}</javadoc>
19:41:21 [2022-11-10T00:41:21.940Z]   <keyname>${gpg.keyname}</keyname>
19:41:21 [2022-11-10T00:41:21.940Z]   <localRepository default-value="${localRepository}"/>
19:41:21 [2022-11-10T00:41:21.940Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:21 [2022-11-10T00:41:21.940Z]   <offline default-value="${settings.offline}"/>
19:41:21 [2022-11-10T00:41:21.940Z]   <packaging>${packaging}</packaging>
19:41:21 [2022-11-10T00:41:21.940Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:21 [2022-11-10T00:41:21.940Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:21 [2022-11-10T00:41:21.940Z]   <pomFile>${pomFile}</pomFile>
19:41:21 [2022-11-10T00:41:21.940Z]   <project default-value="${project}"/>
19:41:21 [2022-11-10T00:41:21.940Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:21 [2022-11-10T00:41:21.940Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:21 [2022-11-10T00:41:21.940Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:21 [2022-11-10T00:41:21.940Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:21 [2022-11-10T00:41:21.940Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:21 [2022-11-10T00:41:21.940Z]   <settings default-value="${settings}"/>
19:41:21 [2022-11-10T00:41:21.940Z]   <sources>${sources}</sources>
19:41:21 [2022-11-10T00:41:21.940Z]   <types>${types}</types>
19:41:21 [2022-11-10T00:41:21.940Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:21 [2022-11-10T00:41:21.940Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:21 [2022-11-10T00:41:21.940Z]   <url>${url}</url>
19:41:21 [2022-11-10T00:41:21.940Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:21 [2022-11-10T00:41:21.940Z]   <version>${version}</version>
19:41:21 [2022-11-10T00:41:21.940Z] </configuration>
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] =======================================================================
19:41:21 [2022-11-10T00:41:21.940Z] [INFO] 
19:41:21 [2022-11-10T00:41:21.940Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:21 [2022-11-10T00:41:21.940Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1191434, ConflictMarker.markTime=827012, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=774677, ConflictIdSorter.topsortTime=530883, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4689818, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=75856518, DefaultDependencyCollector.transformTime=10834073}
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Imported:  < maven.api
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:21 [2022-11-10T00:41:21.941Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) defaultKeyring = true
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1.jar
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1-javadoc.jar
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) generatePom = true
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) interactive = false
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) localRepository =       id: local
19:41:22 [2022-11-10T00:41:22.198Z]       url: file:///home/jenkins/.m2/repository/
19:41:22 [2022-11-10T00:41:22.198Z]    layout: default
19:41:22 [2022-11-10T00:41:22.198Z] snapshots: [enabled => true, update => always]
19:41:22 [2022-11-10T00:41:22.198Z]  releases: [enabled => true, update => always]
19:41:22 [2022-11-10T00:41:22.198Z]    blocked: false
19:41:22 [2022-11-10T00:41:22.198Z] 
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) offline = false
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.003737-1.pom
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) repositoryId = ossrh
19:41:22 [2022-11-10T00:41:22.198Z] [DEBUG]   (f) repositoryLayout = default
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) types = jar,jar
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) uniqueVersion = true
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG]   (f) useAgent = true
19:41:22 [2022-11-10T00:41:22.199Z] [DEBUG] -- end configuration --
19:41:22 [2022-11-10T00:41:22.762Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:22 [2022-11-10T00:41:22.762Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:23 [2022-11-10T00:41:23.018Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:23 [2022-11-10T00:41:23.018Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:23 [2022-11-10T00:41:23.580Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/resolver-status.properties
19:41:23 [2022-11-10T00:41:23.580Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:23 [2022-11-10T00:41:23.580Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:23 [2022-11-10T00:41:23.580Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:23 [2022-11-10T00:41:23.580Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:24 [2022-11-10T00:41:24.510Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.debug].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1.pom
19:41:24 [2022-11-10T00:41:24.511Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1.jar.asc
19:41:24 [2022-11-10T00:41:24.511Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null:pom].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1.pom.asc
19:41:24 [2022-11-10T00:41:24.511Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:24 [2022-11-10T00:41:24.511Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:24 [2022-11-10T00:41:24.511Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:24 [2022-11-10T00:41:24.767Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:24 [2022-11-10T00:41:24.767Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:25 [2022-11-10T00:41:25.330Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:sources].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1-sources.jar.asc
19:41:25 [2022-11-10T00:41:25.330Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:25 [2022-11-10T00:41:25.330Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:25 [2022-11-10T00:41:25.330Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:25 [2022-11-10T00:41:25.586Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:25 [2022-11-10T00:41:25.586Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:javadoc].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.004121-1-javadoc.jar.asc
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] ------------------------------------------------------------------------
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] BUILD SUCCESS
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] ------------------------------------------------------------------------
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] Total time:  4.549 s
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] Finished at: 2022-11-10T00:41:25Z
19:41:25 [2022-11-10T00:41:25.843Z] [INFO] ------------------------------------------------------------------------
19:41:25 [2022-11-10T00:41:25.843Z] + read i
19:41:25 [2022-11-10T00:41:25.843Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1
19:41:25 [2022-11-10T00:41:25.843Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:26 [2022-11-10T00:41:26.404Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:26 [2022-11-10T00:41:26.404Z] Maven home: /opt/tools/apache-maven/latest
19:41:26 [2022-11-10T00:41:26.404Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:26 [2022-11-10T00:41:26.404Z] Default locale: en_US, platform encoding: UTF-8
19:41:26 [2022-11-10T00:41:26.404Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:27 [2022-11-10T00:41:27.338Z] [DEBUG] Created new class realm maven.api
19:41:27 [2022-11-10T00:41:27.338Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:27 [2022-11-10T00:41:27.338Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:27 [2022-11-10T00:41:27.339Z] [DEBUG] Populating class realm maven.api
19:41:27 [2022-11-10T00:41:27.595Z] [INFO] Error stacktraces are turned on.
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Message scheme: plain
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:27 [2022-11-10T00:41:27.595Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:27 [2022-11-10T00:41:27.596Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:27 [2022-11-10T00:41:27.852Z] [INFO] Scanning for projects...
19:41:27 [2022-11-10T00:41:27.852Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:27 [2022-11-10T00:41:27.852Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:27 [2022-11-10T00:41:27.852Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Style:   Aggregating
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] =======================================================================
19:41:28 [2022-11-10T00:41:28.109Z] [INFO] 
19:41:28 [2022-11-10T00:41:28.109Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:28 [2022-11-10T00:41:28.109Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:28 [2022-11-10T00:41:28.109Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:28 [2022-11-10T00:41:28.109Z] [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]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Dependencies (collect): []
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Dependencies (resolve): []
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] -----------------------------------------------------------------------
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Style:         Regular
19:41:28 [2022-11-10T00:41:28.109Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:28 [2022-11-10T00:41:28.109Z] <configuration>
19:41:28 [2022-11-10T00:41:28.109Z]   <artifactId>${artifactId}</artifactId>
19:41:28 [2022-11-10T00:41:28.109Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:28 [2022-11-10T00:41:28.109Z]   <classifier>${classifier}</classifier>
19:41:28 [2022-11-10T00:41:28.109Z]   <classifiers>${classifiers}</classifiers>
19:41:28 [2022-11-10T00:41:28.109Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:28 [2022-11-10T00:41:28.109Z]   <description>${generatePom.description}</description>
19:41:28 [2022-11-10T00:41:28.109Z]   <executable>${gpg.executable}</executable>
19:41:28 [2022-11-10T00:41:28.109Z]   <file>${file}</file>
19:41:28 [2022-11-10T00:41:28.109Z]   <files>${files}</files>
19:41:28 [2022-11-10T00:41:28.109Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:28 [2022-11-10T00:41:28.109Z]   <groupId>${groupId}</groupId>
19:41:28 [2022-11-10T00:41:28.109Z]   <homedir>${gpg.homedir}</homedir>
19:41:28 [2022-11-10T00:41:28.109Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:28 [2022-11-10T00:41:28.109Z]   <javadoc>${javadoc}</javadoc>
19:41:28 [2022-11-10T00:41:28.109Z]   <keyname>${gpg.keyname}</keyname>
19:41:28 [2022-11-10T00:41:28.109Z]   <localRepository default-value="${localRepository}"/>
19:41:28 [2022-11-10T00:41:28.109Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:28 [2022-11-10T00:41:28.109Z]   <offline default-value="${settings.offline}"/>
19:41:28 [2022-11-10T00:41:28.109Z]   <packaging>${packaging}</packaging>
19:41:28 [2022-11-10T00:41:28.109Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:28 [2022-11-10T00:41:28.109Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:28 [2022-11-10T00:41:28.109Z]   <pomFile>${pomFile}</pomFile>
19:41:28 [2022-11-10T00:41:28.109Z]   <project default-value="${project}"/>
19:41:28 [2022-11-10T00:41:28.109Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:28 [2022-11-10T00:41:28.109Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:28 [2022-11-10T00:41:28.109Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:28 [2022-11-10T00:41:28.109Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:28 [2022-11-10T00:41:28.109Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:28 [2022-11-10T00:41:28.109Z]   <settings default-value="${settings}"/>
19:41:28 [2022-11-10T00:41:28.109Z]   <sources>${sources}</sources>
19:41:28 [2022-11-10T00:41:28.109Z]   <types>${types}</types>
19:41:28 [2022-11-10T00:41:28.110Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:28 [2022-11-10T00:41:28.110Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:28 [2022-11-10T00:41:28.110Z]   <url>${url}</url>
19:41:28 [2022-11-10T00:41:28.110Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:28 [2022-11-10T00:41:28.110Z]   <version>${version}</version>
19:41:28 [2022-11-10T00:41:28.110Z] </configuration>
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] =======================================================================
19:41:28 [2022-11-10T00:41:28.110Z] [INFO] 
19:41:28 [2022-11-10T00:41:28.110Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1408437, ConflictMarker.markTime=1022515, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=691052, ConflictIdSorter.topsortTime=530424, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5112907, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=89143836, DefaultDependencyCollector.transformTime=11983424}
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Imported:  < maven.api
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:28 [2022-11-10T00:41:28.110Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) defaultKeyring = true
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1.jar
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1-javadoc.jar
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) generatePom = true
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) interactive = false
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) localRepository =       id: local
19:41:28 [2022-11-10T00:41:28.367Z]       url: file:///home/jenkins/.m2/repository/
19:41:28 [2022-11-10T00:41:28.367Z]    layout: default
19:41:28 [2022-11-10T00:41:28.367Z] snapshots: [enabled => true, update => always]
19:41:28 [2022-11-10T00:41:28.367Z]  releases: [enabled => true, update => always]
19:41:28 [2022-11-10T00:41:28.367Z]    blocked: false
19:41:28 [2022-11-10T00:41:28.367Z] 
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) offline = false
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.003737-1.pom
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) repositoryId = ossrh
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) repositoryLayout = default
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) types = jar,jar
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) uniqueVersion = true
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG]   (f) useAgent = true
19:41:28 [2022-11-10T00:41:28.367Z] [DEBUG] -- end configuration --
19:41:28 [2022-11-10T00:41:28.930Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:28 [2022-11-10T00:41:28.930Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:29 [2022-11-10T00:41:29.186Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:29 [2022-11-10T00:41:29.186Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:29 [2022-11-10T00:41:29.747Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/resolver-status.properties
19:41:29 [2022-11-10T00:41:29.747Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:29 [2022-11-10T00:41:29.747Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:29 [2022-11-10T00:41:29.747Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:29 [2022-11-10T00:41:29.748Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:30 [2022-11-10T00:41:30.676Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1.jar.asc
19:41:30 [2022-11-10T00:41:30.676Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.generator].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1.pom
19:41:30 [2022-11-10T00:41:30.676Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null:pom].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1.pom.asc
19:41:30 [2022-11-10T00:41:30.676Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:30 [2022-11-10T00:41:30.676Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:30 [2022-11-10T00:41:30.676Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:30 [2022-11-10T00:41:30.934Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:30 [2022-11-10T00:41:30.934Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:31 [2022-11-10T00:41:31.497Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1-sources.jar.asc
19:41:31 [2022-11-10T00:41:31.497Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:31 [2022-11-10T00:41:31.497Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:31 [2022-11-10T00:41:31.497Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:31 [2022-11-10T00:41:31.753Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:31 [2022-11-10T00:41:31.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:javadoc].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.004127-1-javadoc.jar.asc
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] ------------------------------------------------------------------------
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] BUILD SUCCESS
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] ------------------------------------------------------------------------
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] Total time:  4.547 s
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] Finished at: 2022-11-10T00:41:31Z
19:41:32 [2022-11-10T00:41:32.009Z] [INFO] ------------------------------------------------------------------------
19:41:32 [2022-11-10T00:41:32.009Z] + read i
19:41:32 [2022-11-10T00:41:32.009Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1
19:41:32 [2022-11-10T00:41:32.009Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:32 [2022-11-10T00:41:32.571Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:32 [2022-11-10T00:41:32.571Z] Maven home: /opt/tools/apache-maven/latest
19:41:32 [2022-11-10T00:41:32.571Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:32 [2022-11-10T00:41:32.571Z] Default locale: en_US, platform encoding: UTF-8
19:41:32 [2022-11-10T00:41:32.571Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG] Created new class realm maven.api
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:33 [2022-11-10T00:41:33.512Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:33 [2022-11-10T00:41:33.513Z] [DEBUG] Populating class realm maven.api
19:41:33 [2022-11-10T00:41:33.769Z] [INFO] Error stacktraces are turned on.
19:41:33 [2022-11-10T00:41:33.769Z] [DEBUG] Message scheme: plain
19:41:33 [2022-11-10T00:41:33.769Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:33 [2022-11-10T00:41:33.769Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:33 [2022-11-10T00:41:33.770Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:33 [2022-11-10T00:41:33.770Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:33 [2022-11-10T00:41:33.770Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:33 [2022-11-10T00:41:33.770Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:34 [2022-11-10T00:41:34.040Z] [INFO] Scanning for projects...
19:41:34 [2022-11-10T00:41:34.041Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:34 [2022-11-10T00:41:34.041Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:34 [2022-11-10T00:41:34.041Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Style:   Aggregating
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] =======================================================================
19:41:34 [2022-11-10T00:41:34.297Z] [INFO] 
19:41:34 [2022-11-10T00:41:34.297Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:34 [2022-11-10T00:41:34.297Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:34 [2022-11-10T00:41:34.297Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:34 [2022-11-10T00:41:34.297Z] [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]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Dependencies (collect): []
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Dependencies (resolve): []
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] -----------------------------------------------------------------------
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Style:         Regular
19:41:34 [2022-11-10T00:41:34.297Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:34 [2022-11-10T00:41:34.297Z] <configuration>
19:41:34 [2022-11-10T00:41:34.297Z]   <artifactId>${artifactId}</artifactId>
19:41:34 [2022-11-10T00:41:34.297Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:34 [2022-11-10T00:41:34.298Z]   <classifier>${classifier}</classifier>
19:41:34 [2022-11-10T00:41:34.298Z]   <classifiers>${classifiers}</classifiers>
19:41:34 [2022-11-10T00:41:34.298Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:34 [2022-11-10T00:41:34.298Z]   <description>${generatePom.description}</description>
19:41:34 [2022-11-10T00:41:34.298Z]   <executable>${gpg.executable}</executable>
19:41:34 [2022-11-10T00:41:34.298Z]   <file>${file}</file>
19:41:34 [2022-11-10T00:41:34.298Z]   <files>${files}</files>
19:41:34 [2022-11-10T00:41:34.298Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:34 [2022-11-10T00:41:34.298Z]   <groupId>${groupId}</groupId>
19:41:34 [2022-11-10T00:41:34.298Z]   <homedir>${gpg.homedir}</homedir>
19:41:34 [2022-11-10T00:41:34.298Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:34 [2022-11-10T00:41:34.298Z]   <javadoc>${javadoc}</javadoc>
19:41:34 [2022-11-10T00:41:34.298Z]   <keyname>${gpg.keyname}</keyname>
19:41:34 [2022-11-10T00:41:34.298Z]   <localRepository default-value="${localRepository}"/>
19:41:34 [2022-11-10T00:41:34.298Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:34 [2022-11-10T00:41:34.298Z]   <offline default-value="${settings.offline}"/>
19:41:34 [2022-11-10T00:41:34.298Z]   <packaging>${packaging}</packaging>
19:41:34 [2022-11-10T00:41:34.298Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:34 [2022-11-10T00:41:34.298Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:34 [2022-11-10T00:41:34.298Z]   <pomFile>${pomFile}</pomFile>
19:41:34 [2022-11-10T00:41:34.298Z]   <project default-value="${project}"/>
19:41:34 [2022-11-10T00:41:34.298Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:34 [2022-11-10T00:41:34.298Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:34 [2022-11-10T00:41:34.298Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:34 [2022-11-10T00:41:34.298Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:34 [2022-11-10T00:41:34.298Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:34 [2022-11-10T00:41:34.298Z]   <settings default-value="${settings}"/>
19:41:34 [2022-11-10T00:41:34.298Z]   <sources>${sources}</sources>
19:41:34 [2022-11-10T00:41:34.298Z]   <types>${types}</types>
19:41:34 [2022-11-10T00:41:34.298Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:34 [2022-11-10T00:41:34.298Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:34 [2022-11-10T00:41:34.298Z]   <url>${url}</url>
19:41:34 [2022-11-10T00:41:34.298Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:34 [2022-11-10T00:41:34.298Z]   <version>${version}</version>
19:41:34 [2022-11-10T00:41:34.298Z] </configuration>
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] =======================================================================
19:41:34 [2022-11-10T00:41:34.298Z] [INFO] 
19:41:34 [2022-11-10T00:41:34.298Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1208268, ConflictMarker.markTime=899680, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=751302, ConflictIdSorter.topsortTime=528258, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4832404, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=91015488, DefaultDependencyCollector.transformTime=11048785}
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.298Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Imported:  < maven.api
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:34 [2022-11-10T00:41:34.299Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:34 [2022-11-10T00:41:34.555Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:34 [2022-11-10T00:41:34.555Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) defaultKeyring = true
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1.jar
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1-javadoc.jar
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) generatePom = true
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) interactive = false
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) localRepository =       id: local
19:41:34 [2022-11-10T00:41:34.556Z]       url: file:///home/jenkins/.m2/repository/
19:41:34 [2022-11-10T00:41:34.556Z]    layout: default
19:41:34 [2022-11-10T00:41:34.556Z] snapshots: [enabled => true, update => always]
19:41:34 [2022-11-10T00:41:34.556Z]  releases: [enabled => true, update => always]
19:41:34 [2022-11-10T00:41:34.556Z]    blocked: false
19:41:34 [2022-11-10T00:41:34.556Z] 
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) offline = false
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.003737-1.pom
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) repositoryId = ossrh
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) repositoryLayout = default
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) types = jar,jar
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) uniqueVersion = true
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG]   (f) useAgent = true
19:41:34 [2022-11-10T00:41:34.556Z] [DEBUG] -- end configuration --
19:41:35 [2022-11-10T00:41:35.119Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:35 [2022-11-10T00:41:35.119Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:35 [2022-11-10T00:41:35.376Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:35 [2022-11-10T00:41:35.376Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:35 [2022-11-10T00:41:35.939Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/resolver-status.properties
19:41:35 [2022-11-10T00:41:35.939Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:35 [2022-11-10T00:41:35.939Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:35 [2022-11-10T00:41:35.939Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:35 [2022-11-10T00:41:35.939Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:36 [2022-11-10T00:41:36.867Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1.pom.asc
19:41:36 [2022-11-10T00:41:36.867Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1.jar.asc
19:41:36 [2022-11-10T00:41:36.867Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1.pom
19:41:36 [2022-11-10T00:41:36.867Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:36 [2022-11-10T00:41:36.867Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:36 [2022-11-10T00:41:36.867Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:37 [2022-11-10T00:41:37.128Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:37 [2022-11-10T00:41:37.128Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:37 [2022-11-10T00:41:37.393Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1-sources.jar.asc
19:41:37 [2022-11-10T00:41:37.660Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:37 [2022-11-10T00:41:37.660Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:37 [2022-11-10T00:41:37.660Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:37 [2022-11-10T00:41:37.916Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:37 [2022-11-10T00:41:37.916Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.004133-1-javadoc.jar.asc
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] ------------------------------------------------------------------------
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] BUILD SUCCESS
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] ------------------------------------------------------------------------
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] Total time:  4.535 s
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] Finished at: 2022-11-10T00:41:38Z
19:41:38 [2022-11-10T00:41:38.172Z] [INFO] ------------------------------------------------------------------------
19:41:38 [2022-11-10T00:41:38.172Z] + read i
19:41:38 [2022-11-10T00:41:38.172Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1
19:41:38 [2022-11-10T00:41:38.172Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:38 [2022-11-10T00:41:38.736Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:38 [2022-11-10T00:41:38.736Z] Maven home: /opt/tools/apache-maven/latest
19:41:38 [2022-11-10T00:41:38.736Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:38 [2022-11-10T00:41:38.736Z] Default locale: en_US, platform encoding: UTF-8
19:41:38 [2022-11-10T00:41:38.736Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG] Created new class realm maven.api
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:40 [2022-11-10T00:41:40.108Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG] Populating class realm maven.api
19:41:40 [2022-11-10T00:41:40.109Z] [INFO] Error stacktraces are turned on.
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG] Message scheme: plain
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:40 [2022-11-10T00:41:40.109Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:40 [2022-11-10T00:41:40.110Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:40 [2022-11-10T00:41:40.110Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:40 [2022-11-10T00:41:40.110Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:40 [2022-11-10T00:41:40.110Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:40 [2022-11-10T00:41:40.367Z] [INFO] Scanning for projects...
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] Style:   Aggregating
19:41:40 [2022-11-10T00:41:40.367Z] [DEBUG] =======================================================================
19:41:40 [2022-11-10T00:41:40.623Z] [INFO] 
19:41:40 [2022-11-10T00:41:40.623Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:40 [2022-11-10T00:41:40.623Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:40 [2022-11-10T00:41:40.623Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:40 [2022-11-10T00:41:40.623Z] [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]
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Dependencies (collect): []
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Dependencies (resolve): []
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] -----------------------------------------------------------------------
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:40 [2022-11-10T00:41:40.623Z] [DEBUG] Style:         Regular
19:41:40 [2022-11-10T00:41:40.624Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:40 [2022-11-10T00:41:40.624Z] <configuration>
19:41:40 [2022-11-10T00:41:40.624Z]   <artifactId>${artifactId}</artifactId>
19:41:40 [2022-11-10T00:41:40.624Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:40 [2022-11-10T00:41:40.624Z]   <classifier>${classifier}</classifier>
19:41:40 [2022-11-10T00:41:40.624Z]   <classifiers>${classifiers}</classifiers>
19:41:40 [2022-11-10T00:41:40.624Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:40 [2022-11-10T00:41:40.624Z]   <description>${generatePom.description}</description>
19:41:40 [2022-11-10T00:41:40.624Z]   <executable>${gpg.executable}</executable>
19:41:40 [2022-11-10T00:41:40.624Z]   <file>${file}</file>
19:41:40 [2022-11-10T00:41:40.624Z]   <files>${files}</files>
19:41:40 [2022-11-10T00:41:40.624Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:40 [2022-11-10T00:41:40.624Z]   <groupId>${groupId}</groupId>
19:41:40 [2022-11-10T00:41:40.624Z]   <homedir>${gpg.homedir}</homedir>
19:41:40 [2022-11-10T00:41:40.624Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:40 [2022-11-10T00:41:40.624Z]   <javadoc>${javadoc}</javadoc>
19:41:40 [2022-11-10T00:41:40.624Z]   <keyname>${gpg.keyname}</keyname>
19:41:40 [2022-11-10T00:41:40.624Z]   <localRepository default-value="${localRepository}"/>
19:41:40 [2022-11-10T00:41:40.624Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:40 [2022-11-10T00:41:40.624Z]   <offline default-value="${settings.offline}"/>
19:41:40 [2022-11-10T00:41:40.624Z]   <packaging>${packaging}</packaging>
19:41:40 [2022-11-10T00:41:40.624Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:40 [2022-11-10T00:41:40.624Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:40 [2022-11-10T00:41:40.624Z]   <pomFile>${pomFile}</pomFile>
19:41:40 [2022-11-10T00:41:40.624Z]   <project default-value="${project}"/>
19:41:40 [2022-11-10T00:41:40.624Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:40 [2022-11-10T00:41:40.624Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:40 [2022-11-10T00:41:40.624Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:40 [2022-11-10T00:41:40.624Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:40 [2022-11-10T00:41:40.624Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:40 [2022-11-10T00:41:40.624Z]   <settings default-value="${settings}"/>
19:41:40 [2022-11-10T00:41:40.624Z]   <sources>${sources}</sources>
19:41:40 [2022-11-10T00:41:40.624Z]   <types>${types}</types>
19:41:40 [2022-11-10T00:41:40.624Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:40 [2022-11-10T00:41:40.624Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:40 [2022-11-10T00:41:40.624Z]   <url>${url}</url>
19:41:40 [2022-11-10T00:41:40.624Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:40 [2022-11-10T00:41:40.624Z]   <version>${version}</version>
19:41:40 [2022-11-10T00:41:40.624Z] </configuration>
19:41:40 [2022-11-10T00:41:40.624Z] [DEBUG] =======================================================================
19:41:40 [2022-11-10T00:41:40.624Z] [INFO] 
19:41:40 [2022-11-10T00:41:40.624Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1488396, ConflictMarker.markTime=1053932, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=980931, ConflictIdSorter.topsortTime=712635, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6150422, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=87667481, DefaultDependencyCollector.transformTime=13956369}
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Imported:  < maven.api
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) defaultKeyring = true
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1.jar
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1-javadoc.jar
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) generatePom = true
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) interactive = false
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) localRepository =       id: local
19:41:40 [2022-11-10T00:41:40.625Z]       url: file:///home/jenkins/.m2/repository/
19:41:40 [2022-11-10T00:41:40.625Z]    layout: default
19:41:40 [2022-11-10T00:41:40.625Z] snapshots: [enabled => true, update => always]
19:41:40 [2022-11-10T00:41:40.625Z]  releases: [enabled => true, update => always]
19:41:40 [2022-11-10T00:41:40.625Z]    blocked: false
19:41:40 [2022-11-10T00:41:40.625Z] 
19:41:40 [2022-11-10T00:41:40.625Z] [DEBUG]   (f) offline = false
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.003737-1.pom
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) repositoryId = ossrh
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) repositoryLayout = default
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) types = jar,jar
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) uniqueVersion = true
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG]   (f) useAgent = true
19:41:40 [2022-11-10T00:41:40.626Z] [DEBUG] -- end configuration --
19:41:41 [2022-11-10T00:41:41.188Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:41 [2022-11-10T00:41:41.188Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:41 [2022-11-10T00:41:41.444Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:41 [2022-11-10T00:41:41.444Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:42 [2022-11-10T00:41:42.008Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/resolver-status.properties
19:41:42 [2022-11-10T00:41:42.008Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:42 [2022-11-10T00:41:42.008Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:42 [2022-11-10T00:41:42.266Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:42 [2022-11-10T00:41:42.266Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:42 [2022-11-10T00:41:42.828Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1.pom
19:41:42 [2022-11-10T00:41:42.828Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1.pom.asc
19:41:42 [2022-11-10T00:41:42.828Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1.jar.asc
19:41:43 [2022-11-10T00:41:43.085Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:43 [2022-11-10T00:41:43.085Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:43 [2022-11-10T00:41:43.085Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:43 [2022-11-10T00:41:43.341Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:43 [2022-11-10T00:41:43.341Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:43 [2022-11-10T00:41:43.596Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:sources].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1-sources.jar.asc
19:41:43 [2022-11-10T00:41:43.852Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:43 [2022-11-10T00:41:43.852Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:43 [2022-11-10T00:41:43.852Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:44 [2022-11-10T00:41:44.108Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:44 [2022-11-10T00:41:44.108Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
19:41:44 [2022-11-10T00:41:44.363Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.004139-1-javadoc.jar.asc
19:41:44 [2022-11-10T00:41:44.363Z] [INFO] ------------------------------------------------------------------------
19:41:44 [2022-11-10T00:41:44.363Z] [INFO] BUILD SUCCESS
19:41:44 [2022-11-10T00:41:44.363Z] [INFO] ------------------------------------------------------------------------
19:41:44 [2022-11-10T00:41:44.364Z] [INFO] Total time:  4.413 s
19:41:44 [2022-11-10T00:41:44.364Z] [INFO] Finished at: 2022-11-10T00:41:44Z
19:41:44 [2022-11-10T00:41:44.364Z] [INFO] ------------------------------------------------------------------------
19:41:44 [2022-11-10T00:41:44.364Z] + read i
19:41:44 [2022-11-10T00:41:44.364Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1
19:41:44 [2022-11-10T00:41:44.364Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:44 [2022-11-10T00:41:44.925Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:44 [2022-11-10T00:41:44.925Z] Maven home: /opt/tools/apache-maven/latest
19:41:44 [2022-11-10T00:41:44.925Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:44 [2022-11-10T00:41:44.925Z] Default locale: en_US, platform encoding: UTF-8
19:41:44 [2022-11-10T00:41:44.925Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG] Created new class realm maven.api
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:45 [2022-11-10T00:41:45.854Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:45 [2022-11-10T00:41:45.855Z] [DEBUG] Populating class realm maven.api
19:41:46 [2022-11-10T00:41:46.112Z] [INFO] Error stacktraces are turned on.
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Message scheme: plain
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:46 [2022-11-10T00:41:46.112Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:46 [2022-11-10T00:41:46.369Z] [INFO] Scanning for projects...
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Style:   Aggregating
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] =======================================================================
19:41:46 [2022-11-10T00:41:46.640Z] [INFO] 
19:41:46 [2022-11-10T00:41:46.640Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:46 [2022-11-10T00:41:46.640Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:46 [2022-11-10T00:41:46.640Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:46 [2022-11-10T00:41:46.640Z] [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]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Dependencies (collect): []
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Dependencies (resolve): []
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] -----------------------------------------------------------------------
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Style:         Regular
19:41:46 [2022-11-10T00:41:46.640Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:46 [2022-11-10T00:41:46.640Z] <configuration>
19:41:46 [2022-11-10T00:41:46.640Z]   <artifactId>${artifactId}</artifactId>
19:41:46 [2022-11-10T00:41:46.640Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:46 [2022-11-10T00:41:46.640Z]   <classifier>${classifier}</classifier>
19:41:46 [2022-11-10T00:41:46.640Z]   <classifiers>${classifiers}</classifiers>
19:41:46 [2022-11-10T00:41:46.640Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:46 [2022-11-10T00:41:46.640Z]   <description>${generatePom.description}</description>
19:41:46 [2022-11-10T00:41:46.640Z]   <executable>${gpg.executable}</executable>
19:41:46 [2022-11-10T00:41:46.640Z]   <file>${file}</file>
19:41:46 [2022-11-10T00:41:46.640Z]   <files>${files}</files>
19:41:46 [2022-11-10T00:41:46.640Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:46 [2022-11-10T00:41:46.640Z]   <groupId>${groupId}</groupId>
19:41:46 [2022-11-10T00:41:46.640Z]   <homedir>${gpg.homedir}</homedir>
19:41:46 [2022-11-10T00:41:46.640Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:46 [2022-11-10T00:41:46.640Z]   <javadoc>${javadoc}</javadoc>
19:41:46 [2022-11-10T00:41:46.640Z]   <keyname>${gpg.keyname}</keyname>
19:41:46 [2022-11-10T00:41:46.640Z]   <localRepository default-value="${localRepository}"/>
19:41:46 [2022-11-10T00:41:46.640Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:46 [2022-11-10T00:41:46.640Z]   <offline default-value="${settings.offline}"/>
19:41:46 [2022-11-10T00:41:46.640Z]   <packaging>${packaging}</packaging>
19:41:46 [2022-11-10T00:41:46.640Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:46 [2022-11-10T00:41:46.640Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:46 [2022-11-10T00:41:46.640Z]   <pomFile>${pomFile}</pomFile>
19:41:46 [2022-11-10T00:41:46.641Z]   <project default-value="${project}"/>
19:41:46 [2022-11-10T00:41:46.641Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:46 [2022-11-10T00:41:46.641Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:46 [2022-11-10T00:41:46.641Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:46 [2022-11-10T00:41:46.641Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:46 [2022-11-10T00:41:46.641Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:46 [2022-11-10T00:41:46.641Z]   <settings default-value="${settings}"/>
19:41:46 [2022-11-10T00:41:46.641Z]   <sources>${sources}</sources>
19:41:46 [2022-11-10T00:41:46.641Z]   <types>${types}</types>
19:41:46 [2022-11-10T00:41:46.641Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:46 [2022-11-10T00:41:46.641Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:46 [2022-11-10T00:41:46.641Z]   <url>${url}</url>
19:41:46 [2022-11-10T00:41:46.641Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:46 [2022-11-10T00:41:46.641Z]   <version>${version}</version>
19:41:46 [2022-11-10T00:41:46.641Z] </configuration>
19:41:46 [2022-11-10T00:41:46.641Z] [DEBUG] =======================================================================
19:41:46 [2022-11-10T00:41:46.641Z] [INFO] 
19:41:46 [2022-11-10T00:41:46.641Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:46 [2022-11-10T00:41:46.641Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:46 [2022-11-10T00:41:46.641Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1336144, ConflictMarker.markTime=986348, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=905805, ConflictIdSorter.topsortTime=657634, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5636248, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=121290260, DefaultDependencyCollector.transformTime=12766852}
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:46 [2022-11-10T00:41:46.898Z] [DEBUG]   Imported:  < maven.api
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) defaultKeyring = true
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1.jar
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1-javadoc.jar
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) generatePom = true
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) interactive = false
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) localRepository =       id: local
19:41:46 [2022-11-10T00:41:46.899Z]       url: file:///home/jenkins/.m2/repository/
19:41:46 [2022-11-10T00:41:46.899Z]    layout: default
19:41:46 [2022-11-10T00:41:46.899Z] snapshots: [enabled => true, update => always]
19:41:46 [2022-11-10T00:41:46.899Z]  releases: [enabled => true, update => always]
19:41:46 [2022-11-10T00:41:46.899Z]    blocked: false
19:41:46 [2022-11-10T00:41:46.899Z] 
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) offline = false
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.003737-1.pom
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) repositoryId = ossrh
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) repositoryLayout = default
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) types = jar,jar
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) uniqueVersion = true
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG]   (f) useAgent = true
19:41:46 [2022-11-10T00:41:46.899Z] [DEBUG] -- end configuration --
19:41:47 [2022-11-10T00:41:47.462Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:47 [2022-11-10T00:41:47.462Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:47 [2022-11-10T00:41:47.718Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:47 [2022-11-10T00:41:47.718Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:48 [2022-11-10T00:41:48.280Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/resolver-status.properties
19:41:48 [2022-11-10T00:41:48.280Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:48 [2022-11-10T00:41:48.280Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:48 [2022-11-10T00:41:48.536Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:48 [2022-11-10T00:41:48.536Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:49 [2022-11-10T00:41:49.099Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1.jar.asc
19:41:49 [2022-11-10T00:41:49.099Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null:pom].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1.pom.asc
19:41:49 [2022-11-10T00:41:49.099Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1.pom
19:41:49 [2022-11-10T00:41:49.354Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:49 [2022-11-10T00:41:49.354Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:49 [2022-11-10T00:41:49.354Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:49 [2022-11-10T00:41:49.610Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:49 [2022-11-10T00:41:49.610Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:49 [2022-11-10T00:41:49.866Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:sources].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1-sources.jar.asc
19:41:50 [2022-11-10T00:41:50.122Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:50 [2022-11-10T00:41:50.122Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:50 [2022-11-10T00:41:50.122Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:50 [2022-11-10T00:41:50.378Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:50 [2022-11-10T00:41:50.378Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:javadoc].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.004145-1-javadoc.jar.asc
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] ------------------------------------------------------------------------
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] BUILD SUCCESS
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] ------------------------------------------------------------------------
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] Total time:  4.592 s
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] Finished at: 2022-11-10T00:41:50Z
19:41:50 [2022-11-10T00:41:50.634Z] [INFO] ------------------------------------------------------------------------
19:41:50 [2022-11-10T00:41:50.634Z] + read i
19:41:50 [2022-11-10T00:41:50.634Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1
19:41:50 [2022-11-10T00:41:50.634Z] + 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.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
19:41:51 [2022-11-10T00:41:51.196Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
19:41:51 [2022-11-10T00:41:51.196Z] Maven home: /opt/tools/apache-maven/latest
19:41:51 [2022-11-10T00:41:51.196Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
19:41:51 [2022-11-10T00:41:51.196Z] Default locale: en_US, platform encoding: UTF-8
19:41:51 [2022-11-10T00:41:51.196Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG] Created new class realm maven.api
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG] Importing foreign packages into class realm maven.api
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: javax.inject.* < plexus.core
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
19:41:52 [2022-11-10T00:41:52.139Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
19:41:52 [2022-11-10T00:41:52.140Z] [DEBUG] Populating class realm maven.api
19:41:52 [2022-11-10T00:41:52.396Z] [INFO] Error stacktraces are turned on.
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Message scheme: plain
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
19:41:52 [2022-11-10T00:41:52.396Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
19:41:52 [2022-11-10T00:41:52.656Z] [INFO] Scanning for projects...
19:41:52 [2022-11-10T00:41:52.656Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
19:41:52 [2022-11-10T00:41:52.656Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
19:41:52 [2022-11-10T00:41:52.656Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] === REACTOR BUILD PLAN ================================================
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] Style:   Aggregating
19:41:52 [2022-11-10T00:41:52.912Z] [DEBUG] =======================================================================
19:41:52 [2022-11-10T00:41:52.912Z] [INFO] 
19:41:52 [2022-11-10T00:41:52.912Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
19:41:52 [2022-11-10T00:41:52.912Z] [INFO] Building Maven Stub Project (No POM) 1
19:41:52 [2022-11-10T00:41:52.912Z] [INFO] --------------------------------[ pom ]---------------------------------
19:41:52 [2022-11-10T00:41:52.912Z] [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]
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] === PROJECT BUILD PLAN ================================================
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Dependencies (collect): []
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Dependencies (resolve): []
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] -----------------------------------------------------------------------
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Style:         Regular
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
19:41:52 [2022-11-10T00:41:52.913Z] <configuration>
19:41:52 [2022-11-10T00:41:52.913Z]   <artifactId>${artifactId}</artifactId>
19:41:52 [2022-11-10T00:41:52.913Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
19:41:52 [2022-11-10T00:41:52.913Z]   <classifier>${classifier}</classifier>
19:41:52 [2022-11-10T00:41:52.913Z]   <classifiers>${classifiers}</classifiers>
19:41:52 [2022-11-10T00:41:52.913Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
19:41:52 [2022-11-10T00:41:52.913Z]   <description>${generatePom.description}</description>
19:41:52 [2022-11-10T00:41:52.913Z]   <executable>${gpg.executable}</executable>
19:41:52 [2022-11-10T00:41:52.913Z]   <file>${file}</file>
19:41:52 [2022-11-10T00:41:52.913Z]   <files>${files}</files>
19:41:52 [2022-11-10T00:41:52.913Z]   <generatePom default-value="true">${generatePom}</generatePom>
19:41:52 [2022-11-10T00:41:52.913Z]   <groupId>${groupId}</groupId>
19:41:52 [2022-11-10T00:41:52.913Z]   <homedir>${gpg.homedir}</homedir>
19:41:52 [2022-11-10T00:41:52.913Z]   <interactive default-value="${settings.interactiveMode}"/>
19:41:52 [2022-11-10T00:41:52.913Z]   <javadoc>${javadoc}</javadoc>
19:41:52 [2022-11-10T00:41:52.913Z]   <keyname>${gpg.keyname}</keyname>
19:41:52 [2022-11-10T00:41:52.913Z]   <localRepository default-value="${localRepository}"/>
19:41:52 [2022-11-10T00:41:52.913Z]   <lockMode>${gpg.lockMode}</lockMode>
19:41:52 [2022-11-10T00:41:52.913Z]   <offline default-value="${settings.offline}"/>
19:41:52 [2022-11-10T00:41:52.913Z]   <packaging>${packaging}</packaging>
19:41:52 [2022-11-10T00:41:52.913Z]   <passphrase>${gpg.passphrase}</passphrase>
19:41:52 [2022-11-10T00:41:52.913Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
19:41:52 [2022-11-10T00:41:52.913Z]   <pomFile>${pomFile}</pomFile>
19:41:52 [2022-11-10T00:41:52.913Z]   <project default-value="${project}"/>
19:41:52 [2022-11-10T00:41:52.913Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
19:41:52 [2022-11-10T00:41:52.913Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
19:41:52 [2022-11-10T00:41:52.913Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
19:41:52 [2022-11-10T00:41:52.913Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
19:41:52 [2022-11-10T00:41:52.913Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
19:41:52 [2022-11-10T00:41:52.913Z]   <settings default-value="${settings}"/>
19:41:52 [2022-11-10T00:41:52.913Z]   <sources>${sources}</sources>
19:41:52 [2022-11-10T00:41:52.913Z]   <types>${types}</types>
19:41:52 [2022-11-10T00:41:52.913Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
19:41:52 [2022-11-10T00:41:52.913Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
19:41:52 [2022-11-10T00:41:52.913Z]   <url>${url}</url>
19:41:52 [2022-11-10T00:41:52.913Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
19:41:52 [2022-11-10T00:41:52.913Z]   <version>${version}</version>
19:41:52 [2022-11-10T00:41:52.913Z] </configuration>
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] =======================================================================
19:41:52 [2022-11-10T00:41:52.913Z] [INFO] 
19:41:52 [2022-11-10T00:41:52.913Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
19:41:52 [2022-11-10T00:41:52.913Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1359394, ConflictMarker.markTime=1149892, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=778761, ConflictIdSorter.topsortTime=560633, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5238118, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=89230878, DefaultDependencyCollector.transformTime=12025675}
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]          junit:junit:jar:3.8.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Imported:  < maven.api
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: junit:junit:jar:3.8.1
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
19:41:52 [2022-11-10T00:41:52.914Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG] Configuring 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: sun.misc.Launcher$AppClassLoader@7852e922]
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) classifiers = sources,javadoc
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) defaultKeyring = true
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1.jar
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1-javadoc.jar
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) generatePom = true
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) interactive = false
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) localRepository =       id: local
19:41:53 [2022-11-10T00:41:53.170Z]       url: file:///home/jenkins/.m2/repository/
19:41:53 [2022-11-10T00:41:53.170Z]    layout: default
19:41:53 [2022-11-10T00:41:53.170Z] snapshots: [enabled => true, update => always]
19:41:53 [2022-11-10T00:41:53.170Z]  releases: [enabled => true, update => always]
19:41:53 [2022-11-10T00:41:53.170Z]    blocked: false
19:41:53 [2022-11-10T00:41:53.170Z] 
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) offline = false
19:41:53 [2022-11-10T00:41:53.170Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.003737-1.pom
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) repositoryId = ossrh
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) repositoryLayout = default
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) types = jar,jar
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) uniqueVersion = true
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) updateReleaseInfo = false
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG]   (f) useAgent = true
19:41:53 [2022-11-10T00:41:53.171Z] [DEBUG] -- end configuration --
19:41:53 [2022-11-10T00:41:53.732Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:53 [2022-11-10T00:41:53.732Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:53 [2022-11-10T00:41:53.988Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/maven-metadata.xml in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:53 [2022-11-10T00:41:53.988Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:54 [2022-11-10T00:41:54.550Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/resolver-status.properties
19:41:54 [2022-11-10T00:41:54.550Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-SNAPSHOT.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:54 [2022-11-10T00:41:54.550Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:54 [2022-11-10T00:41:54.550Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-SNAPSHOT.pom.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:54 [2022-11-10T00:41:54.550Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:55 [2022-11-10T00:41:55.477Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1.pom
19:41:55 [2022-11-10T00:41:55.477Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1.jar.asc
19:41:55 [2022-11-10T00:41:55.477Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null:pom].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1.pom.asc
19:41:55 [2022-11-10T00:41:55.477Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:55 [2022-11-10T00:41:55.477Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:55 [2022-11-10T00:41:55.477Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:55 [2022-11-10T00:41:55.733Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:55 [2022-11-10T00:41:55.733Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:55 [2022-11-10T00:41:55.989Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:sources].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1-sources.jar.asc
19:41:56 [2022-11-10T00:41:56.244Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
19:41:56 [2022-11-10T00:41:56.244Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
19:41:56 [2022-11-10T00:41:56.244Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:56 [2022-11-10T00:41:56.500Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
19:41:56 [2022-11-10T00:41:56.500Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:javadoc].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.004152-1-javadoc.jar.asc
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] ------------------------------------------------------------------------
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] BUILD SUCCESS
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] ------------------------------------------------------------------------
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] Total time:  4.587 s
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] Finished at: 2022-11-10T00:41:56Z
19:41:57 [2022-11-10T00:41:57.063Z] [INFO] ------------------------------------------------------------------------
19:41:57 [2022-11-10T00:41:57.063Z] + read i
[Pipeline] }
19:45:30 [2022-11-10T00:45:30.720Z] $ ssh-agent -k
19:45:30 [2022-11-10T00:45:30.729Z] unset SSH_AUTH_SOCK;
19:45:30 [2022-11-10T00:45:30.730Z] unset SSH_AGENT_PID;
19:45:30 [2022-11-10T00:45:30.730Z] echo Agent pid 1195 killed;
19:45:30 [2022-11-10T00:45:30.755Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
19:45:38 [2022-11-10T00:45:38.104Z] Recording test results
19:45:38 [2022-11-10T00:45:38.655Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
19:45:38 [2022-11-10T00:45:38.925Z] Archiving artifacts
[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