Skip to content
Success

Console Output

Branch indexing
09:23:06 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained releng/build.Jenkinsfile from 86611cb4034a8148e7cbe0a1049a5a0acb48c6ae
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-81-d372r-t8fcc-kjrqg
Still waiting to schedule task
‘lsp4j-multi-build-main-81-d372r-t8fcc-kjrqg’ is offline
Agent lsp4j-multi-build-main-81-d372r-t8fcc-kjrqg is provisioned from template lsp4j-multi-build_main_81-d372r-t8fcc
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/81/"
    runUrl: "job/lsp4j-multi-build/job/main/81/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "9afa7231316a0b68dee077ee9e1df2be955c01b1"
    jenkins/label: "lsp4j-multi-build_main_81-d372r"
  name: "lsp4j-multi-build-main-81-d372r-t8fcc-kjrqg"
  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-81-d372r-t8fcc-kjrqg"
    - 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-81-d372r-t8fcc-kjrqg"
    - 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-81-d372r-t8fcc-kjrqg 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 86611cb4034a8148e7cbe0a1049a5a0acb48c6ae (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 86611cb4034a8148e7cbe0a1049a5a0acb48c6ae # timeout=10
Commit message: "Update version qualifier for guava (#684)"
 > git rev-list --no-walk 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Clean)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:23:38 [2022-11-16T14:23:38.060Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:23:38 [2022-11-16T14:23:38.479Z] + git status --ignored
09:23:38 [2022-11-16T14:23:38.481Z] HEAD detached at 86611cb
09:23:38 [2022-11-16T14:23:38.481Z] nothing to commit, working tree clean
09:23:38 [2022-11-16T14:23:38.481Z] + git clean -dfx
09:23:38 [2022-11-16T14:23:38.481Z] + git reset --hard HEAD
09:23:38 [2022-11-16T14:23:38.481Z] HEAD is now at 86611cb Update version qualifier for guava (#684)
09:23:38 [2022-11-16T14:23:38.481Z] + git status --ignored
09:23:38 [2022-11-16T14:23:38.481Z] HEAD detached at 86611cb
09:23:38 [2022-11-16T14:23:38.481Z] nothing to commit, working tree clean
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Gradle)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:23:39 [2022-11-16T14:23:39.263Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:23:39 [2022-11-16T14:23:39.557Z] + echo /opt/tools/java/oracle/jdk-8/latest
09:23:39 [2022-11-16T14:23:39.558Z] /opt/tools/java/oracle/jdk-8/latest
[Pipeline] sh
09:23:39 [2022-11-16T14:23:39.842Z] + java -version
09:23:39 [2022-11-16T14:23:39.843Z] java version "1.8.0_202"
09:23:39 [2022-11-16T14:23:39.843Z] Java(TM) SE Runtime Environment (build 1.8.0_202-b08)
09:23:39 [2022-11-16T14:23:39.843Z] Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode)
[Pipeline] sh
09:23:40 [2022-11-16T14:23:40.127Z] + which java
09:23:40 [2022-11-16T14:23:40.128Z] /opt/tools/java/oracle/jdk-8/latest/bin/java
[Pipeline] sh
09:23:40 [2022-11-16T14:23:40.413Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish
09:23:40 [2022-11-16T14:23:40.415Z] Downloading https://services.gradle.org/distributions/gradle-7.5.1-bin.zip
09:23:43 [2022-11-16T14:23:43.927Z] ...........10%............20%...........30%............40%...........50%............60%...........70%............80%...........90%............100%
09:23:45 [2022-11-16T14:23:45.301Z] 
09:23:45 [2022-11-16T14:23:45.301Z] Welcome to Gradle 7.5.1!
09:23:45 [2022-11-16T14:23:45.301Z] 
09:23:45 [2022-11-16T14:23:45.301Z] Here are the highlights of this release:
09:23:45 [2022-11-16T14:23:45.302Z]  - Support for Java 18
09:23:45 [2022-11-16T14:23:45.302Z]  - Support for building with Groovy 4
09:23:45 [2022-11-16T14:23:45.302Z]  - Much more responsive continuous builds
09:23:45 [2022-11-16T14:23:45.302Z]  - Improved diagnostics for dependency resolution
09:23:45 [2022-11-16T14:23:45.302Z] 
09:23:45 [2022-11-16T14:23:45.302Z] For more details see https://docs.gradle.org/7.5.1/release-notes.html
09:23:45 [2022-11-16T14:23:45.303Z] 
09:23:45 [2022-11-16T14:23:45.303Z] 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.
09:23:46 [2022-11-16T14:23:46.677Z] Daemon will be stopped at the end of the build 
09:24:04 [2022-11-16T14:24:04.748Z] > Task :clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE
09:24:04 [2022-11-16T14:24:04.748Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE
09:24:04 [2022-11-16T14:24:04.749Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava
09:24:04 [2022-11-16T14:24:04.749Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources
09:24:05 [2022-11-16T14:24:05.007Z] > Task :org.eclipse.lsp4j.jsonrpc:classes
09:24:05 [2022-11-16T14:24:05.571Z] > Task :org.eclipse.lsp4j.jsonrpc:jar
09:24:13 [2022-11-16T14:24:13.891Z] > Task :org.eclipse.lsp4j.generator:generateXtext
09:24:15 [2022-11-16T14:24:15.267Z] > Task :org.eclipse.lsp4j.generator:compileJava
09:24:15 [2022-11-16T14:24:15.267Z] > Task :org.eclipse.lsp4j.generator:processResources
09:24:15 [2022-11-16T14:24:15.267Z] > Task :org.eclipse.lsp4j.generator:classes
09:24:15 [2022-11-16T14:24:15.267Z] > Task :org.eclipse.lsp4j.generator:jar
09:24:27 [2022-11-16T14:24:27.542Z] 
09:24:27 [2022-11-16T14:24:27.542Z] > Task :org.eclipse.lsp4j:generateXtext
09:24:27 [2022-11-16T14:24:27.543Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 23 column : 8)
09:24:27 [2022-11-16T14:24:27.543Z] 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)
09:24:27 [2022-11-16T14:24:27.543Z] 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)
09:24:27 [2022-11-16T14:24:27.543Z] 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)
09:24:27 [2022-11-16T14:24:27.543Z] 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)
09:24:27 [2022-11-16T14:24:27.544Z] 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)
09:24:27 [2022-11-16T14:24:27.544Z] 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)
09:24:27 [2022-11-16T14:24:27.544Z] 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)
09:24:27 [2022-11-16T14:24:27.544Z] 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)
09:24:29 [2022-11-16T14:24:29.461Z] 
09:24:29 [2022-11-16T14:24:29.461Z] > Task :org.eclipse.lsp4j:compileJava
09:24:29 [2022-11-16T14:24:29.461Z] Note: Some input files use or override a deprecated API.
09:24:29 [2022-11-16T14:24:29.461Z] Note: Recompile with -Xlint:deprecation for details.
09:24:29 [2022-11-16T14:24:29.461Z] Note: Some input files use unchecked or unsafe operations.
09:24:29 [2022-11-16T14:24:29.461Z] Note: Recompile with -Xlint:unchecked for details.
09:24:29 [2022-11-16T14:24:29.461Z] 
09:24:29 [2022-11-16T14:24:29.461Z] > Task :org.eclipse.lsp4j:processResources
09:24:29 [2022-11-16T14:24:29.461Z] > Task :org.eclipse.lsp4j:classes
09:24:29 [2022-11-16T14:24:29.461Z] > Task :org.eclipse.lsp4j:jar
09:24:33 [2022-11-16T14:24:33.646Z] > Task :org.eclipse.lsp4j:javadoc
09:24:33 [2022-11-16T14:24:33.646Z] > Task :org.eclipse.lsp4j:javadocJar
09:24:33 [2022-11-16T14:24:33.646Z] > Task :org.eclipse.lsp4j:genSourcesManifest
09:24:33 [2022-11-16T14:24:33.646Z] > Task :org.eclipse.lsp4j:sourcesJar
09:24:33 [2022-11-16T14:24:33.646Z] > Task :org.eclipse.lsp4j:assemble
09:24:35 [2022-11-16T14:24:35.574Z] 
09:24:35 [2022-11-16T14:24:35.574Z] > Task :org.eclipse.lsp4j:generateTestXtext
09:24:35 [2022-11-16T14:24:35.574Z] 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)
09:24:35 [2022-11-16T14:24:35.574Z] 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)
09:24:35 [2022-11-16T14:24:35.574Z] WARNING:The constructor SymbolInformation() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 35 column : 18)
09:24:35 [2022-11-16T14:24:35.574Z] WARNING:The method setName(String) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 36 column : 7)
09:24:35 [2022-11-16T14:24:35.575Z] WARNING:The method setKind(SymbolKind) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 37 column : 7)
09:24:35 [2022-11-16T14:24:35.575Z] WARNING:The method setLocation(Location) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/performance/PerformanceMeasurement.xtend line : 38 column : 7)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.575Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] 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)
09:24:35 [2022-11-16T14:24:35.576Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 142 column : 5)
09:24:35 [2022-11-16T14:24:35.577Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 165 column : 5)
09:24:35 [2022-11-16T14:24:35.577Z] WARNING:The method setRangeLength(Integer) from the type TextDocumentContentChangeEvent is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonSerializeTest.xtend line : 389 column : 7)
09:24:36 [2022-11-16T14:24:36.518Z] 
09:24:36 [2022-11-16T14:24:36.518Z] > Task :org.eclipse.lsp4j:compileTestJava
09:24:36 [2022-11-16T14:24:36.518Z] Note: Some input files use or override a deprecated API.
09:24:36 [2022-11-16T14:24:36.518Z] Note: Recompile with -Xlint:deprecation for details.
09:24:36 [2022-11-16T14:24:36.519Z] Note: /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/xtend-gen/org/eclipse/lsp4j/test/NoAnnotationTest.java uses unchecked or unsafe operations.
09:24:36 [2022-11-16T14:24:36.519Z] Note: Recompile with -Xlint:unchecked for details.
09:24:36 [2022-11-16T14:24:36.519Z] 
09:24:36 [2022-11-16T14:24:36.519Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE
09:24:36 [2022-11-16T14:24:36.519Z] > Task :org.eclipse.lsp4j:testClasses
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j:test
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j:check
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j:build
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava
09:24:39 [2022-11-16T14:24:39.056Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE
09:24:39 [2022-11-16T14:24:39.057Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes
09:24:39 [2022-11-16T14:24:39.057Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar
09:24:39 [2022-11-16T14:24:39.988Z] > Task :org.eclipse.lsp4j.debug:generateXtext
09:24:40 [2022-11-16T14:24:40.553Z] > Task :org.eclipse.lsp4j.debug:compileJava
09:24:40 [2022-11-16T14:24:40.553Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE
09:24:40 [2022-11-16T14:24:40.553Z] > Task :org.eclipse.lsp4j.debug:classes
09:24:40 [2022-11-16T14:24:40.553Z] 
09:24:40 [2022-11-16T14:24:40.553Z] > Task :org.eclipse.lsp4j.debug:jar
09:24:40 [2022-11-16T14:24:40.553Z] warning: Unused Import-Package instructions: [com.google.common.*] 
09:24:43 [2022-11-16T14:24:43.142Z] 
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:javadoc
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:javadocJar
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:sourcesJar
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:assemble
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:compileTestJava
09:24:43 [2022-11-16T14:24:43.142Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE
09:24:43 [2022-11-16T14:24:43.143Z] > Task :org.eclipse.lsp4j.debug:testClasses
09:24:44 [2022-11-16T14:24:44.512Z] > Task :org.eclipse.lsp4j.debug:test
09:24:44 [2022-11-16T14:24:44.512Z] > Task :org.eclipse.lsp4j.debug:check
09:24:44 [2022-11-16T14:24:44.512Z] > Task :org.eclipse.lsp4j.debug:build
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:javadoc
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:javadocJar
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:sourcesJar
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:assemble
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE
09:24:45 [2022-11-16T14:24:45.884Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE
09:24:45 [2022-11-16T14:24:45.885Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE
09:24:45 [2022-11-16T14:24:45.885Z] > Task :org.eclipse.lsp4j.generator:build
09:24:47 [2022-11-16T14:24:47.806Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc
09:24:48 [2022-11-16T14:24:48.063Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar
09:24:48 [2022-11-16T14:24:48.063Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest
09:24:48 [2022-11-16T14:24:48.063Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar
09:24:48 [2022-11-16T14:24:48.064Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble
09:24:48 [2022-11-16T14:24:48.064Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE
09:24:48 [2022-11-16T14:24:48.321Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava
09:24:48 [2022-11-16T14:24:48.321Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE
09:24:48 [2022-11-16T14:24:48.322Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses
09:24:50 [2022-11-16T14:24:50.219Z] > Task :org.eclipse.lsp4j.jsonrpc:test
09:24:50 [2022-11-16T14:24:50.219Z] > Task :org.eclipse.lsp4j.jsonrpc:check
09:24:50 [2022-11-16T14:24:50.219Z] > Task :org.eclipse.lsp4j.jsonrpc:build
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble
09:24:51 [2022-11-16T14:24:51.193Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE
09:24:51 [2022-11-16T14:24:51.765Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava
09:24:51 [2022-11-16T14:24:51.765Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE
09:24:51 [2022-11-16T14:24:51.765Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses
09:24:53 [2022-11-16T14:24:53.140Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.websocket:compileJava
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.websocket:classes
09:24:53 [2022-11-16T14:24:53.141Z] > Task :org.eclipse.lsp4j.websocket:jar
09:24:54 [2022-11-16T14:24:54.552Z] 
09:24:54 [2022-11-16T14:24:54.552Z] > Task :org.eclipse.lsp4j.websocket:javadoc
09:24:54 [2022-11-16T14:24:54.553Z] /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
09:24:54 [2022-11-16T14:24:54.553Z] /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
09:24:54 [2022-11-16T14:24:54.553Z] 2 warnings
09:24:54 [2022-11-16T14:24:54.553Z] 
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:javadocJar
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:assemble
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE
09:24:54 [2022-11-16T14:24:54.553Z] > Task :org.eclipse.lsp4j.websocket:testClasses
09:24:55 [2022-11-16T14:24:55.483Z] > Task :org.eclipse.lsp4j.websocket:test
09:24:55 [2022-11-16T14:24:55.483Z] > Task :org.eclipse.lsp4j.websocket:check
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket:build
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes
09:24:55 [2022-11-16T14:24:55.484Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar
09:24:56 [2022-11-16T14:24:56.854Z] 
09:24:56 [2022-11-16T14:24:56.854Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc
09:24:56 [2022-11-16T14:24:56.854Z] /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
09:24:56 [2022-11-16T14:24:56.854Z] /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
09:24:56 [2022-11-16T14:24:56.855Z] 2 warnings
09:24:56 [2022-11-16T14:24:56.855Z] 
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava
09:24:56 [2022-11-16T14:24:56.855Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE
09:24:56 [2022-11-16T14:24:56.856Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses
09:24:57 [2022-11-16T14:24:57.811Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test
09:24:57 [2022-11-16T14:24:57.811Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check
09:24:57 [2022-11-16T14:24:57.811Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build
09:25:00 [2022-11-16T14:25:00.337Z] 
09:25:00 [2022-11-16T14:25:00.337Z] > Task :org.eclipse.lsp4j:signJar
09:25:00 [2022-11-16T14:25:00.337Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar
09:25:00 [2022-11-16T14:25:00.337Z] 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
09:25:00 [2022-11-16T14:25:00.337Z] 
09:25:00 [2022-11-16T14:25:00.337Z]     1060829 bytes uploaded, 1141477 bytes downloaded (1.589 s)
09:25:00 [2022-11-16T14:25:00.337Z] 
09:25:00 [2022-11-16T14:25:00.338Z] 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
09:25:00 [2022-11-16T14:25:00.338Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar
09:25:00 [2022-11-16T14:25:00.338Z] 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
09:25:01 [2022-11-16T14:25:01.710Z] 
09:25:01 [2022-11-16T14:25:01.710Z]     895441 bytes uploaded, 983271 bytes downloaded (1.968 s)
09:25:01 [2022-11-16T14:25:01.710Z] 
09:25:01 [2022-11-16T14:25:01.710Z] 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
09:25:01 [2022-11-16T14:25:01.711Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar
09:25:01 [2022-11-16T14:25:01.711Z] 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
09:25:03 [2022-11-16T14:25:03.082Z] 
09:25:03 [2022-11-16T14:25:03.082Z]     1408203 bytes uploaded, 1461774 bytes downloaded (1.309 s)
09:25:03 [2022-11-16T14:25:03.082Z] 
09:25:03 [2022-11-16T14:25:03.082Z] 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
09:25:04 [2022-11-16T14:25:04.984Z] 
09:25:04 [2022-11-16T14:25:04.984Z] > Task :org.eclipse.lsp4j.debug:signJar
09:25:04 [2022-11-16T14:25:04.984Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar
09:25:04 [2022-11-16T14:25:04.984Z] 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
09:25:04 [2022-11-16T14:25:04.984Z] 
09:25:04 [2022-11-16T14:25:04.984Z]     375648 bytes uploaded, 407032 bytes downloaded (1.080 s)
09:25:04 [2022-11-16T14:25:04.984Z] 
09:25:04 [2022-11-16T14:25:04.985Z] 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
09:25:04 [2022-11-16T14:25:04.985Z] 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
09:25:04 [2022-11-16T14:25:04.985Z] 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
09:25:05 [2022-11-16T14:25:05.249Z] 
09:25:05 [2022-11-16T14:25:05.249Z]     330664 bytes uploaded, 366526 bytes downloaded (1.282 s)
09:25:05 [2022-11-16T14:25:05.249Z] 
09:25:05 [2022-11-16T14:25:05.249Z] 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
09:25:05 [2022-11-16T14:25:05.249Z] 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
09:25:05 [2022-11-16T14:25:05.250Z] 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
09:25:06 [2022-11-16T14:25:06.629Z] 
09:25:06 [2022-11-16T14:25:06.629Z]     529156 bytes uploaded, 554048 bytes downloaded (1.156 s)
09:25:06 [2022-11-16T14:25:06.629Z] 
09:25:06 [2022-11-16T14:25:06.629Z] 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
09:25:08 [2022-11-16T14:25:08.535Z] 
09:25:08 [2022-11-16T14:25:08.535Z] > Task :org.eclipse.lsp4j.generator:signJar
09:25:08 [2022-11-16T14:25:08.535Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar
09:25:08 [2022-11-16T14:25:08.535Z] 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
09:25:08 [2022-11-16T14:25:08.535Z] 
09:25:08 [2022-11-16T14:25:08.535Z]     44466 bytes uploaded, 54031 bytes downloaded (1.502 s)
09:25:08 [2022-11-16T14:25:08.535Z] 
09:25:08 [2022-11-16T14:25:08.535Z] 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
09:25:08 [2022-11-16T14:25:08.535Z] 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
09:25:08 [2022-11-16T14:25:08.535Z] 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
09:25:08 [2022-11-16T14:25:08.793Z] 
09:25:08 [2022-11-16T14:25:08.793Z]     49006 bytes uploaded, 58689 bytes downloaded (0.907 s)
09:25:08 [2022-11-16T14:25:08.793Z] 
09:25:08 [2022-11-16T14:25:08.794Z] 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
09:25:08 [2022-11-16T14:25:08.794Z] 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
09:25:08 [2022-11-16T14:25:08.794Z] 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
09:25:09 [2022-11-16T14:25:09.726Z] 
09:25:09 [2022-11-16T14:25:09.726Z]     44060 bytes uploaded, 53726 bytes downloaded (0.953 s)
09:25:09 [2022-11-16T14:25:09.726Z] 
09:25:09 [2022-11-16T14:25:09.726Z] 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
09:25:12 [2022-11-16T14:25:12.248Z] 
09:25:12 [2022-11-16T14:25:12.248Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar
09:25:12 [2022-11-16T14:25:12.248Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar
09:25:12 [2022-11-16T14:25:12.248Z] 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
09:25:12 [2022-11-16T14:25:12.248Z] 
09:25:12 [2022-11-16T14:25:12.248Z]     122682 bytes uploaded, 137419 bytes downloaded (0.982 s)
09:25:12 [2022-11-16T14:25:12.248Z] 
09:25:12 [2022-11-16T14:25:12.248Z] 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
09:25:12 [2022-11-16T14:25:12.248Z] 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
09:25:12 [2022-11-16T14:25:12.248Z] 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
09:25:12 [2022-11-16T14:25:12.248Z] 
09:25:12 [2022-11-16T14:25:12.249Z]     75440 bytes uploaded, 89023 bytes downloaded (1.436 s)
09:25:12 [2022-11-16T14:25:12.249Z] 
09:25:12 [2022-11-16T14:25:12.249Z] 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
09:25:12 [2022-11-16T14:25:12.249Z] 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
09:25:12 [2022-11-16T14:25:12.249Z] 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
09:25:13 [2022-11-16T14:25:13.182Z] 
09:25:13 [2022-11-16T14:25:13.183Z]     268698 bytes uploaded, 287310 bytes downloaded (1.012 s)
09:25:13 [2022-11-16T14:25:13.183Z] 
09:25:13 [2022-11-16T14:25:13.183Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 
09:25:15 [2022-11-16T14:25:15.082Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar
09:25:15 [2022-11-16T14:25:15.082Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 
09:25:15 [2022-11-16T14:25:15.082Z]     20110 bytes uploaded, 28399 bytes downloaded (0.985 s)
09:25:15 [2022-11-16T14:25:15.082Z] 
09:25:15 [2022-11-16T14:25:15.082Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 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
09:25:15 [2022-11-16T14:25:15.082Z] 
09:25:15 [2022-11-16T14:25:15.082Z]     13880 bytes uploaded, 22156 bytes downloaded (0.964 s)
09:25:15 [2022-11-16T14:25:15.082Z] 
09:25:15 [2022-11-16T14:25:15.083Z] 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
09:25:15 [2022-11-16T14:25:15.083Z] 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
09:25:15 [2022-11-16T14:25:15.083Z] 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
09:25:16 [2022-11-16T14:25:16.455Z] 
09:25:16 [2022-11-16T14:25:16.455Z]     64805 bytes uploaded, 75945 bytes downloaded (1.282 s)
09:25:16 [2022-11-16T14:25:16.455Z] 
09:25:16 [2022-11-16T14:25:16.455Z] 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
09:25:18 [2022-11-16T14:25:18.977Z] 
09:25:18 [2022-11-16T14:25:18.978Z] > Task :org.eclipse.lsp4j.websocket:signJar
09:25:18 [2022-11-16T14:25:18.978Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.978Z] 
09:25:18 [2022-11-16T14:25:18.978Z]     8638 bytes uploaded, 16400 bytes downloaded (0.975 s)
09:25:18 [2022-11-16T14:25:18.978Z] 
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.978Z] 
09:25:18 [2022-11-16T14:25:18.978Z]     5227 bytes uploaded, 12950 bytes downloaded (1.046 s)
09:25:18 [2022-11-16T14:25:18.978Z] 
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.978Z] 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
09:25:18 [2022-11-16T14:25:18.979Z] 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
09:25:19 [2022-11-16T14:25:19.542Z] 
09:25:19 [2022-11-16T14:25:19.542Z]     29189 bytes uploaded, 38417 bytes downloaded (0.937 s)
09:25:19 [2022-11-16T14:25:19.543Z] 
09:25:19 [2022-11-16T14:25:19.543Z] 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
09:25:21 [2022-11-16T14:25:21.439Z] 
09:25:21 [2022-11-16T14:25:21.439Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar
09:25:21 [2022-11-16T14:25:21.439Z] 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
09:25:21 [2022-11-16T14:25:21.439Z] 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
09:25:21 [2022-11-16T14:25:21.439Z] 
09:25:21 [2022-11-16T14:25:21.439Z]     8912 bytes uploaded, 16691 bytes downloaded (1.330 s)
09:25:21 [2022-11-16T14:25:21.440Z] 
09:25:21 [2022-11-16T14:25:21.440Z] 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
09:25:21 [2022-11-16T14:25:21.440Z] 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
09:25:21 [2022-11-16T14:25:21.440Z] 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
09:25:21 [2022-11-16T14:25:21.698Z] 
09:25:21 [2022-11-16T14:25:21.698Z]     5514 bytes uploaded, 13254 bytes downloaded (0.973 s)
09:25:21 [2022-11-16T14:25:21.698Z] 
09:25:21 [2022-11-16T14:25:21.698Z] 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
09:25:21 [2022-11-16T14:25:21.698Z] 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
09:25:21 [2022-11-16T14:25:21.698Z] 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
09:25:23 [2022-11-16T14:25:23.119Z] 
09:25:23 [2022-11-16T14:25:23.119Z]     29635 bytes uploaded, 38883 bytes downloaded (1.386 s)
09:25:23 [2022-11-16T14:25:23.119Z] 
09:25:23 [2022-11-16T14:25:23.119Z] 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
09:25:23 [2022-11-16T14:25:23.376Z] 
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j:publish
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.376Z] > Task :org.eclipse.lsp4j.debug:publish
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.generator:publish
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc:publish
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.websocket:publish
09:25:23 [2022-11-16T14:25:23.377Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.378Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication
09:25:23 [2022-11-16T14:25:23.378Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository
09:25:23 [2022-11-16T14:25:23.378Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish
09:25:23 [2022-11-16T14:25:23.378Z] 
09:25:23 [2022-11-16T14:25:23.378Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
09:25:23 [2022-11-16T14:25:23.378Z] 
09:25:23 [2022-11-16T14:25:23.378Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
09:25:23 [2022-11-16T14:25:23.378Z] 
09:25:23 [2022-11-16T14:25:23.378Z] See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings
09:25:23 [2022-11-16T14:25:23.378Z] 
09:25:23 [2022-11-16T14:25:23.637Z] BUILD SUCCESSFUL in 1m 43s
09:25:23 [2022-11-16T14:25:23.637Z] 97 actionable tasks: 89 executed, 8 up-to-date
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Maven)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:25:24 [2022-11-16T14:25:24.028Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:25:24 [2022-11-16T14:25:24.308Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign
09:25:24 [2022-11-16T14:25:24.566Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:25:24 [2022-11-16T14:25:24.566Z] Maven home: /opt/tools/apache-maven/latest
09:25:24 [2022-11-16T14:25:24.566Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:25:24 [2022-11-16T14:25:24.566Z] Default locale: en_US, platform encoding: UTF-8
09:25:24 [2022-11-16T14:25:24.566Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:25:25 [2022-11-16T14:25:25.934Z] [INFO] Scanning for projects...
09:25:38 [2022-11-16T14:25:38.118Z] [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
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.118Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:38 [2022-11-16T14:25:38.119Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:39 [2022-11-16T14:25:39.487Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (134B)
09:25:39 [2022-11-16T14:25:39.487Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-12
09:25:39 [2022-11-16T14:25:39.487Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (428B)
09:25:39 [2022-11-16T14:25:39.487Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/ (172B)
09:25:39 [2022-11-16T14:25:39.744Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/ (102.04kB)
09:25:40 [2022-11-16T14:25:40.001Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-03
09:25:40 [2022-11-16T14:25:40.257Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-03/ (428B)
09:25:40 [2022-11-16T14:25:40.258Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/ (134B)
09:25:40 [2022-11-16T14:25:40.258Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/
09:25:40 [2022-11-16T14:25:40.514Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB)
09:25:40 [2022-11-16T14:25:40.772Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (172B)
09:25:40 [2022-11-16T14:25:40.772Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (101.86kB)
09:25:41 [2022-11-16T14:25:41.029Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
09:25:41 [2022-11-16T14:25:41.029Z] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license
09:25:41 [2022-11-16T14:25:41.030Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
09:25:41 [2022-11-16T14:25:41.287Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
09:25:41 [2022-11-16T14:25:41.287Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
09:25:41 [2022-11-16T14:25:41.544Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
09:25:41 [2022-11-16T14:25:41.544Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
09:25:41 [2022-11-16T14:25:41.801Z] [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
09:25:43 [2022-11-16T14:25:43.172Z] Nov 16, 2022 2:25:42 PM org.apache.http.impl.execchain.RetryExec execute
09:25:43 [2022-11-16T14:25:43.172Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
09:25:43 [2022-11-16T14:25:43.172Z] Nov 16, 2022 2:25:42 PM org.apache.http.impl.execchain.RetryExec execute
09:25:43 [2022-11-16T14:25:43.172Z] INFO: Retrying request to {}->http://download.eclipse.org:80
09:25:43 [2022-11-16T14:25:43.736Z] [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (289.99kB)
09:25:43 [2022-11-16T14:25:43.993Z] [INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (2.92MB)
09:25:44 [2022-11-16T14:25:44.250Z] [INFO] Fetching jakarta.websocket_2.0.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (69.73kB)
09:25:44 [2022-11-16T14:25:44.507Z] [INFO] Fetching com.google.gson.source_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (183.08kB)
09:25:44 [2022-11-16T14:25:44.507Z] [INFO] Fetching com.google.guava.source_30.1.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (1.7MB)
09:25:44 [2022-11-16T14:25:44.763Z] [INFO] Fetching jakarta.websocket.source_2.0.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221115203712/repository/plugins/ (90.42kB)
09:25:45 [2022-11-16T14:25:45.020Z] [INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20201118194144/repository/ (63B)
09:25:45 [2022-11-16T14:25:45.020Z] [INFO] Fetching javax.websocket_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (33.89kB)
09:25:45 [2022-11-16T14:25:45.020Z] [INFO] Fetching javax.websocket.source_1.0.0.v20140310-1603.jar.pack.gz from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/plugins/ (51.03kB)
09:25:45 [2022-11-16T14:25:45.277Z] Nov 16, 2022 2:25:45 PM org.apache.http.impl.execchain.RetryExec execute
09:25:45 [2022-11-16T14:25:45.277Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond
09:25:45 [2022-11-16T14:25:45.277Z] Nov 16, 2022 2:25:45 PM org.apache.http.impl.execchain.RetryExec execute
09:25:45 [2022-11-16T14:25:45.277Z] INFO: Retrying request to {}->http://download.eclipse.org:80
09:25:45 [2022-11-16T14:25:45.277Z] [INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
09:25:45 [2022-11-16T14:25:45.277Z] [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
09:25:45 [2022-11-16T14:25:45.277Z] [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
09:25:45 [2022-11-16T14:25:45.278Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.278Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.278Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.278Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.537Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror
09:25:45 [2022-11-16T14:25:45.538Z] [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
09:25:45 [2022-11-16T14:25:45.538Z] [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
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] ------------------------------------------------------------------------
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] Reactor Build Order:
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] 
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] lsp4j.releng                                                       [pom]
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] lsp4j.target                                 [eclipse-target-definition]
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] org.eclipse.lsp4j.sdk                                  [eclipse-feature]
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] lsp4j.p2-repository                                 [eclipse-repository]
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] 
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >-------------------
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] Building lsp4j.releng 0.19.0-SNAPSHOT                              [1/4]
09:25:45 [2022-11-16T14:25:45.538Z] [INFO] --------------------------------[ pom ]---------------------------------
09:25:45 [2022-11-16T14:25:45.796Z] [INFO] 
09:25:45 [2022-11-16T14:25:45.796Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.releng ---
09:25:46 [2022-11-16T14:25:46.052Z] [INFO] 
09:25:46 [2022-11-16T14:25:46.053Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.releng ---
09:25:48 [2022-11-16T14:25:48.575Z] [INFO] 
09:25:48 [2022-11-16T14:25:48.575Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ lsp4j.releng ---
09:25:49 [2022-11-16T14:25:49.139Z] [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
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >-------------------
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] Building lsp4j.target 0.19.0-SNAPSHOT                              [2/4]
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] ---------------------[ eclipse-target-definition ]----------------------
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.target ---
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.139Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ lsp4j.target ---
09:25:49 [2022-11-16T14:25:49.397Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.397Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.target ---
09:25:49 [2022-11-16T14:25:49.397Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.397Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.target ---
09:25:49 [2022-11-16T14:25:49.397Z] [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
09:25:49 [2022-11-16T14:25:49.397Z] [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
09:25:49 [2022-11-16T14:25:49.397Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.398Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >---------------
09:25:49 [2022-11-16T14:25:49.398Z] [INFO] Building org.eclipse.lsp4j.sdk 0.19.0-SNAPSHOT                     [3/4]
09:25:49 [2022-11-16T14:25:49.398Z] [INFO] --------------------------[ eclipse-feature ]---------------------------
09:25:49 [2022-11-16T14:25:49.654Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.654Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.654Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] The project's OSGi version is 0.19.0.v20221116-1425
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] 
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk ---
09:25:49 [2022-11-16T14:25:49.655Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] 
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk ---
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] 
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk ---
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] 
09:25:50 [2022-11-16T14:25:50.219Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk ---
09:25:50 [2022-11-16T14:25:50.220Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar
09:25:51 [2022-11-16T14:25:51.594Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.594Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk ---
09:25:51 [2022-11-16T14:25:51.594Z] [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
09:25:51 [2022-11-16T14:25:51.594Z] [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
09:25:51 [2022-11-16T14:25:51.594Z] [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
09:25:51 [2022-11-16T14:25:51.594Z] [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
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk ---
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >----------------
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] Building lsp4j.p2-repository 0.19.0-SNAPSHOT                       [4/4]
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] -------------------------[ eclipse-repository ]-------------------------
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.p2-repository ---
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.595Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository ---
09:25:51 [2022-11-16T14:25:51.596Z] [INFO] The project's OSGi version is 0.19.0.v20221116-1425
09:25:51 [2022-11-16T14:25:51.596Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.596Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ lsp4j.p2-repository ---
09:25:51 [2022-11-16T14:25:51.596Z] [INFO] 
09:25:51 [2022-11-16T14:25:51.596Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.541Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
09:25:52 [2022-11-16T14:25:52.541Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources
09:25:52 [2022-11-16T14:25:52.541Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.541Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] 
09:25:52 [2022-11-16T14:25:52.542Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository ---
09:25:52 [2022-11-16T14:25:52.799Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:52 [2022-11-16T14:25:52.800Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:53 [2022-11-16T14:25:53.731Z] [INFO] 
09:25:53 [2022-11-16T14:25:53.731Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ lsp4j.p2-repository ---
09:25:53 [2022-11-16T14:25:53.731Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.19.0-SNAPSHOT.zip
09:25:53 [2022-11-16T14:25:53.988Z] [INFO] 
09:25:53 [2022-11-16T14:25:53.988Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default) @ lsp4j.p2-repository ---
09:25:53 [2022-11-16T14:25:53.988Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:53 [2022-11-16T14:25:53.988Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:53 [2022-11-16T14:25:53.988Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:53 [2022-11-16T14:25:53.988Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:54 [2022-11-16T14:25:54.271Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:54 [2022-11-16T14:25:54.271Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:54 [2022-11-16T14:25:54.271Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221116-1425.Default 1.0.0._B7w5cKYB3-EEWjpx6dLl2EeChX to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].]
09:25:54 [2022-11-16T14:25:54.271Z] [WARNING] More information on the preceding warning(s) can be found here:
09:25:54 [2022-11-16T14:25:54.271Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool
09:25:54 [2022-11-16T14:25:54.862Z] [INFO] 
09:25:54 [2022-11-16T14:25:54.862Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.p2-repository ---
09:25:54 [2022-11-16T14:25:54.862Z] [INFO] 
09:25:54 [2022-11-16T14:25:54.863Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.p2-repository ---
09:25:54 [2022-11-16T14:25:54.863Z] [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
09:25:54 [2022-11-16T14:25:54.863Z] [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
09:25:54 [2022-11-16T14:25:54.863Z] [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
09:25:54 [2022-11-16T14:25:54.863Z] [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
09:25:54 [2022-11-16T14:25:54.863Z] [INFO] 
09:25:54 [2022-11-16T14:25:54.863Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ lsp4j.p2-repository ---
09:25:54 [2022-11-16T14:25:54.863Z] [INFO] 
09:25:54 [2022-11-16T14:25:54.863Z] [INFO] --- maven-antrun-plugin:1.1:run (default) @ lsp4j.p2-repository ---
09:25:55 [2022-11-16T14:25:55.795Z] [INFO] Executing tasks
09:25:55 [2022-11-16T14:25:55.795Z]      [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
09:25:55 [2022-11-16T14:25:55.795Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build
09:25:55 [2022-11-16T14:25:55.795Z]      [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository
09:25:55 [2022-11-16T14:25:55.795Z] [INFO] Executed tasks
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] ------------------------------------------------------------------------
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] Reactor Summary for lsp4j.releng 0.19.0-SNAPSHOT:
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] 
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] lsp4j.releng ....................................... SUCCESS [  3.558 s]
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] lsp4j.target ....................................... SUCCESS [  0.303 s]
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [  2.192 s]
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [  4.203 s]
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] ------------------------------------------------------------------------
09:25:55 [2022-11-16T14:25:55.796Z] [INFO] BUILD SUCCESS
09:25:55 [2022-11-16T14:25:55.797Z] [INFO] ------------------------------------------------------------------------
09:25:55 [2022-11-16T14:25:55.797Z] [INFO] Total time:  30.152 s
09:25:55 [2022-11-16T14:25:55.797Z] [INFO] Finished at: 2022-11-16T14:25:55Z
09:25:55 [2022-11-16T14:25:55.797Z] [INFO] ------------------------------------------------------------------------
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (japicmp)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:25:56 [2022-11-16T14:25:56.894Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] sh
09:25:57 [2022-11-16T14:25:57.174Z] + ./releng/runjapicmp.sh
09:25:57 [2022-11-16T14:25:57.175Z] Working in /tmp/tmp.zGT7OhtGBd
09:25:57 [2022-11-16T14:25:57.739Z] /tmp/tmp.zGT7OhtGBd ~/agent/workspace/lsp4j-multi-build_main
09:26:00 [2022-11-16T14:26:00.262Z] 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.zGT7OhtGBd/org.eclipse.lsp4j-0.18.0.jar
09:26:00 [2022-11-16T14:26:00.262Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:00 [2022-11-16T14:26:00.262Z] No changes.
09:26:00 [2022-11-16T14:26:00.263Z] 	zip warning: japicmp-report.zip not found or empty
09:26:00 [2022-11-16T14:26:00.263Z]   adding: japicmp-report/org.eclipse.lsp4j.html (deflated 64%)
09:26:01 [2022-11-16T14:26:01.192Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.debug-0.18.0.jar
09:26:01 [2022-11-16T14:26:01.192Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:01 [2022-11-16T14:26:01.192Z] No changes.
09:26:01 [2022-11-16T14:26:01.192Z]   adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 64%)
09:26:02 [2022-11-16T14:26:02.122Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.generator-0.18.0.jar
09:26:02 [2022-11-16T14:26:02.122Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:02 [2022-11-16T14:26:02.122Z] No changes.
09:26:02 [2022-11-16T14:26:02.380Z]   adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 64%)
09:26:03 [2022-11-16T14:26:03.316Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.jsonrpc-0.18.0.jar
09:26:03 [2022-11-16T14:26:03.316Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:03 [2022-11-16T14:26:03.316Z] No changes.
09:26:03 [2022-11-16T14:26:03.316Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 64%)
09:26:04 [2022-11-16T14:26:04.686Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.jsonrpc.debug-0.18.0.jar
09:26:04 [2022-11-16T14:26:04.686Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:04 [2022-11-16T14:26:04.686Z] No changes.
09:26:04 [2022-11-16T14:26:04.686Z]   adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 64%)
09:26:05 [2022-11-16T14:26:05.616Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.websocket-0.18.0.jar
09:26:05 [2022-11-16T14:26:05.616Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:05 [2022-11-16T14:26:05.616Z] No changes.
09:26:05 [2022-11-16T14:26:05.616Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 64%)
09:26:06 [2022-11-16T14:26:06.988Z] 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.zGT7OhtGBd/org.eclipse.lsp4j.websocket.jakarta-0.18.0.jar
09:26:06 [2022-11-16T14:26:06.988Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output.
09:26:06 [2022-11-16T14:26:06.988Z] No changes.
09:26:06 [2022-11-16T14:26:06.988Z]   adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 64%)
09:26:06 [2022-11-16T14:26:06.988Z] ~/agent/workspace/lsp4j-multi-build_main
09:26:06 [2022-11-16T14:26:06.988Z] Archive:  japicmp-report.zip
09:26:06 [2022-11-16T14:26:06.988Z]   inflating: japicmp-report/org.eclipse.lsp4j.html  
09:26:06 [2022-11-16T14:26:06.988Z]   inflating: japicmp-report/org.eclipse.lsp4j.debug.html  
09:26:06 [2022-11-16T14:26:06.988Z]   inflating: japicmp-report/org.eclipse.lsp4j.generator.html  
09:26:06 [2022-11-16T14:26:06.988Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html  
09:26:06 [2022-11-16T14:26:06.988Z]   inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html  
09:26:06 [2022-11-16T14:26:06.989Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.html  
09:26:06 [2022-11-16T14:26:06.989Z]   inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html  
09:26:06 [2022-11-16T14:26:06.989Z] 
09:26:06 [2022-11-16T14:26:06.989Z] Reports complete and have been saved in build/p2-repository/japicmp-report.zip
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy Snapshot)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
09:26:08 [2022-11-16T14:26:08.808Z] Timeout set to expire after 20 min without activity
[Pipeline] {
[Pipeline] withCredentials
09:26:09 [2022-11-16T14:26:09.050Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
09:26:10 [2022-11-16T14:26:10.435Z] + gpg --batch --import ****
09:26:10 [2022-11-16T14:26:10.436Z] gpg: directory `/home/jenkins/.gnupg' created
09:26:10 [2022-11-16T14:26:10.436Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
09:26:10 [2022-11-16T14:26:10.436Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
09:26:10 [2022-11-16T14:26:10.436Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
09:26:10 [2022-11-16T14:26:10.436Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
09:26:10 [2022-11-16T14:26:10.436Z] gpg: key 1E7659B6: secret key imported
09:26:10 [2022-11-16T14:26:10.436Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
09:26:10 [2022-11-16T14:26:10.436Z] gpg: key 1E7659B6: public key "'Eclipse LSP4J Project' <lsp4j-dev@eclipse.org>" imported
09:26:10 [2022-11-16T14:26:10.436Z] gpg: Total number processed: 1
09:26:10 [2022-11-16T14:26:10.436Z] gpg:               imported: 1  (RSA: 1)
09:26:10 [2022-11-16T14:26:10.436Z] gpg:       secret keys read: 1
09:26:10 [2022-11-16T14:26:10.436Z] gpg:   secret keys imported: 1
[Pipeline] sh
09:26:11 [2022-11-16T14:26:11.454Z] ++ gpg --list-keys --with-colons
09:26:11 [2022-11-16T14:26:11.455Z] ++ awk -F: '/fpr:/ {print $10}'
09:26:11 [2022-11-16T14:26:11.455Z] ++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
09:26:11 [2022-11-16T14:26:11.984Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org)
09:26:11 [2022-11-16T14:26:11.985Z] [ssh-agent] Looking for ssh-agent implementation...
09:26:12 [2022-11-16T14:26:12.000Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
09:26:12 [2022-11-16T14:26:12.011Z] $ ssh-agent
09:26:12 [2022-11-16T14:26:12.020Z] SSH_AUTH_SOCK=/tmp/ssh-EvkgRlENUx4K/agent.1193
09:26:12 [2022-11-16T14:26:12.020Z] SSH_AGENT_PID=1195
09:26:12 [2022-11-16T14:26:12.031Z] Running ssh-add (command line suppressed)
09:26:12 [2022-11-16T14:26:12.044Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_12321587766784301196.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_12321587766784301196.key)
09:26:12 [2022-11-16T14:26:12.051Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
09:26:12 [2022-11-16T14:26:12.332Z] + ./releng/deploy-build.sh
09:26:12 [2022-11-16T14:26:12.332Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org
09:26:12 [2022-11-16T14:26:12.332Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org'
09:26:12 [2022-11-16T14:26:12.332Z] + SCP=scp
09:26:12 [2022-11-16T14:26:12.332Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main
09:26:12 [2022-11-16T14:26:12.332Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main
09:26:12 [2022-11-16T14:26:12.332Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
09:26:13 [2022-11-16T14:26:13.266Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
09:26:13 [2022-11-16T14:26:13.831Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last
09:26:14 [2022-11-16T14:26:14.761Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new
09:26:15 [2022-11-16T14:26:15.693Z] + 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
09:26:17 [2022-11-16T14:26:17.094Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main
09:26:17 [2022-11-16T14:26:17.659Z] + 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
09:26:18 [2022-11-16T14:26:18.593Z] + 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
09:26:19 [2022-11-16T14:26:19.156Z] + case $BRANCH_NAME in
09:26:19 [2022-11-16T14:26:19.156Z] + find build/maven-repository -name '*.pom'
09:26:19 [2022-11-16T14:26:19.156Z] + read i
09:26:19 [2022-11-16T14:26:19.156Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1
09:26:19 [2022-11-16T14:26:19.156Z] + 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-20221116.142348-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:26:19 [2022-11-16T14:26:19.725Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:26:19 [2022-11-16T14:26:19.726Z] Maven home: /opt/tools/apache-maven/latest
09:26:19 [2022-11-16T14:26:19.726Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:26:19 [2022-11-16T14:26:19.726Z] Default locale: en_US, platform encoding: UTF-8
09:26:19 [2022-11-16T14:26:19.726Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG] Created new class realm maven.api
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG] Importing foreign packages into class realm maven.api
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:26:20 [2022-11-16T14:26:20.656Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:26:20 [2022-11-16T14:26:20.657Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:26:20 [2022-11-16T14:26:20.658Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:26:20 [2022-11-16T14:26:20.659Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:26:20 [2022-11-16T14:26:20.660Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:26:20 [2022-11-16T14:26:20.661Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:26:20 [2022-11-16T14:26:20.661Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:26:20 [2022-11-16T14:26:20.661Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:26:20 [2022-11-16T14:26:20.661Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:26:20 [2022-11-16T14:26:20.661Z] [DEBUG] Populating class realm maven.api
09:26:20 [2022-11-16T14:26:20.918Z] [INFO] Error stacktraces are turned on.
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Message scheme: plain
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:26:20 [2022-11-16T14:26:20.918Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:26:21 [2022-11-16T14:26:21.175Z] [INFO] Scanning for projects...
09:26:21 [2022-11-16T14:26:21.175Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:26:21 [2022-11-16T14:26:21.175Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:26:21 [2022-11-16T14:26:21.175Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:26:21 [2022-11-16T14:26:21.175Z] [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)]
09:26:21 [2022-11-16T14:26:21.433Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.433Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.694Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
09:26:21 [2022-11-16T14:26:21.694Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.694Z] [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)]
09:26:21 [2022-11-16T14:26:21.694Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:26:21 [2022-11-16T14:26:21.695Z] [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)]
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.695Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.696Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories
09:26:21 [2022-11-16T14:26:21.696Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.696Z] [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)]
09:26:21 [2022-11-16T14:26:21.696Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.696Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.953Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.954Z] [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)]
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] Style:   Aggregating
09:26:21 [2022-11-16T14:26:21.954Z] [DEBUG] =======================================================================
09:26:21 [2022-11-16T14:26:21.954Z] [INFO] 
09:26:21 [2022-11-16T14:26:21.954Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:26:21 [2022-11-16T14:26:21.954Z] [INFO] Building Maven Stub Project (No POM) 1
09:26:21 [2022-11-16T14:26:21.955Z] [INFO] --------------------------------[ pom ]---------------------------------
09:26:21 [2022-11-16T14:26:21.955Z] [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]
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Dependencies (collect): []
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Dependencies (resolve): []
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] -----------------------------------------------------------------------
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Style:         Regular
09:26:21 [2022-11-16T14:26:21.955Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:26:21 [2022-11-16T14:26:21.955Z] <configuration>
09:26:21 [2022-11-16T14:26:21.955Z]   <artifactId>${artifactId}</artifactId>
09:26:21 [2022-11-16T14:26:21.956Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:26:21 [2022-11-16T14:26:21.956Z]   <classifier>${classifier}</classifier>
09:26:21 [2022-11-16T14:26:21.956Z]   <classifiers>${classifiers}</classifiers>
09:26:21 [2022-11-16T14:26:21.956Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:26:21 [2022-11-16T14:26:21.956Z]   <description>${generatePom.description}</description>
09:26:21 [2022-11-16T14:26:21.956Z]   <executable>${gpg.executable}</executable>
09:26:21 [2022-11-16T14:26:21.956Z]   <file>${file}</file>
09:26:21 [2022-11-16T14:26:21.956Z]   <files>${files}</files>
09:26:21 [2022-11-16T14:26:21.956Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:26:21 [2022-11-16T14:26:21.956Z]   <groupId>${groupId}</groupId>
09:26:21 [2022-11-16T14:26:21.956Z]   <homedir>${gpg.homedir}</homedir>
09:26:21 [2022-11-16T14:26:21.956Z]   <interactive default-value="${settings.interactiveMode}"/>
09:26:21 [2022-11-16T14:26:21.956Z]   <javadoc>${javadoc}</javadoc>
09:26:21 [2022-11-16T14:26:21.956Z]   <keyname>${gpg.keyname}</keyname>
09:26:21 [2022-11-16T14:26:21.956Z]   <localRepository default-value="${localRepository}"/>
09:26:21 [2022-11-16T14:26:21.957Z]   <lockMode>${gpg.lockMode}</lockMode>
09:26:21 [2022-11-16T14:26:21.957Z]   <offline default-value="${settings.offline}"/>
09:26:21 [2022-11-16T14:26:21.957Z]   <packaging>${packaging}</packaging>
09:26:21 [2022-11-16T14:26:21.957Z]   <passphrase>${gpg.passphrase}</passphrase>
09:26:21 [2022-11-16T14:26:21.957Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:26:21 [2022-11-16T14:26:21.957Z]   <pomFile>${pomFile}</pomFile>
09:26:21 [2022-11-16T14:26:21.957Z]   <project default-value="${project}"/>
09:26:21 [2022-11-16T14:26:21.957Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:26:21 [2022-11-16T14:26:21.957Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:26:21 [2022-11-16T14:26:21.957Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:26:21 [2022-11-16T14:26:21.957Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:26:21 [2022-11-16T14:26:21.957Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:26:21 [2022-11-16T14:26:21.957Z]   <settings default-value="${settings}"/>
09:26:21 [2022-11-16T14:26:21.957Z]   <sources>${sources}</sources>
09:26:21 [2022-11-16T14:26:21.957Z]   <types>${types}</types>
09:26:21 [2022-11-16T14:26:21.958Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:26:21 [2022-11-16T14:26:21.958Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:26:21 [2022-11-16T14:26:21.958Z]   <url>${url}</url>
09:26:21 [2022-11-16T14:26:21.958Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:26:21 [2022-11-16T14:26:21.958Z]   <version>${version}</version>
09:26:21 [2022-11-16T14:26:21.958Z] </configuration>
09:26:21 [2022-11-16T14:26:21.958Z] [DEBUG] =======================================================================
09:26:21 [2022-11-16T14:26:21.958Z] [INFO] 
09:26:21 [2022-11-16T14:26:21.958Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:26:21 [2022-11-16T14:26:21.959Z] [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)]
09:26:21 [2022-11-16T14:26:21.959Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.959Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.959Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
09:26:21 [2022-11-16T14:26:21.959Z] [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
09:26:21 [2022-11-16T14:26:21.959Z] [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)]
09:26:21 [2022-11-16T14:26:21.959Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.960Z] [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)]
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.960Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.961Z] [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)]
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.961Z] [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)]
09:26:21 [2022-11-16T14:26:21.961Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.962Z] [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)]
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.962Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.963Z] [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)]
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated
09:26:21 [2022-11-16T14:26:21.963Z] [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)]
09:26:21 [2022-11-16T14:26:21.963Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:21 [2022-11-16T14:26:21.964Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.222Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories
09:26:22 [2022-11-16T14:26:22.222Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.222Z] [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)]
09:26:22 [2022-11-16T14:26:22.222Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.222Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.222Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.223Z] [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)]
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.223Z] [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)]
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories
09:26:22 [2022-11-16T14:26:22.223Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.224Z] [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)]
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.224Z] [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
09:26:22 [2022-11-16T14:26:22.224Z] [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)]
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories
09:26:22 [2022-11-16T14:26:22.224Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.225Z] [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)]
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:26:22 [2022-11-16T14:26:22.225Z] [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)]
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.225Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.225Z] [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)]
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:26:22 [2022-11-16T14:26:22.226Z] [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)]
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories
09:26:22 [2022-11-16T14:26:22.226Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.226Z] [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)]
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.227Z] [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)]
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.227Z] [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
09:26:22 [2022-11-16T14:26:22.227Z] [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)]
09:26:22 [2022-11-16T14:26:22.227Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.228Z] [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
09:26:22 [2022-11-16T14:26:22.228Z] [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)]
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.228Z] [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)]
09:26:22 [2022-11-16T14:26:22.228Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.229Z] [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)]
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.229Z] [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
09:26:22 [2022-11-16T14:26:22.229Z] [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)]
09:26:22 [2022-11-16T14:26:22.229Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.230Z] [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)]
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.230Z] [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)]
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.230Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.231Z] [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)]
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.231Z] [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)]
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.231Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.232Z] [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)]
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories
09:26:22 [2022-11-16T14:26:22.232Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.490Z] [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)]
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.490Z] [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)]
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.490Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.491Z] [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)]
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:26:22 [2022-11-16T14:26:22.491Z] [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)]
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1176354, ConflictMarker.markTime=794138, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=802347, ConflictIdSorter.topsortTime=631844, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5135463, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=512711682, DefaultDependencyCollector.transformTime=11445112}
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:22 [2022-11-16T14:26:22.491Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:26:22 [2022-11-16T14:26:22.492Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:26:22 [2022-11-16T14:26:22.492Z] [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)]
09:26:22 [2022-11-16T14:26:22.492Z] [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)]
09:26:22 [2022-11-16T14:26:22.492Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.493Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [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)]
09:26:22 [2022-11-16T14:26:22.494Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.494Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
09:26:22 [2022-11-16T14:26:22.494Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.494Z] [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
09:26:22 [2022-11-16T14:26:22.494Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.494Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.495Z] [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
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.495Z] [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
09:26:22 [2022-11-16T14:26:22.495Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [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
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.496Z] [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
09:26:22 [2022-11-16T14:26:22.496Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories
09:26:22 [2022-11-16T14:26:22.753Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Imported:  < maven.api
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:26:22 [2022-11-16T14:26:22.754Z] [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]
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) classifiers = sources,javadoc
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) defaultKeyring = true
09:26:22 [2022-11-16T14:26:22.754Z] [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-20221116.142348-1.jar
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142348-1-javadoc.jar
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) generatePom = true
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) interactive = false
09:26:22 [2022-11-16T14:26:22.754Z] [DEBUG]   (f) localRepository =       id: local
09:26:22 [2022-11-16T14:26:22.755Z]       url: file:///home/jenkins/.m2/repository/
09:26:22 [2022-11-16T14:26:22.755Z]    layout: default
09:26:22 [2022-11-16T14:26:22.755Z] snapshots: [enabled => true, update => always]
09:26:22 [2022-11-16T14:26:22.755Z]  releases: [enabled => true, update => always]
09:26:22 [2022-11-16T14:26:22.755Z]    blocked: false
09:26:22 [2022-11-16T14:26:22.755Z] 
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) offline = false
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:26:22 [2022-11-16T14:26:22.755Z] [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-20221116.142348-1.pom
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) repositoryId = ossrh
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) repositoryLayout = default
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@264c5d07
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) types = jar,jar
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) uniqueVersion = true
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) updateReleaseInfo = false
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:26:22 [2022-11-16T14:26:22.755Z] [DEBUG]   (f) useAgent = true
09:26:22 [2022-11-16T14:26:22.756Z] [DEBUG] -- end configuration --
09:26:23 [2022-11-16T14:26:23.012Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:23 [2022-11-16T14:26:23.012Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:23 [2022-11-16T14:26:23.269Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:23 [2022-11-16T14:26:23.835Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/resolver-status.properties
09:26:23 [2022-11-16T14:26:23.835Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:23 [2022-11-16T14:26:23.835Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:24 [2022-11-16T14:26:24.767Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j].filename = org.eclipse.lsp4j-0.19.0-20221116.142620-3.pom
09:26:24 [2022-11-16T14:26:24.767Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null:pom].filename = org.eclipse.lsp4j-0.19.0-20221116.142620-3.pom.asc
09:26:24 [2022-11-16T14:26:24.775Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null].filename = org.eclipse.lsp4j-0.19.0-20221116.142620-3.jar.asc
09:26:25 [2022-11-16T14:26:25.032Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:25 [2022-11-16T14:26:25.033Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:25 [2022-11-16T14:26:25.033Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:25 [2022-11-16T14:26:25.290Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142620-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:25 [2022-11-16T14:26:25.290Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:25 [2022-11-16T14:26:25.547Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:sources].filename = org.eclipse.lsp4j-0.19.0-20221116.142620-3-sources.jar.asc
09:26:25 [2022-11-16T14:26:25.804Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:25 [2022-11-16T14:26:25.804Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:25 [2022-11-16T14:26:25.804Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:26 [2022-11-16T14:26:26.062Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221116.142620-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:26 [2022-11-16T14:26:26.062Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:javadoc].filename = org.eclipse.lsp4j-0.19.0-20221116.142620-3-javadoc.jar.asc
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] ------------------------------------------------------------------------
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] BUILD SUCCESS
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] ------------------------------------------------------------------------
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] Total time:  5.585 s
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] Finished at: 2022-11-16T14:26:26Z
09:26:26 [2022-11-16T14:26:26.319Z] [INFO] ------------------------------------------------------------------------
09:26:26 [2022-11-16T14:26:26.320Z] + read i
09:26:26 [2022-11-16T14:26:26.320Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1
09:26:26 [2022-11-16T14:26:26.320Z] + 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-20221116.142348-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:26:26 [2022-11-16T14:26:26.891Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:26:26 [2022-11-16T14:26:26.891Z] Maven home: /opt/tools/apache-maven/latest
09:26:26 [2022-11-16T14:26:26.891Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:26:26 [2022-11-16T14:26:26.891Z] Default locale: en_US, platform encoding: UTF-8
09:26:26 [2022-11-16T14:26:26.891Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG] Created new class realm maven.api
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG] Importing foreign packages into class realm maven.api
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:26:27 [2022-11-16T14:26:27.841Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:26:27 [2022-11-16T14:26:27.842Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:26:27 [2022-11-16T14:26:27.843Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:26:27 [2022-11-16T14:26:27.844Z] [DEBUG] Populating class realm maven.api
09:26:27 [2022-11-16T14:26:27.844Z] [INFO] Error stacktraces are turned on.
09:26:27 [2022-11-16T14:26:27.845Z] [DEBUG] Message scheme: plain
09:26:27 [2022-11-16T14:26:27.845Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:26:27 [2022-11-16T14:26:27.845Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:26:28 [2022-11-16T14:26:28.102Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:26:28 [2022-11-16T14:26:28.102Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:26:28 [2022-11-16T14:26:28.102Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:26:28 [2022-11-16T14:26:28.102Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:26:28 [2022-11-16T14:26:28.359Z] [INFO] Scanning for projects...
09:26:28 [2022-11-16T14:26:28.359Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:26:28 [2022-11-16T14:26:28.359Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Style:   Aggregating
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] =======================================================================
09:26:28 [2022-11-16T14:26:28.360Z] [INFO] 
09:26:28 [2022-11-16T14:26:28.360Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:26:28 [2022-11-16T14:26:28.360Z] [INFO] Building Maven Stub Project (No POM) 1
09:26:28 [2022-11-16T14:26:28.360Z] [INFO] --------------------------------[ pom ]---------------------------------
09:26:28 [2022-11-16T14:26:28.360Z] [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]
09:26:28 [2022-11-16T14:26:28.360Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Dependencies (collect): []
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Dependencies (resolve): []
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] -----------------------------------------------------------------------
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Style:         Regular
09:26:28 [2022-11-16T14:26:28.361Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:26:28 [2022-11-16T14:26:28.361Z] <configuration>
09:26:28 [2022-11-16T14:26:28.361Z]   <artifactId>${artifactId}</artifactId>
09:26:28 [2022-11-16T14:26:28.361Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:26:28 [2022-11-16T14:26:28.361Z]   <classifier>${classifier}</classifier>
09:26:28 [2022-11-16T14:26:28.361Z]   <classifiers>${classifiers}</classifiers>
09:26:28 [2022-11-16T14:26:28.362Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:26:28 [2022-11-16T14:26:28.362Z]   <description>${generatePom.description}</description>
09:26:28 [2022-11-16T14:26:28.362Z]   <executable>${gpg.executable}</executable>
09:26:28 [2022-11-16T14:26:28.362Z]   <file>${file}</file>
09:26:28 [2022-11-16T14:26:28.362Z]   <files>${files}</files>
09:26:28 [2022-11-16T14:26:28.362Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:26:28 [2022-11-16T14:26:28.362Z]   <groupId>${groupId}</groupId>
09:26:28 [2022-11-16T14:26:28.362Z]   <homedir>${gpg.homedir}</homedir>
09:26:28 [2022-11-16T14:26:28.362Z]   <interactive default-value="${settings.interactiveMode}"/>
09:26:28 [2022-11-16T14:26:28.362Z]   <javadoc>${javadoc}</javadoc>
09:26:28 [2022-11-16T14:26:28.362Z]   <keyname>${gpg.keyname}</keyname>
09:26:28 [2022-11-16T14:26:28.362Z]   <localRepository default-value="${localRepository}"/>
09:26:28 [2022-11-16T14:26:28.362Z]   <lockMode>${gpg.lockMode}</lockMode>
09:26:28 [2022-11-16T14:26:28.362Z]   <offline default-value="${settings.offline}"/>
09:26:28 [2022-11-16T14:26:28.362Z]   <packaging>${packaging}</packaging>
09:26:28 [2022-11-16T14:26:28.363Z]   <passphrase>${gpg.passphrase}</passphrase>
09:26:28 [2022-11-16T14:26:28.363Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:26:28 [2022-11-16T14:26:28.363Z]   <pomFile>${pomFile}</pomFile>
09:26:28 [2022-11-16T14:26:28.363Z]   <project default-value="${project}"/>
09:26:28 [2022-11-16T14:26:28.363Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:26:28 [2022-11-16T14:26:28.363Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:26:28 [2022-11-16T14:26:28.363Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:26:28 [2022-11-16T14:26:28.363Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:26:28 [2022-11-16T14:26:28.363Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:26:28 [2022-11-16T14:26:28.363Z]   <settings default-value="${settings}"/>
09:26:28 [2022-11-16T14:26:28.363Z]   <sources>${sources}</sources>
09:26:28 [2022-11-16T14:26:28.363Z]   <types>${types}</types>
09:26:28 [2022-11-16T14:26:28.363Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:26:28 [2022-11-16T14:26:28.363Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:26:28 [2022-11-16T14:26:28.363Z]   <url>${url}</url>
09:26:28 [2022-11-16T14:26:28.363Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:26:28 [2022-11-16T14:26:28.364Z]   <version>${version}</version>
09:26:28 [2022-11-16T14:26:28.364Z] </configuration>
09:26:28 [2022-11-16T14:26:28.364Z] [DEBUG] =======================================================================
09:26:28 [2022-11-16T14:26:28.364Z] [INFO] 
09:26:28 [2022-11-16T14:26:28.364Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:26:28 [2022-11-16T14:26:28.621Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:26:28 [2022-11-16T14:26:28.621Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:26:28 [2022-11-16T14:26:28.621Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:26:28 [2022-11-16T14:26:28.621Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1052809, ConflictMarker.markTime=854598, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=769305, ConflictIdSorter.topsortTime=446966, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4450075, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=57484603, DefaultDependencyCollector.transformTime=10263258}
09:26:28 [2022-11-16T14:26:28.621Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:26:28 [2022-11-16T14:26:28.622Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.623Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]   Imported:  < maven.api
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:28 [2022-11-16T14:26:28.624Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:26:28 [2022-11-16T14:26:28.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]
09:26:28 [2022-11-16T14:26:28.625Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) classifiers = sources,javadoc
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) defaultKeyring = true
09:26:28 [2022-11-16T14:26:28.626Z] [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-20221116.142348-1.jar
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142348-1-javadoc.jar
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) generatePom = true
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) interactive = false
09:26:28 [2022-11-16T14:26:28.626Z] [DEBUG]   (f) localRepository =       id: local
09:26:28 [2022-11-16T14:26:28.626Z]       url: file:///home/jenkins/.m2/repository/
09:26:28 [2022-11-16T14:26:28.627Z]    layout: default
09:26:28 [2022-11-16T14:26:28.627Z] snapshots: [enabled => true, update => always]
09:26:28 [2022-11-16T14:26:28.627Z]  releases: [enabled => true, update => always]
09:26:28 [2022-11-16T14:26:28.627Z]    blocked: false
09:26:28 [2022-11-16T14:26:28.627Z] 
09:26:28 [2022-11-16T14:26:28.627Z] [DEBUG]   (f) offline = false
09:26:28 [2022-11-16T14:26:28.627Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:26:28 [2022-11-16T14:26:28.628Z] [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-20221116.142348-1.pom
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) repositoryId = ossrh
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) repositoryLayout = default
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@41de5768
09:26:28 [2022-11-16T14:26:28.628Z] [DEBUG]   (f) types = jar,jar
09:26:28 [2022-11-16T14:26:28.629Z] [DEBUG]   (f) uniqueVersion = true
09:26:28 [2022-11-16T14:26:28.629Z] [DEBUG]   (f) updateReleaseInfo = false
09:26:28 [2022-11-16T14:26:28.629Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:26:28 [2022-11-16T14:26:28.629Z] [DEBUG]   (f) useAgent = true
09:26:28 [2022-11-16T14:26:28.629Z] [DEBUG] -- end configuration --
09:26:29 [2022-11-16T14:26:29.194Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:29 [2022-11-16T14:26:29.194Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:29 [2022-11-16T14:26:29.451Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:30 [2022-11-16T14:26:30.015Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/resolver-status.properties
09:26:30 [2022-11-16T14:26:30.272Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:30 [2022-11-16T14:26:30.273Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:31 [2022-11-16T14:26:31.204Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.debug].filename = org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3.pom
09:26:31 [2022-11-16T14:26:31.204Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null].filename = org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3.jar.asc
09:26:31 [2022-11-16T14:26:31.204Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null:pom].filename = org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3.pom.asc
09:26:31 [2022-11-16T14:26:31.204Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:31 [2022-11-16T14:26:31.204Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:31 [2022-11-16T14:26:31.205Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:35 [2022-11-16T14:26:35.381Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:35 [2022-11-16T14:26:35.381Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:35 [2022-11-16T14:26:35.639Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:sources].filename = org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3-sources.jar.asc
09:26:35 [2022-11-16T14:26:35.896Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:35 [2022-11-16T14:26:35.896Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:35 [2022-11-16T14:26:35.896Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:41 [2022-11-16T14:26:41.161Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:41 [2022-11-16T14:26:41.161Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:26:41 [2022-11-16T14:26:41.161Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:javadoc].filename = org.eclipse.lsp4j.debug-0.19.0-20221116.142627-3-javadoc.jar.asc
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] ------------------------------------------------------------------------
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] BUILD SUCCESS
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] ------------------------------------------------------------------------
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] Total time:  12.819 s
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] Finished at: 2022-11-16T14:26:40Z
09:26:41 [2022-11-16T14:26:41.162Z] [INFO] ------------------------------------------------------------------------
09:26:41 [2022-11-16T14:26:41.162Z] + read i
09:26:41 [2022-11-16T14:26:41.162Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1
09:26:41 [2022-11-16T14:26:41.162Z] + 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-20221116.142348-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:26:41 [2022-11-16T14:26:41.162Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:26:41 [2022-11-16T14:26:41.163Z] Maven home: /opt/tools/apache-maven/latest
09:26:41 [2022-11-16T14:26:41.163Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:26:41 [2022-11-16T14:26:41.163Z] Default locale: en_US, platform encoding: UTF-8
09:26:41 [2022-11-16T14:26:41.163Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:26:42 [2022-11-16T14:26:42.537Z] [DEBUG] Created new class realm maven.api
09:26:42 [2022-11-16T14:26:42.537Z] [DEBUG] Importing foreign packages into class realm maven.api
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:26:42 [2022-11-16T14:26:42.538Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:26:42 [2022-11-16T14:26:42.539Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:26:42 [2022-11-16T14:26:42.540Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:26:42 [2022-11-16T14:26:42.541Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Populating class realm maven.api
09:26:42 [2022-11-16T14:26:42.542Z] [INFO] Error stacktraces are turned on.
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Message scheme: plain
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:26:42 [2022-11-16T14:26:42.542Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:26:42 [2022-11-16T14:26:42.800Z] [INFO] Scanning for projects...
09:26:42 [2022-11-16T14:26:42.800Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:26:43 [2022-11-16T14:26:43.057Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Style:   Aggregating
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] =======================================================================
09:26:43 [2022-11-16T14:26:43.058Z] [INFO] 
09:26:43 [2022-11-16T14:26:43.058Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:26:43 [2022-11-16T14:26:43.058Z] [INFO] Building Maven Stub Project (No POM) 1
09:26:43 [2022-11-16T14:26:43.058Z] [INFO] --------------------------------[ pom ]---------------------------------
09:26:43 [2022-11-16T14:26:43.058Z] [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]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Dependencies (collect): []
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Dependencies (resolve): []
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] -----------------------------------------------------------------------
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Style:         Regular
09:26:43 [2022-11-16T14:26:43.058Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:26:43 [2022-11-16T14:26:43.058Z] <configuration>
09:26:43 [2022-11-16T14:26:43.058Z]   <artifactId>${artifactId}</artifactId>
09:26:43 [2022-11-16T14:26:43.058Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:26:43 [2022-11-16T14:26:43.059Z]   <classifier>${classifier}</classifier>
09:26:43 [2022-11-16T14:26:43.059Z]   <classifiers>${classifiers}</classifiers>
09:26:43 [2022-11-16T14:26:43.059Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:26:43 [2022-11-16T14:26:43.059Z]   <description>${generatePom.description}</description>
09:26:43 [2022-11-16T14:26:43.059Z]   <executable>${gpg.executable}</executable>
09:26:43 [2022-11-16T14:26:43.059Z]   <file>${file}</file>
09:26:43 [2022-11-16T14:26:43.059Z]   <files>${files}</files>
09:26:43 [2022-11-16T14:26:43.059Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:26:43 [2022-11-16T14:26:43.059Z]   <groupId>${groupId}</groupId>
09:26:43 [2022-11-16T14:26:43.059Z]   <homedir>${gpg.homedir}</homedir>
09:26:43 [2022-11-16T14:26:43.059Z]   <interactive default-value="${settings.interactiveMode}"/>
09:26:43 [2022-11-16T14:26:43.059Z]   <javadoc>${javadoc}</javadoc>
09:26:43 [2022-11-16T14:26:43.059Z]   <keyname>${gpg.keyname}</keyname>
09:26:43 [2022-11-16T14:26:43.059Z]   <localRepository default-value="${localRepository}"/>
09:26:43 [2022-11-16T14:26:43.059Z]   <lockMode>${gpg.lockMode}</lockMode>
09:26:43 [2022-11-16T14:26:43.059Z]   <offline default-value="${settings.offline}"/>
09:26:43 [2022-11-16T14:26:43.059Z]   <packaging>${packaging}</packaging>
09:26:43 [2022-11-16T14:26:43.059Z]   <passphrase>${gpg.passphrase}</passphrase>
09:26:43 [2022-11-16T14:26:43.059Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:26:43 [2022-11-16T14:26:43.059Z]   <pomFile>${pomFile}</pomFile>
09:26:43 [2022-11-16T14:26:43.059Z]   <project default-value="${project}"/>
09:26:43 [2022-11-16T14:26:43.059Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:26:43 [2022-11-16T14:26:43.059Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:26:43 [2022-11-16T14:26:43.059Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:26:43 [2022-11-16T14:26:43.059Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:26:43 [2022-11-16T14:26:43.059Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:26:43 [2022-11-16T14:26:43.059Z]   <settings default-value="${settings}"/>
09:26:43 [2022-11-16T14:26:43.059Z]   <sources>${sources}</sources>
09:26:43 [2022-11-16T14:26:43.059Z]   <types>${types}</types>
09:26:43 [2022-11-16T14:26:43.059Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:26:43 [2022-11-16T14:26:43.059Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:26:43 [2022-11-16T14:26:43.059Z]   <url>${url}</url>
09:26:43 [2022-11-16T14:26:43.059Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:26:43 [2022-11-16T14:26:43.059Z]   <version>${version}</version>
09:26:43 [2022-11-16T14:26:43.059Z] </configuration>
09:26:43 [2022-11-16T14:26:43.059Z] [DEBUG] =======================================================================
09:26:43 [2022-11-16T14:26:43.060Z] [INFO] 
09:26:43 [2022-11-16T14:26:43.060Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1125519, ConflictMarker.markTime=852973, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=839181, ConflictIdSorter.topsortTime=539093, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=30421101, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=90581499, DefaultDependencyCollector.transformTime=36510997}
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]   Imported:  < maven.api
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:43 [2022-11-16T14:26:43.060Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:26:43 [2022-11-16T14:26:43.061Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:26:43 [2022-11-16T14:26:43.318Z] [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]
09:26:43 [2022-11-16T14:26:43.318Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:26:43 [2022-11-16T14:26:43.318Z] [DEBUG]   (f) classifiers = sources,javadoc
09:26:43 [2022-11-16T14:26:43.318Z] [DEBUG]   (f) defaultKeyring = true
09:26:43 [2022-11-16T14:26:43.318Z] [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-20221116.142348-1.jar
09:26:43 [2022-11-16T14:26:43.318Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142348-1-javadoc.jar
09:26:43 [2022-11-16T14:26:43.318Z] [DEBUG]   (f) generatePom = true
09:26:43 [2022-11-16T14:26:43.319Z] [DEBUG]   (f) interactive = false
09:26:43 [2022-11-16T14:26:43.319Z] [DEBUG]   (f) localRepository =       id: local
09:26:43 [2022-11-16T14:26:43.319Z]       url: file:///home/jenkins/.m2/repository/
09:26:43 [2022-11-16T14:26:43.319Z]    layout: default
09:26:43 [2022-11-16T14:26:43.319Z] snapshots: [enabled => true, update => always]
09:26:43 [2022-11-16T14:26:43.319Z]  releases: [enabled => true, update => always]
09:26:43 [2022-11-16T14:26:43.319Z]    blocked: false
09:26:43 [2022-11-16T14:26:43.319Z] 
09:26:43 [2022-11-16T14:26:43.319Z] [DEBUG]   (f) offline = false
09:26:43 [2022-11-16T14:26:43.319Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:26:43 [2022-11-16T14:26:43.319Z] [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-20221116.142348-1.pom
09:26:43 [2022-11-16T14:26:43.319Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) repositoryId = ossrh
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) repositoryLayout = default
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@f325091
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) types = jar,jar
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) uniqueVersion = true
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) updateReleaseInfo = false
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG]   (f) useAgent = true
09:26:43 [2022-11-16T14:26:43.320Z] [DEBUG] -- end configuration --
09:26:43 [2022-11-16T14:26:43.883Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:43 [2022-11-16T14:26:43.883Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:44 [2022-11-16T14:26:44.140Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:44 [2022-11-16T14:26:44.729Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/resolver-status.properties
09:26:44 [2022-11-16T14:26:44.987Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:49 [2022-11-16T14:26:49.167Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:50 [2022-11-16T14:26:50.098Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null].filename = org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3.jar.asc
09:26:50 [2022-11-16T14:26:50.098Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.generator].filename = org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3.pom
09:26:50 [2022-11-16T14:26:50.098Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null:pom].filename = org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3.pom.asc
09:26:50 [2022-11-16T14:26:50.098Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:50 [2022-11-16T14:26:50.098Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:50 [2022-11-16T14:26:50.098Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:50 [2022-11-16T14:26:50.355Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:50 [2022-11-16T14:26:50.355Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:50 [2022-11-16T14:26:50.919Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources].filename = org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3-sources.jar.asc
09:26:50 [2022-11-16T14:26:50.919Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:50 [2022-11-16T14:26:50.919Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:50 [2022-11-16T14:26:50.919Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:51 [2022-11-16T14:26:51.176Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:51 [2022-11-16T14:26:51.176Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties
09:26:51 [2022-11-16T14:26:51.740Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:javadoc].filename = org.eclipse.lsp4j.generator-0.19.0-20221116.142642-3-javadoc.jar.asc
09:26:51 [2022-11-16T14:26:51.740Z] [INFO] ------------------------------------------------------------------------
09:26:51 [2022-11-16T14:26:51.741Z] [INFO] BUILD SUCCESS
09:26:51 [2022-11-16T14:26:51.741Z] [INFO] ------------------------------------------------------------------------
09:26:51 [2022-11-16T14:26:51.741Z] [INFO] Total time:  9.106 s
09:26:51 [2022-11-16T14:26:51.741Z] [INFO] Finished at: 2022-11-16T14:26:51Z
09:26:51 [2022-11-16T14:26:51.741Z] [INFO] ------------------------------------------------------------------------
09:26:51 [2022-11-16T14:26:51.741Z] + read i
09:26:51 [2022-11-16T14:26:51.741Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1
09:26:51 [2022-11-16T14:26:51.741Z] + 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-20221116.142348-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:26:51 [2022-11-16T14:26:51.998Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:26:51 [2022-11-16T14:26:51.998Z] Maven home: /opt/tools/apache-maven/latest
09:26:51 [2022-11-16T14:26:51.998Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:26:51 [2022-11-16T14:26:51.998Z] Default locale: en_US, platform encoding: UTF-8
09:26:51 [2022-11-16T14:26:51.998Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:26:52 [2022-11-16T14:26:52.937Z] [DEBUG] Created new class realm maven.api
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG] Importing foreign packages into class realm maven.api
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:26:52 [2022-11-16T14:26:52.938Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:26:52 [2022-11-16T14:26:52.939Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:26:52 [2022-11-16T14:26:52.940Z] [DEBUG] Populating class realm maven.api
09:26:53 [2022-11-16T14:26:53.196Z] [INFO] Error stacktraces are turned on.
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Message scheme: plain
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:26:53 [2022-11-16T14:26:53.196Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:26:53 [2022-11-16T14:26:53.453Z] [INFO] Scanning for projects...
09:26:53 [2022-11-16T14:26:53.453Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:26:53 [2022-11-16T14:26:53.453Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:26:53 [2022-11-16T14:26:53.453Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] Style:   Aggregating
09:26:53 [2022-11-16T14:26:53.710Z] [DEBUG] =======================================================================
09:26:53 [2022-11-16T14:26:53.710Z] [INFO] 
09:26:53 [2022-11-16T14:26:53.711Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:26:53 [2022-11-16T14:26:53.711Z] [INFO] Building Maven Stub Project (No POM) 1
09:26:53 [2022-11-16T14:26:53.711Z] [INFO] --------------------------------[ pom ]---------------------------------
09:26:53 [2022-11-16T14:26:53.711Z] [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]
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Dependencies (collect): []
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Dependencies (resolve): []
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] -----------------------------------------------------------------------
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Style:         Regular
09:26:53 [2022-11-16T14:26:53.711Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:26:53 [2022-11-16T14:26:53.711Z] <configuration>
09:26:53 [2022-11-16T14:26:53.711Z]   <artifactId>${artifactId}</artifactId>
09:26:53 [2022-11-16T14:26:53.711Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:26:53 [2022-11-16T14:26:53.711Z]   <classifier>${classifier}</classifier>
09:26:53 [2022-11-16T14:26:53.711Z]   <classifiers>${classifiers}</classifiers>
09:26:53 [2022-11-16T14:26:53.711Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:26:53 [2022-11-16T14:26:53.711Z]   <description>${generatePom.description}</description>
09:26:53 [2022-11-16T14:26:53.711Z]   <executable>${gpg.executable}</executable>
09:26:53 [2022-11-16T14:26:53.711Z]   <file>${file}</file>
09:26:53 [2022-11-16T14:26:53.711Z]   <files>${files}</files>
09:26:53 [2022-11-16T14:26:53.711Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:26:53 [2022-11-16T14:26:53.711Z]   <groupId>${groupId}</groupId>
09:26:53 [2022-11-16T14:26:53.711Z]   <homedir>${gpg.homedir}</homedir>
09:26:53 [2022-11-16T14:26:53.712Z]   <interactive default-value="${settings.interactiveMode}"/>
09:26:53 [2022-11-16T14:26:53.712Z]   <javadoc>${javadoc}</javadoc>
09:26:53 [2022-11-16T14:26:53.712Z]   <keyname>${gpg.keyname}</keyname>
09:26:53 [2022-11-16T14:26:53.712Z]   <localRepository default-value="${localRepository}"/>
09:26:53 [2022-11-16T14:26:53.712Z]   <lockMode>${gpg.lockMode}</lockMode>
09:26:53 [2022-11-16T14:26:53.712Z]   <offline default-value="${settings.offline}"/>
09:26:53 [2022-11-16T14:26:53.712Z]   <packaging>${packaging}</packaging>
09:26:53 [2022-11-16T14:26:53.712Z]   <passphrase>${gpg.passphrase}</passphrase>
09:26:53 [2022-11-16T14:26:53.712Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:26:53 [2022-11-16T14:26:53.712Z]   <pomFile>${pomFile}</pomFile>
09:26:53 [2022-11-16T14:26:53.712Z]   <project default-value="${project}"/>
09:26:53 [2022-11-16T14:26:53.712Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:26:53 [2022-11-16T14:26:53.712Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:26:53 [2022-11-16T14:26:53.712Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:26:53 [2022-11-16T14:26:53.712Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:26:53 [2022-11-16T14:26:53.712Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:26:53 [2022-11-16T14:26:53.712Z]   <settings default-value="${settings}"/>
09:26:53 [2022-11-16T14:26:53.712Z]   <sources>${sources}</sources>
09:26:53 [2022-11-16T14:26:53.712Z]   <types>${types}</types>
09:26:53 [2022-11-16T14:26:53.712Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:26:53 [2022-11-16T14:26:53.712Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:26:53 [2022-11-16T14:26:53.712Z]   <url>${url}</url>
09:26:53 [2022-11-16T14:26:53.712Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:26:53 [2022-11-16T14:26:53.712Z]   <version>${version}</version>
09:26:53 [2022-11-16T14:26:53.712Z] </configuration>
09:26:53 [2022-11-16T14:26:53.712Z] [DEBUG] =======================================================================
09:26:53 [2022-11-16T14:26:53.712Z] [INFO] 
09:26:53 [2022-11-16T14:26:53.712Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:26:53 [2022-11-16T14:26:53.712Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1087894, ConflictMarker.markTime=795055, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=674261, ConflictIdSorter.topsortTime=465550, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4579911, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=54827725, DefaultDependencyCollector.transformTime=10319926}
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:26:53 [2022-11-16T14:26:53.713Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Imported:  < maven.api
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:26:53 [2022-11-16T14:26:53.714Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:26:53 [2022-11-16T14:26:53.714Z] [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]
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) classifiers = sources,javadoc
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) defaultKeyring = true
09:26:53 [2022-11-16T14:26:53.971Z] [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-20221116.142348-1.jar
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142348-1-javadoc.jar
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) generatePom = true
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) interactive = false
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) localRepository =       id: local
09:26:53 [2022-11-16T14:26:53.971Z]       url: file:///home/jenkins/.m2/repository/
09:26:53 [2022-11-16T14:26:53.971Z]    layout: default
09:26:53 [2022-11-16T14:26:53.971Z] snapshots: [enabled => true, update => always]
09:26:53 [2022-11-16T14:26:53.971Z]  releases: [enabled => true, update => always]
09:26:53 [2022-11-16T14:26:53.971Z]    blocked: false
09:26:53 [2022-11-16T14:26:53.971Z] 
09:26:53 [2022-11-16T14:26:53.971Z] [DEBUG]   (f) offline = false
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:26:53 [2022-11-16T14:26:53.972Z] [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-20221116.142348-1.pom
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) repositoryId = ossrh
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) repositoryLayout = default
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@f325091
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) types = jar,jar
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) uniqueVersion = true
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) updateReleaseInfo = false
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG]   (f) useAgent = true
09:26:53 [2022-11-16T14:26:53.972Z] [DEBUG] -- end configuration --
09:26:54 [2022-11-16T14:26:54.228Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:54 [2022-11-16T14:26:54.228Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:54 [2022-11-16T14:26:54.791Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:55 [2022-11-16T14:26:55.356Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/resolver-status.properties
09:26:55 [2022-11-16T14:26:55.356Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:55 [2022-11-16T14:26:55.356Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:56 [2022-11-16T14:26:56.299Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3.pom.asc
09:26:56 [2022-11-16T14:26:56.299Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3.jar.asc
09:26:56 [2022-11-16T14:26:56.299Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3.pom
09:26:56 [2022-11-16T14:26:56.299Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:56 [2022-11-16T14:26:56.299Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:56 [2022-11-16T14:26:56.299Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:56 [2022-11-16T14:26:56.556Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:56 [2022-11-16T14:26:56.557Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:57 [2022-11-16T14:26:57.121Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3-sources.jar.asc
09:26:57 [2022-11-16T14:26:57.121Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:26:57 [2022-11-16T14:26:57.121Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:26:57 [2022-11-16T14:26:57.121Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:57 [2022-11-16T14:26:57.379Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:26:57 [2022-11-16T14:26:57.379Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties
09:26:57 [2022-11-16T14:26:57.944Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221116.142653-3-javadoc.jar.asc
09:26:57 [2022-11-16T14:26:57.944Z] [INFO] ------------------------------------------------------------------------
09:26:57 [2022-11-16T14:26:57.944Z] [INFO] BUILD SUCCESS
09:26:57 [2022-11-16T14:26:57.944Z] [INFO] ------------------------------------------------------------------------
09:26:57 [2022-11-16T14:26:57.945Z] [INFO] Total time:  4.657 s
09:26:57 [2022-11-16T14:26:57.945Z] [INFO] Finished at: 2022-11-16T14:26:57Z
09:26:57 [2022-11-16T14:26:57.945Z] [INFO] ------------------------------------------------------------------------
09:26:57 [2022-11-16T14:26:57.945Z] + read i
09:26:57 [2022-11-16T14:26:57.945Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142348-1
09:26:57 [2022-11-16T14:26:57.945Z] + 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-20221116.142348-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-20221116.142348-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-20221116.142348-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-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:26:58 [2022-11-16T14:26:58.201Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:26:58 [2022-11-16T14:26:58.202Z] Maven home: /opt/tools/apache-maven/latest
09:26:58 [2022-11-16T14:26:58.202Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:26:58 [2022-11-16T14:26:58.202Z] Default locale: en_US, platform encoding: UTF-8
09:26:58 [2022-11-16T14:26:58.202Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG] Created new class realm maven.api
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG] Importing foreign packages into class realm maven.api
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:26:59 [2022-11-16T14:26:59.131Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:26:59 [2022-11-16T14:26:59.132Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:26:59 [2022-11-16T14:26:59.133Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:26:59 [2022-11-16T14:26:59.134Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:26:59 [2022-11-16T14:26:59.135Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:26:59 [2022-11-16T14:26:59.135Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:26:59 [2022-11-16T14:26:59.135Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:26:59 [2022-11-16T14:26:59.135Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:26:59 [2022-11-16T14:26:59.135Z] [DEBUG] Populating class realm maven.api
09:26:59 [2022-11-16T14:26:59.392Z] [INFO] Error stacktraces are turned on.
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Message scheme: plain
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:26:59 [2022-11-16T14:26:59.392Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:26:59 [2022-11-16T14:26:59.649Z] [INFO] Scanning for projects...
09:26:59 [2022-11-16T14:26:59.649Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:26:59 [2022-11-16T14:26:59.649Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:26:59 [2022-11-16T14:26:59.649Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:26:59 [2022-11-16T14:26:59.649Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:26:59 [2022-11-16T14:26:59.906Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:26:59 [2022-11-16T14:26:59.906Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:26:59 [2022-11-16T14:26:59.906Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:26:59 [2022-11-16T14:26:59.906Z] [DEBUG] Style:   Aggregating
09:26:59 [2022-11-16T14:26:59.906Z] [DEBUG] =======================================================================
09:26:59 [2022-11-16T14:26:59.906Z] [INFO] 
09:26:59 [2022-11-16T14:26:59.907Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:26:59 [2022-11-16T14:26:59.907Z] [INFO] Building Maven Stub Project (No POM) 1
09:26:59 [2022-11-16T14:26:59.907Z] [INFO] --------------------------------[ pom ]---------------------------------
09:26:59 [2022-11-16T14:26:59.907Z] [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]
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Dependencies (collect): []
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Dependencies (resolve): []
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] -----------------------------------------------------------------------
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Style:         Regular
09:26:59 [2022-11-16T14:26:59.907Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:26:59 [2022-11-16T14:26:59.907Z] <configuration>
09:26:59 [2022-11-16T14:26:59.907Z]   <artifactId>${artifactId}</artifactId>
09:26:59 [2022-11-16T14:26:59.907Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:26:59 [2022-11-16T14:26:59.907Z]   <classifier>${classifier}</classifier>
09:26:59 [2022-11-16T14:26:59.907Z]   <classifiers>${classifiers}</classifiers>
09:26:59 [2022-11-16T14:26:59.907Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:26:59 [2022-11-16T14:26:59.907Z]   <description>${generatePom.description}</description>
09:26:59 [2022-11-16T14:26:59.907Z]   <executable>${gpg.executable}</executable>
09:26:59 [2022-11-16T14:26:59.907Z]   <file>${file}</file>
09:26:59 [2022-11-16T14:26:59.907Z]   <files>${files}</files>
09:26:59 [2022-11-16T14:26:59.908Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:26:59 [2022-11-16T14:26:59.908Z]   <groupId>${groupId}</groupId>
09:26:59 [2022-11-16T14:26:59.908Z]   <homedir>${gpg.homedir}</homedir>
09:26:59 [2022-11-16T14:26:59.908Z]   <interactive default-value="${settings.interactiveMode}"/>
09:26:59 [2022-11-16T14:26:59.908Z]   <javadoc>${javadoc}</javadoc>
09:26:59 [2022-11-16T14:26:59.908Z]   <keyname>${gpg.keyname}</keyname>
09:26:59 [2022-11-16T14:26:59.908Z]   <localRepository default-value="${localRepository}"/>
09:26:59 [2022-11-16T14:26:59.908Z]   <lockMode>${gpg.lockMode}</lockMode>
09:26:59 [2022-11-16T14:26:59.908Z]   <offline default-value="${settings.offline}"/>
09:26:59 [2022-11-16T14:26:59.908Z]   <packaging>${packaging}</packaging>
09:26:59 [2022-11-16T14:26:59.908Z]   <passphrase>${gpg.passphrase}</passphrase>
09:26:59 [2022-11-16T14:26:59.908Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:26:59 [2022-11-16T14:26:59.908Z]   <pomFile>${pomFile}</pomFile>
09:26:59 [2022-11-16T14:26:59.908Z]   <project default-value="${project}"/>
09:26:59 [2022-11-16T14:26:59.908Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:26:59 [2022-11-16T14:26:59.908Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:26:59 [2022-11-16T14:26:59.908Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:26:59 [2022-11-16T14:26:59.908Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:26:59 [2022-11-16T14:26:59.908Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:26:59 [2022-11-16T14:26:59.909Z]   <settings default-value="${settings}"/>
09:26:59 [2022-11-16T14:26:59.909Z]   <sources>${sources}</sources>
09:26:59 [2022-11-16T14:26:59.909Z]   <types>${types}</types>
09:26:59 [2022-11-16T14:26:59.909Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:26:59 [2022-11-16T14:26:59.909Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:26:59 [2022-11-16T14:26:59.909Z]   <url>${url}</url>
09:26:59 [2022-11-16T14:26:59.909Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:26:59 [2022-11-16T14:26:59.909Z]   <version>${version}</version>
09:26:59 [2022-11-16T14:26:59.909Z] </configuration>
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] =======================================================================
09:26:59 [2022-11-16T14:26:59.909Z] [INFO] 
09:26:59 [2022-11-16T14:26:59.909Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1075893, ConflictMarker.markTime=879598, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=720512, ConflictIdSorter.topsortTime=454883, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4409742, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=79418809, DefaultDependencyCollector.transformTime=10258758}
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.909Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Imported:  < maven.api
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:26:59 [2022-11-16T14:26:59.910Z] [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]
09:26:59 [2022-11-16T14:26:59.910Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) classifiers = sources,javadoc
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) defaultKeyring = true
09:26:59 [2022-11-16T14:26:59.911Z] [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-20221116.142348-1.jar
09:26:59 [2022-11-16T14:26:59.911Z] [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-20221116.142348-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-20221116.142348-1-javadoc.jar
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) generatePom = true
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) interactive = false
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) localRepository =       id: local
09:26:59 [2022-11-16T14:26:59.911Z]       url: file:///home/jenkins/.m2/repository/
09:26:59 [2022-11-16T14:26:59.911Z]    layout: default
09:26:59 [2022-11-16T14:26:59.911Z] snapshots: [enabled => true, update => always]
09:26:59 [2022-11-16T14:26:59.911Z]  releases: [enabled => true, update => always]
09:26:59 [2022-11-16T14:26:59.911Z]    blocked: false
09:26:59 [2022-11-16T14:26:59.911Z] 
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) offline = false
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:26:59 [2022-11-16T14:26:59.911Z] [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-20221116.142348-1.pom
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) repositoryId = ossrh
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) repositoryLayout = default
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) types = jar,jar
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) uniqueVersion = true
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) updateReleaseInfo = false
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG]   (f) useAgent = true
09:26:59 [2022-11-16T14:26:59.911Z] [DEBUG] -- end configuration --
09:27:00 [2022-11-16T14:27:00.475Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:00 [2022-11-16T14:27:00.475Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:00 [2022-11-16T14:27:00.731Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:01 [2022-11-16T14:27:01.297Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/resolver-status.properties
09:27:01 [2022-11-16T14:27:01.554Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:01 [2022-11-16T14:27:01.554Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:02 [2022-11-16T14:27:02.485Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142659-3.pom
09:27:02 [2022-11-16T14:27:02.485Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142659-3.pom.asc
09:27:02 [2022-11-16T14:27:02.485Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142659-3.jar.asc
09:27:02 [2022-11-16T14:27:02.485Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:02 [2022-11-16T14:27:02.485Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:02 [2022-11-16T14:27:02.485Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:02 [2022-11-16T14:27:02.742Z] [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-20221116.142659-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:02 [2022-11-16T14:27:02.742Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:02 [2022-11-16T14:27:02.999Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:sources].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142659-3-sources.jar.asc
09:27:03 [2022-11-16T14:27:03.256Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:03 [2022-11-16T14:27:03.256Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:03 [2022-11-16T14:27:03.256Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:03 [2022-11-16T14:27:03.513Z] [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-20221116.142659-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:03 [2022-11-16T14:27:03.514Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties
09:27:03 [2022-11-16T14:27:03.771Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221116.142659-3-javadoc.jar.asc
09:27:03 [2022-11-16T14:27:03.771Z] [INFO] ------------------------------------------------------------------------
09:27:03 [2022-11-16T14:27:03.771Z] [INFO] BUILD SUCCESS
09:27:03 [2022-11-16T14:27:03.771Z] [INFO] ------------------------------------------------------------------------
09:27:03 [2022-11-16T14:27:03.772Z] [INFO] Total time:  4.505 s
09:27:03 [2022-11-16T14:27:03.772Z] [INFO] Finished at: 2022-11-16T14:27:03Z
09:27:03 [2022-11-16T14:27:03.772Z] [INFO] ------------------------------------------------------------------------
09:27:03 [2022-11-16T14:27:03.772Z] + read i
09:27:03 [2022-11-16T14:27:03.772Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1
09:27:03 [2022-11-16T14:27:03.772Z] + 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-20221116.142348-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:27:04 [2022-11-16T14:27:04.029Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:27:04 [2022-11-16T14:27:04.029Z] Maven home: /opt/tools/apache-maven/latest
09:27:04 [2022-11-16T14:27:04.029Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:27:04 [2022-11-16T14:27:04.029Z] Default locale: en_US, platform encoding: UTF-8
09:27:04 [2022-11-16T14:27:04.029Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:27:05 [2022-11-16T14:27:05.397Z] [DEBUG] Created new class realm maven.api
09:27:05 [2022-11-16T14:27:05.397Z] [DEBUG] Importing foreign packages into class realm maven.api
09:27:05 [2022-11-16T14:27:05.397Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:27:05 [2022-11-16T14:27:05.398Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG] Populating class realm maven.api
09:27:05 [2022-11-16T14:27:05.399Z] [INFO] Error stacktraces are turned on.
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG] Message scheme: plain
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:27:05 [2022-11-16T14:27:05.399Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:27:05 [2022-11-16T14:27:05.400Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:27:05 [2022-11-16T14:27:05.400Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:27:05 [2022-11-16T14:27:05.400Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:27:05 [2022-11-16T14:27:05.400Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:27:05 [2022-11-16T14:27:05.657Z] [INFO] Scanning for projects...
09:27:05 [2022-11-16T14:27:05.657Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:27:05 [2022-11-16T14:27:05.657Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:27:05 [2022-11-16T14:27:05.657Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:27:05 [2022-11-16T14:27:05.657Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Style:   Aggregating
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] =======================================================================
09:27:05 [2022-11-16T14:27:05.915Z] [INFO] 
09:27:05 [2022-11-16T14:27:05.915Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:27:05 [2022-11-16T14:27:05.915Z] [INFO] Building Maven Stub Project (No POM) 1
09:27:05 [2022-11-16T14:27:05.915Z] [INFO] --------------------------------[ pom ]---------------------------------
09:27:05 [2022-11-16T14:27:05.915Z] [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]
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Dependencies (collect): []
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Dependencies (resolve): []
09:27:05 [2022-11-16T14:27:05.915Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:27:05 [2022-11-16T14:27:05.916Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:27:05 [2022-11-16T14:27:05.916Z] [DEBUG] -----------------------------------------------------------------------
09:27:05 [2022-11-16T14:27:05.916Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:27:05 [2022-11-16T14:27:05.916Z] [DEBUG] Style:         Regular
09:27:05 [2022-11-16T14:27:05.916Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:27:05 [2022-11-16T14:27:05.916Z] <configuration>
09:27:05 [2022-11-16T14:27:05.916Z]   <artifactId>${artifactId}</artifactId>
09:27:05 [2022-11-16T14:27:05.916Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:27:05 [2022-11-16T14:27:05.916Z]   <classifier>${classifier}</classifier>
09:27:05 [2022-11-16T14:27:05.916Z]   <classifiers>${classifiers}</classifiers>
09:27:05 [2022-11-16T14:27:05.916Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:27:05 [2022-11-16T14:27:05.916Z]   <description>${generatePom.description}</description>
09:27:05 [2022-11-16T14:27:05.916Z]   <executable>${gpg.executable}</executable>
09:27:05 [2022-11-16T14:27:05.916Z]   <file>${file}</file>
09:27:05 [2022-11-16T14:27:05.916Z]   <files>${files}</files>
09:27:05 [2022-11-16T14:27:05.916Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:27:05 [2022-11-16T14:27:05.916Z]   <groupId>${groupId}</groupId>
09:27:05 [2022-11-16T14:27:05.916Z]   <homedir>${gpg.homedir}</homedir>
09:27:05 [2022-11-16T14:27:05.916Z]   <interactive default-value="${settings.interactiveMode}"/>
09:27:05 [2022-11-16T14:27:05.916Z]   <javadoc>${javadoc}</javadoc>
09:27:05 [2022-11-16T14:27:05.916Z]   <keyname>${gpg.keyname}</keyname>
09:27:05 [2022-11-16T14:27:05.916Z]   <localRepository default-value="${localRepository}"/>
09:27:05 [2022-11-16T14:27:05.916Z]   <lockMode>${gpg.lockMode}</lockMode>
09:27:05 [2022-11-16T14:27:05.916Z]   <offline default-value="${settings.offline}"/>
09:27:05 [2022-11-16T14:27:05.916Z]   <packaging>${packaging}</packaging>
09:27:05 [2022-11-16T14:27:05.916Z]   <passphrase>${gpg.passphrase}</passphrase>
09:27:05 [2022-11-16T14:27:05.916Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:27:05 [2022-11-16T14:27:05.916Z]   <pomFile>${pomFile}</pomFile>
09:27:05 [2022-11-16T14:27:05.916Z]   <project default-value="${project}"/>
09:27:05 [2022-11-16T14:27:05.916Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:27:05 [2022-11-16T14:27:05.916Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:27:05 [2022-11-16T14:27:05.916Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:27:05 [2022-11-16T14:27:05.917Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:27:05 [2022-11-16T14:27:05.917Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:27:05 [2022-11-16T14:27:05.917Z]   <settings default-value="${settings}"/>
09:27:05 [2022-11-16T14:27:05.917Z]   <sources>${sources}</sources>
09:27:05 [2022-11-16T14:27:05.917Z]   <types>${types}</types>
09:27:05 [2022-11-16T14:27:05.917Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:27:05 [2022-11-16T14:27:05.917Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:27:05 [2022-11-16T14:27:05.917Z]   <url>${url}</url>
09:27:05 [2022-11-16T14:27:05.917Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:27:05 [2022-11-16T14:27:05.917Z]   <version>${version}</version>
09:27:05 [2022-11-16T14:27:05.917Z] </configuration>
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] =======================================================================
09:27:05 [2022-11-16T14:27:05.917Z] [INFO] 
09:27:05 [2022-11-16T14:27:05.917Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1101769, ConflictMarker.markTime=769846, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=706221, ConflictIdSorter.topsortTime=497675, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4554911, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=76817516, DefaultDependencyCollector.transformTime=10267841}
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.917Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]   Imported:  < maven.api
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:27:05 [2022-11-16T14:27:05.918Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:27:05 [2022-11-16T14:27:05.919Z] [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]
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) classifiers = sources,javadoc
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) defaultKeyring = true
09:27:05 [2022-11-16T14:27:05.919Z] [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-20221116.142348-1.jar
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142348-1-javadoc.jar
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) generatePom = true
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) interactive = false
09:27:05 [2022-11-16T14:27:05.919Z] [DEBUG]   (f) localRepository =       id: local
09:27:05 [2022-11-16T14:27:05.919Z]       url: file:///home/jenkins/.m2/repository/
09:27:05 [2022-11-16T14:27:05.919Z]    layout: default
09:27:05 [2022-11-16T14:27:05.919Z] snapshots: [enabled => true, update => always]
09:27:05 [2022-11-16T14:27:05.919Z]  releases: [enabled => true, update => always]
09:27:05 [2022-11-16T14:27:05.920Z]    blocked: false
09:27:05 [2022-11-16T14:27:05.920Z] 
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) offline = false
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:27:05 [2022-11-16T14:27:05.920Z] [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-20221116.142348-1.pom
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) repositoryId = ossrh
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) repositoryLayout = default
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) types = jar,jar
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) uniqueVersion = true
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) updateReleaseInfo = false
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG]   (f) useAgent = true
09:27:05 [2022-11-16T14:27:05.920Z] [DEBUG] -- end configuration --
09:27:06 [2022-11-16T14:27:06.484Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:06 [2022-11-16T14:27:06.484Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:07 [2022-11-16T14:27:07.048Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:07 [2022-11-16T14:27:07.305Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/resolver-status.properties
09:27:07 [2022-11-16T14:27:07.571Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:07 [2022-11-16T14:27:07.571Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:08 [2022-11-16T14:27:08.512Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null].filename = org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3.jar.asc
09:27:08 [2022-11-16T14:27:08.512Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null:pom].filename = org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3.pom.asc
09:27:08 [2022-11-16T14:27:08.512Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket].filename = org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3.pom
09:27:08 [2022-11-16T14:27:08.512Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:08 [2022-11-16T14:27:08.512Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:08 [2022-11-16T14:27:08.512Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:08 [2022-11-16T14:27:08.769Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:08 [2022-11-16T14:27:08.769Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:09 [2022-11-16T14:27:09.026Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:sources].filename = org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3-sources.jar.asc
09:27:09 [2022-11-16T14:27:09.282Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:09 [2022-11-16T14:27:09.282Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:09 [2022-11-16T14:27:09.282Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:09 [2022-11-16T14:27:09.539Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:09 [2022-11-16T14:27:09.539Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:javadoc].filename = org.eclipse.lsp4j.websocket-0.19.0-20221116.142705-3-javadoc.jar.asc
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] ------------------------------------------------------------------------
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] BUILD SUCCESS
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] ------------------------------------------------------------------------
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] Total time:  4.515 s
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] Finished at: 2022-11-16T14:27:09Z
09:27:09 [2022-11-16T14:27:09.796Z] [INFO] ------------------------------------------------------------------------
09:27:09 [2022-11-16T14:27:09.796Z] + read i
09:27:09 [2022-11-16T14:27:09.796Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142348-1
09:27:09 [2022-11-16T14:27:09.797Z] + 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-20221116.142348-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-20221116.142348-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-20221116.142348-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-20221116.142348-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh
09:27:10 [2022-11-16T14:27:10.053Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0)
09:27:10 [2022-11-16T14:27:10.053Z] Maven home: /opt/tools/apache-maven/latest
09:27:10 [2022-11-16T14:27:10.053Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
09:27:10 [2022-11-16T14:27:10.053Z] Default locale: en_US, platform encoding: UTF-8
09:27:10 [2022-11-16T14:27:10.053Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG] Created new class realm maven.api
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG] Importing foreign packages into class realm maven.api
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: javax.annotation.* < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: javax.annotation.security.* < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: javax.inject.* < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.* < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.artifact < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.cli < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.configuration < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.exception < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.execution < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.model < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.monitor < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.plugin < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.profiles < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.project < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.reporting < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.repository < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.settings < plexus.core
09:27:11 [2022-11-16T14:27:11.433Z] [DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.usability < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.classworlds < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
09:27:11 [2022-11-16T14:27:11.434Z] [DEBUG]   Imported: org.eclipse.aether.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.eclipse.aether.version < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.slf4j.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.slf4j.event.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG]   Imported: org.slf4j.spi.* < plexus.core
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Populating class realm maven.api
09:27:11 [2022-11-16T14:27:11.435Z] [INFO] Error stacktraces are turned on.
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Message scheme: plain
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
09:27:11 [2022-11-16T14:27:11.435Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository
09:27:11 [2022-11-16T14:27:11.436Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
09:27:11 [2022-11-16T14:27:11.705Z] [INFO] Scanning for projects...
09:27:11 [2022-11-16T14:27:11.705Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
09:27:11 [2022-11-16T14:27:11.705Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none)
09:27:11 [2022-11-16T14:27:11.705Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null]
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] === REACTOR BUILD PLAN ================================================
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] Tasks:   [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file]
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] Style:   Aggregating
09:27:11 [2022-11-16T14:27:11.962Z] [DEBUG] =======================================================================
09:27:11 [2022-11-16T14:27:11.962Z] [INFO] 
09:27:11 [2022-11-16T14:27:11.962Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
09:27:11 [2022-11-16T14:27:11.962Z] [INFO] Building Maven Stub Project (No POM) 1
09:27:11 [2022-11-16T14:27:11.963Z] [INFO] --------------------------------[ pom ]---------------------------------
09:27:11 [2022-11-16T14:27:11.963Z] [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]
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] === PROJECT BUILD PLAN ================================================
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Project:       org.apache.maven:standalone-pom:1
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Dependencies (collect): []
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Dependencies (resolve): []
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Repositories (plugins)     : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] -----------------------------------------------------------------------
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Goal:          org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli)
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Style:         Regular
09:27:11 [2022-11-16T14:27:11.963Z] [DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
09:27:11 [2022-11-16T14:27:11.963Z] <configuration>
09:27:11 [2022-11-16T14:27:11.963Z]   <artifactId>${artifactId}</artifactId>
09:27:11 [2022-11-16T14:27:11.963Z]   <ascDirectory>${gpg.ascDirectory}</ascDirectory>
09:27:11 [2022-11-16T14:27:11.963Z]   <classifier>${classifier}</classifier>
09:27:11 [2022-11-16T14:27:11.963Z]   <classifiers>${classifiers}</classifiers>
09:27:11 [2022-11-16T14:27:11.963Z]   <defaultKeyring default-value="true">${gpg.defaultKeyring}</defaultKeyring>
09:27:11 [2022-11-16T14:27:11.963Z]   <description>${generatePom.description}</description>
09:27:11 [2022-11-16T14:27:11.963Z]   <executable>${gpg.executable}</executable>
09:27:11 [2022-11-16T14:27:11.963Z]   <file>${file}</file>
09:27:11 [2022-11-16T14:27:11.963Z]   <files>${files}</files>
09:27:11 [2022-11-16T14:27:11.963Z]   <generatePom default-value="true">${generatePom}</generatePom>
09:27:11 [2022-11-16T14:27:11.963Z]   <groupId>${groupId}</groupId>
09:27:11 [2022-11-16T14:27:11.963Z]   <homedir>${gpg.homedir}</homedir>
09:27:11 [2022-11-16T14:27:11.964Z]   <interactive default-value="${settings.interactiveMode}"/>
09:27:11 [2022-11-16T14:27:11.964Z]   <javadoc>${javadoc}</javadoc>
09:27:11 [2022-11-16T14:27:11.964Z]   <keyname>${gpg.keyname}</keyname>
09:27:11 [2022-11-16T14:27:11.964Z]   <localRepository default-value="${localRepository}"/>
09:27:11 [2022-11-16T14:27:11.964Z]   <lockMode>${gpg.lockMode}</lockMode>
09:27:11 [2022-11-16T14:27:11.964Z]   <offline default-value="${settings.offline}"/>
09:27:11 [2022-11-16T14:27:11.964Z]   <packaging>${packaging}</packaging>
09:27:11 [2022-11-16T14:27:11.964Z]   <passphrase>${gpg.passphrase}</passphrase>
09:27:11 [2022-11-16T14:27:11.964Z]   <passphraseServerId default-value="gpg.passphrase">${gpg.passphraseServerId}</passphraseServerId>
09:27:11 [2022-11-16T14:27:11.964Z]   <pomFile>${pomFile}</pomFile>
09:27:11 [2022-11-16T14:27:11.964Z]   <project default-value="${project}"/>
09:27:11 [2022-11-16T14:27:11.964Z]   <publicKeyring>${gpg.publicKeyring}</publicKeyring>
09:27:11 [2022-11-16T14:27:11.964Z]   <repositoryId default-value="remote-repository">${repositoryId}</repositoryId>
09:27:11 [2022-11-16T14:27:11.964Z]   <repositoryLayout default-value="default">${repositoryLayout}</repositoryLayout>
09:27:11 [2022-11-16T14:27:11.964Z]   <retryFailedDeploymentCount default-value="1">${retryFailedDeploymentCount}</retryFailedDeploymentCount>
09:27:11 [2022-11-16T14:27:11.964Z]   <secretKeyring>${gpg.secretKeyring}</secretKeyring>
09:27:11 [2022-11-16T14:27:11.964Z]   <settings default-value="${settings}"/>
09:27:11 [2022-11-16T14:27:11.964Z]   <sources>${sources}</sources>
09:27:11 [2022-11-16T14:27:11.964Z]   <types>${types}</types>
09:27:11 [2022-11-16T14:27:11.964Z]   <uniqueVersion default-value="true">${uniqueVersion}</uniqueVersion>
09:27:11 [2022-11-16T14:27:11.964Z]   <updateReleaseInfo default-value="false">${updateReleaseInfo}</updateReleaseInfo>
09:27:11 [2022-11-16T14:27:11.964Z]   <url>${url}</url>
09:27:11 [2022-11-16T14:27:11.965Z]   <useAgent default-value="true">${gpg.useagent}</useAgent>
09:27:11 [2022-11-16T14:27:11.965Z]   <version>${version}</version>
09:27:11 [2022-11-16T14:27:11.965Z] </configuration>
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] =======================================================================
09:27:11 [2022-11-16T14:27:11.965Z] [INFO] 
09:27:11 [2022-11-16T14:27:11.965Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom ---
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2).
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2).
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org).
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1070268, ConflictMarker.markTime=828889, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=693012, ConflictIdSorter.topsortTime=432216, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=5434134, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=79645897, DefaultDependencyCollector.transformTime=11184441}
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG]    org.apache.maven:maven-plugin-api:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG]    org.apache.maven:maven-project:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG]       org.apache.maven:maven-settings:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.965Z] [DEBUG]       org.apache.maven:maven-profile:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]       org.apache.maven:maven-artifact-manager:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]          backport-util-concurrent:backport-util-concurrent:jar:3.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]       org.apache.maven:maven-plugin-registry:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]       org.codehaus.plexus:plexus-interpolation:jar:1.11:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]       org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]          junit:junit:jar:3.8.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]          classworlds:classworlds:jar:1.1-alpha-2:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]    org.apache.maven:maven-artifact:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]    org.apache.maven:maven-repository-metadata:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]    org.apache.maven:maven-model:jar:2.2.1:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.20:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]    org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]       org.sonatype.plexus:plexus-cipher:jar:1.4:compile
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]   Imported:  < maven.api
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6
09:27:11 [2022-11-16T14:27:11.966Z] [DEBUG]   Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: backport-util-concurrent:backport-util-concurrent:jar:3.1
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.11
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: junit:junit:jar:3.8.1
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.20
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
09:27:11 [2022-11-16T14:27:11.967Z] [DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.4
09:27:12 [2022-11-16T14:27:12.239Z] [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]
09:27:12 [2022-11-16T14:27:12.239Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator -->
09:27:12 [2022-11-16T14:27:12.239Z] [DEBUG]   (f) classifiers = sources,javadoc
09:27:12 [2022-11-16T14:27:12.239Z] [DEBUG]   (f) defaultKeyring = true
09:27:12 [2022-11-16T14:27:12.239Z] [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-20221116.142348-1.jar
09:27:12 [2022-11-16T14:27:12.239Z] [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-20221116.142348-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-20221116.142348-1-javadoc.jar
09:27:12 [2022-11-16T14:27:12.239Z] [DEBUG]   (f) generatePom = true
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) interactive = false
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) localRepository =       id: local
09:27:12 [2022-11-16T14:27:12.240Z]       url: file:///home/jenkins/.m2/repository/
09:27:12 [2022-11-16T14:27:12.240Z]    layout: default
09:27:12 [2022-11-16T14:27:12.240Z] snapshots: [enabled => true, update => always]
09:27:12 [2022-11-16T14:27:12.240Z]  releases: [enabled => true, update => always]
09:27:12 [2022-11-16T14:27:12.240Z]    blocked: false
09:27:12 [2022-11-16T14:27:12.240Z] 
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) offline = false
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) passphraseServerId = gpg.passphrase
09:27:12 [2022-11-16T14:27:12.240Z] [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-20221116.142348-1.pom
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ 
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) repositoryId = ossrh
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) repositoryLayout = default
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) retryFailedDeploymentCount = 1
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) types = jar,jar
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) uniqueVersion = true
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) updateReleaseInfo = false
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) url = https://oss.sonatype.org/content/repositories/snapshots/
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG]   (f) useAgent = true
09:27:12 [2022-11-16T14:27:12.240Z] [DEBUG] -- end configuration --
09:27:12 [2022-11-16T14:27:12.804Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:12 [2022-11-16T14:27:12.804Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:13 [2022-11-16T14:27:13.062Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:13 [2022-11-16T14:27:13.624Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/resolver-status.properties
09:27:13 [2022-11-16T14:27:13.624Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:13 [2022-11-16T14:27:13.624Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:14 [2022-11-16T14:27:14.556Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142711-3.pom
09:27:14 [2022-11-16T14:27:14.556Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142711-3.jar.asc
09:27:14 [2022-11-16T14:27:14.556Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null:pom].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142711-3.pom.asc
09:27:14 [2022-11-16T14:27:14.556Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:14 [2022-11-16T14:27:14.556Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:14 [2022-11-16T14:27:14.557Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:14 [2022-11-16T14:27:14.815Z] [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-20221116.142711-3-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:14 [2022-11-16T14:27:14.815Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:15 [2022-11-16T14:27:15.380Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:sources].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142711-3-sources.jar.asc
09:27:15 [2022-11-16T14:27:15.380Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/
09:27:15 [2022-11-16T14:27:15.380Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=***
09:27:15 [2022-11-16T14:27:15.381Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:15 [2022-11-16T14:27:15.639Z] [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-20221116.142711-3-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/)
09:27:15 [2022-11-16T14:27:15.639Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties
09:27:16 [2022-11-16T14:27:16.203Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:javadoc].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221116.142711-3-javadoc.jar.asc
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] ------------------------------------------------------------------------
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] BUILD SUCCESS
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] ------------------------------------------------------------------------
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] Total time:  4.653 s
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] Finished at: 2022-11-16T14:27:15Z
09:27:16 [2022-11-16T14:27:16.204Z] [INFO] ------------------------------------------------------------------------
09:27:16 [2022-11-16T14:27:16.204Z] + read i
[Pipeline] }
09:27:16 [2022-11-16T14:27:16.214Z] $ ssh-agent -k
09:27:16 [2022-11-16T14:27:16.219Z] unset SSH_AUTH_SOCK;
09:27:16 [2022-11-16T14:27:16.220Z] unset SSH_AGENT_PID;
09:27:16 [2022-11-16T14:27:16.220Z] echo Agent pid 1195 killed;
09:27:16 [2022-11-16T14:27:16.223Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
09:27:16 [2022-11-16T14:27:16.439Z] Recording test results
09:27:17 [2022-11-16T14:27:17.001Z] [Checks API] No suitable checks publisher found.
[Pipeline] archiveArtifacts
09:27:17 [2022-11-16T14:27:17.040Z] 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