Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained releng/build.Jenkinsfile from 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-d10xb Still waiting to schedule task ‘lsp4j-multi-build-main-80-0jbqx-t4h5x-d10xb’ is offline Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-18vmb Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-kh02r Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-fd44j Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-r456w Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-14xxg Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-80-0jbqx-t4h5x-9xxnj Agent lsp4j-multi-build-main-80-0jbqx-t4h5x-9xxnj is provisioned from template lsp4j-multi-build_main_80-0jbqx-t4h5x --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/80/" runUrl: "job/lsp4j-multi-build/job/main/80/" labels: jenkins: "slave" jenkins/label-digest: "1584761362dfe1ada3da02b31b0653513ed62bab" jenkins/label: "lsp4j-multi-build_main_80-0jbqx" name: "lsp4j-multi-build-main-80-0jbqx-t4h5x-9xxnj" 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-80-0jbqx-t4h5x-9xxnj" - 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-80-0jbqx-t4h5x-9xxnj" - 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-80-0jbqx-t4h5x-9xxnj in /home/jenkins/agent/workspace/lsp4j-multi-build_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/lsp4j.git > git init /home/jenkins/agent/workspace/lsp4j-multi-build_main # timeout=10 Fetching upstream changes from https://github.com/eclipse/lsp4j.git > git --version # timeout=10 > git --version # 'git version 2.36.1' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/lsp4j.git +refs/heads/main:refs/remotes/origin/main # timeout=10 Avoid second fetch Checking out Revision 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee (main) > git config remote.origin.url https://github.com/eclipse/lsp4j.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a193c93365c5cd1c3c2f24fa4ba3a824b285fee # timeout=10 Commit message: "Prepare repo for 0.19.0 development" > git rev-list --no-walk 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 [2022-11-10T01:05:17.282Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2022-11-10T01:05:17.694Z] + git status --ignored [2022-11-10T01:05:17.695Z] HEAD detached at 1a193c9 [2022-11-10T01:05:17.695Z] nothing to commit, working tree clean [2022-11-10T01:05:17.695Z] + git clean -dfx [2022-11-10T01:05:17.695Z] + git reset --hard HEAD [2022-11-10T01:05:17.695Z] HEAD is now at 1a193c9 Prepare repo for 0.19.0 development [2022-11-10T01:05:17.695Z] + git status --ignored [2022-11-10T01:05:17.695Z] HEAD detached at 1a193c9 [2022-11-10T01:05:17.695Z] 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 [2022-11-10T01:05:20.594Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2022-11-10T01:05:20.876Z] + echo /opt/tools/java/oracle/jdk-8/latest [2022-11-10T01:05:20.877Z] /opt/tools/java/oracle/jdk-8/latest [Pipeline] sh [2022-11-10T01:05:21.160Z] + java -version [2022-11-10T01:05:21.161Z] java version "1.8.0_202" [2022-11-10T01:05:21.161Z] Java(TM) SE Runtime Environment (build 1.8.0_202-b08) [2022-11-10T01:05:21.161Z] Java HotSpot(TM) 64-Bit Server VM (build 25.202-b08, mixed mode) [Pipeline] sh [2022-11-10T01:05:21.441Z] + which java [2022-11-10T01:05:21.442Z] /opt/tools/java/oracle/jdk-8/latest/bin/java [Pipeline] sh [2022-11-10T01:05:21.719Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish [2022-11-10T01:05:21.720Z] Downloading https://services.gradle.org/distributions/gradle-7.5.1-bin.zip [2022-11-10T01:05:24.968Z] ...........10%............20%...........30%............40%...........50%............60%...........70%............80%...........90%............100% [2022-11-10T01:05:26.334Z] [2022-11-10T01:05:26.334Z] Welcome to Gradle 7.5.1! [2022-11-10T01:05:26.334Z] [2022-11-10T01:05:26.334Z] Here are the highlights of this release: [2022-11-10T01:05:26.334Z] - Support for Java 18 [2022-11-10T01:05:26.334Z] - Support for building with Groovy 4 [2022-11-10T01:05:26.334Z] - Much more responsive continuous builds [2022-11-10T01:05:26.334Z] - Improved diagnostics for dependency resolution [2022-11-10T01:05:26.334Z] [2022-11-10T01:05:26.334Z] For more details see https://docs.gradle.org/7.5.1/release-notes.html [2022-11-10T01:05:26.334Z] [2022-11-10T01:05:26.334Z] 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. [2022-11-10T01:05:27.700Z] Daemon will be stopped at the end of the build [2022-11-10T01:05:42.553Z] > Task :clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE [2022-11-10T01:05:42.553Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE [2022-11-10T01:05:42.554Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE [2022-11-10T01:05:45.091Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava [2022-11-10T01:05:45.091Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources [2022-11-10T01:05:45.091Z] > Task :org.eclipse.lsp4j.jsonrpc:classes [2022-11-10T01:05:45.349Z] > Task :org.eclipse.lsp4j.jsonrpc:jar [2022-11-10T01:05:53.497Z] > Task :org.eclipse.lsp4j.generator:generateXtext [2022-11-10T01:05:55.438Z] > Task :org.eclipse.lsp4j.generator:compileJava [2022-11-10T01:05:55.438Z] > Task :org.eclipse.lsp4j.generator:processResources [2022-11-10T01:05:55.438Z] > Task :org.eclipse.lsp4j.generator:classes [2022-11-10T01:05:55.694Z] > Task :org.eclipse.lsp4j.generator:jar [2022-11-10T01:06:07.894Z] [2022-11-10T01:06:07.894Z] > Task :org.eclipse.lsp4j:generateXtext [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:07.894Z] 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) [2022-11-10T01:06:09.270Z] [2022-11-10T01:06:09.270Z] > Task :org.eclipse.lsp4j:compileJava [2022-11-10T01:06:09.270Z] Note: Some input files use or override a deprecated API. [2022-11-10T01:06:09.270Z] Note: Recompile with -Xlint:deprecation for details. [2022-11-10T01:06:09.270Z] Note: Some input files use unchecked or unsafe operations. [2022-11-10T01:06:09.270Z] Note: Recompile with -Xlint:unchecked for details. [2022-11-10T01:06:09.270Z] [2022-11-10T01:06:09.270Z] > Task :org.eclipse.lsp4j:processResources [2022-11-10T01:06:09.270Z] > Task :org.eclipse.lsp4j:classes [2022-11-10T01:06:09.840Z] > Task :org.eclipse.lsp4j:jar [2022-11-10T01:06:14.093Z] > Task :org.eclipse.lsp4j:javadoc [2022-11-10T01:06:14.093Z] > Task :org.eclipse.lsp4j:javadocJar [2022-11-10T01:06:14.093Z] > Task :org.eclipse.lsp4j:genSourcesManifest [2022-11-10T01:06:14.093Z] > Task :org.eclipse.lsp4j:sourcesJar [2022-11-10T01:06:14.093Z] > Task :org.eclipse.lsp4j:assemble [2022-11-10T01:06:15.461Z] [2022-11-10T01:06:15.461Z] > Task :org.eclipse.lsp4j:generateTestXtext [2022-11-10T01:06:15.461Z] 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) [2022-11-10T01:06:15.461Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.462Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:15.463Z] 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) [2022-11-10T01:06:16.850Z] [2022-11-10T01:06:16.850Z] > Task :org.eclipse.lsp4j:compileTestJava [2022-11-10T01:06:16.850Z] Note: Some input files use or override a deprecated API. [2022-11-10T01:06:16.850Z] Note: Recompile with -Xlint:deprecation for details. [2022-11-10T01:06:16.850Z] 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. [2022-11-10T01:06:16.850Z] Note: Recompile with -Xlint:unchecked for details. [2022-11-10T01:06:16.850Z] [2022-11-10T01:06:16.850Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE [2022-11-10T01:06:16.850Z] > Task :org.eclipse.lsp4j:testClasses [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j:test [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j:check [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j:build [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes [2022-11-10T01:06:19.387Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar [2022-11-10T01:06:20.316Z] > Task :org.eclipse.lsp4j.debug:generateXtext [2022-11-10T01:06:20.880Z] > Task :org.eclipse.lsp4j.debug:compileJava [2022-11-10T01:06:20.880Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE [2022-11-10T01:06:20.880Z] > Task :org.eclipse.lsp4j.debug:classes [2022-11-10T01:06:21.137Z] [2022-11-10T01:06:21.137Z] > Task :org.eclipse.lsp4j.debug:jar [2022-11-10T01:06:21.137Z] warning: Unused Import-Package instructions: [com.google.common.*] [2022-11-10T01:06:23.664Z] [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:javadoc [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:javadocJar [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:sourcesJar [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:assemble [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:compileTestJava [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE [2022-11-10T01:06:23.664Z] > Task :org.eclipse.lsp4j.debug:testClasses [2022-11-10T01:06:25.049Z] > Task :org.eclipse.lsp4j.debug:test [2022-11-10T01:06:25.049Z] > Task :org.eclipse.lsp4j.debug:check [2022-11-10T01:06:25.049Z] > Task :org.eclipse.lsp4j.debug:build [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:javadoc [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:javadocJar [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:sourcesJar [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:assemble [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE [2022-11-10T01:06:26.415Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE [2022-11-10T01:06:26.416Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE [2022-11-10T01:06:26.416Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE [2022-11-10T01:06:26.416Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE [2022-11-10T01:06:26.416Z] > Task :org.eclipse.lsp4j.generator:build [2022-11-10T01:06:28.307Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc [2022-11-10T01:06:28.307Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar [2022-11-10T01:06:28.307Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest [2022-11-10T01:06:28.563Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar [2022-11-10T01:06:28.563Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble [2022-11-10T01:06:28.563Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE [2022-11-10T01:06:29.126Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava [2022-11-10T01:06:29.126Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE [2022-11-10T01:06:29.126Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses [2022-11-10T01:06:31.071Z] > Task :org.eclipse.lsp4j.jsonrpc:test [2022-11-10T01:06:31.071Z] > Task :org.eclipse.lsp4j.jsonrpc:check [2022-11-10T01:06:31.071Z] > Task :org.eclipse.lsp4j.jsonrpc:build [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble [2022-11-10T01:06:32.472Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE [2022-11-10T01:06:32.738Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava [2022-11-10T01:06:32.738Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE [2022-11-10T01:06:32.738Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.websocket:compileJava [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.websocket:classes [2022-11-10T01:06:34.104Z] > Task :org.eclipse.lsp4j.websocket:jar [2022-11-10T01:06:35.477Z] [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:javadoc [2022-11-10T01:06:35.477Z] /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 [2022-11-10T01:06:35.477Z] /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 [2022-11-10T01:06:35.477Z] 2 warnings [2022-11-10T01:06:35.477Z] [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:javadocJar [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:assemble [2022-11-10T01:06:35.477Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE [2022-11-10T01:06:35.478Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava [2022-11-10T01:06:35.478Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE [2022-11-10T01:06:35.478Z] > Task :org.eclipse.lsp4j.websocket:testClasses [2022-11-10T01:06:36.409Z] > Task :org.eclipse.lsp4j.websocket:test [2022-11-10T01:06:36.409Z] > Task :org.eclipse.lsp4j.websocket:check [2022-11-10T01:06:36.409Z] > Task :org.eclipse.lsp4j.websocket:build [2022-11-10T01:06:36.409Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE [2022-11-10T01:06:36.665Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava [2022-11-10T01:06:36.665Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE [2022-11-10T01:06:36.665Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes [2022-11-10T01:06:36.665Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar [2022-11-10T01:06:38.046Z] [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc [2022-11-10T01:06:38.046Z] /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 [2022-11-10T01:06:38.046Z] /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 [2022-11-10T01:06:38.046Z] 2 warnings [2022-11-10T01:06:38.046Z] [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE [2022-11-10T01:06:38.046Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses [2022-11-10T01:06:38.977Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test [2022-11-10T01:06:38.977Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check [2022-11-10T01:06:38.977Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build [2022-11-10T01:06:40.870Z] [2022-11-10T01:06:40.870Z] > Task :org.eclipse.lsp4j:signJar [2022-11-10T01:06:40.870Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT.jar [2022-11-10T01:06:40.870Z] 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 [2022-11-10T01:06:41.432Z] [2022-11-10T01:06:41.432Z] 1060829 bytes uploaded, 1141477 bytes downloaded (2.409 s) [2022-11-10T01:06:41.432Z] [2022-11-10T01:06:41.432Z] 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 [2022-11-10T01:06:41.432Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-sources.jar [2022-11-10T01:06:41.432Z] 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 [2022-11-10T01:06:43.324Z] [2022-11-10T01:06:43.324Z] 895440 bytes uploaded, 983271 bytes downloaded (1.822 s) [2022-11-10T01:06:43.325Z] [2022-11-10T01:06:43.325Z] 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 [2022-11-10T01:06:43.325Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.19.0-SNAPSHOT-javadoc.jar [2022-11-10T01:06:43.325Z] 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 [2022-11-10T01:06:44.696Z] [2022-11-10T01:06:44.696Z] 1408203 bytes uploaded, 1461771 bytes downloaded (1.575 s) [2022-11-10T01:06:44.696Z] [2022-11-10T01:06:44.696Z] 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 [2022-11-10T01:06:46.592Z] [2022-11-10T01:06:46.592Z] > Task :org.eclipse.lsp4j.debug:signJar [2022-11-10T01:06:46.593Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.19.0-SNAPSHOT.jar [2022-11-10T01:06:46.593Z] 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 [2022-11-10T01:06:46.593Z] [2022-11-10T01:06:46.593Z] 375647 bytes uploaded, 407039 bytes downloaded (1.180 s) [2022-11-10T01:06:46.593Z] [2022-11-10T01:06:46.593Z] 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 [2022-11-10T01:06:46.593Z] 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 [2022-11-10T01:06:46.593Z] 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 [2022-11-10T01:06:46.849Z] [2022-11-10T01:06:46.849Z] 330664 bytes uploaded, 366529 bytes downloaded (1.126 s) [2022-11-10T01:06:46.849Z] [2022-11-10T01:06:46.849Z] 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 [2022-11-10T01:06:46.849Z] 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 [2022-11-10T01:06:46.849Z] 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 [2022-11-10T01:06:48.743Z] [2022-11-10T01:06:48.743Z] 529156 bytes uploaded, 554047 bytes downloaded (1.676 s) [2022-11-10T01:06:48.743Z] [2022-11-10T01:06:48.743Z] 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 [2022-11-10T01:06:50.637Z] [2022-11-10T01:06:50.637Z] > Task :org.eclipse.lsp4j.generator:signJar [2022-11-10T01:06:50.637Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.19.0-SNAPSHOT.jar [2022-11-10T01:06:50.637Z] 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 [2022-11-10T01:06:50.637Z] [2022-11-10T01:06:50.637Z] 44466 bytes uploaded, 54035 bytes downloaded (0.981 s) [2022-11-10T01:06:50.637Z] [2022-11-10T01:06:50.637Z] 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 [2022-11-10T01:06:50.637Z] 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 [2022-11-10T01:06:50.637Z] 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 [2022-11-10T01:06:51.200Z] [2022-11-10T01:06:51.201Z] 49005 bytes uploaded, 58689 bytes downloaded (1.320 s) [2022-11-10T01:06:51.201Z] [2022-11-10T01:06:51.201Z] 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 [2022-11-10T01:06:51.201Z] 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 [2022-11-10T01:06:51.201Z] 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 [2022-11-10T01:06:52.143Z] [2022-11-10T01:06:52.143Z] 44060 bytes uploaded, 53721 bytes downloaded (0.949 s) [2022-11-10T01:06:52.144Z] [2022-11-10T01:06:52.144Z] 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 [2022-11-10T01:06:54.049Z] [2022-11-10T01:06:54.049Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar [2022-11-10T01:06:54.049Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.19.0-SNAPSHOT.jar [2022-11-10T01:06:54.049Z] 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 [2022-11-10T01:06:54.049Z] [2022-11-10T01:06:54.049Z] 122682 bytes uploaded, 137423 bytes downloaded (0.989 s) [2022-11-10T01:06:54.049Z] [2022-11-10T01:06:54.049Z] 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 [2022-11-10T01:06:54.049Z] 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 [2022-11-10T01:06:54.049Z] 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 [2022-11-10T01:06:54.306Z] [2022-11-10T01:06:54.306Z] 75440 bytes uploaded, 89023 bytes downloaded (1.312 s) [2022-11-10T01:06:54.306Z] [2022-11-10T01:06:54.306Z] 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 [2022-11-10T01:06:54.306Z] 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 [2022-11-10T01:06:54.306Z] 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 [2022-11-10T01:06:56.199Z] [2022-11-10T01:06:56.199Z] 268698 bytes uploaded, 287309 bytes downloaded (1.695 s) [2022-11-10T01:06:56.199Z] [2022-11-10T01:06:56.199Z] 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 [2022-11-10T01:06:58.090Z] [2022-11-10T01:06:58.090Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar [2022-11-10T01:06:58.090Z] 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 [2022-11-10T01:06:58.090Z] 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 [2022-11-10T01:06:58.090Z] [2022-11-10T01:06:58.090Z] 20110 bytes uploaded, 28400 bytes downloaded (1.005 s) [2022-11-10T01:06:58.090Z] [2022-11-10T01:06:58.090Z] 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 [2022-11-10T01:06:58.090Z] 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 [2022-11-10T01:06:58.090Z] 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 [2022-11-10T01:06:58.347Z] [2022-11-10T01:06:58.347Z] 13880 bytes uploaded, 22158 bytes downloaded (1.316 s) [2022-11-10T01:06:58.347Z] [2022-11-10T01:06:58.347Z] 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 [2022-11-10T01:06:58.347Z] 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 [2022-11-10T01:06:58.348Z] 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 [2022-11-10T01:06:59.718Z] [2022-11-10T01:06:59.718Z] 64805 bytes uploaded, 75944 bytes downloaded (1.305 s) [2022-11-10T01:06:59.718Z] [2022-11-10T01:06:59.718Z] 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 [2022-11-10T01:07:01.612Z] [2022-11-10T01:07:01.612Z] > Task :org.eclipse.lsp4j.websocket:signJar [2022-11-10T01:07:01.612Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.19.0-SNAPSHOT.jar [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] [2022-11-10T01:07:01.612Z] 8638 bytes uploaded, 16396 bytes downloaded (0.964 s) [2022-11-10T01:07:01.612Z] [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] [2022-11-10T01:07:01.612Z] 5226 bytes uploaded, 12948 bytes downloaded (0.969 s) [2022-11-10T01:07:01.612Z] [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:01.612Z] 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 [2022-11-10T01:07:03.505Z] [2022-11-10T01:07:03.505Z] 29189 bytes uploaded, 38421 bytes downloaded (1.647 s) [2022-11-10T01:07:03.505Z] [2022-11-10T01:07:03.505Z] 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 [2022-11-10T01:07:05.400Z] [2022-11-10T01:07:05.401Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] [2022-11-10T01:07:05.401Z] 8918 bytes uploaded, 16686 bytes downloaded (0.967 s) [2022-11-10T01:07:05.401Z] [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] [2022-11-10T01:07:05.401Z] 5514 bytes uploaded, 13252 bytes downloaded (1.114 s) [2022-11-10T01:07:05.401Z] [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:05.401Z] 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 [2022-11-10T01:07:06.772Z] [2022-11-10T01:07:06.772Z] 29635 bytes uploaded, 38881 bytes downloaded (1.299 s) [2022-11-10T01:07:06.772Z] [2022-11-10T01:07:06.772Z] 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 [2022-11-10T01:07:06.772Z] [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j:publish [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.debug:publish [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:06.772Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.generator:publish [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc:publish [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket:publish [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository [2022-11-10T01:07:07.029Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish [2022-11-10T01:07:07.029Z] [2022-11-10T01:07:07.029Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. [2022-11-10T01:07:07.029Z] [2022-11-10T01:07:07.029Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. [2022-11-10T01:07:07.029Z] [2022-11-10T01:07:07.029Z] See https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings [2022-11-10T01:07:07.029Z] [2022-11-10T01:07:07.029Z] BUILD SUCCESSFUL in 1m 45s [2022-11-10T01:07:07.029Z] 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 [2022-11-10T01:07:13.071Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2022-11-10T01:07:13.348Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign [2022-11-10T01:07:13.604Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:07:13.604Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:07:13.604Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:07:13.604Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:07:13.604Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:07:15.494Z] [INFO] Scanning for projects... [2022-11-10T01:07:25.466Z] [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 [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.466Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.467Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.467Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.467Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.467Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:25.467Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:25.724Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (134B) [2022-11-10T01:07:25.982Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-12 [2022-11-10T01:07:25.982Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-12/ (428B) [2022-11-10T01:07:25.982Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (172B) [2022-11-10T01:07:26.238Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/ (101.57kB) [2022-11-10T01:07:26.494Z] [INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/2022-03 [2022-11-10T01:07:26.758Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/downloads/2022-03/ (428B) [2022-11-10T01:07:26.758Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/ (134B) [2022-11-10T01:07:26.758Z] [INFO] Fetching compositeContent.xml from https://download.eclipse.org/tools/orbit/R-builds/R20220302172233/repository/ [2022-11-10T01:07:27.022Z] [INFO] Fetching content.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20201118194144/repository/ (106.52kB) [2022-11-10T01:07:27.286Z] [INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (172B) [2022-11-10T01:07:27.286Z] [INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops2/R20220302172233/repository/ (101.86kB) [2022-11-10T01:07:27.547Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B) [2022-11-10T01:07:27.547Z] [INFO] Adding repository http://download.eclipse.org/cbi/updates/license [2022-11-10T01:07:27.547Z] [INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B) [2022-11-10T01:07:27.804Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB) [2022-11-10T01:07:27.804Z] [INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB) [2022-11-10T01:07:28.060Z] [INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B) [2022-11-10T01:07:28.060Z] [INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB) [2022-11-10T01:07:28.316Z] [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 [2022-11-10T01:07:29.683Z] Nov 10, 2022 1:07:29 AM org.apache.http.impl.execchain.RetryExec execute [2022-11-10T01:07:29.683Z] INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://download.eclipse.org:80: The target server failed to respond [2022-11-10T01:07:29.683Z] Nov 10, 2022 1:07:29 AM org.apache.http.impl.execchain.RetryExec execute [2022-11-10T01:07:29.684Z] INFO: Retrying request to {}->http://download.eclipse.org:80 [2022-11-10T01:07:30.614Z] [INFO] Fetching com.google.gson_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (289.99kB) [2022-11-10T01:07:30.614Z] [INFO] Fetching com.google.guava_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (2.89MB) [2022-11-10T01:07:31.176Z] [INFO] Fetching jakarta.websocket_2.0.0.v20210105-1550.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (67.83kB) [2022-11-10T01:07:31.177Z] [INFO] Fetching com.google.gson.source_2.9.1.v20220915-1632.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (183.08kB) [2022-11-10T01:07:31.177Z] [INFO] Fetching com.google.guava.source_30.1.0.v20210127-2300.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (1.7MB) [2022-11-10T01:07:31.433Z] [INFO] Fetching jakarta.websocket.source_2.0.0.v20210105-1550.jar from https://download.eclipse.org/tools/orbit/downloads/drops/S20221109014815/repository/plugins/ (88.58kB) [2022-11-10T01:07:32.363Z] [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) [2022-11-10T01:07:32.363Z] [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) [2022-11-10T01:07:32.363Z] [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) [2022-11-10T01:07:32.363Z] [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) [2022-11-10T01:07:32.623Z] [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 [2022-11-10T01:07:32.623Z] [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 [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.623Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.624Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.624Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.624Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2022-11-10T01:07:32.624Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2022-11-10T01:07:32.884Z] [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 [2022-11-10T01:07:32.884Z] [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 [2022-11-10T01:07:32.884Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:07:32.884Z] [INFO] Reactor Build Order: [2022-11-10T01:07:32.884Z] [INFO] [2022-11-10T01:07:32.884Z] [INFO] lsp4j.releng [pom] [2022-11-10T01:07:32.884Z] [INFO] lsp4j.target [eclipse-target-definition] [2022-11-10T01:07:32.884Z] [INFO] org.eclipse.lsp4j.sdk [eclipse-feature] [2022-11-10T01:07:32.884Z] [INFO] lsp4j.p2-repository [eclipse-repository] [2022-11-10T01:07:32.884Z] [INFO] [2022-11-10T01:07:32.884Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >------------------- [2022-11-10T01:07:32.884Z] [INFO] Building lsp4j.releng 0.19.0-SNAPSHOT [1/4] [2022-11-10T01:07:32.885Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:07:33.145Z] [INFO] [2022-11-10T01:07:33.145Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.releng --- [2022-11-10T01:07:33.405Z] [INFO] [2022-11-10T01:07:33.405Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.releng --- [2022-11-10T01:07:38.682Z] [INFO] [2022-11-10T01:07:38.682Z] [INFO] --- maven-install-plugin:2.4:install (default-install) @ lsp4j.releng --- [2022-11-10T01:07:39.245Z] [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 [2022-11-10T01:07:39.245Z] [INFO] [2022-11-10T01:07:39.245Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >------------------- [2022-11-10T01:07:39.245Z] [INFO] Building lsp4j.target 0.19.0-SNAPSHOT [2/4] [2022-11-10T01:07:39.245Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2022-11-10T01:07:39.245Z] [INFO] [2022-11-10T01:07:39.245Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.target --- [2022-11-10T01:07:39.245Z] [INFO] [2022-11-10T01:07:39.245Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ lsp4j.target --- [2022-11-10T01:07:39.501Z] [INFO] [2022-11-10T01:07:39.501Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.target --- [2022-11-10T01:07:39.501Z] [INFO] [2022-11-10T01:07:39.501Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.target --- [2022-11-10T01:07:39.757Z] [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 [2022-11-10T01:07:39.757Z] [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 [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >--------------- [2022-11-10T01:07:39.757Z] [INFO] Building org.eclipse.lsp4j.sdk 0.19.0-SNAPSHOT [3/4] [2022-11-10T01:07:39.757Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:39.757Z] [INFO] The project's OSGi version is 0.19.0.v20221110-0107 [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:39.757Z] [INFO] [2022-11-10T01:07:39.757Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:40.013Z] [INFO] [2022-11-10T01:07:40.013Z] [INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:40.013Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar [2022-11-10T01:07:40.013Z] [INFO] [2022-11-10T01:07:40.014Z] [INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:40.014Z] [INFO] [2022-11-10T01:07:40.014Z] [INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:40.014Z] [INFO] [2022-11-10T01:07:40.014Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:40.270Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.19.0-SNAPSHOT.jar [2022-11-10T01:07:42.160Z] [INFO] [2022-11-10T01:07:42.160Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:42.160Z] [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 [2022-11-10T01:07:42.160Z] [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 [2022-11-10T01:07:42.160Z] [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 [2022-11-10T01:07:42.160Z] [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 [2022-11-10T01:07:42.160Z] [INFO] [2022-11-10T01:07:42.160Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk --- [2022-11-10T01:07:42.160Z] [INFO] [2022-11-10T01:07:42.160Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >---------------- [2022-11-10T01:07:42.160Z] [INFO] Building lsp4j.p2-repository 0.19.0-SNAPSHOT [4/4] [2022-11-10T01:07:42.160Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2022-11-10T01:07:42.160Z] [INFO] [2022-11-10T01:07:42.160Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lsp4j.p2-repository --- [2022-11-10T01:07:42.160Z] [INFO] [2022-11-10T01:07:42.160Z] [INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository --- [2022-11-10T01:07:42.161Z] [INFO] The project's OSGi version is 0.19.0.v20221110-0107 [2022-11-10T01:07:42.161Z] [INFO] [2022-11-10T01:07:42.161Z] [INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ lsp4j.p2-repository --- [2022-11-10T01:07:42.161Z] [INFO] [2022-11-10T01:07:42.161Z] [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [2022-11-10T01:07:43.527Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0] [2022-11-10T01:07:43.527Z] [INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0] [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.527Z] [INFO] [2022-11-10T01:07:43.527Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository --- [2022-11-10T01:07:43.791Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:43.792Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:43.792Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:43.792Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:43.792Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:43.792Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:43.792Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:43.792Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:43.792Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:45.158Z] [INFO] [2022-11-10T01:07:45.158Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ lsp4j.p2-repository --- [2022-11-10T01:07:45.158Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.19.0-SNAPSHOT.zip [2022-11-10T01:07:45.158Z] [INFO] [2022-11-10T01:07:45.158Z] [INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default) @ lsp4j.p2-repository --- [2022-11-10T01:07:45.414Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:45.414Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:45.414Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:45.414Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:45.414Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:45.414Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:45.414Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.gson [2.9.1,2.9.1].; Unable to satisfy dependency from v20221110-0107.Default 1.0.0._B7w5cKYB3-EEWjpwz0VLlXEpjz0o to org.eclipse.equinox.p2.iu; com.google.guava [30.1.0.jre,30.1.0.jre].] [2022-11-10T01:07:45.414Z] [WARNING] More information on the preceding warning(s) can be found here: [2022-11-10T01:07:45.414Z] [WARNING] - http://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2022-11-10T01:07:45.979Z] [INFO] [2022-11-10T01:07:45.979Z] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign) @ lsp4j.p2-repository --- [2022-11-10T01:07:45.979Z] [INFO] [2022-11-10T01:07:45.979Z] [INFO] --- maven-install-plugin:2.3.1:install (default-install) @ lsp4j.p2-repository --- [2022-11-10T01:07:45.979Z] [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 [2022-11-10T01:07:45.979Z] [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 [2022-11-10T01:07:45.979Z] [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 [2022-11-10T01:07:45.979Z] [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 [2022-11-10T01:07:45.979Z] [INFO] [2022-11-10T01:07:45.979Z] [INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ lsp4j.p2-repository --- [2022-11-10T01:07:45.979Z] [INFO] [2022-11-10T01:07:45.979Z] [INFO] --- maven-antrun-plugin:1.1:run (default) @ lsp4j.p2-repository --- [2022-11-10T01:07:46.908Z] [INFO] Executing tasks [2022-11-10T01:07:46.908Z] [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2022-11-10T01:07:46.908Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build [2022-11-10T01:07:46.908Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2022-11-10T01:07:46.908Z] [INFO] Executed tasks [2022-11-10T01:07:46.908Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:07:46.908Z] [INFO] Reactor Summary for lsp4j.releng 0.19.0-SNAPSHOT: [2022-11-10T01:07:46.908Z] [INFO] [2022-11-10T01:07:46.908Z] [INFO] lsp4j.releng ....................................... SUCCESS [ 6.448 s] [2022-11-10T01:07:46.908Z] [INFO] lsp4j.target ....................................... SUCCESS [ 0.409 s] [2022-11-10T01:07:46.908Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [ 2.276 s] [2022-11-10T01:07:46.908Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [ 4.974 s] [2022-11-10T01:07:46.908Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:07:46.908Z] [INFO] BUILD SUCCESS [2022-11-10T01:07:46.908Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:07:46.908Z] [INFO] Total time: 32.184 s [2022-11-10T01:07:46.908Z] [INFO] Finished at: 2022-11-10T01:07:46Z [2022-11-10T01:07:46.908Z] [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 [2022-11-10T01:07:47.921Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2022-11-10T01:07:48.212Z] + ./releng/runjapicmp.sh [2022-11-10T01:07:48.213Z] Working in /tmp/tmp.lfyO1MzWAW [2022-11-10T01:07:48.481Z] /tmp/tmp.lfyO1MzWAW ~/agent/workspace/lsp4j-multi-build_main [2022-11-10T01:07:51.758Z] 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.lfyO1MzWAW/org.eclipse.lsp4j-0.18.0.jar [2022-11-10T01:07:51.758Z] 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. [2022-11-10T01:07:51.758Z] No changes. [2022-11-10T01:07:51.758Z] zip warning: japicmp-report.zip not found or empty [2022-11-10T01:07:51.758Z] adding: japicmp-report/org.eclipse.lsp4j.html (deflated 64%) [2022-11-10T01:07:52.686Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.debug-0.18.0.jar [2022-11-10T01:07:52.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. [2022-11-10T01:07:52.686Z] No changes. [2022-11-10T01:07:52.686Z] adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 64%) [2022-11-10T01:07:53.614Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.generator-0.18.0.jar [2022-11-10T01:07:53.615Z] 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. [2022-11-10T01:07:53.615Z] No changes. [2022-11-10T01:07:53.870Z] adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 64%) [2022-11-10T01:07:55.236Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.jsonrpc-0.18.0.jar [2022-11-10T01:07:55.236Z] 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. [2022-11-10T01:07:55.236Z] No changes. [2022-11-10T01:07:55.236Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 64%) [2022-11-10T01:07:56.166Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.jsonrpc.debug-0.18.0.jar [2022-11-10T01:07:56.166Z] 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. [2022-11-10T01:07:56.166Z] No changes. [2022-11-10T01:07:56.166Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 64%) [2022-11-10T01:07:57.532Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.websocket-0.18.0.jar [2022-11-10T01:07:57.533Z] 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. [2022-11-10T01:07:57.533Z] No changes. [2022-11-10T01:07:57.533Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 64%) [2022-11-10T01:07:58.463Z] 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.lfyO1MzWAW/org.eclipse.lsp4j.websocket.jakarta-0.18.0.jar [2022-11-10T01:07:58.463Z] 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. [2022-11-10T01:07:58.463Z] No changes. [2022-11-10T01:07:58.463Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 64%) [2022-11-10T01:07:58.463Z] ~/agent/workspace/lsp4j-multi-build_main [2022-11-10T01:07:58.463Z] Archive: japicmp-report.zip [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.debug.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.generator.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.html [2022-11-10T01:07:58.463Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html [2022-11-10T01:07:58.463Z] [2022-11-10T01:07:58.463Z] 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 [2022-11-10T01:07:58.548Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] withCredentials [2022-11-10T01:07:58.573Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2022-11-10T01:07:58.867Z] + gpg --batch --import **** [2022-11-10T01:07:58.868Z] gpg: directory `/home/jenkins/.gnupg' created [2022-11-10T01:07:58.868Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created [2022-11-10T01:07:58.868Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run [2022-11-10T01:07:58.868Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created [2022-11-10T01:07:58.868Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created [2022-11-10T01:07:58.868Z] gpg: key 1E7659B6: secret key imported [2022-11-10T01:07:58.868Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2022-11-10T01:07:58.868Z] gpg: key 1E7659B6: public key "'Eclipse LSP4J Project' " imported [2022-11-10T01:07:58.868Z] gpg: Total number processed: 1 [2022-11-10T01:07:58.868Z] gpg: imported: 1 (RSA: 1) [2022-11-10T01:07:58.868Z] gpg: secret keys read: 1 [2022-11-10T01:07:58.868Z] gpg: secret keys imported: 1 [Pipeline] sh [2022-11-10T01:07:59.145Z] ++ gpg --list-keys --with-colons [2022-11-10T01:07:59.146Z] ++ awk -F: '/fpr:/ {print $10}' [2022-11-10T01:07:59.146Z] ++ sort -u [Pipeline] } [Pipeline] // withCredentials [Pipeline] sshagent [2022-11-10T01:07:59.168Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org) [2022-11-10T01:07:59.168Z] [ssh-agent] Looking for ssh-agent implementation... [2022-11-10T01:07:59.183Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-11-10T01:07:59.194Z] $ ssh-agent [2022-11-10T01:07:59.201Z] SSH_AUTH_SOCK=/tmp/ssh-8PBuDaZ0FgPl/agent.1195 [2022-11-10T01:07:59.201Z] SSH_AGENT_PID=1197 [2022-11-10T01:07:59.209Z] Running ssh-add (command line suppressed) [2022-11-10T01:07:59.223Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_4814723124164219171.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_4814723124164219171.key) [2022-11-10T01:07:59.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-11-10T01:07:59.507Z] + ./releng/deploy-build.sh [2022-11-10T01:07:59.508Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org [2022-11-10T01:07:59.508Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org' [2022-11-10T01:07:59.508Z] + SCP=scp [2022-11-10T01:07:59.508Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main [2022-11-10T01:07:59.508Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main [2022-11-10T01:07:59.508Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2022-11-10T01:08:03.682Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2022-11-10T01:08:05.051Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2022-11-10T01:08:09.254Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2022-11-10T01:08:09.254Z] + 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 [2022-11-10T01:08:11.143Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main [2022-11-10T01:08:11.706Z] + 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 [2022-11-10T01:08:13.603Z] + 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 [2022-11-10T01:08:14.973Z] + case $BRANCH_NAME in [2022-11-10T01:08:14.974Z] + find build/maven-repository -name '*.pom' [2022-11-10T01:08:14.974Z] + read i [2022-11-10T01:08:14.974Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1 [2022-11-10T01:08:14.974Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:15.230Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:15.230Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:15.230Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:15.230Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:15.230Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:16.595Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:16.595Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:16.595Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:16.595Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:16.596Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:16.596Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:16.596Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:16.596Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:16.596Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:16.596Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:16.596Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:16.596Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:16.596Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:16.852Z] [INFO] Scanning for projects... [2022-11-10T01:08:16.852Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:16.852Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:16.852Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:16.852Z] [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)] [2022-11-10T01:08:17.107Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.107Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.364Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories [2022-11-10T01:08:17.364Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated [2022-11-10T01:08:17.364Z] [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)] [2022-11-10T01:08:17.364Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.364Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories [2022-11-10T01:08:17.364Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated [2022-11-10T01:08:17.620Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:17.620Z] [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)] [2022-11-10T01:08:17.620Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.620Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.620Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories [2022-11-10T01:08:17.620Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated [2022-11-10T01:08:17.620Z] [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)] [2022-11-10T01:08:17.620Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.621Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.621Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories [2022-11-10T01:08:17.621Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated [2022-11-10T01:08:17.621Z] [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)] [2022-11-10T01:08:17.621Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.621Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.621Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories [2022-11-10T01:08:17.621Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated [2022-11-10T01:08:17.621Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:17.621Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:17.621Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:17.621Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:17.621Z] [DEBUG] ======================================================================= [2022-11-10T01:08:17.621Z] [INFO] [2022-11-10T01:08:17.621Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:17.621Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:17.621Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:17.621Z] [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] [2022-11-10T01:08:17.621Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:17.621Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:17.621Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:17.621Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:17.621Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:17.621Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:17.621Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:17.621Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:17.621Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:17.621Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:17.621Z] [DEBUG] Style: Regular [2022-11-10T01:08:17.621Z] [DEBUG] Configuration: [2022-11-10T01:08:17.621Z] [2022-11-10T01:08:17.621Z] ${artifactId} [2022-11-10T01:08:17.621Z] ${gpg.ascDirectory} [2022-11-10T01:08:17.621Z] ${classifier} [2022-11-10T01:08:17.621Z] ${classifiers} [2022-11-10T01:08:17.621Z] ${gpg.defaultKeyring} [2022-11-10T01:08:17.621Z] ${generatePom.description} [2022-11-10T01:08:17.622Z] ${gpg.executable} [2022-11-10T01:08:17.622Z] ${file} [2022-11-10T01:08:17.622Z] ${files} [2022-11-10T01:08:17.622Z] ${generatePom} [2022-11-10T01:08:17.622Z] ${groupId} [2022-11-10T01:08:17.622Z] ${gpg.homedir} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] ${javadoc} [2022-11-10T01:08:17.622Z] ${gpg.keyname} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] ${gpg.lockMode} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] ${packaging} [2022-11-10T01:08:17.622Z] ${gpg.passphrase} [2022-11-10T01:08:17.622Z] ${gpg.passphraseServerId} [2022-11-10T01:08:17.622Z] ${pomFile} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] ${gpg.publicKeyring} [2022-11-10T01:08:17.622Z] ${repositoryId} [2022-11-10T01:08:17.622Z] ${repositoryLayout} [2022-11-10T01:08:17.622Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:17.622Z] ${gpg.secretKeyring} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] ${sources} [2022-11-10T01:08:17.622Z] ${types} [2022-11-10T01:08:17.622Z] ${uniqueVersion} [2022-11-10T01:08:17.622Z] ${updateReleaseInfo} [2022-11-10T01:08:17.622Z] ${url} [2022-11-10T01:08:17.622Z] ${gpg.useagent} [2022-11-10T01:08:17.622Z] ${version} [2022-11-10T01:08:17.622Z] [2022-11-10T01:08:17.622Z] [DEBUG] ======================================================================= [2022-11-10T01:08:17.622Z] [INFO] [2022-11-10T01:08:17.622Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:17.622Z] [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)] [2022-11-10T01:08:17.622Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories [2022-11-10T01:08:17.622Z] [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 [2022-11-10T01:08:17.622Z] [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)] [2022-11-10T01:08:17.622Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories [2022-11-10T01:08:17.622Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated [2022-11-10T01:08:17.622Z] [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)] [2022-11-10T01:08:17.622Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.622Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories [2022-11-10T01:08:17.622Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated [2022-11-10T01:08:17.622Z] [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)] [2022-11-10T01:08:17.623Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.623Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.623Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories [2022-11-10T01:08:17.623Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated [2022-11-10T01:08:17.623Z] [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)] [2022-11-10T01:08:17.623Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.623Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.880Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories [2022-11-10T01:08:17.880Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated [2022-11-10T01:08:17.880Z] [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)] [2022-11-10T01:08:17.880Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.880Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated [2022-11-10T01:08:17.881Z] [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)] [2022-11-10T01:08:17.881Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.881Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories [2022-11-10T01:08:17.881Z] [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 [2022-11-10T01:08:17.882Z] [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)] [2022-11-10T01:08:17.882Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.882Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:17.882Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories [2022-11-10T01:08:17.882Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated [2022-11-10T01:08:18.142Z] [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)] [2022-11-10T01:08:18.142Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.142Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.142Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated [2022-11-10T01:08:18.143Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:18.143Z] [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)] [2022-11-10T01:08:18.143Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated [2022-11-10T01:08:18.143Z] [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)] [2022-11-10T01:08:18.143Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated [2022-11-10T01:08:18.143Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:18.143Z] [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)] [2022-11-10T01:08:18.143Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories [2022-11-10T01:08:18.143Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated [2022-11-10T01:08:18.143Z] [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)] [2022-11-10T01:08:18.143Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.143Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories [2022-11-10T01:08:18.144Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated [2022-11-10T01:08:18.144Z] [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)] [2022-11-10T01:08:18.144Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories [2022-11-10T01:08:18.144Z] [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 [2022-11-10T01:08:18.144Z] [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)] [2022-11-10T01:08:18.144Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories [2022-11-10T01:08:18.144Z] [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 [2022-11-10T01:08:18.144Z] [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)] [2022-11-10T01:08:18.144Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.144Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.145Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories [2022-11-10T01:08:18.145Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated [2022-11-10T01:08:18.145Z] [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)] [2022-11-10T01:08:18.145Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.145Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.402Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories [2022-11-10T01:08:18.403Z] [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 [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories [2022-11-10T01:08:18.403Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated [2022-11-10T01:08:18.403Z] [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)] [2022-11-10T01:08:18.403Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.403Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated [2022-11-10T01:08:18.404Z] [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)] [2022-11-10T01:08:18.404Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated [2022-11-10T01:08:18.404Z] [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)] [2022-11-10T01:08:18.404Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated [2022-11-10T01:08:18.404Z] [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)] [2022-11-10T01:08:18.404Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated [2022-11-10T01:08:18.404Z] [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)] [2022-11-10T01:08:18.404Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated [2022-11-10T01:08:18.404Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:18.404Z] [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)] [2022-11-10T01:08:18.404Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories [2022-11-10T01:08:18.404Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated [2022-11-10T01:08:18.405Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1067468, ConflictMarker.markTime=819716, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=660589, ConflictIdSorter.topsortTime=483963, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4493831, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=907058079, DefaultDependencyCollector.transformTime=10376800} [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:18.405Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:18.405Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.405Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [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)] [2022-11-10T01:08:18.406Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.406Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [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 [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [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 [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories [2022-11-10T01:08:18.662Z] [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 [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories [2022-11-10T01:08:18.662Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories [2022-11-10T01:08:18.663Z] [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 [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories [2022-11-10T01:08:18.663Z] [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 [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories [2022-11-10T01:08:18.663Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated [2022-11-10T01:08:18.663Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:18.663Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:18.663Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:18.663Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:18.663Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:18.663Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:18.663Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:18.663Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:18.663Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:18.663Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:18.663Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:18.663Z] [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] [2022-11-10T01:08:18.663Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:18.663Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:18.663Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:18.663Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:18.664Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:18.664Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:18.664Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:18.664Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:18.664Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:18.664Z] layout: default [2022-11-10T01:08:18.664Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:18.664Z] releases: [enabled => true, update => always] [2022-11-10T01:08:18.664Z] blocked: false [2022-11-10T01:08:18.664Z] [2022-11-10T01:08:18.664Z] [DEBUG] (f) offline = false [2022-11-10T01:08:18.664Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:18.664Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:18.664Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:18.664Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:18.664Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:18.664Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:18.664Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@264c5d07 [2022-11-10T01:08:18.664Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:18.664Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:18.664Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:18.664Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:18.664Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:18.664Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:18.928Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:18.928Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:19.183Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:19.746Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/resolver-status.properties [2022-11-10T01:08:19.746Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:20.002Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:20.932Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j].filename = org.eclipse.lsp4j-0.19.0-20221110.010816-2.pom [2022-11-10T01:08:20.932Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null:pom].filename = org.eclipse.lsp4j-0.19.0-20221110.010816-2.pom.asc [2022-11-10T01:08:20.932Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null].filename = org.eclipse.lsp4j-0.19.0-20221110.010816-2.jar.asc [2022-11-10T01:08:20.932Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:20.932Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:20.932Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:21.193Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010816-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:21.194Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:21.451Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:sources].filename = org.eclipse.lsp4j-0.19.0-20221110.010816-2-sources.jar.asc [2022-11-10T01:08:21.708Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:21.708Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:21.708Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:21.966Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.19.0-SNAPSHOT/org.eclipse.lsp4j-0.19.0-20221110.010816-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:21.966Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:22.535Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:javadoc].filename = org.eclipse.lsp4j-0.19.0-20221110.010816-2-javadoc.jar.asc [2022-11-10T01:08:22.535Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:22.535Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:22.535Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:22.535Z] [INFO] Total time: 5.849 s [2022-11-10T01:08:22.535Z] [INFO] Finished at: 2022-11-10T01:08:22Z [2022-11-10T01:08:22.535Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:22.535Z] + read i [2022-11-10T01:08:22.535Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1 [2022-11-10T01:08:22.536Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:22.793Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:22.793Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:22.793Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:22.793Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:22.793Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:23.739Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:23.739Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:23.739Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:23.739Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:23.740Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:23.996Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:23.996Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:23.996Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:23.996Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:23.996Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:23.996Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:23.996Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:23.996Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:24.252Z] [INFO] Scanning for projects... [2022-11-10T01:08:24.252Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:24.252Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:24.252Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:24.252Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:24.252Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:24.252Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:24.252Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:24.252Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:24.252Z] [DEBUG] ======================================================================= [2022-11-10T01:08:24.252Z] [INFO] [2022-11-10T01:08:24.252Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:24.252Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:24.252Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:24.252Z] [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] [2022-11-10T01:08:24.252Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:24.252Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:24.252Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:24.252Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:24.252Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:24.252Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:24.253Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:24.253Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:24.253Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:24.253Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:24.253Z] [DEBUG] Style: Regular [2022-11-10T01:08:24.253Z] [DEBUG] Configuration: [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${artifactId} [2022-11-10T01:08:24.253Z] ${gpg.ascDirectory} [2022-11-10T01:08:24.253Z] ${classifier} [2022-11-10T01:08:24.253Z] ${classifiers} [2022-11-10T01:08:24.253Z] ${gpg.defaultKeyring} [2022-11-10T01:08:24.253Z] ${generatePom.description} [2022-11-10T01:08:24.253Z] ${gpg.executable} [2022-11-10T01:08:24.253Z] ${file} [2022-11-10T01:08:24.253Z] ${files} [2022-11-10T01:08:24.253Z] ${generatePom} [2022-11-10T01:08:24.253Z] ${groupId} [2022-11-10T01:08:24.253Z] ${gpg.homedir} [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${javadoc} [2022-11-10T01:08:24.253Z] ${gpg.keyname} [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${gpg.lockMode} [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${packaging} [2022-11-10T01:08:24.253Z] ${gpg.passphrase} [2022-11-10T01:08:24.253Z] ${gpg.passphraseServerId} [2022-11-10T01:08:24.253Z] ${pomFile} [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${gpg.publicKeyring} [2022-11-10T01:08:24.253Z] ${repositoryId} [2022-11-10T01:08:24.253Z] ${repositoryLayout} [2022-11-10T01:08:24.253Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:24.253Z] ${gpg.secretKeyring} [2022-11-10T01:08:24.253Z] [2022-11-10T01:08:24.253Z] ${sources} [2022-11-10T01:08:24.253Z] ${types} [2022-11-10T01:08:24.254Z] ${uniqueVersion} [2022-11-10T01:08:24.254Z] ${updateReleaseInfo} [2022-11-10T01:08:24.254Z] ${url} [2022-11-10T01:08:24.254Z] ${gpg.useagent} [2022-11-10T01:08:24.254Z] ${version} [2022-11-10T01:08:24.254Z] [2022-11-10T01:08:24.254Z] [DEBUG] ======================================================================= [2022-11-10T01:08:24.254Z] [INFO] [2022-11-10T01:08:24.254Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:24.521Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:24.521Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:24.521Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:24.521Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1127969, ConflictMarker.markTime=25581768, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=962300, ConflictIdSorter.topsortTime=480671, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4365289, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=57180340, DefaultDependencyCollector.transformTime=35278604} [2022-11-10T01:08:24.521Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:24.521Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:24.522Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:24.522Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:24.522Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:24.522Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:24.522Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:24.522Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:24.522Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:24.522Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:24.522Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:24.522Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:24.522Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:24.522Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:24.522Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:24.522Z] [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] [2022-11-10T01:08:24.522Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:24.522Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:24.522Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:24.522Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:24.522Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:24.522Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:24.522Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:24.522Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:24.522Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:24.522Z] layout: default [2022-11-10T01:08:24.522Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:24.522Z] releases: [enabled => true, update => always] [2022-11-10T01:08:24.522Z] blocked: false [2022-11-10T01:08:24.522Z] [2022-11-10T01:08:24.522Z] [DEBUG] (f) offline = false [2022-11-10T01:08:24.522Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:24.522Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:24.522Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:24.522Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:24.522Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:24.523Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:24.523Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e [2022-11-10T01:08:24.523Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:24.523Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:24.523Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:24.523Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:24.523Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:24.523Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:25.107Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:25.107Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:25.363Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:25.926Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/resolver-status.properties [2022-11-10T01:08:25.926Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:26.183Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:27.113Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.debug].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2.pom [2022-11-10T01:08:27.113Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2.jar.asc [2022-11-10T01:08:27.113Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null:pom].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2.pom.asc [2022-11-10T01:08:27.114Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:27.114Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:27.114Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:27.370Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:27.370Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:27.626Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:sources].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2-sources.jar.asc [2022-11-10T01:08:27.882Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:27.882Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:27.882Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:28.138Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:28.138Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:28.394Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:javadoc].filename = org.eclipse.lsp4j.debug-0.19.0-20221110.010823-2-javadoc.jar.asc [2022-11-10T01:08:28.395Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:28.395Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:28.395Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:28.395Z] [INFO] Total time: 4.579 s [2022-11-10T01:08:28.395Z] [INFO] Finished at: 2022-11-10T01:08:28Z [2022-11-10T01:08:28.395Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:28.395Z] + read i [2022-11-10T01:08:28.395Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1 [2022-11-10T01:08:28.395Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:28.964Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:28.964Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:28.964Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:28.964Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:28.964Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:30.112Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:30.112Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:30.112Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:30.112Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:30.113Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:30.114Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:30.114Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:30.114Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:30.114Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:30.114Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:30.114Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:30.114Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:30.114Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:30.114Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:30.114Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:30.114Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:30.114Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:30.697Z] [INFO] Scanning for projects... [2022-11-10T01:08:30.697Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:30.697Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:30.697Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:30.697Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:30.697Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:30.697Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:30.697Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:30.697Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:30.697Z] [DEBUG] ======================================================================= [2022-11-10T01:08:30.697Z] [INFO] [2022-11-10T01:08:30.697Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:30.697Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:30.697Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:30.697Z] [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] [2022-11-10T01:08:30.697Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:30.697Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:30.697Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:30.697Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:30.697Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:30.697Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:30.697Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:30.698Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:30.698Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:30.698Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:30.698Z] [DEBUG] Style: Regular [2022-11-10T01:08:30.698Z] [DEBUG] Configuration: [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${artifactId} [2022-11-10T01:08:30.698Z] ${gpg.ascDirectory} [2022-11-10T01:08:30.698Z] ${classifier} [2022-11-10T01:08:30.698Z] ${classifiers} [2022-11-10T01:08:30.698Z] ${gpg.defaultKeyring} [2022-11-10T01:08:30.698Z] ${generatePom.description} [2022-11-10T01:08:30.698Z] ${gpg.executable} [2022-11-10T01:08:30.698Z] ${file} [2022-11-10T01:08:30.698Z] ${files} [2022-11-10T01:08:30.698Z] ${generatePom} [2022-11-10T01:08:30.698Z] ${groupId} [2022-11-10T01:08:30.698Z] ${gpg.homedir} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${javadoc} [2022-11-10T01:08:30.698Z] ${gpg.keyname} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${gpg.lockMode} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${packaging} [2022-11-10T01:08:30.698Z] ${gpg.passphrase} [2022-11-10T01:08:30.698Z] ${gpg.passphraseServerId} [2022-11-10T01:08:30.698Z] ${pomFile} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${gpg.publicKeyring} [2022-11-10T01:08:30.698Z] ${repositoryId} [2022-11-10T01:08:30.698Z] ${repositoryLayout} [2022-11-10T01:08:30.698Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:30.698Z] ${gpg.secretKeyring} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] ${sources} [2022-11-10T01:08:30.698Z] ${types} [2022-11-10T01:08:30.698Z] ${uniqueVersion} [2022-11-10T01:08:30.698Z] ${updateReleaseInfo} [2022-11-10T01:08:30.698Z] ${url} [2022-11-10T01:08:30.698Z] ${gpg.useagent} [2022-11-10T01:08:30.698Z] ${version} [2022-11-10T01:08:30.698Z] [2022-11-10T01:08:30.698Z] [DEBUG] ======================================================================= [2022-11-10T01:08:30.698Z] [INFO] [2022-11-10T01:08:30.698Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:30.698Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:30.698Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:30.698Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:30.698Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1111552, ConflictMarker.markTime=851299, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=637255, ConflictIdSorter.topsortTime=472588, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4328330, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=76263259, DefaultDependencyCollector.transformTime=10050672} [2022-11-10T01:08:30.698Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:30.698Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:30.698Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:30.698Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:30.699Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:30.699Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:30.699Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:30.699Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:30.699Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:30.699Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:30.699Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:30.699Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:30.699Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:30.699Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:30.699Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:30.699Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:30.699Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:30.955Z] [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] [2022-11-10T01:08:30.955Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:30.955Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:30.955Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:30.955Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:30.955Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:30.955Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:30.956Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:30.956Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:30.956Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:30.956Z] layout: default [2022-11-10T01:08:30.956Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:30.956Z] releases: [enabled => true, update => always] [2022-11-10T01:08:30.956Z] blocked: false [2022-11-10T01:08:30.956Z] [2022-11-10T01:08:30.956Z] [DEBUG] (f) offline = false [2022-11-10T01:08:30.956Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:30.956Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:30.956Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:30.956Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:30.956Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:30.956Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:30.956Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e [2022-11-10T01:08:30.956Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:30.956Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:30.956Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:30.956Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:30.956Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:30.956Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:31.519Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:31.519Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:31.776Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:32.339Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/resolver-status.properties [2022-11-10T01:08:32.339Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:32.339Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:33.273Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2.jar.asc [2022-11-10T01:08:33.273Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.generator].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2.pom [2022-11-10T01:08:33.273Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null:pom].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2.pom.asc [2022-11-10T01:08:33.273Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:33.273Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:33.273Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:33.530Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:33.530Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:34.093Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2-sources.jar.asc [2022-11-10T01:08:34.093Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:34.093Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:34.093Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:34.350Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.19.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:34.350Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:34.607Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:javadoc].filename = org.eclipse.lsp4j.generator-0.19.0-20221110.010830-2-javadoc.jar.asc [2022-11-10T01:08:34.607Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:34.607Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:34.607Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:34.607Z] [INFO] Total time: 4.497 s [2022-11-10T01:08:34.607Z] [INFO] Finished at: 2022-11-10T01:08:34Z [2022-11-10T01:08:34.607Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:34.607Z] + read i [2022-11-10T01:08:34.607Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1 [2022-11-10T01:08:34.607Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:34.863Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:34.863Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:34.863Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:34.863Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:34.863Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:36.233Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:36.233Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:36.233Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:36.233Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:36.234Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:36.234Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:36.234Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:36.234Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:36.234Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:36.234Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:36.234Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:36.234Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:36.234Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:36.491Z] [INFO] Scanning for projects... [2022-11-10T01:08:36.491Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:36.491Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:36.491Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:36.748Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:36.748Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:36.748Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:36.748Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:36.748Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:36.748Z] [DEBUG] ======================================================================= [2022-11-10T01:08:36.748Z] [INFO] [2022-11-10T01:08:36.748Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:36.748Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:36.748Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:36.748Z] [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] [2022-11-10T01:08:36.748Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:36.748Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:36.748Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:36.748Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:36.748Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:36.748Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:36.748Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:36.748Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:36.748Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:36.748Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:36.748Z] [DEBUG] Style: Regular [2022-11-10T01:08:36.748Z] [DEBUG] Configuration: [2022-11-10T01:08:36.748Z] [2022-11-10T01:08:36.748Z] ${artifactId} [2022-11-10T01:08:36.748Z] ${gpg.ascDirectory} [2022-11-10T01:08:36.748Z] ${classifier} [2022-11-10T01:08:36.748Z] ${classifiers} [2022-11-10T01:08:36.748Z] ${gpg.defaultKeyring} [2022-11-10T01:08:36.749Z] ${generatePom.description} [2022-11-10T01:08:36.749Z] ${gpg.executable} [2022-11-10T01:08:36.749Z] ${file} [2022-11-10T01:08:36.749Z] ${files} [2022-11-10T01:08:36.749Z] ${generatePom} [2022-11-10T01:08:36.749Z] ${groupId} [2022-11-10T01:08:36.749Z] ${gpg.homedir} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] ${javadoc} [2022-11-10T01:08:36.749Z] ${gpg.keyname} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] ${gpg.lockMode} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] ${packaging} [2022-11-10T01:08:36.749Z] ${gpg.passphrase} [2022-11-10T01:08:36.749Z] ${gpg.passphraseServerId} [2022-11-10T01:08:36.749Z] ${pomFile} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] ${gpg.publicKeyring} [2022-11-10T01:08:36.749Z] ${repositoryId} [2022-11-10T01:08:36.749Z] ${repositoryLayout} [2022-11-10T01:08:36.749Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:36.749Z] ${gpg.secretKeyring} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] ${sources} [2022-11-10T01:08:36.749Z] ${types} [2022-11-10T01:08:36.749Z] ${uniqueVersion} [2022-11-10T01:08:36.749Z] ${updateReleaseInfo} [2022-11-10T01:08:36.749Z] ${url} [2022-11-10T01:08:36.749Z] ${gpg.useagent} [2022-11-10T01:08:36.749Z] ${version} [2022-11-10T01:08:36.749Z] [2022-11-10T01:08:36.749Z] [DEBUG] ======================================================================= [2022-11-10T01:08:36.749Z] [INFO] [2022-11-10T01:08:36.749Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:36.749Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:36.749Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:36.749Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:36.749Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1050468, ConflictMarker.markTime=796049, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=792007, ConflictIdSorter.topsortTime=409379, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4484957, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=83304821, DefaultDependencyCollector.transformTime=10296883} [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:36.749Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:36.749Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:36.750Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:36.750Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:36.750Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:36.750Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:36.750Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:36.750Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:36.750Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:36.750Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:36.750Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:36.750Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:36.750Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:36.750Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:36.750Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:36.750Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:36.750Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:36.750Z] [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] [2022-11-10T01:08:36.750Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:37.006Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:37.006Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:37.006Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:37.007Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:37.007Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:37.007Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:37.007Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:37.007Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:37.007Z] layout: default [2022-11-10T01:08:37.007Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:37.007Z] releases: [enabled => true, update => always] [2022-11-10T01:08:37.007Z] blocked: false [2022-11-10T01:08:37.007Z] [2022-11-10T01:08:37.007Z] [DEBUG] (f) offline = false [2022-11-10T01:08:37.007Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:37.007Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:37.007Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:37.007Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:37.007Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:37.007Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:37.007Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@f325091 [2022-11-10T01:08:37.007Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:37.007Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:37.007Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:37.007Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:37.007Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:37.007Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:37.263Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:37.263Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:37.827Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:38.391Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/resolver-status.properties [2022-11-10T01:08:38.391Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:38.391Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:39.323Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2.pom.asc [2022-11-10T01:08:39.323Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2.jar.asc [2022-11-10T01:08:39.323Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2.pom [2022-11-10T01:08:39.323Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:39.323Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:39.323Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:39.581Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:39.581Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:40.145Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2-sources.jar.asc [2022-11-10T01:08:40.145Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:40.145Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:40.145Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:40.401Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:40.401Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:40.965Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc-0.19.0-20221110.010836-2-javadoc.jar.asc [2022-11-10T01:08:40.965Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:40.965Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:40.965Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:40.965Z] [INFO] Total time: 4.641 s [2022-11-10T01:08:40.965Z] [INFO] Finished at: 2022-11-10T01:08:40Z [2022-11-10T01:08:40.965Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:40.965Z] + read i [2022-11-10T01:08:40.965Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1 [2022-11-10T01:08:40.966Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:41.222Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:41.222Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:41.222Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:41.222Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:41.222Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:42.152Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:42.152Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:42.152Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:42.408Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:42.409Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:42.409Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:42.409Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:42.410Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:42.410Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:42.410Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:42.410Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:42.410Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:42.410Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:42.666Z] [INFO] Scanning for projects... [2022-11-10T01:08:42.666Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:42.666Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:42.666Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:42.937Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:42.937Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:42.937Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:42.937Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:42.937Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:42.937Z] [DEBUG] ======================================================================= [2022-11-10T01:08:42.937Z] [INFO] [2022-11-10T01:08:42.937Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:42.937Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:42.937Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:42.937Z] [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] [2022-11-10T01:08:42.937Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:42.937Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:42.937Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:42.937Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:42.937Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:42.937Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:42.937Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:42.937Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:42.937Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:42.937Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:42.937Z] [DEBUG] Style: Regular [2022-11-10T01:08:42.937Z] [DEBUG] Configuration: [2022-11-10T01:08:42.937Z] [2022-11-10T01:08:42.937Z] ${artifactId} [2022-11-10T01:08:42.937Z] ${gpg.ascDirectory} [2022-11-10T01:08:42.937Z] ${classifier} [2022-11-10T01:08:42.937Z] ${classifiers} [2022-11-10T01:08:42.937Z] ${gpg.defaultKeyring} [2022-11-10T01:08:42.937Z] ${generatePom.description} [2022-11-10T01:08:42.937Z] ${gpg.executable} [2022-11-10T01:08:42.937Z] ${file} [2022-11-10T01:08:42.937Z] ${files} [2022-11-10T01:08:42.937Z] ${generatePom} [2022-11-10T01:08:42.937Z] ${groupId} [2022-11-10T01:08:42.937Z] ${gpg.homedir} [2022-11-10T01:08:42.937Z] [2022-11-10T01:08:42.937Z] ${javadoc} [2022-11-10T01:08:42.937Z] ${gpg.keyname} [2022-11-10T01:08:42.937Z] [2022-11-10T01:08:42.938Z] ${gpg.lockMode} [2022-11-10T01:08:42.938Z] [2022-11-10T01:08:42.938Z] ${packaging} [2022-11-10T01:08:42.938Z] ${gpg.passphrase} [2022-11-10T01:08:42.938Z] ${gpg.passphraseServerId} [2022-11-10T01:08:42.938Z] ${pomFile} [2022-11-10T01:08:42.938Z] [2022-11-10T01:08:42.938Z] ${gpg.publicKeyring} [2022-11-10T01:08:42.938Z] ${repositoryId} [2022-11-10T01:08:42.938Z] ${repositoryLayout} [2022-11-10T01:08:42.938Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:42.938Z] ${gpg.secretKeyring} [2022-11-10T01:08:42.938Z] [2022-11-10T01:08:42.938Z] ${sources} [2022-11-10T01:08:42.938Z] ${types} [2022-11-10T01:08:42.938Z] ${uniqueVersion} [2022-11-10T01:08:42.938Z] ${updateReleaseInfo} [2022-11-10T01:08:42.938Z] ${url} [2022-11-10T01:08:42.938Z] ${gpg.useagent} [2022-11-10T01:08:42.938Z] ${version} [2022-11-10T01:08:42.938Z] [2022-11-10T01:08:42.938Z] [DEBUG] ======================================================================= [2022-11-10T01:08:42.938Z] [INFO] [2022-11-10T01:08:42.938Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:42.938Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:42.938Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:42.938Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:42.938Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1433304, ConflictMarker.markTime=889050, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=701381, ConflictIdSorter.topsortTime=511838, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=24521551, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=56488334, DefaultDependencyCollector.transformTime=30869065} [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:42.938Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:42.938Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:42.938Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:42.938Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:42.938Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:42.938Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:42.938Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:42.938Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:42.938Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:42.938Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:42.938Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:42.938Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:42.938Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:42.939Z] [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] [2022-11-10T01:08:42.939Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:42.939Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:42.939Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:42.939Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:42.939Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:42.939Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:42.939Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:42.939Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:42.939Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:42.939Z] layout: default [2022-11-10T01:08:42.939Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:42.939Z] releases: [enabled => true, update => always] [2022-11-10T01:08:42.939Z] blocked: false [2022-11-10T01:08:42.939Z] [2022-11-10T01:08:42.939Z] [DEBUG] (f) offline = false [2022-11-10T01:08:42.939Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:43.195Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:43.195Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:43.195Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:43.195Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:43.195Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:43.195Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e [2022-11-10T01:08:43.195Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:43.195Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:43.195Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:43.195Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:43.195Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:43.195Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:43.451Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:43.451Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:44.014Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:44.578Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/resolver-status.properties [2022-11-10T01:08:44.578Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:44.578Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:45.507Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2.pom [2022-11-10T01:08:45.507Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2.pom.asc [2022-11-10T01:08:45.507Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2.jar.asc [2022-11-10T01:08:45.507Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:45.507Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:45.508Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:45.764Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:45.764Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:46.020Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:sources].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2-sources.jar.asc [2022-11-10T01:08:46.276Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:46.276Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:46.276Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:46.532Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.19.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:46.532Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:46.788Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc.debug-0.19.0-20221110.010842-2-javadoc.jar.asc [2022-11-10T01:08:46.788Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:46.788Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:46.788Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:46.788Z] [INFO] Total time: 4.453 s [2022-11-10T01:08:46.788Z] [INFO] Finished at: 2022-11-10T01:08:46Z [2022-11-10T01:08:46.788Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:46.788Z] + read i [2022-11-10T01:08:46.788Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1 [2022-11-10T01:08:46.788Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:47.044Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:47.044Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:47.044Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:47.044Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:47.044Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:48.406Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:48.406Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:48.406Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:48.406Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:48.407Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:48.407Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:48.407Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:48.407Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:48.408Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:48.408Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:48.408Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:48.408Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:48.408Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:48.663Z] [INFO] Scanning for projects... [2022-11-10T01:08:48.663Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:48.663Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:48.663Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:48.919Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:48.919Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:48.919Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:48.919Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:48.919Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:48.919Z] [DEBUG] ======================================================================= [2022-11-10T01:08:48.919Z] [INFO] [2022-11-10T01:08:48.919Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:48.919Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:48.919Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:48.919Z] [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] [2022-11-10T01:08:48.919Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:48.919Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:48.919Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:48.919Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:48.919Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:48.919Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:48.919Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:48.920Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:48.920Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:48.920Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:48.920Z] [DEBUG] Style: Regular [2022-11-10T01:08:48.920Z] [DEBUG] Configuration: [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${artifactId} [2022-11-10T01:08:48.920Z] ${gpg.ascDirectory} [2022-11-10T01:08:48.920Z] ${classifier} [2022-11-10T01:08:48.920Z] ${classifiers} [2022-11-10T01:08:48.920Z] ${gpg.defaultKeyring} [2022-11-10T01:08:48.920Z] ${generatePom.description} [2022-11-10T01:08:48.920Z] ${gpg.executable} [2022-11-10T01:08:48.920Z] ${file} [2022-11-10T01:08:48.920Z] ${files} [2022-11-10T01:08:48.920Z] ${generatePom} [2022-11-10T01:08:48.920Z] ${groupId} [2022-11-10T01:08:48.920Z] ${gpg.homedir} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${javadoc} [2022-11-10T01:08:48.920Z] ${gpg.keyname} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${gpg.lockMode} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${packaging} [2022-11-10T01:08:48.920Z] ${gpg.passphrase} [2022-11-10T01:08:48.920Z] ${gpg.passphraseServerId} [2022-11-10T01:08:48.920Z] ${pomFile} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${gpg.publicKeyring} [2022-11-10T01:08:48.920Z] ${repositoryId} [2022-11-10T01:08:48.920Z] ${repositoryLayout} [2022-11-10T01:08:48.920Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:48.920Z] ${gpg.secretKeyring} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] ${sources} [2022-11-10T01:08:48.920Z] ${types} [2022-11-10T01:08:48.920Z] ${uniqueVersion} [2022-11-10T01:08:48.920Z] ${updateReleaseInfo} [2022-11-10T01:08:48.920Z] ${url} [2022-11-10T01:08:48.920Z] ${gpg.useagent} [2022-11-10T01:08:48.920Z] ${version} [2022-11-10T01:08:48.920Z] [2022-11-10T01:08:48.920Z] [DEBUG] ======================================================================= [2022-11-10T01:08:48.920Z] [INFO] [2022-11-10T01:08:48.920Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:48.920Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:48.920Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:48.920Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:48.920Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1067176, ConflictMarker.markTime=797882, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=683340, ConflictIdSorter.topsortTime=543504, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4590582, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=72297016, DefaultDependencyCollector.transformTime=10524759} [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:48.920Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:48.920Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:48.921Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:48.921Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:48.921Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:48.921Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:48.921Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:48.921Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:48.921Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:48.921Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:48.921Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:48.921Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:48.921Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:48.921Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:48.921Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:48.921Z] [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] [2022-11-10T01:08:48.921Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:48.921Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:48.921Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:48.921Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:48.921Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:48.921Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:48.921Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:48.921Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:48.921Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:48.921Z] layout: default [2022-11-10T01:08:48.921Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:48.921Z] releases: [enabled => true, update => always] [2022-11-10T01:08:48.921Z] blocked: false [2022-11-10T01:08:48.921Z] [2022-11-10T01:08:48.921Z] [DEBUG] (f) offline = false [2022-11-10T01:08:48.921Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:48.921Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:48.921Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:48.921Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:48.921Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:48.921Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:48.921Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e [2022-11-10T01:08:48.921Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:48.921Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:48.921Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:48.921Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:48.921Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:48.921Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:49.483Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:49.483Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:50.046Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:50.302Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/resolver-status.properties [2022-11-10T01:08:50.577Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:50.577Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:51.519Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2.jar.asc [2022-11-10T01:08:51.520Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null:pom].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2.pom.asc [2022-11-10T01:08:51.520Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2.pom [2022-11-10T01:08:51.520Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:51.520Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:51.520Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:51.777Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:51.777Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:52.033Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:sources].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2-sources.jar.asc [2022-11-10T01:08:52.292Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:52.292Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:52.293Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:52.549Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:52.549Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:53.111Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:javadoc].filename = org.eclipse.lsp4j.websocket-0.19.0-20221110.010848-2-javadoc.jar.asc [2022-11-10T01:08:53.111Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:53.111Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:53.111Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:53.111Z] [INFO] Total time: 4.593 s [2022-11-10T01:08:53.111Z] [INFO] Finished at: 2022-11-10T01:08:52Z [2022-11-10T01:08:53.111Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:53.111Z] + read i [2022-11-10T01:08:53.111Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1 [2022-11-10T01:08:53.111Z] + mvn -X org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file -DpomFile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2022-11-10T01:08:53.367Z] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [2022-11-10T01:08:53.367Z] Maven home: /opt/tools/apache-maven/latest [2022-11-10T01:08:53.367Z] Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre [2022-11-10T01:08:53.367Z] Default locale: en_US, platform encoding: UTF-8 [2022-11-10T01:08:53.367Z] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [2022-11-10T01:08:54.738Z] [DEBUG] Created new class realm maven.api [2022-11-10T01:08:54.738Z] [DEBUG] Importing foreign packages into class realm maven.api [2022-11-10T01:08:54.738Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: javax.inject.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2022-11-10T01:08:54.738Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2022-11-10T01:08:54.739Z] [DEBUG] Populating class realm maven.api [2022-11-10T01:08:54.739Z] [INFO] Error stacktraces are turned on. [2022-11-10T01:08:54.739Z] [DEBUG] Message scheme: plain [2022-11-10T01:08:54.739Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2022-11-10T01:08:54.739Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2022-11-10T01:08:54.739Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2022-11-10T01:08:54.739Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2022-11-10T01:08:54.739Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2022-11-10T01:08:54.739Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2022-11-10T01:08:54.996Z] [INFO] Scanning for projects... [2022-11-10T01:08:54.996Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2022-11-10T01:08:54.996Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2022-11-10T01:08:54.997Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2022-11-10T01:08:54.997Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2022-11-10T01:08:54.997Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2022-11-10T01:08:54.997Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2022-11-10T01:08:54.997Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2022-11-10T01:08:54.997Z] [DEBUG] Style: Aggregating [2022-11-10T01:08:54.997Z] [DEBUG] ======================================================================= [2022-11-10T01:08:54.997Z] [INFO] [2022-11-10T01:08:54.997Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2022-11-10T01:08:54.997Z] [INFO] Building Maven Stub Project (No POM) 1 [2022-11-10T01:08:54.997Z] [INFO] --------------------------------[ pom ]--------------------------------- [2022-11-10T01:08:54.997Z] [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] [2022-11-10T01:08:54.997Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2022-11-10T01:08:54.997Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2022-11-10T01:08:54.997Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2022-11-10T01:08:54.997Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2022-11-10T01:08:54.997Z] [DEBUG] Dependencies (collect): [] [2022-11-10T01:08:54.997Z] [DEBUG] Dependencies (resolve): [] [2022-11-10T01:08:54.997Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:54.997Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2022-11-10T01:08:54.997Z] [DEBUG] ----------------------------------------------------------------------- [2022-11-10T01:08:54.997Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2022-11-10T01:08:54.997Z] [DEBUG] Style: Regular [2022-11-10T01:08:54.997Z] [DEBUG] Configuration: [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${artifactId} [2022-11-10T01:08:54.997Z] ${gpg.ascDirectory} [2022-11-10T01:08:54.997Z] ${classifier} [2022-11-10T01:08:54.997Z] ${classifiers} [2022-11-10T01:08:54.997Z] ${gpg.defaultKeyring} [2022-11-10T01:08:54.997Z] ${generatePom.description} [2022-11-10T01:08:54.997Z] ${gpg.executable} [2022-11-10T01:08:54.997Z] ${file} [2022-11-10T01:08:54.997Z] ${files} [2022-11-10T01:08:54.997Z] ${generatePom} [2022-11-10T01:08:54.997Z] ${groupId} [2022-11-10T01:08:54.997Z] ${gpg.homedir} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${javadoc} [2022-11-10T01:08:54.997Z] ${gpg.keyname} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${gpg.lockMode} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${packaging} [2022-11-10T01:08:54.997Z] ${gpg.passphrase} [2022-11-10T01:08:54.997Z] ${gpg.passphraseServerId} [2022-11-10T01:08:54.997Z] ${pomFile} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${gpg.publicKeyring} [2022-11-10T01:08:54.997Z] ${repositoryId} [2022-11-10T01:08:54.997Z] ${repositoryLayout} [2022-11-10T01:08:54.997Z] ${retryFailedDeploymentCount} [2022-11-10T01:08:54.997Z] ${gpg.secretKeyring} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] ${sources} [2022-11-10T01:08:54.997Z] ${types} [2022-11-10T01:08:54.997Z] ${uniqueVersion} [2022-11-10T01:08:54.997Z] ${updateReleaseInfo} [2022-11-10T01:08:54.997Z] ${url} [2022-11-10T01:08:54.997Z] ${gpg.useagent} [2022-11-10T01:08:54.997Z] ${version} [2022-11-10T01:08:54.997Z] [2022-11-10T01:08:54.997Z] [DEBUG] ======================================================================= [2022-11-10T01:08:54.997Z] [INFO] [2022-11-10T01:08:54.998Z] [INFO] --- maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2022-11-10T01:08:55.254Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2022-11-10T01:08:55.254Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2022-11-10T01:08:55.254Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2022-11-10T01:08:55.254Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1124593, ConflictMarker.markTime=826216, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=756507, ConflictIdSorter.topsortTime=505671, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4627874, ConflictResolver.conflictItemCount=40, DefaultDependencyCollector.collectTime=96102352, DefaultDependencyCollector.transformTime=10533927} [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2022-11-10T01:08:55.254Z] [DEBUG] junit:junit:jar:3.8.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2022-11-10T01:08:55.254Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2022-11-10T01:08:55.254Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:55.254Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:55.255Z] [DEBUG] Imported: < maven.api [2022-11-10T01:08:55.255Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2022-11-10T01:08:55.255Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2022-11-10T01:08:55.255Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2022-11-10T01:08:55.255Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2022-11-10T01:08:55.255Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2022-11-10T01:08:55.255Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2022-11-10T01:08:55.255Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2022-11-10T01:08:55.255Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2022-11-10T01:08:55.255Z] [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] [2022-11-10T01:08:55.255Z] [DEBUG] Configuring mojo 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file' with basic configurator --> [2022-11-10T01:08:55.255Z] [DEBUG] (f) classifiers = sources,javadoc [2022-11-10T01:08:55.255Z] [DEBUG] (f) defaultKeyring = true [2022-11-10T01:08:55.255Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1.jar [2022-11-10T01:08:55.255Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1-javadoc.jar [2022-11-10T01:08:55.255Z] [DEBUG] (f) generatePom = true [2022-11-10T01:08:55.255Z] [DEBUG] (f) interactive = false [2022-11-10T01:08:55.255Z] [DEBUG] (f) localRepository = id: local [2022-11-10T01:08:55.255Z] url: file:///home/jenkins/.m2/repository/ [2022-11-10T01:08:55.255Z] layout: default [2022-11-10T01:08:55.255Z] snapshots: [enabled => true, update => always] [2022-11-10T01:08:55.255Z] releases: [enabled => true, update => always] [2022-11-10T01:08:55.255Z] blocked: false [2022-11-10T01:08:55.255Z] [2022-11-10T01:08:55.255Z] [DEBUG] (f) offline = false [2022-11-10T01:08:55.255Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2022-11-10T01:08:55.255Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010529-1.pom [2022-11-10T01:08:55.255Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2022-11-10T01:08:55.255Z] [DEBUG] (f) repositoryId = ossrh [2022-11-10T01:08:55.255Z] [DEBUG] (f) repositoryLayout = default [2022-11-10T01:08:55.255Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2022-11-10T01:08:55.255Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@26d10f2e [2022-11-10T01:08:55.255Z] [DEBUG] (f) types = jar,jar [2022-11-10T01:08:55.255Z] [DEBUG] (f) uniqueVersion = true [2022-11-10T01:08:55.255Z] [DEBUG] (f) updateReleaseInfo = false [2022-11-10T01:08:55.255Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:55.255Z] [DEBUG] (f) useAgent = true [2022-11-10T01:08:55.255Z] [DEBUG] -- end configuration -- [2022-11-10T01:08:55.818Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:55.818Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:56.074Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:56.638Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/resolver-status.properties [2022-11-10T01:08:56.638Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:56.895Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:57.457Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2.pom [2022-11-10T01:08:57.457Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2.jar.asc [2022-11-10T01:08:57.457Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null:pom].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2.pom.asc [2022-11-10T01:08:57.715Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:57.715Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:57.715Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:57.972Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:57.972Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:58.228Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:sources].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2-sources.jar.asc [2022-11-10T01:08:58.485Z] [DEBUG] Using transporter WagonTransporter with priority -1.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2022-11-10T01:08:58.485Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2022-11-10T01:08:58.485Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:58.741Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.19.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2022-11-10T01:08:58.741Z] [DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.19.0-SNAPSHOT/resolver-status.properties [2022-11-10T01:08:58.997Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:javadoc].filename = org.eclipse.lsp4j.websocket.jakarta-0.19.0-20221110.010854-2-javadoc.jar.asc [2022-11-10T01:08:58.997Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:58.997Z] [INFO] BUILD SUCCESS [2022-11-10T01:08:58.997Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:58.997Z] [INFO] Total time: 4.465 s [2022-11-10T01:08:58.997Z] [INFO] Finished at: 2022-11-10T01:08:58Z [2022-11-10T01:08:58.997Z] [INFO] ------------------------------------------------------------------------ [2022-11-10T01:08:58.997Z] + read i [Pipeline] } [2022-11-10T01:08:59.008Z] $ ssh-agent -k [2022-11-10T01:08:59.013Z] unset SSH_AUTH_SOCK; [2022-11-10T01:08:59.014Z] unset SSH_AGENT_PID; [2022-11-10T01:08:59.014Z] echo Agent pid 1197 killed; [2022-11-10T01:08:59.014Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2022-11-10T01:08:59.057Z] Recording test results [2022-11-10T01:08:59.596Z] [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts [2022-11-10T01:08:59.603Z] 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