Skip to content

Console Output

Started by user David Thompson
Running as David Thompson
Obtained Release.Jenkinsfile from git git@github.com:eclipse/lsp4mp.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-wlwfj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-wlwfj"
  namespace: "lsp4mp"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lsp4mp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-wlwfj"
    - 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: "basic-wlwfj"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lsp4mp.svc.cluster.local/lsp4mp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic: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"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      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-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      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-lsp4mp"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-wlwfj in /home/jenkins/agent/workspace/lsp4mp-release
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse/lsp4mp.git
 > git init /home/jenkins/agent/workspace/lsp4mp-release # timeout=10
Fetching upstream changes from git@github.com:eclipse/lsp4mp.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/lsp4mp-release@tmp/jenkins-gitclient-ssh4395392911296343923.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse/lsp4mp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 0d7ee26f3b6ee44c785bd49e5d65d2d59b9734af (refs/remotes/origin/master)
 > git config remote.origin.url git@github.com:eclipse/lsp4mp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
Commit message: "Temporarily disable tests for jdt component in order to release"
 > git checkout -f 0d7ee26f3b6ee44c785bd49e5d65d2d59b9734af # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 0d7ee26f3b6ee44c785bd49e5d65d2d59b9734af # timeout=10
 > git rev-list --no-walk cbd01dbcd1fd6865bf27c09b06404d1672a0b3e2 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Release LSP4MP Language Server)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] withMaven
$ /bin/sh -c "which mvn"
[withMaven] WARNING: You are running an old version of Maven (UNKNOWN), you should update to at least 3.8.x
[Pipeline] {
[Pipeline] sh
+ VERSION=0.11.3
[Pipeline] sh
+ cd microprofile.ls/org.eclipse.lsp4mp.ls
+ ./mvnw versions:set -DnewVersion=0.11.3
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210638-8342239142495859222727.log.tmp ...
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls >--------------
[INFO] Building MicroProfile Language Server 0.11.0-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.16.2:set (default-cli) @ org.eclipse.lsp4mp.ls ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls
[INFO] Processing change of org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:0.11.0-SNAPSHOT -> 0.11.3
[INFO] Processing org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls
[INFO]     Updating project org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls
[INFO]         from version 0.11.0-SNAPSHOT to 0.11.3
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.597 s
[INFO] Finished at: 2024-02-01T21:06:42Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210638-8342239142495859222727.log
+ ./mvnw versions:set-scm-tag -DnewTag=0.11.3
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210643-95216774277860372335519.log.tmp ...
[INFO] Scanning for projects...
[INFO] 
[INFO] --------------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls >--------------
[INFO] Building MicroProfile Language Server 0.11.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- versions:2.16.2:set-scm-tag (default-cli) @ org.eclipse.lsp4mp.ls ---
[INFO] Updating tag: ${project.version} -> 0.11.3
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.164 s
[INFO] Finished at: 2024-02-01T21:06:45Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210643-95216774277860372335519.log
+ ./mvnw clean deploy -B -Peclipse-sign -Dcbi.jarsigner.skip=false
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210646-6784174537413280351772.log.tmp ...
[INFO] Scanning for projects...
[WARNING] The requested profile "eclipse-sign" could not be activated because it does not exist.
[INFO] 
[INFO] --------------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls >--------------
[INFO] Building MicroProfile Language Server 0.11.3
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4mp.ls ---
[INFO] 
[INFO] --- build-helper:3.2.0:parse-version (parse-version) @ org.eclipse.lsp4mp.ls ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.lsp4mp.ls ---
[INFO] Copying 1 resource from src/main/resources to target/classes
[INFO] Copying 8 resources from src/main/resources to target/classes
[INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ org.eclipse.lsp4mp.ls ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 177 source files with javac [debug target 1.8] to target/classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/java/org/eclipse/lsp4mp/services/properties/PropertiesFileLanguageService.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/java/org/eclipse/lsp4mp/services/properties/PropertiesFileLanguageService.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/java/org/eclipse/lsp4mp/ls/commons/TextDocuments.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/main/java/org/eclipse/lsp4mp/ls/commons/TextDocuments.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.lsp4mp.ls ---
[INFO] Copying 14 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ org.eclipse.lsp4mp.ls ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 39 source files with javac [debug target 1.8] to target/test-classes
[WARNING] bootstrap class path not set in conjunction with -source 8
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/test/java/org/eclipse/lsp4mp/services/properties/PropertiesFileAssert.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/src/test/java/org/eclipse/lsp4mp/services/properties/PropertiesFileAssert.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ org.eclipse.lsp4mp.ls ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
[INFO] Running org.eclipse.lsp4mp.extensions.reactivemessaging.MicroProfileReactiveMessagingCompletionTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.eclipse.lsp4mp.extensions.reactivemessaging.MicroProfileReactiveMessagingCompletionTest
[INFO] Running org.eclipse.lsp4mp.extensions.ExtendedMicroProfileProjectInfoTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.lsp4mp.extensions.ExtendedMicroProfileProjectInfoTest
[INFO] Running org.eclipse.lsp4mp.ls.deadlock.MicroProfileLanguageServerDeadlockTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.051 s -- in org.eclipse.lsp4mp.ls.deadlock.MicroProfileLanguageServerDeadlockTest
[INFO] Running org.eclipse.lsp4mp.ls.java.JavaTextDocumentSnippetRegistryTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s -- in org.eclipse.lsp4mp.ls.java.JavaTextDocumentSnippetRegistryTest
[INFO] Running org.eclipse.lsp4mp.ls.java.JavaTextDocumentsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.eclipse.lsp4mp.ls.java.JavaTextDocumentsTest
[INFO] Running org.eclipse.lsp4mp.ls.commons.snippets.SnippetRegistryTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.eclipse.lsp4mp.ls.commons.snippets.SnippetRegistryTest
[INFO] Running org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoLoadingTest
Feb 01, 2024 9:06:56 PM org.eclipse.lsp4mp.ls.MicroProfileLanguageServer initialize
INFO: Initializing MicroProfile server 0.11.3-20240201-2106 with /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Feb 01, 2024 9:06:58 PM org.eclipse.lsp4mp.ls.MicroProfileLanguageServer initialize
INFO: Initializing MicroProfile server 0.11.3-20240201-2106 with /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.649 s -- in org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoLoadingTest
[INFO] Running org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCacheTest
Feb 01, 2024 9:06:59 PM org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCache lambda$getProjectInfo$0
WARNING: Error while getting MicroProfileProjectInfo (classpath) for 'application.properties'
java.util.concurrent.CompletionException: java.lang.UnsupportedOperationException
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:332)
	at java.base/java.util.concurrent.CompletableFuture.uniApplyNow(CompletableFuture.java:674)
	at java.base/java.util.concurrent.CompletableFuture.uniApplyStage(CompletableFuture.java:662)
	at java.base/java.util.concurrent.CompletableFuture.thenApply(CompletableFuture.java:2168)
	at org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCache.getProjectInfoFromCache(MicroProfileProjectInfoCache.java:77)
	at org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCache.getProjectInfo(MicroProfileProjectInfoCache.java:62)
	at org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCacheTest.getProjectInfoCacheProviderException(MicroProfileProjectInfoCacheTest.java:149)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:385)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:162)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:507)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:495)
Caused by: java.lang.UnsupportedOperationException
	at org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCacheTest$MicroProfileProjectInfoProviderThrowException.getProjectInfo(MicroProfileProjectInfoCacheTest.java:87)
	at org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCache.getProjectInfoFromCache(MicroProfileProjectInfoCache.java:76)
	... 30 more

[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.007 s -- in org.eclipse.lsp4mp.ls.properties.MicroProfileProjectInfoCacheTest
[INFO] Running org.eclipse.lsp4mp.ls.MicroProfileLanguageServerScopeChangedTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.eclipse.lsp4mp.ls.MicroProfileLanguageServerScopeChangedTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileCodeActionsTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.159 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileCodeActionsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionInlayHintTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionInlayHintTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionCodeActionsTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionCodeActionsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionDefinitionTest
[INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionDefinitionTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionDiagnosticsTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionDiagnosticsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionHoverTest
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
Feb 01, 2024 9:07:04 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$getResolvedValue$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionHoverTest
[INFO] Running org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionCompletionTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.lsp4mp.services.properties.expressions.PropertiesFileExpressionCompletionTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileDocumentHighlightTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileDocumentHighlightTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileRequiredCodeActionTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileRequiredCodeActionTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileCompletionTest
[INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.417 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileCompletionTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileDiagnosticsTest
[INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileDiagnosticsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileFormatterTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileFormatterTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileRequiredDiagnosticsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileRequiredDiagnosticsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileDefinitionTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileDefinitionTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileSymbolsTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileSymbolsTest
[INFO] Running org.eclipse.lsp4mp.services.properties.PropertiesFileHoverTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.eclipse.lsp4mp.services.properties.PropertiesFileHoverTest
[INFO] Running org.eclipse.lsp4mp.settings.SettingsTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.settings.SettingsTest
[INFO] Running org.eclipse.lsp4mp.settings.MicroProfileExtensionSettingsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.settings.MicroProfileExtensionSettingsTest
[INFO] Running org.eclipse.lsp4mp.settings.capabilities.MicroProfileCapabilitiesTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.lsp4mp.settings.capabilities.MicroProfileCapabilitiesTest
[INFO] Running org.eclipse.lsp4mp.utils.JSONSchemaUtilsTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.lsp4mp.utils.JSONSchemaUtilsTest
[INFO] Running org.eclipse.lsp4mp.utils.EnvUtilsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.utils.EnvUtilsTest
[INFO] Running org.eclipse.lsp4mp.utils.URIUtilsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.utils.URIUtilsTest
[INFO] Running org.eclipse.lsp4mp.commons.MicroProfileProjectInfoTest
[WARNING] Tests run: 12, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in org.eclipse.lsp4mp.commons.MicroProfileProjectInfoTest
[INFO] Running org.eclipse.lsp4mp.parser.PropertiesModelTest
[INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.lsp4mp.parser.PropertiesModelTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 343, Failures: 0, Errors: 0, Skipped: 1
[INFO] 
[INFO] 
[INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.lsp4mp.ls ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3.jar
[INFO] 
[INFO] --- jar:3.2.0:test-jar (default) @ org.eclipse.lsp4mp.ls ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-tests.jar
[INFO] 
[INFO] --- assembly:3.6.0:single (make-assembly) @ org.eclipse.lsp4mp.ls ---
[INFO] Reading assembly descriptor: src/assembly/distribution.xml
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-uber.jar
[INFO] 
[INFO] >>> source:3.2.0:jar (default) > generate-sources @ org.eclipse.lsp4mp.ls >>>
[INFO] 
[INFO] --- build-helper:3.2.0:parse-version (parse-version) @ org.eclipse.lsp4mp.ls ---
[INFO] 
[INFO] <<< source:3.2.0:jar (default) < generate-sources @ org.eclipse.lsp4mp.ls <<<
[INFO] 
[INFO] 
[INFO] --- source:3.2.0:jar (default) @ org.eclipse.lsp4mp.ls ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-sources.jar
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ org.eclipse.lsp4mp.ls ---
[INFO] Installing /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml to /home/jenkins/.m2/repository/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3.pom
[INFO] Installing /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3.jar to /home/jenkins/.m2/repository/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3.jar
[INFO] Installing /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-tests.jar to /home/jenkins/.m2/repository/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-tests.jar
[INFO] Installing /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-uber.jar to /home/jenkins/.m2/repository/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-uber.jar
[INFO] Installing /home/jenkins/agent/workspace/lsp4mp-release/microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-sources.jar to /home/jenkins/.m2/repository/org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-sources.jar
[INFO] 
[INFO] --- deploy:3.1.1:deploy (default-deploy) @ org.eclipse.lsp4mp.ls ---
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.995 s
[INFO] Finished at: 2024-02-01T21:07:14Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "eclipse-sign" could not be activated because it does not exist.
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210646-6784174537413280351772.log
+ cd ../../microprofile.jdt
+ ./mvnw -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.11.3-SNAPSHOT
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210716-2898176305331592887844.log.tmp ...
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] microprofile.jdt.ls :: parent                                      [pom]
[INFO] MicroProfile JDT LS Extension                           [eclipse-plugin]
[INFO] lsp4mp :: Target Platform                    [eclipse-target-definition]
[INFO] microprofile.jdt.ls :: test                        [eclipse-test-plugin]
[INFO] microprofile.jdt.ls :: update site                  [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.lsp4mp:parent >----------------------
[INFO] Building microprofile.jdt.ls :: parent 0.11.0-SNAPSHOT             [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- tycho-versions:4.0.5:set-version (default-cli) @ parent ---
[INFO] Making changes in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt
[INFO]   pom.xml//project/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 0.11.0.qualifier => 0.11.3.qualifier
[INFO]   pom.xml//project/parent/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO]   pom.xml//project/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp
[INFO]   pom.xml//project/parent/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO]   pom.xml//project/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test
[INFO]   META-INF/MANIFEST.MF//Bundle-Version: 0.11.0.qualifier => 0.11.3.qualifier
[INFO]   pom.xml//project/parent/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO]   pom.xml//project/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO] Making changes in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.site
[INFO]   pom.xml//project/parent/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO]   pom.xml//project/version: 0.11.0-SNAPSHOT => 0.11.3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for microprofile.jdt.ls :: parent 0.11.0-SNAPSHOT:
[INFO] 
[INFO] microprofile.jdt.ls :: parent ...................... SUCCESS [  2.011 s]
[INFO] MicroProfile JDT LS Extension ...................... SKIPPED
[INFO] lsp4mp :: Target Platform .......................... SKIPPED
[INFO] microprofile.jdt.ls :: test ........................ SKIPPED
[INFO] microprofile.jdt.ls :: update site ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10.269 s
[INFO] Finished at: 2024-02-01T21:07:26Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210716-2898176305331592887844.log
+ ./mvnw versions:set-scm-tag -DnewTag=0.11.3
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210728-725118404806510061621.log.tmp ...
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/org.eclipse.lsp4mp.jdt.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@30a8ac50...
[INFO] Resolving MavenDependencyRoots = [GroupId = io.smallrye.common, ArtifactId = smallrye-common-expression, Version = 1.12.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] io.smallrye.common:smallrye-common-expression:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-expression
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-expression" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] io.smallrye.common:smallrye-common-function:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-function
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-function" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] io.smallrye.common:smallrye-common-constraint:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-constraint
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-constraint" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/jdt/ls/org.eclipse.jdt.ls.tp/1.32.0-SNAPSHOT/org.eclipse.jdt.ls.tp-1.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@30a8ac50...
[INFO] Resolving MavenDependencyRoots = [GroupId = commons-codec, ArtifactId = commons-codec, Version = 1.16.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-lang3, Version = 3.14.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] Adding repository https://download.eclipse.org/jdtls/snapshots/repository/latest
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.core:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.test:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.site:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] microprofile.jdt.ls :: parent                                      [pom]
[INFO] MicroProfile JDT LS Extension                           [eclipse-plugin]
[INFO] lsp4mp :: Target Platform                    [eclipse-target-definition]
[INFO] microprofile.jdt.ls :: test                        [eclipse-test-plugin]
[INFO] microprofile.jdt.ls :: update site                  [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.lsp4mp:parent >----------------------
[INFO] Building microprofile.jdt.ls :: parent 0.11.3-SNAPSHOT             [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.16.2:set-scm-tag (default-cli) @ parent ---
[INFO] Updating tag: ${project.version} -> 0.11.3
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for microprofile.jdt.ls :: parent 0.11.3-SNAPSHOT:
[INFO] 
[INFO] microprofile.jdt.ls :: parent ...................... SUCCESS [  0.464 s]
[INFO] MicroProfile JDT LS Extension ...................... SKIPPED
[INFO] lsp4mp :: Target Platform .......................... SKIPPED
[INFO] microprofile.jdt.ls :: test ........................ SKIPPED
[INFO] microprofile.jdt.ls :: update site ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.833 s
[INFO] Finished at: 2024-02-01T21:07:58Z
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210728-725118404806510061621.log
+ ./mvnw clean verify -B -Peclipse-sign -DskipTests
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp-release/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.9+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210759-5121573826908031596841.log.tmp ...
[INFO] Scanning for projects...
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[WARNING] No explicit target runtime environment configuration. Build is platform dependent.
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/org.eclipse.lsp4mp.jdt.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@58dd1d0c...
[INFO] Resolving MavenDependencyRoots = [GroupId = io.smallrye.common, ArtifactId = smallrye-common-expression, Version = 1.12.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] io.smallrye.common:smallrye-common-expression:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-expression
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-expression" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] io.smallrye.common:smallrye-common-function:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-function
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-function" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] io.smallrye.common:smallrye-common-constraint:1.12.0 is wrapped as a bundle with bundle symbolic name wrapped.io.smallrye.common.smallrye-common-constraint
[INFO] The artifact can be referenced in feature files with the following data: <plugin id="wrapped.io.smallrye.common.smallrye-common-constraint" version=" 1.12.0" download-size="0" install-size="0" unpack="false"/>
[INFO] Resolving target definition file:/home/jenkins/.m2/repository/org/eclipse/jdt/ls/org.eclipse.jdt.ls.tp/1.32.0-SNAPSHOT/org.eclipse.jdt.ls.tp-1.32.0-SNAPSHOT.target for environments=[linux/gtk/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@58dd1d0c...
[INFO] Resolving MavenDependencyRoots = [GroupId = commons-codec, ArtifactId = commons-codec, Version = 1.16.0, ArtifactType = jar, IncludeDependencyScope = , GroupId = org.apache.commons, ArtifactId = commons-lang3, Version = 3.14.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] Resolving MavenDependencyRoots = [GroupId = jakarta.servlet, ArtifactId = jakarta.servlet-api, Version = 5.0.0, ArtifactType = jar, IncludeDependencyScope = ], IncludeDependencyScope = [compile], MissingManifestStrategy = GENERATE, IncludeSource = true...
[INFO] Adding repository https://download.eclipse.org/jdtls/snapshots/repository/latest
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.core:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.test:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.site:0.11.3-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] microprofile.jdt.ls :: parent                                      [pom]
[INFO] MicroProfile JDT LS Extension                           [eclipse-plugin]
[INFO] lsp4mp :: Target Platform                    [eclipse-target-definition]
[INFO] microprofile.jdt.ls :: test                        [eclipse-test-plugin]
[INFO] microprofile.jdt.ls :: update site                  [eclipse-repository]
[INFO] 
[INFO] ---------------------< org.eclipse.lsp4mp:parent >----------------------
[INFO] Building microprofile.jdt.ls :: parent 0.11.3-SNAPSHOT             [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ parent ---
[INFO] 
[INFO] -----------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.core >-----------
[INFO] Building MicroProfile JDT LS Extension 0.11.3-SNAPSHOT             [2/5]
[INFO]   from org.eclipse.lsp4mp.jdt.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] The project's OSGi version is 0.11.3.20240201-2107
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Resolving class path of MicroProfile JDT LS Extension...
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/../target/jacoco.exec,append=true,includes=org.eclipse.lsp4mp.jdt.*
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.lsp4mp.jdt.core ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 211 source files to /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:testCompile (default-testCompile) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4mp.jdt.core ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-sources.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4mp.jdt.core ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-sources.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-surefire:3.0.5:integration-test (default-integration-test) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Skipping tests
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.lsp4mp.jdt.core ---
[INFO] Tests are skipped.
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] ------------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.tp >------------
[INFO] Building lsp4mp :: Target Platform 0.11.3-SNAPSHOT                 [3/5]
[INFO]   from org.eclipse.lsp4mp.jdt.tp/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4mp.jdt.tp ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-target-definition (default-package-target-definition) @ org.eclipse.lsp4mp.jdt.tp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4mp.jdt.tp ---
[INFO] 
[INFO] -----------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.test >-----------
[INFO] Building microprofile.jdt.ls :: test 0.11.3-SNAPSHOT               [4/5]
[INFO]   from org.eclipse.lsp4mp.jdt.test/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier (default-build-qualifier) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] The project's OSGi version is 0.11.3.20240201-2107
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-id (default-validate-id) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:validate-version (default-validate-version) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] 
[INFO] --- tycho-compiler:3.0.5:validate-classpath (default-validate-classpath) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Resolving class path of microprofile.jdt.ls :: test...
[INFO] 
[INFO] --- jacoco:0.8.8:prepare-agent (default) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.8/org.jacoco.agent-0.8.8-runtime.jar=destfile=/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/../target/jacoco.exec,append=true,includes=org.eclipse.lsp4mp.jdt.*
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.5:compile (default-compile) @ org.eclipse.lsp4mp.jdt.test ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 51 source files to /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.5:declarative-services (default-declarative-services) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.lsp4mp.jdt.test ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-source:3.0.5:plugin-source (attach-source) @ org.eclipse.lsp4mp.jdt.test ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-sources.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-packaging:3.0.5:package-plugin (default-package-plugin) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Building jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-p2:3.0.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.lsp4mp.jdt.test ---
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-sources.jar
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- assembly:3.6.0:single (default) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Reading assembly descriptor: src/main/assembly/projects.xml
[INFO] Building zip: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/projects/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-projects.zip
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] --- tycho-surefire:3.0.5:test (default-test) @ org.eclipse.lsp4mp.jdt.test ---
[INFO] Skipping tests
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] 
[INFO] -----------< org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.site >-----------
[INFO] Building microprofile.jdt.ls :: update site 0.11.3-SNAPSHOT        [5/5]
[INFO]   from org.eclipse.lsp4mp.jdt.site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] 
[INFO] --- tycho-packaging:3.0.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] The project's OSGi version is 0.11.3.20240201-2107
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.5:target-platform (default-target-platform) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-products (default-publish-products) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:publish-categories (default-publish-categories) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:assemble-repository (default-assemble-repository) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.lsp4mp.jdt.core.source,0.11.3.20240201-2107.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.jboss.logging.jboss-logging,3.4.3.Final.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,wrapped.io.smallrye.common.smallrye-common-expression,1.12.0.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.lsp4mp.jdt.test,0.11.3.20240201-2107.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,wrapped.io.smallrye.common.smallrye-common-function,1.12.0.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.lsp4mp.jdt.test.source,0.11.3.20240201-2107.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,wrapped.io.smallrye.common.smallrye-common-constraint,1.12.0.
[WARNING] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.lsp4mp.jdt.core,0.11.3.20240201-2107.
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:archive-repository (default-archive-repository) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/lsp4mp-release/microprofile.jdt/org.eclipse.lsp4mp.jdt.site/target/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.lsp4mp.jdt.site ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.5:assemble-repository (assemble-repository) @ org.eclipse.lsp4mp.jdt.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[ERROR] [12fcf9f2-c396-4ef2-a682-3e05118e0680][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.5] Unexpected error loading extension: org.eclipse.equinox.p2.artifact.repository.XZedRepository
java.lang.NullPointerException: Cannot invoke "java.net.URI.getScheme()" because the return value of "org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.getLocation()" is null
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isLocal (SimpleArtifactRepository.java:1150)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.SimpleArtifactRepository.isModifiable (SimpleArtifactRepository.java:1155)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:96)
    at org.eclipse.equinox.internal.p2.artifact.repository.simple.XZedSimpleArtifactRepositoryFactory.load (XZedSimpleArtifactRepositoryFactory.java:42)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.factoryLoad (ArtifactRepositoryManager.java:92)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:787)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository (AbstractRepositoryManager.java:685)
    at org.eclipse.equinox.internal.p2.artifact.repository.ArtifactRepositoryManager.loadRepository (ArtifactRepositoryManager.java:131)
    at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.addRepository (AbstractApplication.java:156)
    at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeDestination (AbstractApplication.java:228)
    at org.eclipse.tycho.p2.tools.mirroring.MirrorApplication.initializeDestination (MirrorApplication.java:72)
    at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.processDestinationRepos (AbstractApplication.java:174)
    at org.eclipse.equinox.p2.internal.repository.tools.AbstractApplication.initializeRepos (AbstractApplication.java:138)
    at org.eclipse.equinox.p2.internal.repository.tools.MirrorApplication.run (MirrorApplication.java:200)
    at org.eclipse.tycho.p2.tools.mirroring.MirrorApplicationServiceImpl.mirrorReactor (MirrorApplicationServiceImpl.java:176)
    at org.eclipse.tycho.plugins.p2.repository.AssembleRepositoryMojo.execute (AssembleRepositoryMojo.java:217)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:126)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:328)
    at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute (MojoExecutor.java:316)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:212)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:174)
    at org.apache.maven.lifecycle.internal.MojoExecutor.access$000 (MojoExecutor.java:75)
    at org.apache.maven.lifecycle.internal.MojoExecutor$1.run (MojoExecutor.java:162)
    at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute (DefaultMojosExecutionStrategy.java:39)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:159)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:105)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:73)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:53)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:118)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:261)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:173)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:101)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:906)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:283)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:206)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:283)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:226)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:407)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:348)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at jdk.internal.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:77)
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke (Method.java:568)
    at org.apache.maven.wrapper.BootstrapMainStarter.start (BootstrapMainStarter.java:52)
    at org.apache.maven.wrapper.WrapperExecutor.execute (WrapperExecutor.java:161)
    at org.apache.maven.wrapper.MavenWrapperMain.main (MavenWrapperMain.java:73)
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for microprofile.jdt.ls :: parent 0.11.3-SNAPSHOT:
[INFO] 
[INFO] microprofile.jdt.ls :: parent ...................... SUCCESS [  1.837 s]
[INFO] MicroProfile JDT LS Extension ...................... SUCCESS [ 16.442 s]
[INFO] lsp4mp :: Target Platform .......................... SUCCESS [  0.004 s]
[INFO] microprofile.jdt.ls :: test ........................ SUCCESS [  4.705 s]
[INFO] microprofile.jdt.ls :: update site ................. SUCCESS [  2.697 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  41.883 s
[INFO] Finished at: 2024-02-01T21:08:41Z
[INFO] ------------------------------------------------------------------------
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[WARNING] [jenkins-event-spy] Unexpected Maven project file name '.tycho-consumer-pom.xml', problems may occur
[INFO] [jenkins-event-spy] Generated /home/jenkins/agent/workspace/lsp4mp-release@tmp/withMaven622c00b9/maven-spy-20240201-210759-5121573826908031596841.log
+ cd ..
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.0-SNAPSHOT/org.eclipse.lsp4mp.ls-0.11.0-SNAPSHOT.pom
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 94 ms, Findbugs Publisher: 1 ms
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3.pom
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 29 ms
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3.pom
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-tests.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-tests.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-uber.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-uber.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.ls/org.eclipse.lsp4mp.ls/target/org.eclipse.lsp4mp.ls-0.11.3-sources.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.ls/0.11.3/org.eclipse.lsp4mp.ls-0.11.3-sources.jar
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp4mp:org.eclipse.lsp4mp.ls:jar:0.11.3 generated by maven-surefire-plugin:test (default-test): microprofile.ls/org.eclipse.lsp4mp.ls/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.
[withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports.
Recording test results
[Checks API] No suitable checks publisher found.
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 860 ms, Junit Publisher: 593 ms, Findbugs Publisher: 1 ms
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/pom.xml under org/eclipse/lsp4mp/parent/0.11.0-SNAPSHOT/parent-0.11.0-SNAPSHOT.pom
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 20 ms
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/pom.xml under org/eclipse/lsp4mp/parent/0.11.3-SNAPSHOT/parent-0.11.3-SNAPSHOT.pom
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Generated Artifacts Publisher: 17 ms
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/pom.xml under org/eclipse/lsp4mp/parent/0.11.3-SNAPSHOT/parent-0.11.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - FAILURE to archive microprofile.jdt/org.eclipse.lsp4mp.jdt.core/.tycho-consumer-pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT.pom, file not found in workspace /home/jenkins/agent/workspace/lsp4mp-release
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-sources.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/p2content.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-p2metadata.xml
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/p2artifacts.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.11.3-SNAPSHOT-p2artifacts.xml
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.tp/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.tp-0.11.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.tp/org.eclipse.lsp4mp.jdt.target under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.tp/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.tp-0.11.3-SNAPSHOT.target
[withMaven] artifactsPublisher - FAILURE to archive microprofile.jdt/org.eclipse.lsp4mp.jdt.test/.tycho-consumer-pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT.pom, file not found in workspace /home/jenkins/agent/workspace/lsp4mp-release
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-sources.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-sources.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/p2content.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-p2metadata.xml
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/p2artifacts.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-p2artifacts.xml
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/projects/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-projects.zip under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.test/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.test-0.11.3-SNAPSHOT-projects.zip
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.site/pom.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.site/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.site/target/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.zip under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.site/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.zip
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.site/target/p2content.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.site/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT-p2metadata.xml
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.site/target/p2artifacts.xml under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.site/0.11.3-SNAPSHOT/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT-p2artifacts.xml
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.core:eclipse-plugin:0.11.3-SNAPSHOT generated by maven-surefire-plugin:test (default-test): microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.
[withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports.
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.test:eclipse-test-plugin:0.11.3-SNAPSHOT generated by tycho-surefire-plugin:test (default-test): microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/surefire-reports/*.xml
[withMaven] junitPublisher - Jenkins JUnit Attachments Plugin not found, can't publish test attachments.
[withMaven] junitPublisher - Jenkins JUnit Flaky Test Handler Plugin not found, can't publish JUnit flaky tests reports.
Recording test results
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
[withMaven] Jenkins FindBugs Plugin not found, don't display org.codehaus.mojo:findbugs-maven-plugin:findbugs results in pipeline screen.
[withMaven] jgivenPublisher - Jenkins JGiven Plugin not found, do not archive jgiven reports.
[withMaven] Jenkins JaCoCo Plugin not found, don't display org.jacoco:jacoco-maven-plugin:prepare-agent[-integration] results in pipeline screen.
[withMaven] Jenkins Task Scanner Plugin not found, don't display results of source code scanning for 'TODO' and 'FIXME' in pipeline screen.
[withMaven] Publishers: Pipeline Graph Publisher: 1 ms, Generated Artifacts Publisher: 386 ms, Junit Publisher: 77 ms, Dependencies Fingerprint Publisher: 18 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // withEnv
No test report files were found. Configuration error?
No test report files were found. Configuration error?
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to downloads.eclipse.org)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials genie.lsp4mp (ssh://genie.lsp4mp@projects-storage.eclipse.org)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-x3Z9dBUNxroE/agent.5066
SSH_AGENT_PID=5068
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lsp4mp-release@tmp/private_key_10410155529211280870.key (/home/jenkins/agent/workspace/lsp4mp-release@tmp/private_key_10410155529211280870.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ VERSION=0.11.3
[Pipeline] sh
+ targetDir=/home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3
+ ssh genie.lsp4mp@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3
+ ssh genie.lsp4mp@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3
+ scp -r microprofile.jdt/org.eclipse.lsp4mp.jdt.site/target/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.zip genie.lsp4mp@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3
+ ssh genie.lsp4mp@projects-storage.eclipse.org unzip '/home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/*.zip' -d /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository
Archive:  /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/org.eclipse.lsp4mp.jdt.site-0.11.3-SNAPSHOT.zip
   creating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/content.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/org.eclipse.lsp4mp.jdt.core.source_0.11.3.20240201-2107.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/org.jboss.logging.jboss-logging_3.4.3.Final.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/wrapped.io.smallrye.common.smallrye-common-expression_1.12.0.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/org.eclipse.lsp4mp.jdt.test_0.11.3.20240201-2107.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/wrapped.io.smallrye.common.smallrye-common-function_1.12.0.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/org.eclipse.lsp4mp.jdt.test.source_0.11.3.20240201-2107.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/wrapped.io.smallrye.common.smallrye-common-constraint_1.12.0.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/plugins/org.eclipse.lsp4mp.jdt.core_0.11.3.20240201-2107.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/artifacts.jar  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/content.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/artifacts.xml.xz  
  inflating: /home/data/httpd/download.eclipse.org/lsp4mp/releases/0.11.3/repository/p2.index  
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 5068 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Push tag to git)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
[ssh-agent] Using credentials eclipse-lsp4mp-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-0qq8CEmChR2Y/agent.5096
SSH_AGENT_PID=5098
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/lsp4mp-release@tmp/private_key_10218290442834838154.key (/home/jenkins/agent/workspace/lsp4mp-release@tmp/private_key_10218290442834838154.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ VERSION=0.11.3
[Pipeline] sh
+ git config --global user.email lsp4mp-bot@eclipse.org
+ git config --global user.name 'LSP4MP GitHub Bot'
+ git add '**/pom.xml' '**/MANIFEST.MF'
+ git commit -sm 'Release 0.11.3'
[master de6c6b9] Release 0.11.3
 8 files changed, 10 insertions(+), 10 deletions(-)
+ git tag 0.11.3
+ git push origin 0.11.3
To github.com:eclipse/lsp4mp.git
 * [new tag]         0.11.3 -> 0.11.3
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 5098 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS