Started by user Frederic Gurr Running as Frederic Gurr Connecting to https://api.github.com using GitHub bot (username/token) Obtained releng/build.Jenkinsfile from dc3403f1148ffd5725692af0791e78e5fa448028 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes lsp4j/lsp4j-multi-build-main-125-9lggp-bcdzs-ppj02 Still waiting to schedule task ‘lsp4j-multi-build-main-125-9lggp-bcdzs-ppj02’ is offline Agent lsp4j-multi-build-main-125-9lggp-bcdzs-ppj02 is provisioned from template lsp4j-multi-build_main_125-9lggp-bcdzs --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-multi-build/job/main/125/" runUrl: "job/lsp4j-multi-build/job/main/125/" labels: jenkins: "slave" jenkins/label-digest: "a013fb1f733940bdd2aac0070067b8f911fb6fdc" jenkins/label: "lsp4j-multi-build_main_125-9lggp" name: "lsp4j-multi-build-main-125-9lggp-bcdzs-ppj02" 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-125-9lggp-bcdzs-ppj02" - 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-125-9lggp-bcdzs-ppj02" - 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-125-9lggp-bcdzs-ppj02 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 dc3403f1148ffd5725692af0791e78e5fa448028 (main) Commit message: "Update documentation (#777)" > 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 dc3403f1148ffd5725692af0791e78e5fa448028 # timeout=10 > git rev-list --no-walk dc3403f1148ffd5725692af0791e78e5fa448028 # 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-01-04T19:03:01.126Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-01-04T19:03:02.188Z] + git status --ignored [2024-01-04T19:03:02.188Z] HEAD detached at dc3403f [2024-01-04T19:03:02.188Z] nothing to commit, working tree clean [2024-01-04T19:03:02.188Z] + git clean -dfx [2024-01-04T19:03:02.188Z] + git reset --hard HEAD [2024-01-04T19:03:02.189Z] HEAD is now at dc3403f Update documentation (#777) [2024-01-04T19:03:02.189Z] + git status --ignored [2024-01-04T19:03:02.189Z] HEAD detached at dc3403f [2024-01-04T19:03:02.189Z] 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-01-04T19:03:14.171Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-01-04T19:03:15.082Z] + echo /opt/tools/java/temurin/jdk-11/latest [2024-01-04T19:03:15.082Z] /opt/tools/java/temurin/jdk-11/latest [Pipeline] sh [2024-01-04T19:03:15.643Z] + java -version [2024-01-04T19:03:15.643Z] openjdk version "11.0.21" 2023-10-17 [2024-01-04T19:03:15.643Z] OpenJDK Runtime Environment Temurin-11.0.21+9 (build 11.0.21+9) [2024-01-04T19:03:15.643Z] OpenJDK 64-Bit Server VM Temurin-11.0.21+9 (build 11.0.21+9, mixed mode) [Pipeline] sh [2024-01-04T19:03:16.198Z] + which java [2024-01-04T19:03:16.198Z] /opt/tools/java/temurin/jdk-11/latest/bin/java [Pipeline] sh [2024-01-04T19:03:16.822Z] + ./gradlew --no-daemon -PignoreTestFailures=true --refresh-dependencies --continue clean build signJar publish [2024-01-04T19:03:16.822Z] Downloading https://services.gradle.org/distributions/gradle-8.0.2-bin.zip [2024-01-04T19:03:18.539Z] ...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100% [2024-01-04T19:03:19.927Z] [2024-01-04T19:03:19.927Z] Welcome to Gradle 8.0.2! [2024-01-04T19:03:19.927Z] [2024-01-04T19:03:19.927Z] Here are the highlights of this release: [2024-01-04T19:03:19.927Z] - Improvements to the Kotlin DSL [2024-01-04T19:03:19.927Z] - Fine-grained parallelism from the first build with configuration cache [2024-01-04T19:03:19.928Z] - Configurable Gradle user home cache cleanup [2024-01-04T19:03:19.928Z] [2024-01-04T19:03:19.928Z] For more details see https://docs.gradle.org/8.0.2/release-notes.html [2024-01-04T19:03:19.928Z] [2024-01-04T19:03:19.928Z] To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/8.0.2/userguide/gradle_daemon.html#sec:disabling_the_daemon. [2024-01-04T19:03:20.900Z] Daemon will be stopped at the end of the build [2024-01-04T19:03:33.130Z] > Task :clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.debug:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.generator:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.jsonrpc:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.websocket:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.websocket.jakarta:clean UP-TO-DATE [2024-01-04T19:03:33.130Z] > Task :org.eclipse.lsp4j.jsonrpc:generateXtext NO-SOURCE [2024-01-04T19:03:35.089Z] > Task :org.eclipse.lsp4j.jsonrpc:compileJava [2024-01-04T19:03:35.089Z] > Task :org.eclipse.lsp4j.jsonrpc:processResources [2024-01-04T19:03:35.089Z] > Task :org.eclipse.lsp4j.jsonrpc:classes [2024-01-04T19:03:35.348Z] > Task :org.eclipse.lsp4j.jsonrpc:jar [2024-01-04T19:03:41.904Z] > Task :org.eclipse.lsp4j.generator:generateXtext [2024-01-04T19:03:43.302Z] > Task :org.eclipse.lsp4j.generator:compileJava [2024-01-04T19:03:43.302Z] > Task :org.eclipse.lsp4j.generator:processResources [2024-01-04T19:03:43.302Z] > Task :org.eclipse.lsp4j.generator:classes [2024-01-04T19:03:43.591Z] > Task :org.eclipse.lsp4j.generator:jar [2024-01-04T19:03:58.492Z] [2024-01-04T19:03:58.492Z] > Task :org.eclipse.lsp4j:generateXtext [2024-01-04T19:03:58.492Z] 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-01-04T19:03:58.492Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:03:58.493Z] 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-01-04T19:04:01.099Z] [2024-01-04T19:04:01.099Z] > Task :org.eclipse.lsp4j:compileJava [2024-01-04T19:04:01.099Z] Note: Some input files use or override a deprecated API. [2024-01-04T19:04:01.099Z] Note: Recompile with -Xlint:deprecation for details. [2024-01-04T19:04:01.099Z] Note: Some input files use unchecked or unsafe operations. [2024-01-04T19:04:01.099Z] Note: Recompile with -Xlint:unchecked for details. [2024-01-04T19:04:01.099Z] [2024-01-04T19:04:01.099Z] > Task :org.eclipse.lsp4j:processResources [2024-01-04T19:04:01.099Z] > Task :org.eclipse.lsp4j:classes [2024-01-04T19:04:02.107Z] > Task :org.eclipse.lsp4j:jar [2024-01-04T19:04:06.305Z] [2024-01-04T19:04:06.305Z] > Task :org.eclipse.lsp4j:javadoc [2024-01-04T19:04:06.305Z] /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/src/main/xtend-gen/org/eclipse/lsp4j/SymbolInformation.java:27: warning - invalid usage of tag {@link org.eclipse.lsp4j.services.TextDocumentService.documentSymbol(DocumentSymbolParams) [2024-01-04T19:04:06.870Z] 1 warning [2024-01-04T19:04:07.435Z] [2024-01-04T19:04:07.435Z] > Task :org.eclipse.lsp4j:javadocJar [2024-01-04T19:04:07.435Z] > Task :org.eclipse.lsp4j:genSourcesManifest [2024-01-04T19:04:07.435Z] > Task :org.eclipse.lsp4j:sourcesJar [2024-01-04T19:04:07.435Z] > Task :org.eclipse.lsp4j:assemble [2024-01-04T19:04:09.355Z] [2024-01-04T19:04:09.355Z] > Task :org.eclipse.lsp4j:generateTestXtext [2024-01-04T19:04:09.355Z] 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-01-04T19:04:09.355Z] 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-01-04T19:04:09.355Z] 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-01-04T19:04:09.355Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.356Z] 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-01-04T19:04:09.922Z] 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-01-04T19:04:09.922Z] 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-01-04T19:04:09.922Z] 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-01-04T19:04:09.922Z] 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-01-04T19:04:12.491Z] [2024-01-04T19:04:12.492Z] > Task :org.eclipse.lsp4j:compileTestJava [2024-01-04T19:04:12.492Z] Note: Some input files use or override a deprecated API. [2024-01-04T19:04:12.492Z] Note: Recompile with -Xlint:deprecation for details. [2024-01-04T19:04:12.492Z] 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-01-04T19:04:12.492Z] Note: Recompile with -Xlint:unchecked for details. [2024-01-04T19:04:12.492Z] [2024-01-04T19:04:12.492Z] > Task :org.eclipse.lsp4j:processTestResources NO-SOURCE [2024-01-04T19:04:12.492Z] > Task :org.eclipse.lsp4j:testClasses [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j:test [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j:check [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j:build [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateXtext NO-SOURCE [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileJava [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processResources NO-SOURCE [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:classes [2024-01-04T19:04:17.795Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:jar [2024-01-04T19:04:18.791Z] > Task :org.eclipse.lsp4j.debug:generateXtext [2024-01-04T19:04:19.355Z] > Task :org.eclipse.lsp4j.debug:compileJava [2024-01-04T19:04:19.355Z] > Task :org.eclipse.lsp4j.debug:processResources NO-SOURCE [2024-01-04T19:04:19.355Z] > Task :org.eclipse.lsp4j.debug:classes [2024-01-04T19:04:19.612Z] > Task :org.eclipse.lsp4j.debug:jar [2024-01-04T19:04:22.190Z] [2024-01-04T19:04:22.190Z] > Task :org.eclipse.lsp4j.debug:javadoc [2024-01-04T19:04:22.190Z] /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-01-04T19:04:22.190Z] /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-01-04T19:04:22.190Z] /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-01-04T19:04:22.190Z] /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-01-04T19:04:22.755Z] /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-01-04T19:04:22.755Z] /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-01-04T19:04:22.755Z] 6 warnings [2024-01-04T19:04:22.755Z] [2024-01-04T19:04:22.755Z] > Task :org.eclipse.lsp4j.debug:javadocJar [2024-01-04T19:04:22.755Z] > Task :org.eclipse.lsp4j.debug:genSourcesManifest [2024-01-04T19:04:23.013Z] > Task :org.eclipse.lsp4j.debug:sourcesJar [2024-01-04T19:04:23.013Z] > Task :org.eclipse.lsp4j.debug:assemble [2024-01-04T19:04:23.013Z] > Task :org.eclipse.lsp4j.debug:generateTestXtext NO-SOURCE [2024-01-04T19:04:23.293Z] > Task :org.eclipse.lsp4j.debug:compileTestJava [2024-01-04T19:04:23.293Z] > Task :org.eclipse.lsp4j.debug:processTestResources NO-SOURCE [2024-01-04T19:04:23.293Z] > Task :org.eclipse.lsp4j.debug:testClasses [2024-01-04T19:04:26.669Z] > Task :org.eclipse.lsp4j.debug:test [2024-01-04T19:04:26.670Z] > Task :org.eclipse.lsp4j.debug:check [2024-01-04T19:04:26.670Z] > Task :org.eclipse.lsp4j.debug:build [2024-01-04T19:04:28.056Z] > Task :org.eclipse.lsp4j.generator:javadoc [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:javadocJar [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:genSourcesManifest [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:sourcesJar [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:assemble [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:generateTestXtext NO-SOURCE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:compileTestJava NO-SOURCE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:processTestResources NO-SOURCE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:testClasses UP-TO-DATE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:test NO-SOURCE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:check UP-TO-DATE [2024-01-04T19:04:28.057Z] > Task :org.eclipse.lsp4j.generator:build [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:javadoc [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:javadocJar [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:genSourcesManifest [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:sourcesJar [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:assemble [2024-01-04T19:04:30.591Z] > Task :org.eclipse.lsp4j.jsonrpc:generateTestXtext NO-SOURCE [2024-01-04T19:04:31.189Z] > Task :org.eclipse.lsp4j.jsonrpc:compileTestJava [2024-01-04T19:04:31.189Z] > Task :org.eclipse.lsp4j.jsonrpc:processTestResources NO-SOURCE [2024-01-04T19:04:31.189Z] > Task :org.eclipse.lsp4j.jsonrpc:testClasses [2024-01-04T19:04:32.561Z] > Task :org.eclipse.lsp4j.jsonrpc:test [2024-01-04T19:04:32.561Z] > Task :org.eclipse.lsp4j.jsonrpc:check [2024-01-04T19:04:32.561Z] > Task :org.eclipse.lsp4j.jsonrpc:build [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadoc [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:javadocJar [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:genSourcesManifest [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:sourcesJar [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:assemble [2024-01-04T19:04:33.931Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateTestXtext NO-SOURCE [2024-01-04T19:04:34.190Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:compileTestJava [2024-01-04T19:04:34.190Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:processTestResources NO-SOURCE [2024-01-04T19:04:34.190Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:testClasses [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:test [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:check [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:build [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.websocket:generateXtext NO-SOURCE [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.websocket:compileJava [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.websocket:processResources NO-SOURCE [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.websocket:classes [2024-01-04T19:04:35.591Z] > Task :org.eclipse.lsp4j.websocket:jar [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:javadoc [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:javadocJar [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:genSourcesManifest [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:sourcesJar [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:assemble [2024-01-04T19:04:37.028Z] > Task :org.eclipse.lsp4j.websocket:generateTestXtext NO-SOURCE [2024-01-04T19:04:37.290Z] > Task :org.eclipse.lsp4j.websocket:compileTestJava [2024-01-04T19:04:37.290Z] > Task :org.eclipse.lsp4j.websocket:processTestResources NO-SOURCE [2024-01-04T19:04:37.290Z] > Task :org.eclipse.lsp4j.websocket:testClasses [2024-01-04T19:04:37.854Z] > Task :org.eclipse.lsp4j.websocket:test [2024-01-04T19:04:37.854Z] > Task :org.eclipse.lsp4j.websocket:check [2024-01-04T19:04:37.854Z] > Task :org.eclipse.lsp4j.websocket:build [2024-01-04T19:04:37.854Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateXtext NO-SOURCE [2024-01-04T19:04:38.111Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileJava [2024-01-04T19:04:38.111Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processResources NO-SOURCE [2024-01-04T19:04:38.111Z] > Task :org.eclipse.lsp4j.websocket.jakarta:classes [2024-01-04T19:04:38.111Z] > Task :org.eclipse.lsp4j.websocket.jakarta:jar [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadoc [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:javadocJar [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:genSourcesManifest [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:sourcesJar [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:assemble [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateTestXtext NO-SOURCE [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:compileTestJava [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:processTestResources NO-SOURCE [2024-01-04T19:04:39.542Z] > Task :org.eclipse.lsp4j.websocket.jakarta:testClasses [2024-01-04T19:04:40.476Z] > Task :org.eclipse.lsp4j.websocket.jakarta:test [2024-01-04T19:04:40.476Z] > Task :org.eclipse.lsp4j.websocket.jakarta:check [2024-01-04T19:04:40.476Z] > Task :org.eclipse.lsp4j.websocket.jakarta:build [2024-01-04T19:04:42.375Z] [2024-01-04T19:04:42.375Z] > Task :org.eclipse.lsp4j:signJar [2024-01-04T19:04:42.375Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT.jar [2024-01-04T19:04:42.376Z] 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-01-04T19:04:47.635Z] [2024-01-04T19:04:47.635Z] 1054165 bytes uploaded, 1135729 bytes downloaded (6.846 s) [2024-01-04T19:04:47.635Z] [2024-01-04T19:04:47.635Z] 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-01-04T19:04:47.635Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-sources.jar [2024-01-04T19:04:47.635Z] 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-01-04T19:04:49.008Z] [2024-01-04T19:04:49.008Z] 890272 bytes uploaded, 978360 bytes downloaded (1.683 s) [2024-01-04T19:04:49.008Z] [2024-01-04T19:04:49.008Z] 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-01-04T19:04:49.008Z] Signing /home/jenkins/agent/workspace/lsp4j-multi-build_main/org.eclipse.lsp4j/build/libs/org.eclipse.lsp4j-0.22.0-SNAPSHOT-javadoc.jar [2024-01-04T19:04:49.008Z] 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-01-04T19:04:51.534Z] [2024-01-04T19:04:51.534Z] 1861388 bytes uploaded, 1917927 bytes downloaded (2.335 s) [2024-01-04T19:04:51.534Z] [2024-01-04T19:04:51.534Z] 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-01-04T19:04:53.432Z] [2024-01-04T19:04:53.432Z] > Task :org.eclipse.lsp4j.debug:signJar [2024-01-04T19:04:53.432Z] 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-01-04T19:04:53.432Z] 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-01-04T19:04:53.432Z] [2024-01-04T19:04:53.432Z] 384400 bytes uploaded, 416690 bytes downloaded (1.676 s) [2024-01-04T19:04:53.432Z] [2024-01-04T19:04:53.432Z] 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-01-04T19:04:53.432Z] 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-01-04T19:04:53.432Z] 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-01-04T19:04:53.696Z] [2024-01-04T19:04:53.696Z] 336232 bytes uploaded, 372627 bytes downloaded (0.904 s) [2024-01-04T19:04:53.696Z] [2024-01-04T19:04:53.696Z] 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-01-04T19:04:53.953Z] 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-01-04T19:04:53.953Z] 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-01-04T19:04:54.886Z] [2024-01-04T19:04:54.886Z] 889907 bytes uploaded, 917765 bytes downloaded (1.069 s) [2024-01-04T19:04:54.886Z] [2024-01-04T19:04:54.886Z] 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-01-04T19:04:56.782Z] [2024-01-04T19:04:56.782Z] > Task :org.eclipse.lsp4j.generator:signJar [2024-01-04T19:04:56.782Z] 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-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] [2024-01-04T19:04:56.783Z] 45447 bytes uploaded, 55013 bytes downloaded (0.894 s) [2024-01-04T19:04:56.783Z] [2024-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] [2024-01-04T19:04:56.783Z] 50137 bytes uploaded, 59824 bytes downloaded (0.823 s) [2024-01-04T19:04:56.783Z] [2024-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] 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-01-04T19:04:56.783Z] 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-01-04T19:04:58.155Z] [2024-01-04T19:04:58.155Z] 336077 bytes uploaded, 348680 bytes downloaded (1.305 s) [2024-01-04T19:04:58.155Z] [2024-01-04T19:04:58.155Z] 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-01-04T19:05:00.053Z] [2024-01-04T19:05:00.053Z] > Task :org.eclipse.lsp4j.jsonrpc:signJar [2024-01-04T19:05:00.053Z] 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-01-04T19:05:00.053Z] 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-01-04T19:05:00.053Z] [2024-01-04T19:05:00.053Z] 123930 bytes uploaded, 138681 bytes downloaded (1.229 s) [2024-01-04T19:05:00.053Z] [2024-01-04T19:05:00.053Z] 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-01-04T19:05:00.053Z] 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-01-04T19:05:00.053Z] 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-01-04T19:05:00.616Z] [2024-01-04T19:05:00.616Z] 75924 bytes uploaded, 89505 bytes downloaded (1.446 s) [2024-01-04T19:05:00.616Z] [2024-01-04T19:05:00.616Z] 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-01-04T19:05:00.616Z] 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-01-04T19:05:00.616Z] 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-01-04T19:05:02.511Z] [2024-01-04T19:05:02.511Z] 582850 bytes uploaded, 603907 bytes downloaded (1.708 s) [2024-01-04T19:05:02.511Z] [2024-01-04T19:05:02.511Z] 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-01-04T19:05:04.409Z] [2024-01-04T19:05:04.409Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:signJar [2024-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] [2024-01-04T19:05:04.409Z] 20190 bytes uploaded, 28471 bytes downloaded (0.767 s) [2024-01-04T19:05:04.409Z] [2024-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] [2024-01-04T19:05:04.409Z] 13877 bytes uploaded, 22155 bytes downloaded (0.792 s) [2024-01-04T19:05:04.409Z] [2024-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] 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-01-04T19:05:04.409Z] 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-01-04T19:05:04.974Z] [2024-01-04T19:05:04.974Z] 355338 bytes uploaded, 369065 bytes downloaded (0.949 s) [2024-01-04T19:05:04.974Z] [2024-01-04T19:05:04.974Z] 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-01-04T19:05:06.869Z] [2024-01-04T19:05:06.869Z] > Task :org.eclipse.lsp4j.websocket:signJar [2024-01-04T19:05:06.869Z] 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-01-04T19:05:06.869Z] 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-01-04T19:05:06.870Z] [2024-01-04T19:05:06.870Z] 8232 bytes uploaded, 15903 bytes downloaded (1.174 s) [2024-01-04T19:05:06.870Z] [2024-01-04T19:05:06.870Z] 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-01-04T19:05:06.870Z] 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-01-04T19:05:06.870Z] 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-01-04T19:05:06.870Z] [2024-01-04T19:05:06.870Z] 5226 bytes uploaded, 12948 bytes downloaded (0.837 s) [2024-01-04T19:05:06.870Z] [2024-01-04T19:05:06.870Z] 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-01-04T19:05:06.870Z] 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-01-04T19:05:06.870Z] 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-01-04T19:05:08.243Z] [2024-01-04T19:05:08.243Z] 318179 bytes uploaded, 330350 bytes downloaded (1.221 s) [2024-01-04T19:05:08.243Z] [2024-01-04T19:05:08.243Z] 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-01-04T19:05:10.139Z] [2024-01-04T19:05:10.139Z] > Task :org.eclipse.lsp4j.websocket.jakarta:signJar [2024-01-04T19:05:10.139Z] 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-01-04T19:05:10.139Z] 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-01-04T19:05:10.139Z] [2024-01-04T19:05:10.139Z] 8391 bytes uploaded, 16075 bytes downloaded (1.436 s) [2024-01-04T19:05:10.139Z] [2024-01-04T19:05:10.139Z] 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-01-04T19:05:10.139Z] 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-01-04T19:05:10.140Z] 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-01-04T19:05:11.077Z] [2024-01-04T19:05:11.077Z] 5511 bytes uploaded, 13253 bytes downloaded (1.372 s) [2024-01-04T19:05:11.077Z] [2024-01-04T19:05:11.077Z] 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-01-04T19:05:11.077Z] 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-01-04T19:05:11.077Z] 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-01-04T19:05:12.009Z] [2024-01-04T19:05:12.009Z] 318606 bytes uploaded, 330802 bytes downloaded (0.881 s) [2024-01-04T19:05:12.009Z] [2024-01-04T19:05:12.009Z] 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-01-04T19:05:12.009Z] [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j:publish [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j.debug:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j.debug:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j.debug:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.009Z] > Task :org.eclipse.lsp4j.debug:publish [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.generator:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.generator:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.generator:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.generator:publish [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc:publish [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.jsonrpc.debug:publish [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket:publish [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generateMetadataFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket.jakarta:generatePomFileForLocalMavenRepoPublication [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publishLocalMavenRepoPublicationToMavenRepository [2024-01-04T19:05:12.267Z] > Task :org.eclipse.lsp4j.websocket.jakarta:publish [2024-01-04T19:05:12.267Z] [2024-01-04T19:05:12.267Z] BUILD SUCCESSFUL in 1m 55s [2024-01-04T19:05:12.267Z] 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-01-04T19:05:33.156Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-01-04T19:05:34.097Z] + mvn -f releng/pom.xml -Dmaven.repo.local=.repository --batch-mode --update-snapshots clean install -Psign [2024-01-04T19:05:34.354Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-01-04T19:05:34.354Z] Maven home: /opt/tools/apache-maven/latest [2024-01-04T19:05:34.354Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-01-04T19:05:34.354Z] Default locale: en_US, platform encoding: UTF-8 [2024-01-04T19:05:34.354Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [2024-01-04T19:05:35.789Z] [INFO] Scanning for projects... [2024-01-04T19:05:43.893Z] [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-01-04T19:05:43.893Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-01-04T19:05:43.893Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-01-04T19:05:43.893Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-01-04T19:05:45.260Z] [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-01-04T19:05:45.260Z] [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-01-04T19:05:45.517Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-01-04T19:05:45.517Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] The following requirements are not satisfied yet and must be provided through pom dependencies: [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.xtend.lib [2.10.0,3.0.0) [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.debug.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.generator.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.jsonrpc.debug.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.jakarta.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] - org.eclipse.equinox.p2.iu; org.eclipse.lsp4j.websocket.source 0.0.0 [2024-01-04T19:05:45.518Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:05:45.518Z] [INFO] Reactor Build Order: [2024-01-04T19:05:45.518Z] [INFO] [2024-01-04T19:05:45.518Z] [INFO] lsp4j.releng [pom] [2024-01-04T19:05:45.518Z] [INFO] lsp4j.target [eclipse-target-definition] [2024-01-04T19:05:45.518Z] [INFO] org.eclipse.lsp4j.sdk [eclipse-feature] [2024-01-04T19:05:45.518Z] [INFO] lsp4j.p2-repository [eclipse-repository] [2024-01-04T19:05:45.518Z] [INFO] [2024-01-04T19:05:45.518Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.releng >------------------- [2024-01-04T19:05:45.518Z] [INFO] Building lsp4j.releng 0.22.0-SNAPSHOT [1/4] [2024-01-04T19:05:45.518Z] [INFO] from pom.xml [2024-01-04T19:05:45.518Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-01-04T19:05:45.518Z] [INFO] [2024-01-04T19:05:45.518Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.releng --- [2024-01-04T19:05:45.518Z] [INFO] [2024-01-04T19:05:45.518Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.releng --- [2024-01-04T19:05:47.414Z] [INFO] [2024-01-04T19:05:47.414Z] [INFO] --- install:3.1.1:install (default-install) @ lsp4j.releng --- [2024-01-04T19:05:47.414Z] [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-01-04T19:05:47.414Z] [INFO] [2024-01-04T19:05:47.414Z] [INFO] -------------------< org.eclipse.lsp4j:lsp4j.target >------------------- [2024-01-04T19:05:47.414Z] [INFO] Building lsp4j.target 0.22.0-SNAPSHOT [2/4] [2024-01-04T19:05:47.414Z] [INFO] from releng-target/pom.xml [2024-01-04T19:05:47.414Z] [INFO] ---------------------[ eclipse-target-definition ]---------------------- [2024-01-04T19:05:47.414Z] [INFO] [2024-01-04T19:05:47.414Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.target --- [2024-01-04T19:05:47.414Z] [INFO] [2024-01-04T19:05:47.414Z] [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ lsp4j.target --- [2024-01-04T19:05:47.414Z] [INFO] [2024-01-04T19:05:47.414Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.target --- [2024-01-04T19:05:47.415Z] [INFO] [2024-01-04T19:05:47.415Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.target --- [2024-01-04T19:05:48.345Z] [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-01-04T19:05:48.345Z] [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-01-04T19:05:48.345Z] [INFO] [2024-01-04T19:05:48.345Z] [INFO] --------------< org.eclipse.lsp4j:org.eclipse.lsp4j.sdk >--------------- [2024-01-04T19:05:48.345Z] [INFO] Building org.eclipse.lsp4j.sdk 0.22.0-SNAPSHOT [3/4] [2024-01-04T19:05:48.345Z] [INFO] from lsp4j-feature/pom.xml [2024-01-04T19:05:48.345Z] [INFO] --------------------------[ eclipse-feature ]--------------------------- [2024-01-04T19:05:48.909Z] [INFO] [2024-01-04T19:05:48.909Z] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:48.909Z] [INFO] [2024-01-04T19:05:48.909Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:48.909Z] [INFO] The project's OSGi version is 0.22.0.v20240104-1905 [2024-01-04T19:05:48.909Z] [INFO] [2024-01-04T19:05:48.909Z] [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:48.909Z] [INFO] [2024-01-04T19:05:48.909Z] [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:48.909Z] [INFO] [2024-01-04T19:05:48.909Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:48.909Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:48.909Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:48.909Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:48.909Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:49.165Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:49.166Z] [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-01-04T19:05:49.166Z] [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-01-04T19:05:49.166Z] [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-01-04T19:05:49.166Z] [INFO] [2024-01-04T19:05:49.166Z] [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:49.166Z] [INFO] [2024-01-04T19:05:49.166Z] [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:49.729Z] [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-01-04T19:05:49.729Z] [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-01-04T19:05:49.729Z] [INFO] [2024-01-04T19:05:49.729Z] [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:49.985Z] [INFO] [2024-01-04T19:05:49.985Z] [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:49.985Z] [INFO] [2024-01-04T19:05:49.985Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:49.986Z] [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-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:50.917Z] [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-01-04T19:05:50.917Z] [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-01-04T19:05:50.917Z] [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-01-04T19:05:50.917Z] [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-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ org.eclipse.lsp4j.sdk --- [2024-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] ---------------< org.eclipse.lsp4j:lsp4j.p2-repository >---------------- [2024-01-04T19:05:50.917Z] [INFO] Building lsp4j.p2-repository 0.22.0-SNAPSHOT [4/4] [2024-01-04T19:05:50.917Z] [INFO] from p2/pom.xml [2024-01-04T19:05:50.917Z] [INFO] -------------------------[ eclipse-repository ]------------------------- [2024-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] --- clean:3.2.0:clean (default-clean) @ lsp4j.p2-repository --- [2024-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ lsp4j.p2-repository --- [2024-01-04T19:05:50.917Z] [INFO] The project's OSGi version is 0.22.0.v20240104-1905 [2024-01-04T19:05:50.917Z] [INFO] [2024-01-04T19:05:50.917Z] [INFO] --- clean:3.2.0:clean (default-clean-1) @ lsp4j.p2-repository --- [2024-01-04T19:05:50.918Z] [INFO] [2024-01-04T19:05:50.918Z] [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ lsp4j.p2-repository --- [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from local-gradle-result [2024-01-04T19:05:50.918Z] [INFO] artifact com.google.code.gson:gson: checking for updates from eclipse.maven.central.mirror [2024-01-04T19:05:51.174Z] [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-01-04T19:05:51.174Z] [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-01-04T19:05:51.174Z] [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-01-04T19:05:51.174Z] [INFO] [2024-01-04T19:05:51.174Z] [INFO] --- resources:2.4.3:resources (default-resources) @ lsp4j.p2-repository --- [2024-01-04T19:05:51.738Z] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent! [2024-01-04T19:05:51.738Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/src/main/resources [2024-01-04T19:05:51.738Z] [INFO] [2024-01-04T19:05:51.738Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ lsp4j.p2-repository --- [2024-01-04T19:05:51.738Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:51.738Z] [INFO] Published profile IUs: [a.jre.javase 11.0.0] [2024-01-04T19:05:52.002Z] [INFO] Published profile IUs: [a.jre.javase 17.0.0] [2024-01-04T19:05:52.002Z] [INFO] Published profile IUs: [a.jre.javase 18.0.0] [2024-01-04T19:05:52.002Z] [INFO] [2024-01-04T19:05:52.002Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ lsp4j.p2-repository --- [2024-01-04T19:05:52.002Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:52.002Z] [INFO] [2024-01-04T19:05:52.002Z] [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ lsp4j.p2-repository --- [2024-01-04T19:05:52.002Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:52.002Z] [INFO] [2024-01-04T19:05:52.002Z] [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ lsp4j.p2-repository --- [2024-01-04T19:05:52.002Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:52.002Z] [INFO] [2024-01-04T19:05:52.003Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ lsp4j.p2-repository --- [2024-01-04T19:05:52.003Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:52.259Z] [INFO] Fetching 4.29.0&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/tools/orbit/simrel/orbit-aggregation/release/ (63B) [2024-01-04T19:05:52.260Z] [INFO] Fetching jakarta.websocket_2.0.0.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (69.72kB) [2024-01-04T19:05:52.260Z] [INFO] Fetching com.google.gson.source_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (179.26kB) [2024-01-04T19:05:52.260Z] [INFO] Fetching com.google.guava.source_32.1.2.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (1.78MB) [2024-01-04T19:05:52.545Z] [INFO] Fetching jakarta.websocket.source_2.0.0.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (90.43kB) [2024-01-04T19:05:52.545Z] [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-01-04T19:05:52.545Z] [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-01-04T19:05:52.802Z] [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-01-04T19:05:52.802Z] [INFO] Fetching com.google.guava_32.1.2.jre.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (2.9MB) [2024-01-04T19:05:53.059Z] [INFO] Fetching com.google.gson_2.10.1.jar from https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.29.0/plugins/ (276.73kB) [2024-01-04T19:05:54.429Z] [INFO] [2024-01-04T19:05:54.429Z] [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ lsp4j.p2-repository --- [2024-01-04T19:05:54.429Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:54.429Z] [INFO] Building zip: /home/jenkins/agent/workspace/lsp4j-multi-build_main/releng/p2/target/lsp4j.p2-repository-0.22.0-SNAPSHOT.zip [2024-01-04T19:05:54.999Z] [INFO] [2024-01-04T19:05:54.999Z] [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default) @ lsp4j.p2-repository --- [2024-01-04T19:05:54.999Z] [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [2024-01-04T19:05:55.562Z] [INFO] [2024-01-04T19:05:55.562Z] [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ lsp4j.p2-repository --- [2024-01-04T19:05:55.562Z] [INFO] [2024-01-04T19:05:55.562Z] [INFO] --- install:2.3.1:install (default-install) @ lsp4j.p2-repository --- [2024-01-04T19:05:55.562Z] [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-01-04T19:05:55.562Z] [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-01-04T19:05:55.562Z] [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-01-04T19:05:55.562Z] [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-01-04T19:05:55.563Z] [INFO] [2024-01-04T19:05:55.563Z] [INFO] --- tycho-p2:2.7.5:update-local-index (default-update-local-index) @ lsp4j.p2-repository --- [2024-01-04T19:05:55.563Z] [INFO] [2024-01-04T19:05:55.563Z] [INFO] --- antrun:1.1:run (default) @ lsp4j.p2-repository --- [2024-01-04T19:05:56.494Z] [INFO] Executing tasks [2024-01-04T19:05:56.751Z] [copy] Copying 28 files to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2024-01-04T19:05:56.751Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build [2024-01-04T19:05:56.751Z] [copy] Copying 1 file to /home/jenkins/agent/workspace/lsp4j-multi-build_main/build/p2-repository [2024-01-04T19:05:56.751Z] [INFO] Executed tasks [2024-01-04T19:05:56.751Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:05:56.751Z] [INFO] Reactor Summary for lsp4j.releng 0.22.0-SNAPSHOT: [2024-01-04T19:05:56.751Z] [INFO] [2024-01-04T19:05:56.751Z] [INFO] lsp4j.releng ....................................... SUCCESS [ 1.775 s] [2024-01-04T19:05:56.751Z] [INFO] lsp4j.target ....................................... SUCCESS [ 0.946 s] [2024-01-04T19:05:56.751Z] [INFO] org.eclipse.lsp4j.sdk .............................. SUCCESS [ 2.753 s] [2024-01-04T19:05:56.751Z] [INFO] lsp4j.p2-repository ................................ SUCCESS [ 5.744 s] [2024-01-04T19:05:56.751Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:05:56.751Z] [INFO] BUILD SUCCESS [2024-01-04T19:05:56.751Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:05:56.751Z] [INFO] Total time: 21.116 s [2024-01-04T19:05:56.751Z] [INFO] Finished at: 2024-01-04T19:05:56Z [2024-01-04T19:05:56.751Z] [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-01-04T19:06:09.162Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] sh [2024-01-04T19:06:10.061Z] + ./releng/runjapicmp.sh [2024-01-04T19:06:10.061Z] Working in /tmp/tmp.cKvklrcuwz [2024-01-04T19:06:10.626Z] /tmp/tmp.cKvklrcuwz ~/agent/workspace/lsp4j-multi-build_main [2024-01-04T19:06:13.149Z] 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.cKvklrcuwz/org.eclipse.lsp4j-0.21.0.jar [2024-01-04T19:06:13.149Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output. [2024-01-04T19:06:13.149Z] +++* NEW CLASS: PUBLIC(+) org.eclipse.lsp4j.adapters.InlineValueResponseAdapter (not serializable) [2024-01-04T19:06:13.149Z] +++ CLASS FILE FORMAT VERSION: 55.0 <- n.a. [2024-01-04T19:06:13.149Z] +++ NEW SUPERCLASS: java.lang.Object [2024-01-04T19:06:13.149Z] +++ NEW CONSTRUCTOR: PUBLIC(+) InlineValueResponseAdapter() [2024-01-04T19:06:13.149Z] +++* NEW METHOD: PUBLIC(+) com.google.gson.TypeAdapter create(com.google.gson.Gson, com.google.gson.reflect.TypeToken) [2024-01-04T19:06:13.149Z] GENERIC TEMPLATES: +++ T:java.lang.Object [2024-01-04T19:06:13.149Z] === UNCHANGED INTERFACE: PUBLIC ABSTRACT org.eclipse.lsp4j.services.TextDocumentService (not serializable) [2024-01-04T19:06:13.149Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-01-04T19:06:13.150Z] === UNCHANGED METHOD: PUBLIC java.util.concurrent.CompletableFuture>> inlineValue(org.eclipse.lsp4j.InlineValueParams) [2024-01-04T19:06:13.150Z] +++ NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.json.ResponseJsonAdapter [2024-01-04T19:06:13.150Z] +++ NEW ELEMENT: value=org.eclipse.lsp4j.adapters.InlineValueResponseAdapter (+) [2024-01-04T19:06:13.150Z] ***! MODIFIED CLASS: PUBLIC org.eclipse.lsp4j.WorkspaceFolder (not serializable) [2024-01-04T19:06:13.150Z] === CLASS FILE FORMAT VERSION: 55.0 <- 55.0 [2024-01-04T19:06:13.150Z] ---! REMOVED CONSTRUCTOR: PUBLIC(-) WorkspaceFolder(java.lang.String) [2024-01-04T19:06:13.150Z] === UNCHANGED METHOD: PUBLIC java.lang.String getName() [2024-01-04T19:06:13.150Z] +++ NEW ANNOTATION: org.eclipse.lsp4j.jsonrpc.validation.NonNull [2024-01-04T19:06:13.150Z] [2024-01-04T19:06:13.150Z] zip warning: japicmp-report.zip not found or empty [2024-01-04T19:06:13.150Z] adding: japicmp-report/org.eclipse.lsp4j.html (deflated 89%) [2024-01-04T19:06:14.530Z] 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.cKvklrcuwz/org.eclipse.lsp4j.debug-0.21.0.jar [2024-01-04T19:06:14.530Z] 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-01-04T19:06:14.530Z] No changes. [2024-01-04T19:06:14.530Z] adding: japicmp-report/org.eclipse.lsp4j.debug.html (deflated 69%) [2024-01-04T19:06:15.906Z] 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.cKvklrcuwz/org.eclipse.lsp4j.generator-0.21.0.jar [2024-01-04T19:06:15.906Z] 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-01-04T19:06:15.906Z] No changes. [2024-01-04T19:06:15.906Z] adding: japicmp-report/org.eclipse.lsp4j.generator.html (deflated 69%) [2024-01-04T19:06:16.862Z] 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.cKvklrcuwz/org.eclipse.lsp4j.jsonrpc-0.21.0.jar [2024-01-04T19:06:16.862Z] 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-01-04T19:06:16.862Z] No changes. [2024-01-04T19:06:16.862Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.html (deflated 69%) [2024-01-04T19:06:18.230Z] 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.cKvklrcuwz/org.eclipse.lsp4j.jsonrpc.debug-0.21.0.jar [2024-01-04T19:06:18.230Z] 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-01-04T19:06:18.231Z] No changes. [2024-01-04T19:06:18.231Z] adding: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html (deflated 69%) [2024-01-04T19:06:19.164Z] 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.cKvklrcuwz/org.eclipse.lsp4j.websocket-0.21.0.jar [2024-01-04T19:06:19.164Z] 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-01-04T19:06:19.164Z] No changes. [2024-01-04T19:06:19.164Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.html (deflated 69%) [2024-01-04T19:06:20.533Z] 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.cKvklrcuwz/org.eclipse.lsp4j.websocket.jakarta-0.21.0.jar [2024-01-04T19:06:20.533Z] WARNING: You are using the option '--ignore-missing-classes', i.e. superclasses and interfaces that could not be found on the classpath are ignored. Hence changes caused by these superclasses and interfaces are not reflected in the output. [2024-01-04T19:06:20.533Z] No changes. [2024-01-04T19:06:20.533Z] adding: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html (deflated 69%) [2024-01-04T19:06:20.533Z] ~/agent/workspace/lsp4j-multi-build_main [2024-01-04T19:06:20.533Z] Archive: japicmp-report.zip [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.debug.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.generator.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.jsonrpc.debug.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.html [2024-01-04T19:06:20.533Z] inflating: japicmp-report/org.eclipse.lsp4j.websocket.jakarta.html [2024-01-04T19:06:20.533Z] [2024-01-04T19:06:20.533Z] 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-01-04T19:06:34.365Z] Timeout set to expire after 20 min without activity [Pipeline] { [Pipeline] withCredentials [2024-01-04T19:06:35.124Z] Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh [2024-01-04T19:06:36.140Z] + gpg --batch --import **** [2024-01-04T19:06:36.140Z] gpg: directory `/home/jenkins/.gnupg' created [2024-01-04T19:06:36.140Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created [2024-01-04T19:06:36.140Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run [2024-01-04T19:06:36.140Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created [2024-01-04T19:06:36.140Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created [2024-01-04T19:06:36.140Z] gpg: key CBD7B481: secret key imported [2024-01-04T19:06:36.140Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created [2024-01-04T19:06:36.140Z] gpg: key CBD7B481: public key "Eclipse LSP4J Project " imported [2024-01-04T19:06:36.140Z] gpg: Total number processed: 1 [2024-01-04T19:06:36.140Z] gpg: imported: 1 (RSA: 1) [2024-01-04T19:06:36.140Z] gpg: secret keys read: 1 [2024-01-04T19:06:36.140Z] gpg: secret keys imported: 1 [2024-01-04T19:06:36.140Z] gpg: no ultimately trusted keys found [Pipeline] sh [2024-01-04T19:06:36.673Z] ++ gpg --list-keys --with-colons [2024-01-04T19:06:36.673Z] ++ awk -F: '/fpr:/ {print $10}' [2024-01-04T19:06:36.673Z] ++ sort -u [Pipeline] } [Pipeline] // withCredentials [Pipeline] sshagent [2024-01-04T19:06:37.663Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org) [2024-01-04T19:06:37.663Z] [ssh-agent] Looking for ssh-agent implementation... [2024-01-04T19:06:37.679Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-01-04T19:06:37.741Z] $ ssh-agent [2024-01-04T19:06:37.751Z] SSH_AUTH_SOCK=/tmp/ssh-o4hYC6HLiyk1/agent.1414 [2024-01-04T19:06:37.751Z] SSH_AGENT_PID=1416 [2024-01-04T19:06:37.762Z] Running ssh-add (command line suppressed) [2024-01-04T19:06:37.791Z] Identity added: /home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_12645112153636849842.key (/home/jenkins/agent/workspace/lsp4j-multi-build_main@tmp/private_key_12645112153636849842.key) [2024-01-04T19:06:37.798Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-01-04T19:06:38.719Z] + ./releng/deploy-build.sh [2024-01-04T19:06:38.719Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org [2024-01-04T19:06:38.719Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org' [2024-01-04T19:06:38.719Z] + SCP=scp [2024-01-04T19:06:38.719Z] + DOWNLOAD=download.eclipse.org/lsp4j/builds/main [2024-01-04T19:06:38.720Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/builds/main [2024-01-04T19:06:38.720Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2024-01-04T19:06:39.650Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2024-01-04T19:06:39.912Z] + ssh genie.lsp4j@projects-storage.eclipse.org rm -r /home/data/httpd/download.eclipse.org/lsp4j/builds/main-last [2024-01-04T19:06:40.169Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/builds/main-new [2024-01-04T19:06:40.426Z] + 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-01-04T19:06:41.796Z] + ssh genie.lsp4j@projects-storage.eclipse.org test -e /home/data/httpd/download.eclipse.org/lsp4j/builds/main [2024-01-04T19:06:42.360Z] + 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-01-04T19:06:42.617Z] + 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-01-04T19:06:42.875Z] + case $BRANCH_NAME in [2024-01-04T19:06:42.875Z] + find build/maven-repository -name '*.pom' [2024-01-04T19:06:42.875Z] + read i [2024-01-04T19:06:42.875Z] + base=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1 [2024-01-04T19:06:42.875Z] + 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-20240104.190321-1.pom -Dfile=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1.jar -Dfiles=build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1-javadoc.jar -Dclassifiers=sources,javadoc -Dtypes=jar,jar -Durl=https://oss.sonatype.org/content/repositories/snapshots/ -DrepositoryId=ossrh [2024-01-04T19:06:43.131Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [2024-01-04T19:06:43.131Z] Maven home: /opt/tools/apache-maven/latest [2024-01-04T19:06:43.131Z] Java version: 11.0.21, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/jdk-11.0.21+9 [2024-01-04T19:06:43.132Z] Default locale: en_US, platform encoding: UTF-8 [2024-01-04T19:06:43.132Z] OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [2024-01-04T19:06:44.503Z] [DEBUG] Created new class realm maven.api [2024-01-04T19:06:44.503Z] [DEBUG] Importing foreign packages into class realm maven.api [2024-01-04T19:06:44.503Z] [DEBUG] Imported: javax.annotation.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: javax.annotation.security.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: javax.inject.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.artifact < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.classrealm < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.cli < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.configuration < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.exception < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.execution < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.execution.scope < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.graph < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.lifecycle < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.model < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.monitor < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.plugin < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.profiles < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.project < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.reporting < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.repository < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.rtinfo < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.settings < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.toolchain < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.usability < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.authentication < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.authorization < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.events < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.observers < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.proxy < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.repository < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.apache.maven.wagon.resource < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.classworlds < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.classworlds < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.component < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.configuration < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.container < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.context < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.lifecycle < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.logging < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.personality < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.* < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.artifact < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.collection < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.deployment < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.graph < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.impl < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.installation < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.internal.impl < plexus.core [2024-01-04T19:06:44.503Z] [DEBUG] Imported: org.eclipse.aether.metadata < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.repository < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.resolution < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.spi < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.transfer < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.util < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.eclipse.aether.version < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.fusesource.jansi.* < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.slf4j.* < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.slf4j.event.* < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.slf4j.helpers.* < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Imported: org.slf4j.spi.* < plexus.core [2024-01-04T19:06:44.504Z] [DEBUG] Populating class realm maven.api [2024-01-04T19:06:44.504Z] [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-01-04T19:06:44.504Z] [INFO] Error stacktraces are turned on. [2024-01-04T19:06:44.504Z] [DEBUG] Message scheme: plain [2024-01-04T19:06:44.504Z] [DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml [2024-01-04T19:06:44.504Z] [DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml [2024-01-04T19:06:44.504Z] [DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml [2024-01-04T19:06:44.504Z] [DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml [2024-01-04T19:06:44.504Z] [DEBUG] Using local repository at /home/jenkins/.m2/repository [2024-01-04T19:06:44.504Z] [DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository [2024-01-04T19:06:44.504Z] [INFO] Scanning for projects... [2024-01-04T19:06:44.504Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2). [2024-01-04T19:06:44.504Z] [DEBUG] Extension realms for project org.apache.maven:standalone-pom:pom:1: (none) [2024-01-04T19:06:44.504Z] [DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[plexus.core, parent: null] [2024-01-04T19:06:44.504Z] [DEBUG] Creating adapter using nameMapper 'gav' and factory 'rwlock-local' [2024-01-04T19:06:44.504Z] [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-01-04T19:06:44.504Z] [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-01-04T19:06:44.762Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:44.762Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [2024-01-04T19:06:45.019Z] [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-01-04T19:06:45.019Z] [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-01-04T19:06:45.019Z] [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-01-04T19:06:45.019Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.019Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories' [2024-01-04T19:06:45.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated' [2024-01-04T19:06:45.019Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots). [2024-01-04T19:06:45.019Z] [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-01-04T19:06:45.019Z] [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-01-04T19:06:45.019Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.019Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories' [2024-01-04T19:06:45.019Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated' [2024-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.020Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.020Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories' [2024-01-04T19:06:45.020Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated' [2024-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.020Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.020Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories' [2024-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [DEBUG] === REACTOR BUILD PLAN ================================================ [2024-01-04T19:06:45.020Z] [DEBUG] Project: org.apache.maven:standalone-pom:pom:1 [2024-01-04T19:06:45.020Z] [DEBUG] Tasks: [org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file] [2024-01-04T19:06:45.020Z] [DEBUG] Style: Aggregating [2024-01-04T19:06:45.020Z] [DEBUG] ======================================================================= [2024-01-04T19:06:45.020Z] [INFO] [2024-01-04T19:06:45.020Z] [INFO] ------------------< org.apache.maven:standalone-pom >------------------- [2024-01-04T19:06:45.020Z] [INFO] Building Maven Stub Project (No POM) 1 [2024-01-04T19:06:45.020Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-01-04T19:06:45.020Z] [DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean] [2024-01-04T19:06:45.020Z] [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-01-04T19:06:45.020Z] [DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy] [2024-01-04T19:06:45.020Z] [DEBUG] === PROJECT BUILD PLAN ================================================ [2024-01-04T19:06:45.020Z] [DEBUG] Project: org.apache.maven:standalone-pom:1 [2024-01-04T19:06:45.020Z] [DEBUG] Dependencies (collect): [] [2024-01-04T19:06:45.020Z] [DEBUG] Dependencies (resolve): [] [2024-01-04T19:06:45.020Z] [DEBUG] Repositories (dependencies): [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-01-04T19:06:45.021Z] [DEBUG] Repositories (plugins) : [eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)] [2024-01-04T19:06:45.021Z] [DEBUG] ----------------------------------------------------------------------- [2024-01-04T19:06:45.021Z] [DEBUG] Goal: org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) [2024-01-04T19:06:45.021Z] [DEBUG] Style: Regular [2024-01-04T19:06:45.021Z] [DEBUG] Configuration: [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${artifactId} [2024-01-04T19:06:45.021Z] ${gpg.ascDirectory} [2024-01-04T19:06:45.021Z] ${classifier} [2024-01-04T19:06:45.021Z] ${classifiers} [2024-01-04T19:06:45.021Z] ${gpg.defaultKeyring} [2024-01-04T19:06:45.021Z] ${generatePom.description} [2024-01-04T19:06:45.021Z] ${gpg.executable} [2024-01-04T19:06:45.021Z] ${file} [2024-01-04T19:06:45.021Z] ${files} [2024-01-04T19:06:45.021Z] ${generatePom} [2024-01-04T19:06:45.021Z] ${groupId} [2024-01-04T19:06:45.021Z] ${gpg.homedir} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${javadoc} [2024-01-04T19:06:45.021Z] ${gpg.keyname} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${gpg.lockMode} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${packaging} [2024-01-04T19:06:45.021Z] ${gpg.passphrase} [2024-01-04T19:06:45.021Z] ${gpg.passphraseServerId} [2024-01-04T19:06:45.021Z] ${pomFile} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${gpg.publicKeyring} [2024-01-04T19:06:45.021Z] ${repositoryId} [2024-01-04T19:06:45.021Z] ${repositoryLayout} [2024-01-04T19:06:45.021Z] ${retryFailedDeploymentCount} [2024-01-04T19:06:45.021Z] ${gpg.secretKeyring} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] ${sources} [2024-01-04T19:06:45.021Z] ${types} [2024-01-04T19:06:45.021Z] ${uniqueVersion} [2024-01-04T19:06:45.021Z] ${updateReleaseInfo} [2024-01-04T19:06:45.021Z] ${url} [2024-01-04T19:06:45.021Z] ${gpg.useagent} [2024-01-04T19:06:45.021Z] ${version} [2024-01-04T19:06:45.021Z] [2024-01-04T19:06:45.021Z] [DEBUG] ======================================================================= [2024-01-04T19:06:45.021Z] [INFO] [2024-01-04T19:06:45.021Z] [INFO] --- gpg:1.6:sign-and-deploy-file (default-cli) @ standalone-pom --- [2024-01-04T19:06:45.021Z] [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-01-04T19:06:45.021Z] [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-01-04T19:06:45.021Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.021Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [2024-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/_remote.repositories' [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven/2.2.1/maven-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/_remote.repositories' [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-parent/11/maven-parent-11.pom.lastUpdated' [2024-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [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-01-04T19:06:45.022Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/_remote.repositories' [2024-01-04T19:06:45.022Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/apache/5/apache-5.pom.lastUpdated' [2024-01-04T19:06:45.022Z] [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-01-04T19:06:45.023Z] [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-01-04T19:06:45.023Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.023Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.280Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories' [2024-01-04T19:06:45.280Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.280Z] [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-01-04T19:06:45.280Z] [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-01-04T19:06:45.280Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.280Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.280Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [2024-01-04T19:06:45.280Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.280Z] [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-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories' [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/_remote.repositories' [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom.lastUpdated' [2024-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/_remote.repositories' [2024-01-04T19:06:45.281Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom.lastUpdated' [2024-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [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-01-04T19:06:45.281Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom.lastUpdated' [2024-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/_remote.repositories' [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom.lastUpdated' [2024-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [2024-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [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-01-04T19:06:45.282Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.282Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/_remote.repositories' [2024-01-04T19:06:45.283Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom.lastUpdated' [2024-01-04T19:06:45.283Z] [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-01-04T19:06:45.283Z] [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-01-04T19:06:45.283Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.283Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.283Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/_remote.repositories' [2024-01-04T19:06:45.283Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom.lastUpdated' [2024-01-04T19:06:45.283Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for snapshots (http://snapshots.maven.codehaus.org/maven2). [2024-01-04T19:06:45.283Z] [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-01-04T19:06:45.283Z] [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-01-04T19:06:45.283Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.283Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.283Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories' [2024-01-04T19:06:45.283Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.pom.lastUpdated' [2024-01-04T19:06:45.284Z] [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-01-04T19:06:45.284Z] [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-01-04T19:06:45.284Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.284Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.284Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/_remote.repositories' [2024-01-04T19:06:45.284Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom.lastUpdated' [2024-01-04T19:06:45.284Z] [DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (http://repo1.maven.org/maven2). [2024-01-04T19:06:45.284Z] [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-01-04T19:06:45.284Z] [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-01-04T19:06:45.284Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.284Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.284Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [2024-01-04T19:06:45.284Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom.lastUpdated' [2024-01-04T19:06:45.285Z] [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-01-04T19:06:45.285Z] [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-01-04T19:06:45.285Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.285Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.285Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [2024-01-04T19:06:45.285Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.285Z] [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-01-04T19:06:45.285Z] [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-01-04T19:06:45.285Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.285Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.285Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [2024-01-04T19:06:45.285Z] [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-01-04T19:06:45.286Z] [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-01-04T19:06:45.286Z] [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-01-04T19:06:45.286Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.286Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.286Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [2024-01-04T19:06:45.286Z] [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-01-04T19:06:45.286Z] [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-01-04T19:06:45.286Z] [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-01-04T19:06:45.286Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.286Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.286Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [2024-01-04T19:06:45.286Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom.lastUpdated' [2024-01-04T19:06:45.287Z] [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-01-04T19:06:45.287Z] [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-01-04T19:06:45.287Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.287Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.593Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [2024-01-04T19:06:45.593Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom.lastUpdated' [2024-01-04T19:06:45.593Z] [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-01-04T19:06:45.593Z] [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-01-04T19:06:45.593Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.593Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.593Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [2024-01-04T19:06:45.593Z] [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-01-04T19:06:45.593Z] [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-01-04T19:06:45.593Z] [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-01-04T19:06:45.593Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.593Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.593Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories' [2024-01-04T19:06:45.593Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom.lastUpdated' [2024-01-04T19:06:45.593Z] [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-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/_remote.repositories' [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom.lastUpdated' [2024-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/_remote.repositories' [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/17/spice-parent-17.pom.lastUpdated' [2024-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/_remote.repositories' [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/10/forge-parent-10.pom.lastUpdated' [2024-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [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-01-04T19:06:45.594Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [2024-01-04T19:06:45.594Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom.lastUpdated' [2024-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/_remote.repositories' [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/12/spice-parent-12.pom.lastUpdated' [2024-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/_remote.repositories' [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/4/forge-parent-4.pom.lastUpdated' [2024-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [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-01-04T19:06:45.595Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/_remote.repositories' [2024-01-04T19:06:45.595Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom.lastUpdated' [2024-01-04T19:06:45.595Z] [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-01-04T19:06:45.596Z] [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-01-04T19:06:45.596Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.596Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.596Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/_remote.repositories' [2024-01-04T19:06:45.596Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom.lastUpdated' [2024-01-04T19:06:45.596Z] [DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus.snapshots (http://snapshots.repository.codehaus.org). [2024-01-04T19:06:45.596Z] [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-01-04T19:06:45.596Z] [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-01-04T19:06:45.596Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.596Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.596Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [2024-01-04T19:06:45.596Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom.lastUpdated' [2024-01-04T19:06:45.596Z] [DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=626851, ConflictMarker.markTime=294115, ConflictMarker.nodeCount=40, ConflictIdSorter.graphTime=359588, ConflictIdSorter.topsortTime=247008, ConflictIdSorter.conflictIdCount=18, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=3475046, ConflictResolver.conflictItemCount=40, DfDependencyCollector.collectTime=455513314, DfDependencyCollector.transformTime=6853066} [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-plugin-api:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-project:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-settings:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-profile:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-artifact-manager:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] backport-util-concurrent:backport-util-concurrent:jar:3.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-plugin-registry:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.codehaus.plexus:plexus-interpolation:jar:1.11:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.codehaus.plexus:plexus-container-default:jar:1.0-alpha-9-stable-1:compile [2024-01-04T19:06:45.596Z] [DEBUG] junit:junit:jar:3.8.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] classworlds:classworlds:jar:1.1-alpha-2:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-artifact:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-repository-metadata:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.apache.maven:maven-model:jar:2.2.1:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.codehaus.plexus:plexus-utils:jar:3.0.20:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile [2024-01-04T19:06:45.596Z] [DEBUG] org.sonatype.plexus:plexus-cipher:jar:1.4:compile [2024-01-04T19:06:45.596Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.597Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.598Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [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-01-04T19:06:45.599Z] [DEBUG] Using transporter HttpTransporter with priority 5.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.599Z] [DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/ [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/2.2.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [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-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar.lastUpdated' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar.lastUpdated' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar.lastUpdated' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [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-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/_remote.repositories' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar.lastUpdated' [2024-01-04T19:06:45.856Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-plugin-registry/2.2.1/_remote.repositories' [2024-01-04T19:06:45.857Z] [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-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/_remote.repositories' [2024-01-04T19:06:45.857Z] [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-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/2.2.1/_remote.repositories' [2024-01-04T19:06:45.857Z] [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-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/_remote.repositories' [2024-01-04T19:06:45.857Z] [DEBUG] Writing tracking file '/home/jenkins/.m2/repository/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar.lastUpdated' [2024-01-04T19:06:45.857Z] [DEBUG] Created new class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-01-04T19:06:45.857Z] [DEBUG] Importing foreign packages into class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-01-04T19:06:45.857Z] [DEBUG] Imported: < maven.api [2024-01-04T19:06:45.857Z] [DEBUG] Populating class realm plugin>org.apache.maven.plugins:maven-gpg-plugin:1.6 [2024-01-04T19:06:45.857Z] [DEBUG] Included: org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 [2024-01-04T19:06:45.857Z] [DEBUG] Included: backport-util-concurrent:backport-util-concurrent:jar:3.1 [2024-01-04T19:06:45.857Z] [DEBUG] Included: org.codehaus.plexus:plexus-interpolation:jar:1.11 [2024-01-04T19:06:45.857Z] [DEBUG] Included: junit:junit:jar:3.8.1 [2024-01-04T19:06:45.857Z] [DEBUG] Included: org.codehaus.plexus:plexus-utils:jar:3.0.20 [2024-01-04T19:06:45.857Z] [DEBUG] Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4 [2024-01-04T19:06:45.857Z] [DEBUG] Included: org.sonatype.plexus:plexus-cipher:jar:1.4 [2024-01-04T19:06:45.857Z] [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-01-04T19:06:45.858Z] [DEBUG] Configuring mojo execution 'org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file:default-cli' with basic configurator --> [2024-01-04T19:06:45.858Z] [DEBUG] (f) classifiers = sources,javadoc [2024-01-04T19:06:45.858Z] [DEBUG] (f) defaultKeyring = true [2024-01-04T19:06:45.858Z] [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-20240104.190321-1.jar [2024-01-04T19:06:45.858Z] [DEBUG] (f) files = build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1-sources.jar,build/maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.22.0-SNAPSHOT/org.eclipse.lsp4j-0.22.0-20240104.190321-1-javadoc.jar [2024-01-04T19:06:45.858Z] [DEBUG] (f) generatePom = true [2024-01-04T19:06:45.858Z] [DEBUG] (f) interactive = false [2024-01-04T19:06:45.858Z] [DEBUG] (f) localRepository = id: local [2024-01-04T19:06:45.858Z] url: file:///home/jenkins/.m2/repository/ [2024-01-04T19:06:45.858Z] layout: default [2024-01-04T19:06:45.858Z] snapshots: [enabled => true, update => always] [2024-01-04T19:06:45.858Z] releases: [enabled => true, update => always] [2024-01-04T19:06:45.858Z] blocked: false [2024-01-04T19:06:45.858Z] [2024-01-04T19:06:45.858Z] [DEBUG] (f) offline = false [2024-01-04T19:06:45.858Z] [DEBUG] (f) passphraseServerId = gpg.passphrase [2024-01-04T19:06:45.858Z] [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-20240104.190321-1.pom [2024-01-04T19:06:45.858Z] [DEBUG] (f) project = MavenProject: org.apache.maven:standalone-pom:1 @ [2024-01-04T19:06:45.858Z] [DEBUG] (f) repositoryId = ossrh [2024-01-04T19:06:45.858Z] [DEBUG] (f) repositoryLayout = default [2024-01-04T19:06:45.858Z] [DEBUG] (f) retryFailedDeploymentCount = 1 [2024-01-04T19:06:45.858Z] [DEBUG] (f) settings = org.apache.maven.execution.SettingsAdapter@6d229b1c [2024-01-04T19:06:45.858Z] [DEBUG] (f) types = jar,jar [2024-01-04T19:06:45.858Z] [DEBUG] (f) uniqueVersion = true [2024-01-04T19:06:45.858Z] [DEBUG] (f) updateReleaseInfo = false [2024-01-04T19:06:45.858Z] [DEBUG] (f) url = https://oss.sonatype.org/content/repositories/snapshots/ [2024-01-04T19:06:45.858Z] [DEBUG] (f) useAgent = true [2024-01-04T19:06:45.858Z] [DEBUG] -- end configuration -- [2024-01-04T19:06:47.751Z] gpg: no default secret key: Bad passphrase [2024-01-04T19:06:47.751Z] gpg: signing failed: Bad passphrase [2024-01-04T19:06:47.752Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:06:47.752Z] [INFO] BUILD FAILURE [2024-01-04T19:06:47.752Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:06:47.752Z] [INFO] Total time: 3.178 s [2024-01-04T19:06:47.752Z] [INFO] Finished at: 2024-01-04T19:06:47Z [2024-01-04T19:06:47.752Z] [INFO] ------------------------------------------------------------------------ [2024-01-04T19:06:47.752Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) on project standalone-pom: Exit code: 2 -> [Help 1] [2024-01-04T19:06:47.752Z] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign-and-deploy-file (default-cli) on project standalone-pom: Exit code: 2 [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:333) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-01-04T19:06:47.752Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-01-04T19:06:47.752Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-01-04T19:06:47.752Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-01-04T19:06:47.752Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-01-04T19:06:47.752Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-01-04T19:06:47.752Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-01-04T19:06:47.752Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-01-04T19:06:47.752Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [2024-01-04T19:06:47.752Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) [2024-01-04T19:06:47.752Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [2024-01-04T19:06:47.752Z] at java.lang.reflect.Method.invoke (Method.java:566) [2024-01-04T19:06:47.752Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-01-04T19:06:47.752Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-01-04T19:06:47.752Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-01-04T19:06:47.752Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-01-04T19:06:47.752Z] Caused by: org.apache.maven.plugin.MojoExecutionException: Exit code: 2 [2024-01-04T19:06:47.752Z] at org.apache.maven.plugin.gpg.GpgSigner.generateSignatureForFile (GpgSigner.java:167) [2024-01-04T19:06:47.752Z] at org.apache.maven.plugin.gpg.AbstractGpgSigner.generateSignatureForArtifact (AbstractGpgSigner.java:205) [2024-01-04T19:06:47.752Z] at org.apache.maven.plugin.gpg.SignAndDeployFileMojo.execute (SignAndDeployFileMojo.java:329) [2024-01-04T19:06:47.752Z] at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174) [2024-01-04T19:06:47.752Z] at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162) [2024-01-04T19:06:47.753Z] at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53) [2024-01-04T19:06:47.753Z] at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118) [2024-01-04T19:06:47.753Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261) [2024-01-04T19:06:47.753Z] at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173) [2024-01-04T19:06:47.753Z] at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101) [2024-01-04T19:06:47.753Z] at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906) [2024-01-04T19:06:47.753Z] at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283) [2024-01-04T19:06:47.753Z] at org.apache.maven.cli.MavenCli.main (MavenCli.java:206) [2024-01-04T19:06:47.753Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method) [2024-01-04T19:06:47.753Z] at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62) [2024-01-04T19:06:47.753Z] at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43) [2024-01-04T19:06:47.753Z] at java.lang.reflect.Method.invoke (Method.java:566) [2024-01-04T19:06:47.753Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283) [2024-01-04T19:06:47.753Z] at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226) [2024-01-04T19:06:47.753Z] at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407) [2024-01-04T19:06:47.753Z] at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348) [2024-01-04T19:06:47.753Z] [ERROR] [2024-01-04T19:06:47.753Z] [ERROR] [2024-01-04T19:06:47.753Z] [ERROR] For more information about the errors and possible solutions, please read the following articles: [2024-01-04T19:06:47.753Z] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [2024-01-04T19:06:47.753Z] [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-01-04T19:06:47.753Z] [DEBUG] Shutting down 'file-lock' factory [2024-01-04T19:06:47.753Z] [DEBUG] Shutting down 'rwlock-local' factory [2024-01-04T19:06:47.753Z] [DEBUG] Shutting down 'semaphore-local' factory [2024-01-04T19:06:47.753Z] [DEBUG] Shutting down 'noop' factory [Pipeline] } [2024-01-04T19:06:48.018Z] $ ssh-agent -k [2024-01-04T19:06:48.024Z] unset SSH_AUTH_SOCK; [2024-01-04T19:06:48.024Z] unset SSH_AGENT_PID; [2024-01-04T19:06:48.024Z] echo Agent pid 1416 killed; [2024-01-04T19:06:48.028Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] junit [2024-01-04T19:06:52.469Z] Recording test results [2024-01-04T19:06:53.080Z] [Checks API] No suitable checks publisher found. [Pipeline] archiveArtifacts [2024-01-04T19:06:53.344Z] Archiving artifacts [Pipeline] script [Pipeline] { [Pipeline] matrixSendMessage [2024-01-04T19:07:00.055Z] Sending Matrix message {type: 'm.text', format: 'org.matrix.custom.html', body: 'FAILURE => FAILURE https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/main/125/ | lsp4j-multi-build/main#125', formattedBody: '
FAILURE => FAILURE | lsp4j-multi-build/main#125
'} to {https: true, hostname: 'matrix.eclipse.org', port: null} with access token [2024-01-04T19:07:00.381Z] Matrix message sent [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 ERROR: script returned exit code 1 GitHub has been notified of this commit’s build result Finished: FAILURE