Branch indexing Connecting to https://api.github.com using GitHub bot (username/token) Obtained releng/build.Jenkinsfile from 33e5ca8149add0843722054fda0d3647d47c62f1 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-134-8nmtw-shwtx-321tz Still waiting to schedule task ‘lsp4j-multi-build-main-134-8nmtw-shwtx-321tz’ is offline ERROR: Failed to launch lsp4j-multi-build-main-134-8nmtw-shwtx-321tz io.fabric8.kubernetes.client.KubernetesClientTimeoutException: Timed out waiting for [180000] milliseconds for [Pod] with name:[lsp4j-multi-build-main-134-8nmtw-shwtx-321tz] in namespace [lsp4j]. at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilCondition(BaseOperation.java:939) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilReady(BaseOperation.java:921) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.waitUntilReady(BaseOperation.java:97) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:185) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-134-8nmtw-shwtx-hkvvt Agent lsp4j-multi-build-main-134-8nmtw-shwtx-hkvvt is provisioned from template lsp4j-multi-build_main_134-8nmtw-shwtx --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/134/" runUrl: "job/lsp4j-multi-build/job/main/134/" labels: jenkins: "slave" jenkins/label-digest: "47b68a126b54d970209588593779a71c2971edd0" jenkins/label: "lsp4j-multi-build_main_134-8nmtw" name: "lsp4j-multi-build-main-134-8nmtw-shwtx-hkvvt" 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-134-8nmtw-shwtx-hkvvt" - 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-134-8nmtw-shwtx-hkvvt" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/" image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc" imagePullPolicy: "Always" name: "jnlp" resources: limits: cpu: "2000m" memory: "4096Mi" requests: cpu: "1000m" memory: "4096Mi" tty: true volumeMounts: - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "m2-dir" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.mavenrc" name: "m2-dir" readOnly: true subPath: ".mavenrc" - mountPath: "/opt/tools" name: "volume-0" readOnly: false - mountPath: "/home/jenkins/.m2/repository" name: "volume-1" readOnly: false - mountPath: "/home/jenkins" name: "volume-3" readOnly: false - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "m2-secret-dir" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/wrapper" name: "volume-2" readOnly: false - mountPath: "/home/jenkins/.m2/settings.xml" name: "m2-secret-dir" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.ssh" name: "volume-4" readOnly: false subPath: "" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false workingDir: "/home/jenkins/agent" nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "volume-0" persistentVolumeClaim: claimName: "tools-claim-jiro-lsp4j" readOnly: true - name: "m2-secret-dir" secret: secretName: "m2-secret-dir" - emptyDir: medium: "" name: "volume-2" - configMap: name: "m2-dir" name: "m2-dir" - emptyDir: medium: "" name: "volume-1" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-4" - emptyDir: medium: "" name: "volume-3" Running on lsp4j-multi-build-main-134-8nmtw-shwtx-hkvvt in /home/jenkins/agent/workspace/lsp4j-multi-build_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential github-bot Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository https://github.com/eclipse/lsp4j.git > git init /home/jenkins/agent/workspace/lsp4j-multi-build_main # timeout=10 Fetching upstream changes from https://github.com/eclipse/lsp4j.git > git --version # timeout=10 > git --version # 'git version 2.36.6' using GIT_ASKPASS to set credentials GitHub bot (username/token) > git fetch --no-tags --force --progress -- https://github.com/eclipse/lsp4j.git +refs/heads/main:refs/remotes/origin/main # timeout=10 Avoid second fetch Checking out Revision 33e5ca8149add0843722054fda0d3647d47c62f1 (main) Commit message: "Document the LSP4J JSON-RPC generator a little (#799)" > 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 33e5ca8149add0843722054fda0d3647d47c62f1 # timeout=10 > git rev-list --no-walk fc5de60d4eecd9af10691804b1fcd22a137d80d5 # 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 [2024-02-13T13:59:36.963Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-02-13T13:59:37.335Z] + git status --ignored [2024-02-13T13:59:37.335Z] HEAD detached at 33e5ca8 [2024-02-13T13:59:37.335Z] nothing to commit, working tree clean [2024-02-13T13:59:37.335Z] + git clean -dfx [2024-02-13T13:59:37.335Z] + git reset --hard HEAD [2024-02-13T13:59:37.335Z] HEAD is now at 33e5ca8 Document the LSP4J JSON-RPC generator a little (#799) [2024-02-13T13:59:37.335Z] + git status --ignored [2024-02-13T13:59:37.335Z] HEAD detached at 33e5ca8 [2024-02-13T13:59:37.335Z] 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 [2024-02-13T13:59:37.419Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-02-13T13:59:37.698Z] + echo /opt/tools/java/temurin/jdk-11/latest [2024-02-13T13:59:37.698Z] /opt/tools/java/temurin/jdk-11/latest [Pipeline] sh [2024-02-13T13:59:37.975Z] + java -version [2024-02-13T13:59:37.975Z] openjdk version "11.0.21" 2023-10-17 [2024-02-13T13:59:37.975Z] OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9) [2024-02-13T13:59:37.975Z] OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode) [Pipeline] sh [2024-02-13T13:59:38.252Z] + which java [2024-02-13T13:59:38.252Z] /opt/tools/java/temurin/jdk-11/latest/bin/java [Pipeline] sh [2024-02-13T13:59:38.543Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish [2024-02-13T13:59:38.543Z] Downloading https://services.gradle.org/distributions/gradle-8.5-bin.zip [2024-02-13T13:59:40.244Z] ............10%.............20%............30%.............40%.............50%............60%.............70%.............80%............90%.............100% [2024-02-13T13:59:41.614Z] [2024-02-13T13:59:41.614Z] Welcome to Gradle 8.5! [2024-02-13T13:59:41.614Z] [2024-02-13T13:59:41.614Z] Here are the highlights of this release: [2024-02-13T13:59:41.614Z] - Support for running on Java 21 [2024-02-13T13:59:41.614Z] - Faster first use with Kotlin DSL [2024-02-13T13:59:41.614Z] - Improved error and warning messages [2024-02-13T13:59:41.614Z] [2024-02-13T13:59:41.614Z] For more details see https://docs.gradle.org/8.5/release-notes.html [2024-02-13T13:59:41.614Z] [2024-02-13T13:59:41.871Z] To honour the JVM settings for this build a single-use Daemon process will be forked. For more on this, please refer to https://docs.gradle.org/8.5/userguide/gradle_daemon.html#sec:disabling_the_daemon in the Gradle documentation. [2024-02-13T13:59:43.257Z] Daemon will be stopped at the end of the build [2024-02-13T13:59:55.686Z] > Task :clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE [2024-02-13T13:59:55.686Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE [2024-02-13T13:59:58.246Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava [2024-02-13T13:59:58.246Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources [2024-02-13T13:59:58.246Z] > Task :org.eclipse.lsp4j.jsonrpc:classes [2024-02-13T13:59:59.218Z] > Task :org.eclipse.lsp4j.jsonrpc:jar [2024-02-13T14:00:07.317Z] > Task :org.eclipse.lsp4j.generator:generateXtext [2024-02-13T14:00:07.575Z] > Task :org.eclipse.lsp4j.generator:compileJava [2024-02-13T14:00:07.575Z] > Task :org.eclipse.lsp4j.generator:processResources [2024-02-13T14:00:07.575Z] > Task :org.eclipse.lsp4j.generator:classes [2024-02-13T14:00:07.575Z] > Task :org.eclipse.lsp4j.generator:jar [2024-02-13T14:00:25.674Z] [2024-02-13T14:00:25.674Z] > Task :org.eclipse.lsp4j:generateXtext [2024-02-13T14:00:25.674Z] 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) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 35 column : 74) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 36 column : 64) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 41 column : 28) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 41 column : 80) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 50 column : 29) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 50 column : 81) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 51 column : 53) [2024-02-13T14:00:25.674Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/java/org/eclipse/lsp4j/adapters/HoverTypeAdapter.xtend line : 59 column : 73) [2024-02-13T14:00:25.943Z] [2024-02-13T14:00:25.943Z] > Task :org.eclipse.lsp4j:compileJava [2024-02-13T14:00:25.943Z] Note: Some input files use or override a deprecated API. [2024-02-13T14:00:25.943Z] Note: Recompile with -Xlint:deprecation for details. [2024-02-13T14:00:25.943Z] Note: Some input files use unchecked or unsafe operations. [2024-02-13T14:00:25.943Z] Note: Recompile with -Xlint:unchecked for details. [2024-02-13T14:00:26.548Z] [2024-02-13T14:00:26.548Z] > Task :org.eclipse.lsp4j:processResources [2024-02-13T14:00:26.548Z] > Task :org.eclipse.lsp4j:classes [2024-02-13T14:00:26.804Z] > Task :org.eclipse.lsp4j:jar [2024-02-13T14:00:32.076Z] > Task :org.eclipse.lsp4j:javadoc [2024-02-13T14:00:32.076Z] > Task :org.eclipse.lsp4j:javadocJar [2024-02-13T14:00:32.076Z] > Task :org.eclipse.lsp4j:genSourcesManifest [2024-02-13T14:00:32.076Z] > Task :org.eclipse.lsp4j:sourcesJar [2024-02-13T14:00:32.076Z] > Task :org.eclipse.lsp4j:assemble [2024-02-13T14:00:34.604Z] [2024-02-13T14:00:34.604Z] > Task :org.eclipse.lsp4j:generateTestXtext [2024-02-13T14:00:34.604Z] 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) [2024-02-13T14:00:34.604Z] 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) [2024-02-13T14:00:34.604Z] 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) [2024-02-13T14:00:34.604Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 57 column : 8) [2024-02-13T14:00:34.604Z] WARNING:The method setRangeLength(Integer) from the type TextDocumentContentChangeEvent is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 249 column : 7) [2024-02-13T14:00:34.604Z] WARNING:The constructor SymbolInformation() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 453 column : 9) [2024-02-13T14:00:34.605Z] WARNING:The method setName(String) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 454 column : 6) [2024-02-13T14:00:34.605Z] WARNING:The method setKind(SymbolKind) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 455 column : 6) [2024-02-13T14:00:34.605Z] WARNING:The method setLocation(Location) from the type SymbolInformation is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 456 column : 6) [2024-02-13T14:00:34.605Z] WARNING:The constructor MarkedString() is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1065 column : 49) [2024-02-13T14:00:34.605Z] WARNING:The method setLanguage(String) from the type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1066 column : 6) [2024-02-13T14:00:34.605Z] WARNING:The method setValue(String) from the type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1067 column : 6) [2024-02-13T14:00:34.605Z] WARNING:The type MarkedString is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1065 column : 65) [2024-02-13T14:00:34.605Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1458 column : 5) [2024-02-13T14:00:34.605Z] WARNING:The method setRootUri(String) from the type InitializeParams is deprecated (file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/test/java/org/eclipse/lsp4j/test/services/JsonParseTest.xtend line : 1557 column : 5) [2024-02-13T14:00:34.605Z] 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) [2024-02-13T14:00:34.605Z] 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) [2024-02-13T14:00:34.605Z] 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) [2024-02-13T14:00:34.605Z] 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) [2024-02-13T14:00:37.143Z] [2024-02-13T14:00:37.143Z] > Task :org.eclipse.lsp4j:compileTestJava [2024-02-13T14:00:37.143Z] Note: Some input files use or override a deprecated API. [2024-02-13T14:00:37.143Z] Note: Recompile with -Xlint:deprecation for details. [2024-02-13T14:00:37.143Z] 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. [2024-02-13T14:00:37.143Z] Note: Recompile with -Xlint:unchecked for details. [2024-02-13T14:00:37.143Z] [2024-02-13T14:00:37.143Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE [2024-02-13T14:00:37.143Z] > Task :org.eclipse.lsp4j:testClasses [2024-02-13T14:00:42.461Z] > Task :org.eclipse.lsp4j:test [2024-02-13T14:00:42.461Z] > Task :org.eclipse.lsp4j:check [2024-02-13T14:00:42.461Z] > Task :org.eclipse.lsp4j:build [2024-02-13T14:00:42.461Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE [2024-02-13T14:00:42.718Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava [2024-02-13T14:00:42.718Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE [2024-02-13T14:00:42.718Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes [2024-02-13T14:00:42.718Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar [2024-02-13T14:00:44.608Z] > Task :org.eclipse.lsp4j.debug:generateXtext [2024-02-13T14:00:44.865Z] > Task :org.eclipse.lsp4j.debug:compileJava [2024-02-13T14:00:44.865Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE [2024-02-13T14:00:44.865Z] > Task :org.eclipse.lsp4j.debug:classes [2024-02-13T14:00:44.865Z] > Task :org.eclipse.lsp4j.debug:jar [2024-02-13T14:00:47.443Z] [2024-02-13T14:00:47.443Z] > Task :org.eclipse.lsp4j.debug:javadoc [2024-02-13T14:00:47.443Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag > [2024-02-13T14:00:47.443Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag > [2024-02-13T14:00:47.443Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag > [2024-02-13T14:00:47.443Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag > [2024-02-13T14:00:48.008Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:143: warning - invalid usage of tag > [2024-02-13T14:00:48.008Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/src/main/xtend-gen/org/eclipse/lsp4j/debug/OutputEventArguments.java:155: warning - invalid usage of tag > [2024-02-13T14:00:48.008Z] 6 warnings [2024-02-13T14:00:48.265Z] [2024-02-13T14:00:48.265Z] > Task :org.eclipse.lsp4j.debug:javadocJar [2024-02-13T14:00:48.265Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest [2024-02-13T14:00:48.265Z] > Task :org.eclipse.lsp4j.debug:sourcesJar [2024-02-13T14:00:48.265Z] > Task :org.eclipse.lsp4j.debug:assemble [2024-02-13T14:00:48.265Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE [2024-02-13T14:00:48.543Z] > Task :org.eclipse.lsp4j.debug:compileTestJava [2024-02-13T14:00:48.543Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE [2024-02-13T14:00:48.543Z] > Task :org.eclipse.lsp4j.debug:testClasses [2024-02-13T14:00:51.823Z] > Task :org.eclipse.lsp4j.debug:test [2024-02-13T14:00:51.823Z] > Task :org.eclipse.lsp4j.debug:check [2024-02-13T14:00:51.823Z] > Task :org.eclipse.lsp4j.debug:build [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:javadoc [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:javadocJar [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:sourcesJar [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:assemble [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE [2024-02-13T14:00:53.713Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE [2024-02-13T14:00:53.714Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE [2024-02-13T14:00:53.714Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE [2024-02-13T14:00:53.714Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE [2024-02-13T14:00:53.714Z] > Task :org.eclipse.lsp4j.generator:build [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE [2024-02-13T14:00:56.242Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava [2024-02-13T14:00:56.499Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE [2024-02-13T14:00:56.499Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses [2024-02-13T14:00:57.867Z] > Task :org.eclipse.lsp4j.jsonrpc:test [2024-02-13T14:00:57.867Z] > Task :org.eclipse.lsp4j.jsonrpc:check [2024-02-13T14:00:57.867Z] > Task :org.eclipse.lsp4j.jsonrpc:build [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE [2024-02-13T14:00:59.767Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses [2024-02-13T14:01:01.186Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test [2024-02-13T14:01:01.186Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check [2024-02-13T14:01:01.186Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build [2024-02-13T14:01:01.186Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE [2024-02-13T14:01:01.443Z] > Task :org.eclipse.lsp4j.websocket:compileJava [2024-02-13T14:01:01.443Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE [2024-02-13T14:01:01.443Z] > Task :org.eclipse.lsp4j.websocket:classes [2024-02-13T14:01:01.443Z] > Task :org.eclipse.lsp4j.websocket:jar [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:javadoc [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:javadocJar [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:assemble [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE [2024-02-13T14:01:02.808Z] > Task :org.eclipse.lsp4j.websocket:testClasses [2024-02-13T14:01:03.744Z] > Task :org.eclipse.lsp4j.websocket:test [2024-02-13T14:01:03.744Z] > Task :org.eclipse.lsp4j.websocket:check [2024-02-13T14:01:03.744Z] > Task :org.eclipse.lsp4j.websocket:build [2024-02-13T14:01:03.744Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE [2024-02-13T14:01:04.000Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava [2024-02-13T14:01:04.000Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE [2024-02-13T14:01:04.000Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes [2024-02-13T14:01:04.000Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE [2024-02-13T14:01:05.907Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses [2024-02-13T14:01:06.836Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test [2024-02-13T14:01:06.836Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check [2024-02-13T14:01:06.836Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build [2024-02-13T14:01:08.727Z] [2024-02-13T14:01:08.727Z] > Task :org.eclipse.lsp4j:signJar [2024-02-13T14:01:08.727Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:08.727Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:08.727Z] [2024-02-13T14:01:08.727Z] 569957 bytes uploaded, 615979 bytes downloaded (1.763 s) [2024-02-13T14:01:08.727Z] [2024-02-13T14:01:08.727Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:08.727Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:08.727Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:10.618Z] [2024-02-13T14:01:10.618Z] 888323 bytes uploaded, 976312 bytes downloaded (2.171 s) [2024-02-13T14:01:10.618Z] [2024-02-13T14:01:10.618Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:10.618Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:10.618Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar-signed --form file=@/home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:11.986Z] [2024-02-13T14:01:11.986Z] 1853441 bytes uploaded, 1909756 bytes downloaded (1.210 s) [2024-02-13T14:01:11.986Z] [2024-02-13T14:01:11.986Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:13.889Z] [2024-02-13T14:01:13.889Z] > Task :org.eclipse.lsp4j.debug:signJar [2024-02-13T14:01:13.889Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:13.889Z] 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.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:13.889Z] [2024-02-13T14:01:13.889Z] 186926 bytes uploaded, 206822 bytes downloaded (1.698 s) [2024-02-13T14:01:13.890Z] [2024-02-13T14:01:13.890Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:13.890Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:13.890Z] 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.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:15.257Z] [2024-02-13T14:01:15.257Z] 333575 bytes uploaded, 369846 bytes downloaded (1.498 s) [2024-02-13T14:01:15.257Z] [2024-02-13T14:01:15.257Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:15.257Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:15.257Z] 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.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:16.185Z] [2024-02-13T14:01:16.185Z] 881920 bytes uploaded, 909556 bytes downloaded (0.983 s) [2024-02-13T14:01:16.186Z] [2024-02-13T14:01:16.186Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:18.076Z] [2024-02-13T14:01:18.076Z] > Task :org.eclipse.lsp4j.generator:signJar [2024-02-13T14:01:18.076Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:18.076Z] 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.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:18.076Z] [2024-02-13T14:01:18.076Z] 45327 bytes uploaded, 54900 bytes downloaded (0.851 s) [2024-02-13T14:01:18.076Z] [2024-02-13T14:01:18.076Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:18.076Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:18.076Z] 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.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:18.076Z] [2024-02-13T14:01:18.076Z] 49837 bytes uploaded, 59528 bytes downloaded (1.147 s) [2024-02-13T14:01:18.076Z] [2024-02-13T14:01:18.076Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:18.076Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:18.076Z] 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.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:19.011Z] [2024-02-13T14:01:19.011Z] 336077 bytes uploaded, 348688 bytes downloaded (0.827 s) [2024-02-13T14:01:19.011Z] [2024-02-13T14:01:19.011Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:20.905Z] [2024-02-13T14:01:20.905Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar [2024-02-13T14:01:20.905Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:20.905Z] 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.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:20.905Z] [2024-02-13T14:01:20.905Z] 134071 bytes uploaded, 149293 bytes downloaded (1.269 s) [2024-02-13T14:01:20.905Z] [2024-02-13T14:01:20.905Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:20.905Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:20.905Z] 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.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:21.163Z] [2024-02-13T14:01:21.163Z] 80187 bytes uploaded, 93887 bytes downloaded (0.934 s) [2024-02-13T14:01:21.163Z] [2024-02-13T14:01:21.163Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:21.163Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:21.163Z] 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.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:22.093Z] [2024-02-13T14:01:22.093Z] 595620 bytes uploaded, 617111 bytes downloaded (0.933 s) [2024-02-13T14:01:22.093Z] [2024-02-13T14:01:22.093Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:24.612Z] [2024-02-13T14:01:24.613Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar [2024-02-13T14:01:24.613Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:24.613Z] 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.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:24.613Z] [2024-02-13T14:01:24.613Z] 20339 bytes uploaded, 28625 bytes downloaded (1.097 s) [2024-02-13T14:01:24.613Z] [2024-02-13T14:01:24.613Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.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.22.0-SNAPSHOT.jar [2024-02-13T14:01:24.613Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:24.613Z] 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.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:24.613Z] [2024-02-13T14:01:24.613Z] 13913 bytes uploaded, 22194 bytes downloaded (0.874 s) [2024-02-13T14:01:24.613Z] [2024-02-13T14:01:24.613Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.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.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:24.613Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:24.613Z] 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.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:24.869Z] [2024-02-13T14:01:24.869Z] 355406 bytes uploaded, 369129 bytes downloaded (0.863 s) [2024-02-13T14:01:24.869Z] [2024-02-13T14:01:24.869Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc.debug/build/libs/org.eclipse.lsp4j.jsonrpc.debug-0.22.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.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:27.392Z] [2024-02-13T14:01:27.392Z] > Task :org.eclipse.lsp4j.websocket:signJar [2024-02-13T14:01:27.392Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:27.392Z] 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.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:27.392Z] [2024-02-13T14:01:27.392Z] 8312 bytes uploaded, 15987 bytes downloaded (1.667 s) [2024-02-13T14:01:27.392Z] [2024-02-13T14:01:27.392Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:27.392Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:27.392Z] 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.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:27.649Z] [2024-02-13T14:01:27.649Z] 5260 bytes uploaded, 12979 bytes downloaded (0.910 s) [2024-02-13T14:01:27.649Z] [2024-02-13T14:01:27.649Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-sources.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:27.649Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:27.649Z] 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.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:29.016Z] [2024-02-13T14:01:29.016Z] 318177 bytes uploaded, 330351 bytes downloaded (1.470 s) [2024-02-13T14:01:29.016Z] [2024-02-13T14:01:29.016Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-javadoc.jar-signed /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:31.534Z] [2024-02-13T14:01:31.534Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar [2024-02-13T14:01:31.534Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:31.534Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:31.535Z] [2024-02-13T14:01:31.535Z] 8469 bytes uploaded, 16152 bytes downloaded (1.230 s) [2024-02-13T14:01:31.535Z] [2024-02-13T14:01:31.535Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT.jar [2024-02-13T14:01:31.535Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:31.535Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT-sources.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:31.535Z] [2024-02-13T14:01:31.535Z] 5545 bytes uploaded, 13291 bytes downloaded (1.168 s) [2024-02-13T14:01:31.535Z] [2024-02-13T14:01:31.535Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT-sources.jar [2024-02-13T14:01:31.535Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:31.535Z] curl --fail --silent --show-error --output /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT-javadoc.jar --write-out %{size_upload} bytes uploaded, %{size_download} bytes downloaded (%{time_total} s)\n https://cbi.eclipse.org/jarsigner/sign [2024-02-13T14:01:33.427Z] [2024-02-13T14:01:33.427Z] 318606 bytes uploaded, 330798 bytes downloaded (1.727 s) [2024-02-13T14:01:33.427Z] [2024-02-13T14:01:33.427Z] mv /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket.jakarta/build/libs/org.eclipse.lsp4j.websocket.jakarta-0.22.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.22.0-SNAPSHOT-javadoc.jar [2024-02-13T14:01:33.427Z] [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.debug:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.generator:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket:publish [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository [2024-02-13T14:01:33.427Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish [2024-02-13T14:01:33.706Z] [2024-02-13T14:01:33.706Z] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. [2024-02-13T14:01:33.706Z] [2024-02-13T14:01:33.706Z] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. [2024-02-13T14:01:33.706Z] [2024-02-13T14:01:33.706Z] For more on this, please refer to https://docs.gradle.org/8.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. [2024-02-13T14:01:33.706Z] [2024-02-13T14:01:33.706Z] BUILD SUCCESSFUL in 1m 55s [2024-02-13T14:01:33.706Z] 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 [2024-02-13T14:01:34.192Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-02-13T14:01:34.473Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign [2024-02-13T14:01:34.473Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:01:34.473Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:01:34.473Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:01:34.473Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:01:34.473Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:01:36.376Z] [INFO] Scanning for projects... [2024-02-13T14:01:44.461Z] [INFO] Resolving target definition file:/home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/releng-target/lsp4j.target.target for environments=[macosx/cocoa/x86_64, win32/win32/x86_64, linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-11' { source level: 11, target level: 11}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@5cf80dfb... [2024-02-13T14:01:44.461Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-02-13T14:01:44.461Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-02-13T14:01:44.461Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-02-13T14:01:45.843Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:lsp4j.p2-repository:0.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/pom.xml [2024-02-13T14:01:46.099Z] [INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4j:org.eclipse.lsp4j.sdk:0.22.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/pom.xml [2024-02-13T14:01:46.099Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-02-13T14:01:46.099Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:01:46.099Z] [INFO] Reactor Build Order: [2024-02-13T14:01:46.099Z] [INFO] [2024-02-13T14:01:46.099Z] [INFO] lsp4j.releng [pom] [2024-02-13T14:01:46.099Z] [INFO] lsp4j.target [eclipse-target-definition] [2024-02-13T14:01:46.099Z] [INFO] org.eclipse.lsp4j.sdk [eclipse-feature] [2024-02-13T14:01:46.099Z] [INFO] lsp4j.p2-repository [eclipse-repository] [2024-02-13T14:01:46.099Z] [INFO] [2024-02-13T14:01:46.099Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >------------------- [2024-02-13T14:01:46.099Z] [INFO] Building lsp4j.releng 0.22.0-SNAPSHOT [1/4] [2024-02-13T14:01:46.099Z] [INFO] from pom.xml [2024-02-13T14:01:46.099Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:01:46.099Z] [INFO] [2024-02-13T14:01:46.099Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.releng --- [2024-02-13T14:01:46.099Z] [INFO] [2024-02-13T14:01:46.099Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.releng --- [2024-02-13T14:01:47.988Z] [INFO] [2024-02-13T14:01:47.989Z] [INFO] --- install:3.1.1:install (default-install) @ lsp4j.releng --- [2024-02-13T14:01:47.989Z] [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.22.0-SNAPSHOT/lsp4j.releng-0.22.0-SNAPSHOT.pom [2024-02-13T14:01:47.989Z] [INFO] [2024-02-13T14:01:47.989Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >------------------- [2024-02-13T14:01:47.989Z] [INFO] Building lsp4j.target 0.22.0-SNAPSHOT [2/4] [2024-02-13T14:01:47.989Z] [INFO] from releng-target/pom.xml [2024-02-13T14:01:47.989Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-02-13T14:01:47.989Z] [INFO] [2024-02-13T14:01:47.989Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.target --- [2024-02-13T14:01:47.989Z] [INFO] [2024-02-13T14:01:47.989Z] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ lsp4j.target --- [2024-02-13T14:01:48.244Z] [INFO] [2024-02-13T14:01:48.244Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.target --- [2024-02-13T14:01:48.244Z] [INFO] [2024-02-13T14:01:48.244Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.target --- [2024-02-13T14:01:48.806Z] [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.22.0-SNAPSHOT/lsp4j.target-0.22.0-SNAPSHOT.target [2024-02-13T14:01:48.806Z] [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.22.0-SNAPSHOT/lsp4j.target-0.22.0-SNAPSHOT.pom [2024-02-13T14:01:48.806Z] [INFO] [2024-02-13T14:01:48.806Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >--------------- [2024-02-13T14:01:48.806Z] [INFO] Building org.eclipse.lsp4j.sdk 0.22.0-SNAPSHOT [3/4] [2024-02-13T14:01:48.807Z] [INFO] from lsp4j-feature/pom.xml [2024-02-13T14:01:48.807Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-02-13T14:01:49.369Z] [INFO] [2024-02-13T14:01:49.369Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.369Z] [INFO] [2024-02-13T14:01:49.369Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.369Z] [INFO] The project's OSGi version is 0.22.0.v20240213-1401 [2024-02-13T14:01:49.369Z] [INFO] [2024-02-13T14:01:49.369Z] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.369Z] [INFO] [2024-02-13T14:01:49.369Z] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.369Z] [INFO] [2024-02-13T14:01:49.369Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.369Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.369Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.369Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.369Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.369Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:49.625Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:49.625Z] [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:49.625Z] [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.18.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:49.625Z] [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:2.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:49.625Z] [INFO] [2024-02-13T14:01:49.625Z] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:49.625Z] [INFO] [2024-02-13T14:01:49.625Z] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:50.199Z] [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) [2024-02-13T14:01:50.199Z] [INFO] Building jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:50.199Z] [INFO] [2024-02-13T14:01:50.199Z] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:50.456Z] [INFO] [2024-02-13T14:01:50.456Z] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:50.456Z] [INFO] [2024-02-13T14:01:50.456Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:50.456Z] [INFO] Signing jar: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:51.821Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/target/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.22.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT.jar [2024-02-13T14:01:51.821Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/lsp4j-feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/org.eclipse.lsp4j.sdk/0.22.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT.pom [2024-02-13T14:01:51.821Z] [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.22.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT-p2metadata.xml [2024-02-13T14:01:51.821Z] [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.22.0-SNAPSHOT/org.eclipse.lsp4j.sdk-0.22.0-SNAPSHOT-p2artifacts.xml [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk --- [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >---------------- [2024-02-13T14:01:51.821Z] [INFO] Building lsp4j.p2-repository 0.22.0-SNAPSHOT [4/4] [2024-02-13T14:01:51.821Z] [INFO] from p2/pom.xml [2024-02-13T14:01:51.821Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.p2-repository --- [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository --- [2024-02-13T14:01:51.821Z] [INFO] The project's OSGi version is 0.22.0.v20240213-1401 [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ lsp4j.p2-repository --- [2024-02-13T14:01:51.821Z] [INFO] [2024-02-13T14:01:51.821Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ lsp4j.p2-repository --- [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-02-13T14:01:51.821Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-02-13T14:01:51.821Z] [INFO] Maven Artifact com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:51.822Z] [INFO] Maven Artifact com.google.errorprone:error_prone_annotations:2.18.0 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:51.822Z] [INFO] Maven Artifact com.google.j2objc:j2objc-annotations:2.8 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with wrapAsBundle in target platform configuration. [2024-02-13T14:01:51.822Z] [INFO] [2024-02-13T14:01:51.822Z] [INFO] --- resources:2.4.3:resources (default-resources) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.403Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [2024-02-13T14:01:52.403Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources [2024-02-13T14:01:52.403Z] [INFO] [2024-02-13T14:01:52.403Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.403Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:52.403Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-02-13T14:01:52.660Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-02-13T14:01:52.660Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-02-13T14:01:52.660Z] [INFO] [2024-02-13T14:01:52.660Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.660Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:52.660Z] [INFO] [2024-02-13T14:01:52.660Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.660Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:52.660Z] [INFO] [2024-02-13T14:01:52.660Z] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.660Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:52.660Z] [INFO] [2024-02-13T14:01:52.660Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository --- [2024-02-13T14:01:52.660Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:52.916Z] [INFO] Fetching S202402120919&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/milestone/ (63B) [2024-02-13T14:01:52.917Z] [INFO] Fetching com.google.guava.failureaccess_1.0.2.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (4.63kB) [2024-02-13T14:01:52.917Z] [INFO] Fetching com.google.guava_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (2.91MB) [2024-02-13T14:01:53.173Z] [INFO] Fetching jakarta.websocket-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (23.3kB) [2024-02-13T14:01:53.173Z] [INFO] Fetching jakarta.websocket-client-api_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (41.64kB) [2024-02-13T14:01:53.173Z] [INFO] Fetching com.google.gson.source_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (179.26kB) [2024-02-13T14:01:53.173Z] [INFO] Fetching com.google.guava.source_33.0.0.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (1.79MB) [2024-02-13T14:01:53.442Z] [INFO] Fetching jakarta.websocket-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (30.94kB) [2024-02-13T14:01:53.442Z] [INFO] Fetching jakarta.websocket-client-api.source_2.1.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (60.28kB) [2024-02-13T14:01:53.442Z] [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) [2024-02-13T14:01:53.442Z] [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) [2024-02-13T14:01:53.442Z] [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) [2024-02-13T14:01:53.698Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:53.954Z] [INFO] Fetching com.google.gson_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202402120919/plugins/ (276.73kB) [2024-02-13T14:01:53.954Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:53.954Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:53.954Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:53.954Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:53.954Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:53.954Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:53.954Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:53.954Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:55.344Z] [INFO] [2024-02-13T14:01:55.344Z] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ lsp4j.p2-repository --- [2024-02-13T14:01:55.344Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:55.344Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.22.0-SNAPSHOT.zip [2024-02-13T14:01:55.600Z] [INFO] [2024-02-13T14:01:55.600Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default) @ lsp4j.p2-repository --- [2024-02-13T14:01:55.600Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-02-13T14:01:55.600Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:55.600Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:55.600Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:55.600Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:55.600Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:55.600Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:55.600Z] [WARNING] Mirror tool: Problems resolving provisioning plan.: [Unable to satisfy dependency from v20240213-1401.Default 1.0.0.9Z7k7AcnBl--DmXA3Jl9_73AU7I to org.eclipse.equinox.p2.iu; jakarta.websocket-api [2.0.0.SNAPSHOT,2.0.0.SNAPSHOT].] [2024-02-13T14:01:55.600Z] [WARNING] More information on the preceding warning(s) can be found here: [2024-02-13T14:01:55.600Z] [WARNING] - https://wiki.eclipse.org/Tycho_Messages_Explained#Mirror_tool [2024-02-13T14:01:56.162Z] [INFO] [2024-02-13T14:01:56.162Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.p2-repository --- [2024-02-13T14:01:56.162Z] [INFO] [2024-02-13T14:01:56.162Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.p2-repository --- [2024-02-13T14:01:56.162Z] [INFO] Installing /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.22.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/lsp4j-multi-build_main/.repository/org/eclipse/lsp4j/lsp4j.p2-repository/0.22.0-SNAPSHOT/lsp4j.p2-repository-0.22.0-SNAPSHOT.zip [2024-02-13T14:01:56.162Z] [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.22.0-SNAPSHOT/lsp4j.p2-repository-0.22.0-SNAPSHOT.pom [2024-02-13T14:01:56.162Z] [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.22.0-SNAPSHOT/lsp4j.p2-repository-0.22.0-SNAPSHOT-p2metadata.xml [2024-02-13T14:01:56.162Z] [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.22.0-SNAPSHOT/lsp4j.p2-repository-0.22.0-SNAPSHOT-p2artifacts.xml [2024-02-13T14:01:56.417Z] [INFO] [2024-02-13T14:01:56.417Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ lsp4j.p2-repository --- [2024-02-13T14:01:56.417Z] [INFO] [2024-02-13T14:01:56.417Z] [INFO] --- antrun:1.1:run (default) @ lsp4j.p2-repository --- [2024-02-13T14:01:56.673Z] [INFO] Executing tasks [2024-02-13T14:01:56.929Z] [copy] Copying 30 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2024-02-13T14:01:56.929Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build [2024-02-13T14:01:56.929Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2024-02-13T14:01:56.929Z] [INFO] Executed tasks [2024-02-13T14:01:56.929Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:01:56.929Z] [INFO] Reactor Summary for lsp4j.releng 0.22.0-SNAPSHOT: [2024-02-13T14:01:56.929Z] [INFO] [2024-02-13T14:01:56.929Z] [INFO] lsp4j.releng ....................................... SUCCESS [ 1.925 s] [2024-02-13T14:01:56.929Z] [INFO] lsp4j.target ....................................... SUCCESS [ 0.631 s] [2024-02-13T14:01:56.929Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [ 3.077 s] [2024-02-13T14:01:56.929Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [ 5.244 s] [2024-02-13T14:01:56.930Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:01:56.930Z] [INFO] BUILD SUCCESS [2024-02-13T14:01:56.930Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:01:56.930Z] [INFO] Total time: 21.021 s [2024-02-13T14:01:56.930Z] [INFO] Finished at: 2024-02-13T14:01:56Z [2024-02-13T14:01:56.930Z] [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 [2024-02-13T14:01:57.938Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-02-13T14:01:58.221Z] + ./releng/runjapicmp.sh [2024-02-13T14:01:58.221Z] Working in /tmp/tmp.i23qDGXAwe [2024-02-13T14:01:58.477Z] /tmp/tmp.i23qDGXAwe ~/agent/workspace/lsp4j-multi-build_main [2024-02-13T14:02:00.995Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j-0.21.0.jar [2024-02-13T14:02:00.996Z] 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. [2024-02-13T14:02:00.996Z] +++* NEW CLASS: PUBLIC(+) org.eclipse.lsp4j.adapters.InlineValueResponseAdapter (not serializable) [2024-02-13T14:02:00.996Z] +++ CLASS FILE FORMAT VERSION: 55.0 <- n.a. [2024-02-13T14:02:00.996Z] +++ NEW SUPERCLASS: java.lang.Object [2024-02-13T14:02:00.996Z] +++ NEW CONSTRUCTOR: PUBLIC(+) InlineValueResponseAdapter() [2024-02-13T14:02:00.996Z] +++* NEW METHOD: PUBLIC(+) com.google.gson.TypeAdapter create(com.google.gson.Gson, com.google.gson.reflect.TypeToken) [2024-02-13T14:02:00.996Z] GENERIC TEMPLATES: +++ T:java.lang.Object [2024-02-13T14:02:00.996Z] === UNCHANGED INTERFACE: PUBLIC ABSTRACT org.eclipse.lsp4j.services.TextDocumentService (not serializable) [2024-02-13T14:02:00.996Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:00.996Z] === UNCHANGED METHOD: PUBLIC java.util.concurrent.CompletableFuture>> inlineValue(org.eclipse.lsp4j.InlineValueParams) [2024-02-13T14:02:00.996Z] +++ NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.json.ResponseJsonAdapter [2024-02-13T14:02:00.996Z] +++ NEW ELEMENT: value=org.eclipse.lsp4j.adapters.InlineValueResponseAdapter (+) [2024-02-13T14:02:00.996Z] ---! REMOVED CLASS: PUBLIC(-) FINAL(-) org.eclipse.lsp4j.util.ToStringBuilder (not serializable) [2024-02-13T14:02:00.996Z] --- CLASS FILE FORMAT VERSION: n.a. <- 55.0 [2024-02-13T14:02:00.996Z] ---! REMOVED SUPERCLASS: java.lang.Object [2024-02-13T14:02:00.996Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) ToStringBuilder(java.lang.Object) [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder add(java.lang.String, java.lang.Object) [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder add(java.lang.Object) [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder addAllFields() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder addDeclaredFields() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder addField(java.lang.String) [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder hideFieldNames() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder singleLine() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder skipNulls() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) java.lang.String toString() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.util.ToStringBuilder verbatimValues() [2024-02-13T14:02:00.996Z] ---! REMOVED CLASS: PUBLIC(-) STATIC(-) org.eclipse.lsp4j.util.ToStringBuilder$ToStringContext (not serializable) [2024-02-13T14:02:00.996Z] --- CLASS FILE FORMAT VERSION: n.a. <- 55.0 [2024-02-13T14:02:00.996Z] ---! REMOVED SUPERCLASS: java.lang.Object [2024-02-13T14:02:00.996Z] ---! REMOVED FIELD: PUBLIC(-) STATIC(-) FINAL(-) org.eclipse.lsp4j.util.ToStringBuilder$ToStringContext INSTANCE [2024-02-13T14:02:00.996Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) ToStringBuilder$ToStringContext() [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) void endProcessing(java.lang.Object) [2024-02-13T14:02:00.996Z] ---! REMOVED METHOD: PUBLIC(-) boolean startProcessing(java.lang.Object) [2024-02-13T14:02:00.996Z] ***! MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.WorkspaceFolder (not serializable) [2024-02-13T14:02:00.996Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:00.996Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) WorkspaceFolder(java.lang.String) [2024-02-13T14:02:00.996Z] === UNCHANGED METHOD: PUBLIC java.lang.String getName() [2024-02-13T14:02:00.996Z] +++ NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull [2024-02-13T14:02:00.996Z] [2024-02-13T14:02:00.996Z] zip warning: japicmp-report.zip not found or empty [2024-02-13T14:02:00.996Z] adding: japicmp-report/org.eclipse.lsp4j.html (deflated 94%) [2024-02-13T14:02:02.383Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.debug/build/libs/org.eclipse.lsp4j.debug-0.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.debug-0.21.0.jar [2024-02-13T14:02:02.383Z] 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. [2024-02-13T14:02:02.383Z] ---! REMOVED CLASS: PUBLIC(-) FINAL(-) org.eclipse.lsp4j.debug.util.ToStringBuilder (not serializable) [2024-02-13T14:02:02.383Z] --- CLASS FILE FORMAT VERSION: n.a. <- 55.0 [2024-02-13T14:02:02.383Z] ---! REMOVED SUPERCLASS: java.lang.Object [2024-02-13T14:02:02.383Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) ToStringBuilder(java.lang.Object) [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder add(java.lang.String, java.lang.Object) [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder add(java.lang.Object) [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder addAllFields() [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder addDeclaredFields() [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder addField(java.lang.String) [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder hideFieldNames() [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder singleLine() [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder skipNulls() [2024-02-13T14:02:02.383Z] ---! REMOVED METHOD: PUBLIC(-) java.lang.String toString() [2024-02-13T14:02:02.384Z] ---! REMOVED METHOD: PUBLIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder verbatimValues() [2024-02-13T14:02:02.384Z] ---! REMOVED CLASS: PUBLIC(-) STATIC(-) org.eclipse.lsp4j.debug.util.ToStringBuilder$ToStringContext (not serializable) [2024-02-13T14:02:02.384Z] --- CLASS FILE FORMAT VERSION: n.a. <- 55.0 [2024-02-13T14:02:02.384Z] ---! REMOVED SUPERCLASS: java.lang.Object [2024-02-13T14:02:02.384Z] ---! REMOVED FIELD: PUBLIC(-) STATIC(-) FINAL(-) org.eclipse.lsp4j.debug.util.ToStringBuilder$ToStringContext INSTANCE [2024-02-13T14:02:02.384Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) ToStringBuilder$ToStringContext() [2024-02-13T14:02:02.384Z] ---! REMOVED METHOD: PUBLIC(-) void endProcessing(java.lang.Object) [2024-02-13T14:02:02.384Z] ---! REMOVED METHOD: PUBLIC(-) boolean startProcessing(java.lang.Object) [2024-02-13T14:02:02.384Z] [2024-02-13T14:02:02.384Z] adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 93%) [2024-02-13T14:02:03.782Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.generator/build/libs/org.eclipse.lsp4j.generator-0.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.generator-0.21.0.jar [2024-02-13T14:02:03.782Z] 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. [2024-02-13T14:02:03.782Z] No changes. [2024-02-13T14:02:03.782Z] adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 69%) [2024-02-13T14:02:05.180Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.jsonrpc/build/libs/org.eclipse.lsp4j.jsonrpc-0.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.jsonrpc-0.21.0.jar [2024-02-13T14:02:05.180Z] 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. [2024-02-13T14:02:05.180Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) java.lang.String format(java.lang.Object) [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.messages.CancelParams (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PROTECTED(+) java.lang.String toStringFallback() [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC ABSTRACT org.eclipse.lsp4j.jsonrpc.messages.Message (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler jsonHandler() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) void setJsonHandler(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PROTECTED(+) java.lang.String toStringFallback() [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.messages.ResponseError (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PROTECTED(+) java.lang.String toStringFallback() [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.MessageTracer (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) void setJsonHandler(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.RemoteEndpoint (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler getJsonHandler() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) void setJsonHandler(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) [2024-02-13T14:02:05.181Z] *** MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.jsonrpc.TracingMessageConsumer (not serializable) [2024-02-13T14:02:05.181Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) void setJsonHandler(org.eclipse.lsp4j.jsonrpc.json.MessageJsonHandler) [2024-02-13T14:02:05.181Z] +++ NEW CLASS: PUBLIC(+) FINAL(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder (not serializable) [2024-02-13T14:02:05.181Z] +++ CLASS FILE FORMAT VERSION: 55.0 <- n.a. [2024-02-13T14:02:05.181Z] +++ NEW SUPERCLASS: java.lang.Object [2024-02-13T14:02:05.181Z] +++ NEW CONSTRUCTOR: PUBLIC(+) ToStringBuilder(java.lang.Object) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder add(java.lang.String, java.lang.Object) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder add(java.lang.Object) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder addAllFields() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder addAllFields(java.util.function.Predicate) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder addDeclaredFields() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder addDeclaredFields(java.util.function.Predicate) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder addField(java.lang.String) [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder hideFieldNames() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder singleLine() [2024-02-13T14:02:05.181Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder skipNulls() [2024-02-13T14:02:05.182Z] +++ NEW METHOD: PUBLIC(+) java.lang.String toString() [2024-02-13T14:02:05.182Z] +++ NEW METHOD: PUBLIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder verbatimValues() [2024-02-13T14:02:05.182Z] +++ NEW CLASS: PUBLIC(+) STATIC(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder$ToStringContext (not serializable) [2024-02-13T14:02:05.182Z] +++ CLASS FILE FORMAT VERSION: 55.0 <- n.a. [2024-02-13T14:02:05.182Z] +++ NEW SUPERCLASS: java.lang.Object [2024-02-13T14:02:05.182Z] +++ NEW FIELD: PUBLIC(+) STATIC(+) FINAL(+) org.eclipse.lsp4j.jsonrpc.util.ToStringBuilder$ToStringContext INSTANCE [2024-02-13T14:02:05.182Z] +++ NEW CONSTRUCTOR: PUBLIC(+) ToStringBuilder$ToStringContext() [2024-02-13T14:02:05.182Z] +++ NEW METHOD: PUBLIC(+) void endProcessing(java.lang.Object) [2024-02-13T14:02:05.182Z] +++ NEW METHOD: PUBLIC(+) boolean startProcessing(java.lang.Object) [2024-02-13T14:02:05.182Z] [2024-02-13T14:02:05.182Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 95%) [2024-02-13T14:02:06.600Z] 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.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.jsonrpc.debug-0.21.0.jar [2024-02-13T14:02:06.600Z] 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. [2024-02-13T14:02:06.600Z] No changes. [2024-02-13T14:02:06.600Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 69%) [2024-02-13T14:02:07.981Z] Comparing source compatibility of /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j.websocket/build/libs/org.eclipse.lsp4j.websocket-0.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.websocket-0.21.0.jar [2024-02-13T14:02:07.981Z] 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. [2024-02-13T14:02:07.981Z] No changes. [2024-02-13T14:02:07.981Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 69%) [2024-02-13T14:02:08.914Z] 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.22.0-SNAPSHOT.jar against /tmp/tmp.i23qDGXAwe/org.eclipse.lsp4j.websocket.jakarta-0.21.0.jar [2024-02-13T14:02:08.915Z] 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. [2024-02-13T14:02:08.915Z] No changes. [2024-02-13T14:02:08.915Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 69%) [2024-02-13T14:02:08.915Z] ~/agent/workspace/lsp4j-multi-build_main [2024-02-13T14:02:08.915Z] Archive: japicmp-report.zip [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.debug.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.generator.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.html [2024-02-13T14:02:08.915Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html [2024-02-13T14:02:08.915Z] [2024-02-13T14:02:08.915Z] 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 [2024-02-13T14:02:09.028Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] withCredentials [2024-02-13T14:02:09.057Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-02-13T14:02:09.359Z] + gpg --batch --import **** [2024-02-13T14:02:09.359Z] gpg: directory `/home/jenkins/.gnupg' created [2024-02-13T14:02:09.359Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created [2024-02-13T14:02:09.359Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run [2024-02-13T14:02:09.359Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created [2024-02-13T14:02:09.359Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created [2024-02-13T14:02:09.359Z] gpg: key CBD7B481: secret key imported [2024-02-13T14:02:09.359Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-02-13T14:02:09.359Z] gpg: key CBD7B481: public key "Eclipse LSP4J Project " imported [2024-02-13T14:02:09.359Z] gpg: Total number processed: 1 [2024-02-13T14:02:09.359Z] gpg: imported: 1 (RSA: 1) [2024-02-13T14:02:09.359Z] gpg: secret keys read: 1 [2024-02-13T14:02:09.359Z] gpg: secret keys imported: 1 [2024-02-13T14:02:09.359Z] gpg: no ultimately trusted keys found [Pipeline] sh [2024-02-13T14:02:09.633Z] ++ gpg --list-keys --with-colons [2024-02-13T14:02:09.634Z] ++ awk -F: '/fpr:/ {print $10}' [2024-02-13T14:02:09.634Z] ++ sort -u [Pipeline] } [Pipeline] // withCredentials [Pipeline] sshagent [2024-02-13T14:02:09.657Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org) [2024-02-13T14:02:09.657Z] [ssh-agent] Looking for ssh-agent implementation... [2024-02-13T14:02:09.670Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-02-13T14:02:09.751Z] $ ssh-agent [2024-02-13T14:02:09.763Z] SSH_AUTH_SOCK=/tmp/ssh-bSUeuXnReW28/agent.1412 [2024-02-13T14:02:09.763Z] SSH_AGENT_PID=1414 [2024-02-13T14:02:09.771Z] Running ssh-add (command line suppressed) [2024-02-13T14:02:09.784Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_1397179705988215328.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_1397179705988215328.key) [2024-02-13T14:02:09.793Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-02-13T14:02:10.084Z] + ./releng/deploy-build.sh [2024-02-13T14:02:10.084Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org [2024-02-13T14:02:10.084Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org' [2024-02-13T14:02:10.084Z] + SCP=scp [2024-02-13T14:02:10.084Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main [2024-02-13T14:02:10.084Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main [2024-02-13T14:02:10.084Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2024-02-13T14:02:10.646Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2024-02-13T14:02:10.901Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2024-02-13T14:02:11.156Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2024-02-13T14:02:11.412Z] + 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.22.0.zip genie.lsp4j@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2024-02-13T14:02:12.778Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main [2024-02-13T14:02:13.034Z] + 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 [2024-02-13T14:02:13.597Z] + 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 [2024-02-13T14:02:13.852Z] + case $BRANCH_NAME in [2024-02-13T14:02:13.852Z] + find build/maven-repository -name '*.pom' [2024-02-13T14:02:13.852Z] + read i [2024-02-13T14:02:13.852Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1 [2024-02-13T14:02:13.852Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:14.108Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:14.108Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:14.108Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:14.108Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:14.108Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:15.481Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:15.481Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:15.481Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:15.481Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:15.482Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:15.482Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:15.482Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:15.482Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:15.482Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:15.482Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:15.482Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:15.482Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:15.482Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:15.482Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:15.482Z] [INFO] Scanning for projects... [2024-02-13T14:02:15.482Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:15.482Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:15.482Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:15.482Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:15.483Z] [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)] [2024-02-13T14:02:15.483Z] [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)] [2024-02-13T14:02:15.739Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:15.739Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated' [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories' [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated' [2024-02-13T14:02:17.105Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories' [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories' [2024-02-13T14:02:17.105Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.105Z] [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)] [2024-02-13T14:02:17.106Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.106Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.363Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [2024-02-13T14:02:17.363Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated' [2024-02-13T14:02:17.363Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:17.363Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:17.363Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:17.363Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:17.363Z] [DEBUG] ======================================================================= [2024-02-13T14:02:17.363Z] [INFO] [2024-02-13T14:02:17.363Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:17.363Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:17.363Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:17.363Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:17.363Z] [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] [2024-02-13T14:02:17.363Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:17.363Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:17.363Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:17.363Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:17.363Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:17.363Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:17.363Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:17.363Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:17.363Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:17.363Z] [DEBUG] Style: Regular [2024-02-13T14:02:17.363Z] [DEBUG] Configuration: [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${artifactId} [2024-02-13T14:02:17.363Z] ${gpg.ascDirectory} [2024-02-13T14:02:17.363Z] ${classifier} [2024-02-13T14:02:17.363Z] ${classifiers} [2024-02-13T14:02:17.363Z] ${gpg.defaultKeyring} [2024-02-13T14:02:17.363Z] ${generatePom.description} [2024-02-13T14:02:17.363Z] ${gpg.executable} [2024-02-13T14:02:17.363Z] ${file} [2024-02-13T14:02:17.363Z] ${files} [2024-02-13T14:02:17.363Z] ${generatePom} [2024-02-13T14:02:17.363Z] ${groupId} [2024-02-13T14:02:17.363Z] ${gpg.homedir} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${javadoc} [2024-02-13T14:02:17.363Z] ${gpg.keyname} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${gpg.lockMode} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${packaging} [2024-02-13T14:02:17.363Z] ${gpg.passphrase} [2024-02-13T14:02:17.363Z] ${gpg.passphraseServerId} [2024-02-13T14:02:17.363Z] ${pomFile} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${gpg.publicKeyring} [2024-02-13T14:02:17.363Z] ${repositoryId} [2024-02-13T14:02:17.363Z] ${repositoryLayout} [2024-02-13T14:02:17.363Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:17.363Z] ${gpg.secretKeyring} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] ${sources} [2024-02-13T14:02:17.363Z] ${types} [2024-02-13T14:02:17.363Z] ${uniqueVersion} [2024-02-13T14:02:17.363Z] ${updateReleaseInfo} [2024-02-13T14:02:17.363Z] ${url} [2024-02-13T14:02:17.363Z] ${gpg.useagent} [2024-02-13T14:02:17.363Z] ${version} [2024-02-13T14:02:17.363Z] [2024-02-13T14:02:17.363Z] [DEBUG] ======================================================================= [2024-02-13T14:02:17.363Z] [INFO] [2024-02-13T14:02:17.363Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [2024-02-13T14:02:17.364Z] [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' [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories' [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories' [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories' [2024-02-13T14:02:17.364Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated' [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [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)] [2024-02-13T14:02:17.364Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.364Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories' [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories' [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories' [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated' [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.365Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories' [2024-02-13T14:02:17.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated' [2024-02-13T14:02:17.365Z] [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)] [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated' [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories' [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated' [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [2024-02-13T14:02:17.366Z] [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' [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories' [2024-02-13T14:02:17.366Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated' [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [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)] [2024-02-13T14:02:17.366Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.367Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.367Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories' [2024-02-13T14:02:17.367Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated' [2024-02-13T14:02:17.367Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:17.367Z] [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)] [2024-02-13T14:02:17.367Z] [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)] [2024-02-13T14:02:17.367Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.367Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.367Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories' [2024-02-13T14:02:17.367Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated' [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories' [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated' [2024-02-13T14:02:17.624Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated' [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [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)] [2024-02-13T14:02:17.624Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [2024-02-13T14:02:17.624Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [2024-02-13T14:02:17.625Z] [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' [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [2024-02-13T14:02:17.625Z] [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' [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated' [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [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)] [2024-02-13T14:02:17.625Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [2024-02-13T14:02:17.625Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated' [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [2024-02-13T14:02:17.626Z] [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' [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories' [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated' [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories' [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories' [2024-02-13T14:02:17.626Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.626Z] [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)] [2024-02-13T14:02:17.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories' [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated' [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories' [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories' [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [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)] [2024-02-13T14:02:17.627Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories' [2024-02-13T14:02:17.627Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [2024-02-13T14:02:17.628Z] [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)] [2024-02-13T14:02:17.628Z] [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)] [2024-02-13T14:02:17.628Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.628Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.628Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories' [2024-02-13T14:02:17.628Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [2024-02-13T14:02:17.628Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:17.628Z] [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)] [2024-02-13T14:02:17.628Z] [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)] [2024-02-13T14:02:17.628Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.628Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.628Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [2024-02-13T14:02:17.628Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [2024-02-13T14:02:17.885Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=705142, ConflictMarker.markTime=309563, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=370652, ConflictIdSorter.topsortTime=287174, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3795293, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=478964447, DfDependencyCollector.transformTime=8081527} [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:17.885Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:17.885Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.885Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.886Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [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)] [2024-02-13T14:02:17.887Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.887Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-02-13T14:02:17.887Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [2024-02-13T14:02:17.887Z] [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' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [2024-02-13T14:02:18.144Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [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' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [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' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [2024-02-13T14:02:18.145Z] [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' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [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' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories' [2024-02-13T14:02:18.145Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated' [2024-02-13T14:02:18.146Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [2024-02-13T14:02:18.146Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated' [2024-02-13T14:02:18.146Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [2024-02-13T14:02:18.146Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [2024-02-13T14:02:18.146Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:18.146Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:18.146Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:18.146Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:18.146Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:18.146Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:18.146Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:18.146Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:18.146Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:18.146Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:18.146Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:18.146Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:18.146Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:18.146Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:18.146Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:18.146Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:18.146Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:18.146Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:18.146Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:18.146Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:18.146Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:18.146Z] layout: default [2024-02-13T14:02:18.146Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:18.146Z] releases: [enabled => true, update => always] [2024-02-13T14:02:18.146Z] blocked: false [2024-02-13T14:02:18.146Z] [2024-02-13T14:02:18.146Z] [DEBUG] (f) offline = false [2024-02-13T14:02:18.146Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:18.146Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:18.146Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:18.146Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:18.146Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:18.146Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:18.146Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@6f825516 [2024-02-13T14:02:18.146Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:18.146Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:18.146Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:18.146Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:18.146Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:18.146Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:19.076Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:19.076Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:19.076Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:20.004Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/resolver-status.properties' [2024-02-13T14:02:20.004Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:20.004Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:20.567Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j].filename = org.eclipse.lsp4j-0.22.0-20240213.140215-20.pom [2024-02-13T14:02:20.567Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null:pom].filename = org.eclipse.lsp4j-0.22.0-20240213.140215-20.pom.asc [2024-02-13T14:02:20.567Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:null].filename = org.eclipse.lsp4j-0.22.0-20240213.140215-20.jar.asc [2024-02-13T14:02:21.129Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:21.129Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:21.129Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:21.385Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.140215-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:21.385Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:21.947Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:sources].filename = org.eclipse.lsp4j-0.22.0-20240213.140215-20-sources.jar.asc [2024-02-13T14:02:22.204Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:22.204Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:22.204Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:22.461Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j:0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240213.140215-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:22.461Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:23.023Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j:jar:javadoc].filename = org.eclipse.lsp4j-0.22.0-20240213.140215-20-javadoc.jar.asc [2024-02-13T14:02:23.023Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:23.023Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:23.023Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:23.023Z] [INFO] Total time: 7.528 s [2024-02-13T14:02:23.023Z] [INFO] Finished at: 2024-02-13T14:02:22Z [2024-02-13T14:02:23.023Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:23.023Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:23.023Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:23.023Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:23.023Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:23.023Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:23.023Z] + read i [2024-02-13T14:02:23.023Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1 [2024-02-13T14:02:23.023Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:23.279Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:23.279Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:23.279Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:23.279Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:23.279Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:24.654Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:24.654Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:24.654Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:24.654Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:24.655Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:24.655Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:24.655Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:24.655Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:24.655Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:24.655Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:24.655Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:24.655Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:24.655Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:24.655Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:24.655Z] [INFO] Scanning for projects... [2024-02-13T14:02:24.655Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:24.655Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:24.655Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:24.655Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:24.655Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:24.655Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:24.655Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:24.655Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:24.655Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:24.655Z] [DEBUG] ======================================================================= [2024-02-13T14:02:24.655Z] [INFO] [2024-02-13T14:02:24.655Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:24.655Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:24.655Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:24.655Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:24.655Z] [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] [2024-02-13T14:02:24.655Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:24.655Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:24.656Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:24.656Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:24.656Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:24.656Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:24.656Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:24.656Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:24.656Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:24.656Z] [DEBUG] Style: Regular [2024-02-13T14:02:24.656Z] [DEBUG] Configuration: [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${artifactId} [2024-02-13T14:02:24.656Z] ${gpg.ascDirectory} [2024-02-13T14:02:24.656Z] ${classifier} [2024-02-13T14:02:24.656Z] ${classifiers} [2024-02-13T14:02:24.656Z] ${gpg.defaultKeyring} [2024-02-13T14:02:24.656Z] ${generatePom.description} [2024-02-13T14:02:24.656Z] ${gpg.executable} [2024-02-13T14:02:24.656Z] ${file} [2024-02-13T14:02:24.656Z] ${files} [2024-02-13T14:02:24.656Z] ${generatePom} [2024-02-13T14:02:24.656Z] ${groupId} [2024-02-13T14:02:24.656Z] ${gpg.homedir} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${javadoc} [2024-02-13T14:02:24.656Z] ${gpg.keyname} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${gpg.lockMode} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${packaging} [2024-02-13T14:02:24.656Z] ${gpg.passphrase} [2024-02-13T14:02:24.656Z] ${gpg.passphraseServerId} [2024-02-13T14:02:24.656Z] ${pomFile} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${gpg.publicKeyring} [2024-02-13T14:02:24.656Z] ${repositoryId} [2024-02-13T14:02:24.656Z] ${repositoryLayout} [2024-02-13T14:02:24.656Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:24.656Z] ${gpg.secretKeyring} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] ${sources} [2024-02-13T14:02:24.656Z] ${types} [2024-02-13T14:02:24.656Z] ${uniqueVersion} [2024-02-13T14:02:24.656Z] ${updateReleaseInfo} [2024-02-13T14:02:24.656Z] ${url} [2024-02-13T14:02:24.656Z] ${gpg.useagent} [2024-02-13T14:02:24.656Z] ${version} [2024-02-13T14:02:24.656Z] [2024-02-13T14:02:24.656Z] [DEBUG] ======================================================================= [2024-02-13T14:02:24.656Z] [INFO] [2024-02-13T14:02:24.656Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:24.912Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:24.912Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:24.912Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:24.912Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=840911, ConflictMarker.markTime=352884, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=446353, ConflictIdSorter.topsortTime=340141, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=4493178, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=168623088, DfDependencyCollector.transformTime=8700311} [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:24.913Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:24.913Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:24.913Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:24.913Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:24.913Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:24.913Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:24.913Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:24.913Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:24.913Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:24.913Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:24.913Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:24.913Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:24.913Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:24.913Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:24.913Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:24.913Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:24.913Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:24.913Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:24.913Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:24.913Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:24.913Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:24.913Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:24.913Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:24.913Z] layout: default [2024-02-13T14:02:24.913Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:24.913Z] releases: [enabled => true, update => always] [2024-02-13T14:02:24.913Z] blocked: false [2024-02-13T14:02:24.913Z] [2024-02-13T14:02:24.913Z] [DEBUG] (f) offline = false [2024-02-13T14:02:24.913Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:24.913Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:24.913Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:24.913Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:24.913Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:24.913Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:24.913Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@623dcf2a [2024-02-13T14:02:24.913Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:24.913Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:24.913Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:24.913Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:24.913Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:24.913Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:26.281Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:26.281Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:26.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:26.843Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/resolver-status.properties' [2024-02-13T14:02:26.843Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:26.843Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:27.770Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.debug].filename = org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20.pom [2024-02-13T14:02:27.770Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null].filename = org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20.jar.asc [2024-02-13T14:02:27.770Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:null:pom].filename = org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20.pom.asc [2024-02-13T14:02:28.027Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:28.027Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:28.027Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:28.591Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:28.591Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:28.847Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:sources].filename = org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20-sources.jar.asc [2024-02-13T14:02:29.408Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:29.408Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:29.408Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:29.665Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.debug:0.22.0-SNAPSHOT/org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:29.665Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:30.251Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.debug:jar:javadoc].filename = org.eclipse.lsp4j.debug-0.22.0-20240213.140224-20-javadoc.jar.asc [2024-02-13T14:02:30.251Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:30.251Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:30.251Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:30.251Z] [INFO] Total time: 5.573 s [2024-02-13T14:02:30.251Z] [INFO] Finished at: 2024-02-13T14:02:29Z [2024-02-13T14:02:30.251Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:30.251Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:30.251Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:30.251Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:30.251Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:30.251Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:30.251Z] + read i [2024-02-13T14:02:30.251Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1 [2024-02-13T14:02:30.252Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:30.252Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:30.252Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:30.252Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:30.252Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:30.252Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:31.619Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:31.619Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:31.619Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:31.619Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:31.619Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:31.619Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:31.619Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:31.619Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:31.619Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:31.619Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:31.619Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:31.619Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:31.619Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:31.619Z] [INFO] Scanning for projects... [2024-02-13T14:02:31.620Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:31.620Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:31.620Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:31.876Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:31.876Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:31.876Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:31.876Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:31.876Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:31.876Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:31.876Z] [DEBUG] ======================================================================= [2024-02-13T14:02:31.876Z] [INFO] [2024-02-13T14:02:31.876Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:31.876Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:31.876Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:31.876Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:31.876Z] [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] [2024-02-13T14:02:31.876Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:31.876Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:31.876Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:31.876Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:31.876Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:31.876Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:31.876Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:31.876Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:31.876Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:31.876Z] [DEBUG] Style: Regular [2024-02-13T14:02:31.876Z] [DEBUG] Configuration: [2024-02-13T14:02:31.876Z] [2024-02-13T14:02:31.876Z] ${artifactId} [2024-02-13T14:02:31.876Z] ${gpg.ascDirectory} [2024-02-13T14:02:31.876Z] ${classifier} [2024-02-13T14:02:31.876Z] ${classifiers} [2024-02-13T14:02:31.876Z] ${gpg.defaultKeyring} [2024-02-13T14:02:31.876Z] ${generatePom.description} [2024-02-13T14:02:31.876Z] ${gpg.executable} [2024-02-13T14:02:31.876Z] ${file} [2024-02-13T14:02:31.876Z] ${files} [2024-02-13T14:02:31.876Z] ${generatePom} [2024-02-13T14:02:31.876Z] ${groupId} [2024-02-13T14:02:31.876Z] ${gpg.homedir} [2024-02-13T14:02:31.876Z] [2024-02-13T14:02:31.876Z] ${javadoc} [2024-02-13T14:02:31.876Z] ${gpg.keyname} [2024-02-13T14:02:31.876Z] [2024-02-13T14:02:31.876Z] ${gpg.lockMode} [2024-02-13T14:02:31.876Z] [2024-02-13T14:02:31.876Z] ${packaging} [2024-02-13T14:02:31.876Z] ${gpg.passphrase} [2024-02-13T14:02:31.876Z] ${gpg.passphraseServerId} [2024-02-13T14:02:31.876Z] ${pomFile} [2024-02-13T14:02:31.876Z] [2024-02-13T14:02:31.876Z] ${gpg.publicKeyring} [2024-02-13T14:02:31.876Z] ${repositoryId} [2024-02-13T14:02:31.876Z] ${repositoryLayout} [2024-02-13T14:02:31.877Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:31.877Z] ${gpg.secretKeyring} [2024-02-13T14:02:31.877Z] [2024-02-13T14:02:31.877Z] ${sources} [2024-02-13T14:02:31.877Z] ${types} [2024-02-13T14:02:31.877Z] ${uniqueVersion} [2024-02-13T14:02:31.877Z] ${updateReleaseInfo} [2024-02-13T14:02:31.877Z] ${url} [2024-02-13T14:02:31.877Z] ${gpg.useagent} [2024-02-13T14:02:31.877Z] ${version} [2024-02-13T14:02:31.877Z] [2024-02-13T14:02:31.877Z] [DEBUG] ======================================================================= [2024-02-13T14:02:31.877Z] [INFO] [2024-02-13T14:02:31.877Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:31.877Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:31.877Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:31.877Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:31.877Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=656254, ConflictMarker.markTime=252995, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=340535, ConflictIdSorter.topsortTime=246254, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3464519, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=139690194, DfDependencyCollector.transformTime=6587742} [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:31.877Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:31.877Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:31.877Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:31.877Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:31.877Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:31.877Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:31.877Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:31.877Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:31.877Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:31.877Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:31.877Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:31.877Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:31.877Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:32.133Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:32.133Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:32.133Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:32.133Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:32.133Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:32.133Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:32.133Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:32.133Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:32.133Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:32.133Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:32.133Z] layout: default [2024-02-13T14:02:32.133Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:32.133Z] releases: [enabled => true, update => always] [2024-02-13T14:02:32.133Z] blocked: false [2024-02-13T14:02:32.133Z] [2024-02-13T14:02:32.133Z] [DEBUG] (f) offline = false [2024-02-13T14:02:32.133Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:32.133Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:32.134Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:32.134Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:32.134Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:32.134Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:32.134Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@a66e580 [2024-02-13T14:02:32.134Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:32.134Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:32.134Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:32.134Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:32.134Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:32.134Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:33.061Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:33.061Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:33.316Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:34.241Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/resolver-status.properties' [2024-02-13T14:02:34.241Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:34.241Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:34.803Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null].filename = org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20.jar.asc [2024-02-13T14:02:34.803Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.generator].filename = org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20.pom [2024-02-13T14:02:34.803Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:null:pom].filename = org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20.pom.asc [2024-02-13T14:02:35.365Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:35.365Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:35.365Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:35.620Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:35.620Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:35.877Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:sources].filename = org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20-sources.jar.asc [2024-02-13T14:02:36.439Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:36.439Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:36.439Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:36.695Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.generator:0.22.0-SNAPSHOT/org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:36.695Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:37.255Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.generator:jar:javadoc].filename = org.eclipse.lsp4j.generator-0.22.0-20240213.140231-20-javadoc.jar.asc [2024-02-13T14:02:37.255Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:37.255Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:37.255Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:37.255Z] [INFO] Total time: 5.485 s [2024-02-13T14:02:37.255Z] [INFO] Finished at: 2024-02-13T14:02:36Z [2024-02-13T14:02:37.255Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:37.255Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:37.255Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:37.255Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:37.255Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:37.255Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:37.255Z] + read i [2024-02-13T14:02:37.255Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1 [2024-02-13T14:02:37.256Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:37.511Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:37.511Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:37.511Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:37.511Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:37.511Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:38.882Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:38.883Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:38.883Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:38.883Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:38.883Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:38.883Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:38.883Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:38.883Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:38.883Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:38.883Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:38.884Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:38.884Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:38.884Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:38.884Z] [INFO] Scanning for projects... [2024-02-13T14:02:38.884Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:38.884Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:38.884Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:38.884Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:38.884Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:38.884Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:38.884Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:38.884Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:38.884Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:38.884Z] [DEBUG] ======================================================================= [2024-02-13T14:02:38.884Z] [INFO] [2024-02-13T14:02:38.884Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:38.884Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:38.884Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:38.884Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:38.884Z] [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] [2024-02-13T14:02:38.884Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:38.884Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:38.884Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:38.884Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:38.884Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:38.884Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:38.884Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:38.884Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:38.884Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:38.884Z] [DEBUG] Style: Regular [2024-02-13T14:02:38.884Z] [DEBUG] Configuration: [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${artifactId} [2024-02-13T14:02:38.884Z] ${gpg.ascDirectory} [2024-02-13T14:02:38.884Z] ${classifier} [2024-02-13T14:02:38.884Z] ${classifiers} [2024-02-13T14:02:38.884Z] ${gpg.defaultKeyring} [2024-02-13T14:02:38.884Z] ${generatePom.description} [2024-02-13T14:02:38.884Z] ${gpg.executable} [2024-02-13T14:02:38.884Z] ${file} [2024-02-13T14:02:38.884Z] ${files} [2024-02-13T14:02:38.884Z] ${generatePom} [2024-02-13T14:02:38.884Z] ${groupId} [2024-02-13T14:02:38.884Z] ${gpg.homedir} [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${javadoc} [2024-02-13T14:02:38.884Z] ${gpg.keyname} [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${gpg.lockMode} [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${packaging} [2024-02-13T14:02:38.884Z] ${gpg.passphrase} [2024-02-13T14:02:38.884Z] ${gpg.passphraseServerId} [2024-02-13T14:02:38.884Z] ${pomFile} [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${gpg.publicKeyring} [2024-02-13T14:02:38.884Z] ${repositoryId} [2024-02-13T14:02:38.884Z] ${repositoryLayout} [2024-02-13T14:02:38.884Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:38.884Z] ${gpg.secretKeyring} [2024-02-13T14:02:38.884Z] [2024-02-13T14:02:38.884Z] ${sources} [2024-02-13T14:02:38.884Z] ${types} [2024-02-13T14:02:38.885Z] ${uniqueVersion} [2024-02-13T14:02:38.885Z] ${updateReleaseInfo} [2024-02-13T14:02:38.885Z] ${url} [2024-02-13T14:02:38.885Z] ${gpg.useagent} [2024-02-13T14:02:38.885Z] ${version} [2024-02-13T14:02:38.885Z] [2024-02-13T14:02:38.885Z] [DEBUG] ======================================================================= [2024-02-13T14:02:38.885Z] [INFO] [2024-02-13T14:02:38.885Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:39.145Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:39.145Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:39.146Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:39.146Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=796007, ConflictMarker.markTime=306911, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=382565, ConflictIdSorter.topsortTime=266799, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3770284, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=123937247, DfDependencyCollector.transformTime=7457957} [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:39.146Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:39.146Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:39.146Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:39.146Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:39.146Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:39.146Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:39.146Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:39.146Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:39.146Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:39.146Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:39.146Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:39.146Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:39.146Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:39.146Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:39.146Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:39.146Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:39.146Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:39.146Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:39.146Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:39.146Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:39.146Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:39.146Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:39.146Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:39.146Z] layout: default [2024-02-13T14:02:39.146Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:39.146Z] releases: [enabled => true, update => always] [2024-02-13T14:02:39.146Z] blocked: false [2024-02-13T14:02:39.146Z] [2024-02-13T14:02:39.146Z] [DEBUG] (f) offline = false [2024-02-13T14:02:39.146Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:39.146Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:39.146Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:39.146Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:39.146Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:39.146Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:39.146Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@43e9089 [2024-02-13T14:02:39.146Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:39.146Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:39.146Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:39.146Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:39.146Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:39.146Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:40.512Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:40.512Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:40.512Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:41.074Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/resolver-status.properties' [2024-02-13T14:02:41.074Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:41.329Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:41.889Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20.pom.asc [2024-02-13T14:02:41.889Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:null].filename = org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20.jar.asc [2024-02-13T14:02:41.889Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc].filename = org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20.pom [2024-02-13T14:02:42.449Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:42.449Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:42.449Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:42.705Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:42.705Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:43.266Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:sources].filename = org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20-sources.jar.asc [2024-02-13T14:02:43.521Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:43.521Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:43.521Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:43.777Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:43.777Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:44.339Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc-0.22.0-20240213.140238-20-javadoc.jar.asc [2024-02-13T14:02:44.339Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:44.339Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:44.339Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:44.339Z] [INFO] Total time: 5.577 s [2024-02-13T14:02:44.339Z] [INFO] Finished at: 2024-02-13T14:02:44Z [2024-02-13T14:02:44.339Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:44.339Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:44.339Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:44.339Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:44.339Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:44.339Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:44.339Z] + read i [2024-02-13T14:02:44.340Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1 [2024-02-13T14:02:44.340Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:44.596Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:44.596Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:44.596Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:44.596Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:44.596Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:45.964Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:45.964Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:45.964Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:45.964Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:45.964Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:45.964Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:45.964Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:45.964Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:45.964Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:45.964Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:45.964Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:45.964Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:45.964Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:45.964Z] [INFO] Scanning for projects... [2024-02-13T14:02:45.965Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:45.965Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:45.965Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:46.244Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:46.244Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:46.244Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:46.244Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:46.244Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:46.244Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:46.245Z] [DEBUG] ======================================================================= [2024-02-13T14:02:46.245Z] [INFO] [2024-02-13T14:02:46.245Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:46.245Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:46.245Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:46.245Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:46.245Z] [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] [2024-02-13T14:02:46.245Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:46.245Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:46.245Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:46.245Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:46.245Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:46.245Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:46.245Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:46.245Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:46.245Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:46.245Z] [DEBUG] Style: Regular [2024-02-13T14:02:46.245Z] [DEBUG] Configuration: [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${artifactId} [2024-02-13T14:02:46.245Z] ${gpg.ascDirectory} [2024-02-13T14:02:46.245Z] ${classifier} [2024-02-13T14:02:46.245Z] ${classifiers} [2024-02-13T14:02:46.245Z] ${gpg.defaultKeyring} [2024-02-13T14:02:46.245Z] ${generatePom.description} [2024-02-13T14:02:46.245Z] ${gpg.executable} [2024-02-13T14:02:46.245Z] ${file} [2024-02-13T14:02:46.245Z] ${files} [2024-02-13T14:02:46.245Z] ${generatePom} [2024-02-13T14:02:46.245Z] ${groupId} [2024-02-13T14:02:46.245Z] ${gpg.homedir} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${javadoc} [2024-02-13T14:02:46.245Z] ${gpg.keyname} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${gpg.lockMode} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${packaging} [2024-02-13T14:02:46.245Z] ${gpg.passphrase} [2024-02-13T14:02:46.245Z] ${gpg.passphraseServerId} [2024-02-13T14:02:46.245Z] ${pomFile} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${gpg.publicKeyring} [2024-02-13T14:02:46.245Z] ${repositoryId} [2024-02-13T14:02:46.245Z] ${repositoryLayout} [2024-02-13T14:02:46.245Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:46.245Z] ${gpg.secretKeyring} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] ${sources} [2024-02-13T14:02:46.245Z] ${types} [2024-02-13T14:02:46.245Z] ${uniqueVersion} [2024-02-13T14:02:46.245Z] ${updateReleaseInfo} [2024-02-13T14:02:46.245Z] ${url} [2024-02-13T14:02:46.245Z] ${gpg.useagent} [2024-02-13T14:02:46.245Z] ${version} [2024-02-13T14:02:46.245Z] [2024-02-13T14:02:46.245Z] [DEBUG] ======================================================================= [2024-02-13T14:02:46.245Z] [INFO] [2024-02-13T14:02:46.245Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:46.245Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:46.245Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:46.245Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:46.245Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=648279, ConflictMarker.markTime=269377, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=350300, ConflictIdSorter.topsortTime=262024, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3398797, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=114359904, DfDependencyCollector.transformTime=6513874} [2024-02-13T14:02:46.245Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:46.246Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:46.246Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:46.246Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:46.246Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:46.246Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:46.246Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:46.246Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:46.246Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:46.246Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:46.246Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:46.246Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:46.246Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:46.246Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:46.501Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:46.501Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:46.501Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:46.501Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:46.501Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:46.501Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:46.501Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:46.501Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:46.501Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:46.502Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:46.502Z] layout: default [2024-02-13T14:02:46.502Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:46.502Z] releases: [enabled => true, update => always] [2024-02-13T14:02:46.502Z] blocked: false [2024-02-13T14:02:46.502Z] [2024-02-13T14:02:46.502Z] [DEBUG] (f) offline = false [2024-02-13T14:02:46.502Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:46.502Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:46.502Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:46.502Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:46.502Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:46.502Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:46.502Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@a66e580 [2024-02-13T14:02:46.502Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:46.502Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:46.502Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:46.502Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:46.502Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:46.502Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:47.428Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:47.428Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:47.989Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:48.552Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/resolver-status.properties' [2024-02-13T14:02:48.552Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:48.552Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:49.114Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug].filename = org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20.pom [2024-02-13T14:02:49.114Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null:pom].filename = org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20.pom.asc [2024-02-13T14:02:49.114Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:null].filename = org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20.jar.asc [2024-02-13T14:02:49.675Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:49.675Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:49.675Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:49.930Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:49.930Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:50.492Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:sources].filename = org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20-sources.jar.asc [2024-02-13T14:02:50.747Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:50.747Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:50.747Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:51.019Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:0.22.0-SNAPSHOT/org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:51.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:51.580Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc.debug:jar:javadoc].filename = org.eclipse.lsp4j.jsonrpc.debug-0.22.0-20240213.140245-20-javadoc.jar.asc [2024-02-13T14:02:51.580Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:51.580Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:51.580Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:51.580Z] [INFO] Total time: 5.555 s [2024-02-13T14:02:51.580Z] [INFO] Finished at: 2024-02-13T14:02:51Z [2024-02-13T14:02:51.580Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:51.580Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:51.580Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:51.580Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:51.580Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:51.580Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:51.580Z] + read i [2024-02-13T14:02:51.580Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1 [2024-02-13T14:02:51.581Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:51.843Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:51.843Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:51.843Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:51.843Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:51.843Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:02:53.210Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:02:53.210Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:02:53.210Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:02:53.210Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:02:53.211Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:02:53.211Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:53.211Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:02:53.211Z] [DEBUG] Message scheme: plain [2024-02-13T14:02:53.211Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:02:53.211Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:02:53.211Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:02:53.211Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:02:53.211Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:02:53.211Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:02:53.211Z] [INFO] Scanning for projects... [2024-02-13T14:02:53.211Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:02:53.211Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:02:53.211Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:02:53.211Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:02:53.211Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:02:53.211Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:02:53.211Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:02:53.211Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:02:53.211Z] [DEBUG] Style: Aggregating [2024-02-13T14:02:53.211Z] [DEBUG] ======================================================================= [2024-02-13T14:02:53.211Z] [INFO] [2024-02-13T14:02:53.211Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:02:53.211Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:02:53.211Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:02:53.211Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:02:53.211Z] [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] [2024-02-13T14:02:53.211Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:02:53.211Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:02:53.211Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:02:53.211Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:02:53.211Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:02:53.211Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:53.211Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:02:53.211Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:02:53.211Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:02:53.211Z] [DEBUG] Style: Regular [2024-02-13T14:02:53.211Z] [DEBUG] Configuration: [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${artifactId} [2024-02-13T14:02:53.211Z] ${gpg.ascDirectory} [2024-02-13T14:02:53.211Z] ${classifier} [2024-02-13T14:02:53.211Z] ${classifiers} [2024-02-13T14:02:53.211Z] ${gpg.defaultKeyring} [2024-02-13T14:02:53.211Z] ${generatePom.description} [2024-02-13T14:02:53.211Z] ${gpg.executable} [2024-02-13T14:02:53.211Z] ${file} [2024-02-13T14:02:53.211Z] ${files} [2024-02-13T14:02:53.211Z] ${generatePom} [2024-02-13T14:02:53.211Z] ${groupId} [2024-02-13T14:02:53.211Z] ${gpg.homedir} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${javadoc} [2024-02-13T14:02:53.211Z] ${gpg.keyname} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${gpg.lockMode} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${packaging} [2024-02-13T14:02:53.211Z] ${gpg.passphrase} [2024-02-13T14:02:53.211Z] ${gpg.passphraseServerId} [2024-02-13T14:02:53.211Z] ${pomFile} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${gpg.publicKeyring} [2024-02-13T14:02:53.211Z] ${repositoryId} [2024-02-13T14:02:53.211Z] ${repositoryLayout} [2024-02-13T14:02:53.211Z] ${retryFailedDeploymentCount} [2024-02-13T14:02:53.211Z] ${gpg.secretKeyring} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] ${sources} [2024-02-13T14:02:53.211Z] ${types} [2024-02-13T14:02:53.211Z] ${uniqueVersion} [2024-02-13T14:02:53.211Z] ${updateReleaseInfo} [2024-02-13T14:02:53.211Z] ${url} [2024-02-13T14:02:53.211Z] ${gpg.useagent} [2024-02-13T14:02:53.211Z] ${version} [2024-02-13T14:02:53.211Z] [2024-02-13T14:02:53.211Z] [DEBUG] ======================================================================= [2024-02-13T14:02:53.211Z] [INFO] [2024-02-13T14:02:53.211Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:02:53.211Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:02:53.211Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:02:53.468Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:02:53.469Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=634865, ConflictMarker.markTime=279389, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=351402, ConflictIdSorter.topsortTime=251332, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3615521, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=110758754, DfDependencyCollector.transformTime=6761562} [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:02:53.469Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:02:53.469Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:02:53.469Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:53.469Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:53.469Z] [DEBUG] Imported: < maven.api [2024-02-13T14:02:53.469Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:02:53.469Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:02:53.469Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:02:53.469Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:02:53.469Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:02:53.469Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:02:53.469Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:02:53.469Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:02:53.469Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:02:53.469Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:02:53.469Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:02:53.469Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:02:53.469Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1.jar [2024-02-13T14:02:53.469Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:02:53.469Z] [DEBUG] (f) generatePom = true [2024-02-13T14:02:53.469Z] [DEBUG] (f) interactive = false [2024-02-13T14:02:53.469Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:02:53.469Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:02:53.469Z] layout: default [2024-02-13T14:02:53.469Z] snapshots: [enabled => true, update => always] [2024-02-13T14:02:53.469Z] releases: [enabled => true, update => always] [2024-02-13T14:02:53.469Z] blocked: false [2024-02-13T14:02:53.469Z] [2024-02-13T14:02:53.469Z] [DEBUG] (f) offline = false [2024-02-13T14:02:53.469Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:02:53.469Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.135944-1.pom [2024-02-13T14:02:53.469Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:02:53.469Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:02:53.469Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:02:53.469Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:02:53.469Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@a66e580 [2024-02-13T14:02:53.469Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:02:53.469Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:02:53.469Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:02:53.469Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:53.469Z] [DEBUG] (f) useAgent = true [2024-02-13T14:02:53.469Z] [DEBUG] -- end configuration -- [2024-02-13T14:02:54.397Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:54.397Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:54.960Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:55.520Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/resolver-status.properties' [2024-02-13T14:02:55.520Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:55.520Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:56.088Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null].filename = org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20.jar.asc [2024-02-13T14:02:56.088Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:null:pom].filename = org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20.pom.asc [2024-02-13T14:02:56.088Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket].filename = org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20.pom [2024-02-13T14:02:56.689Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:56.689Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:56.689Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:56.689Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:56.689Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:57.250Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:sources].filename = org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20-sources.jar.asc [2024-02-13T14:02:57.811Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:02:57.811Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:02:57.811Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:58.068Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:02:58.068Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:02:58.646Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket:jar:javadoc].filename = org.eclipse.lsp4j.websocket-0.22.0-20240213.140252-20-javadoc.jar.asc [2024-02-13T14:02:58.646Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:58.647Z] [INFO] BUILD SUCCESS [2024-02-13T14:02:58.647Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:58.647Z] [INFO] Total time: 5.411 s [2024-02-13T14:02:58.647Z] [INFO] Finished at: 2024-02-13T14:02:58Z [2024-02-13T14:02:58.647Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:02:58.647Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:02:58.647Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:02:58.647Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:02:58.647Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:02:58.647Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:02:58.647Z] + read i [2024-02-13T14:02:58.647Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1 [2024-02-13T14:02:58.647Z] + 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.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-02-13T14:02:58.647Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-02-13T14:02:58.647Z] Maven home: /opt/tools/apache-maven/latest [2024-02-13T14:02:58.647Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-02-13T14:02:58.647Z] Default locale: en_US, platform encoding: UTF-8 [2024-02-13T14:02:58.647Z] OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix" [2024-02-13T14:03:00.010Z] [DEBUG] Created new class realm maven.api [2024-02-13T14:03:00.010Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-02-13T14:03:00.010Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-02-13T14:03:00.010Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-02-13T14:03:00.011Z] [DEBUG] Populating class realm maven.api [2024-02-13T14:03:00.011Z] [DEBUG] Created adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:03:00.011Z] [INFO] Error stacktraces are turned on. [2024-02-13T14:03:00.011Z] [DEBUG] Message scheme: plain [2024-02-13T14:03:00.011Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-02-13T14:03:00.011Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-02-13T14:03:00.011Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-02-13T14:03:00.011Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-02-13T14:03:00.011Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-02-13T14:03:00.267Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-02-13T14:03:00.267Z] [INFO] Scanning for projects... [2024-02-13T14:03:00.267Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-02-13T14:03:00.267Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-02-13T14:03:00.267Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-02-13T14:03:00.267Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-02-13T14:03:00.267Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-02-13T14:03:00.267Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-02-13T14:03:00.267Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-02-13T14:03:00.267Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-02-13T14:03:00.267Z] [DEBUG] Style: Aggregating [2024-02-13T14:03:00.267Z] [DEBUG] ======================================================================= [2024-02-13T14:03:00.267Z] [INFO] [2024-02-13T14:03:00.267Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-02-13T14:03:00.267Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-02-13T14:03:00.267Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-13T14:03:00.267Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-02-13T14:03:00.267Z] [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] [2024-02-13T14:03:00.267Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-02-13T14:03:00.267Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-02-13T14:03:00.267Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-02-13T14:03:00.267Z] [DEBUG] Dependencies (collect): [] [2024-02-13T14:03:00.267Z] [DEBUG] Dependencies (resolve): [] [2024-02-13T14:03:00.267Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:03:00.267Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-02-13T14:03:00.268Z] [DEBUG] ----------------------------------------------------------------------- [2024-02-13T14:03:00.268Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-02-13T14:03:00.268Z] [DEBUG] Style: Regular [2024-02-13T14:03:00.268Z] [DEBUG] Configuration: [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${artifactId} [2024-02-13T14:03:00.268Z] ${gpg.ascDirectory} [2024-02-13T14:03:00.268Z] ${classifier} [2024-02-13T14:03:00.268Z] ${classifiers} [2024-02-13T14:03:00.268Z] ${gpg.defaultKeyring} [2024-02-13T14:03:00.268Z] ${generatePom.description} [2024-02-13T14:03:00.268Z] ${gpg.executable} [2024-02-13T14:03:00.268Z] ${file} [2024-02-13T14:03:00.268Z] ${files} [2024-02-13T14:03:00.268Z] ${generatePom} [2024-02-13T14:03:00.268Z] ${groupId} [2024-02-13T14:03:00.268Z] ${gpg.homedir} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${javadoc} [2024-02-13T14:03:00.268Z] ${gpg.keyname} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${gpg.lockMode} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${packaging} [2024-02-13T14:03:00.268Z] ${gpg.passphrase} [2024-02-13T14:03:00.268Z] ${gpg.passphraseServerId} [2024-02-13T14:03:00.268Z] ${pomFile} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${gpg.publicKeyring} [2024-02-13T14:03:00.268Z] ${repositoryId} [2024-02-13T14:03:00.268Z] ${repositoryLayout} [2024-02-13T14:03:00.268Z] ${retryFailedDeploymentCount} [2024-02-13T14:03:00.268Z] ${gpg.secretKeyring} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] ${sources} [2024-02-13T14:03:00.268Z] ${types} [2024-02-13T14:03:00.268Z] ${uniqueVersion} [2024-02-13T14:03:00.268Z] ${updateReleaseInfo} [2024-02-13T14:03:00.268Z] ${url} [2024-02-13T14:03:00.268Z] ${gpg.useagent} [2024-02-13T14:03:00.268Z] ${version} [2024-02-13T14:03:00.268Z] [2024-02-13T14:03:00.268Z] [DEBUG] ======================================================================= [2024-02-13T14:03:00.268Z] [INFO] [2024-02-13T14:03:00.268Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-02-13T14:03:00.268Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-02-13T14:03:00.268Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-02-13T14:03:00.524Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-02-13T14:03:00.524Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=621693, ConflictMarker.markTime=290671, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=386576, ConflictIdSorter.topsortTime=268782, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3732385, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=119429330, DfDependencyCollector.transformTime=7068604} [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-02-13T14:03:00.524Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-02-13T14:03:00.524Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-02-13T14:03:00.524Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:03:00.524Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:03:00.524Z] [DEBUG] Imported: < maven.api [2024-02-13T14:03:00.524Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-02-13T14:03:00.524Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-02-13T14:03:00.524Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-02-13T14:03:00.524Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-02-13T14:03:00.525Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-02-13T14:03:00.525Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-02-13T14:03:00.525Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-02-13T14:03:00.525Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-02-13T14:03:00.525Z] [DEBUG] Loading mojo org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file from plugin realm ClassRealm[plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6, parent: jdk.internal.loader.ClassLoaders$AppClassLoader@277050dc] [2024-02-13T14:03:00.525Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-02-13T14:03:00.525Z] [DEBUG] (f) classifiers = sources,javadoc [2024-02-13T14:03:00.525Z] [DEBUG] (f) defaultKeyring = true [2024-02-13T14:03:00.525Z] [DEBUG] (f) file = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1.jar [2024-02-13T14:03:00.525Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1-javadoc.jar [2024-02-13T14:03:00.525Z] [DEBUG] (f) generatePom = true [2024-02-13T14:03:00.525Z] [DEBUG] (f) interactive = false [2024-02-13T14:03:00.525Z] [DEBUG] (f) localRepository = id: local [2024-02-13T14:03:00.525Z] url: file:///home/jenkins/.m2/repository/ [2024-02-13T14:03:00.525Z] layout: default [2024-02-13T14:03:00.525Z] snapshots: [enabled => true, update => always] [2024-02-13T14:03:00.525Z] releases: [enabled => true, update => always] [2024-02-13T14:03:00.525Z] blocked: false [2024-02-13T14:03:00.525Z] [2024-02-13T14:03:00.525Z] [DEBUG] (f) offline = false [2024-02-13T14:03:00.525Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-02-13T14:03:00.525Z] [DEBUG] (f) pomFile = /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.135944-1.pom [2024-02-13T14:03:00.525Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-02-13T14:03:00.525Z] [DEBUG] (f) repositoryId = ossrh [2024-02-13T14:03:00.525Z] [DEBUG] (f) repositoryLayout = default [2024-02-13T14:03:00.525Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-02-13T14:03:00.525Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@623dcf2a [2024-02-13T14:03:00.525Z] [DEBUG] (f) types = jar,jar [2024-02-13T14:03:00.525Z] [DEBUG] (f) uniqueVersion = true [2024-02-13T14:03:00.525Z] [DEBUG] (f) updateReleaseInfo = false [2024-02-13T14:03:00.525Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:03:00.525Z] [DEBUG] (f) useAgent = true [2024-02-13T14:03:00.525Z] [DEBUG] -- end configuration -- [2024-02-13T14:03:01.890Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:03:01.890Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:03:01.890Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:02.451Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/resolver-status.properties' [2024-02-13T14:03:02.452Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:02.452Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:03.379Z] [INFO] Metadata[project org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta].filename = org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20.pom [2024-02-13T14:03:03.379Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null].filename = org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20.jar.asc [2024-02-13T14:03:03.379Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:null:pom].filename = org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20.pom.asc [2024-02-13T14:03:03.635Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:03:03.635Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:03:03.635Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:03.891Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20-sources.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:03:03.891Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:04.452Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:sources].filename = org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20-sources.jar.asc [2024-02-13T14:03:04.709Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://oss.sonatype.org/content/repositories/snapshots/ [2024-02-13T14:03:04.709Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://oss.sonatype.org/content/repositories/snapshots/ with username=5IAki939, password=*** [2024-02-13T14:03:04.965Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:05.220Z] [DEBUG] Could not find metadata org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:0.22.0-SNAPSHOT/org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20-javadoc.jar.asc in ossrh (https://oss.sonatype.org/content/repositories/snapshots/) [2024-02-13T14:03:05.220Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.22.0-SNAPSHOT/resolver-status.properties' [2024-02-13T14:03:05.782Z] [INFO] Metadata[gpg signature org.eclipse.lsp4j:org.eclipse.lsp4j.websocket.jakarta:jar:javadoc].filename = org.eclipse.lsp4j.websocket.jakarta-0.22.0-20240213.140259-20-javadoc.jar.asc [2024-02-13T14:03:05.782Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:03:05.782Z] [INFO] BUILD SUCCESS [2024-02-13T14:03:05.782Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:03:05.782Z] [INFO] Total time: 5.600 s [2024-02-13T14:03:05.782Z] [INFO] Finished at: 2024-02-13T14:03:05Z [2024-02-13T14:03:05.782Z] [INFO] ------------------------------------------------------------------------ [2024-02-13T14:03:05.782Z] [DEBUG] Shutting down adapter factory; available factories [file-lock, rwlock-local, semaphore-local, noop]; available name mappers [discriminating, file-gav, file-hgav, file-static, gav, static] [2024-02-13T14:03:05.782Z] [DEBUG] Shutting down 'file-lock' factory [2024-02-13T14:03:05.782Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-02-13T14:03:05.782Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-02-13T14:03:05.782Z] [DEBUG] Shutting down 'noop' factory [2024-02-13T14:03:05.782Z] + read i [Pipeline] } [2024-02-13T14:03:05.790Z] $ ssh-agent -k [2024-02-13T14:03:05.795Z] unset SSH_AUTH_SOCK; [2024-02-13T14:03:05.796Z] unset SSH_AGENT_PID; [2024-02-13T14:03:05.796Z] echo Agent pid 1414 killed; [2024-02-13T14:03:05.800Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2024-02-13T14:03:05.883Z] Recording test results [2024-02-13T14:03:06.412Z] [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts [2024-02-13T14:03:06.419Z] Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS