Skip to content
Failed

Console Output

Push event to branch master
15:34:03 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 2eef85e70011606eca683cd9251190c31faf83b8
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-z2dp3 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-z2dp3"
  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-z2dp3"
    - 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-z2dp3"
    - 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-z2dp3 in /home/jenkins/agent/workspace/lsp4mp_master
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/lsp4mp.git
 > git init /home/jenkins/agent/workspace/lsp4mp_master # timeout=10
Fetching upstream changes from https://github.com/eclipse/lsp4mp.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/lsp4mp.git +refs/heads/master:refs/remotes/origin/master # timeout=10
 > git config remote.origin.url https://github.com/eclipse/lsp4mp.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10
Avoid second fetch
Checking out Revision 2eef85e70011606eca683cd9251190c31faf83b8 (master)
Commit message: "Update eclipse.jdt.ls to 1.36.0-SNAPSHOT"
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 2eef85e70011606eca683cd9251190c31faf83b8 # timeout=10
 > git rev-list --no-walk 8e53e583508cc4d141482a55046cfd76a0362092 # 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] { (Build LSP4MP JDT.LS extension)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[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
+ cd microprofile.jdt
+ ./mvnw clean verify -B -Peclipse-sign
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven7038db3b/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven7038db3b" 
Apache Maven 3.9.4 (dfbb324ad4a7c8fb0bf182e6d91b0ae20e3d2dd9)
Maven home: /home/jenkins/agent/workspace/lsp4mp_master/.m2/wrapper/dists/apache-maven-3.9.4-bin/32a55694/apache-maven-3.9.4
Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven7038db3b/maven-spy-20240515-193420-6971324787452405658333.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_master/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@3c62bae5...
[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.36.0-SNAPSHOT/org.eclipse.jdt.ls.tp-1.36.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@3c62bae5...
[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.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.test:0.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.site:0.12.0-SNAPSHOT @ /home/jenkins/agent/workspace/lsp4mp_master/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.12.0-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.12.0-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.12.0.20240515-1934
[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_master/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_master/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_master/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_master/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_master/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] No tests to run.
[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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-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 ---
[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] No tests to run.
[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.12.0-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.12.0-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.12.0.20240515-1934
[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_master/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_master/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_master/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_master/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_master/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_master/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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.12.0-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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.12.0-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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.12.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/org.eclipse.lsp4mp.jdt.test-0.12.0-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_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/projects/org.eclipse.lsp4mp.jdt.test-0.12.0-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] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/temurin/jdk-17/latest/bin/java)
[INFO] Executing Test Runtime with timeout 600, logs (if any) will be placed at: /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/temurin/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Xmx1G, -DDetectVMInstallationsJob.disabled=true, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.800.v20240426-1701/org.eclipse.equinox.launcher-1.6.800.v20240426-1701.jar, -data, /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/work/data, -install, /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/work, -configuration, /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/surefire.properties, -timeout, 600000]
Picked up JAVA_TOOL_OPTIONS: -Dmaven.ext.class.path="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven7038db3b/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven7038db3b" 
SLF4J(W): No SLF4J providers were found.
SLF4J(W): Defaulting to no-operation (NOP) logger implementation
SLF4J(W): See https://www.slf4j.org/codes.html#noProviders for further details.
Running org.eclipse.lsp4mp.jdt.core.jaxrs.JaxRsUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.JaxRsUtilsTest
org.eclipse.lsp4mp.jdt.core.jaxrs.JaxRsUtilsTest.buildURL  Time elapsed: 0.001 s
Running org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest
May 15, 2024 7:35:47 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: ->- Loading .configSourceProviders extension point ->-
May 15, 2024 7:35:47 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded configSourceProviders: org.eclipse.lsp4mp.jdt.internal.core.providers.MicroProfileConfigSourceProvider
May 15, 2024 7:35:47 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded configSourceProviders: org.eclipse.lsp4mp.jdt.core.TestConfigSourceProvider
May 15, 2024 7:35:47 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: -<- Done loading .configSourceProviders extension point -<-
Tests run: 4, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 57.222 s <<< FAILURE! - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathNoSlash  Time elapsed: 43.655 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.openLibertyJakarta  Time elapsed: 9.943 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathChange  Time elapsed: 2.523 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPath  Time elapsed: 1.097 s  <<< FAILURE!
java.lang.AssertionError: expected:<1> but was:<0>
	at org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.assertCodeLenses(JaxRsApplicationPathCodeLensTest.java:126)
	at org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPath(JaxRsApplicationPathCodeLensTest.java:54)

Running org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 28.389 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.customJaxRsInfoProvider  Time elapsed: 26.57 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.urlCodeLensYaml  Time elapsed: 1.797 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.urlCodeLensProperties  Time elapsed: 0.021 s
Running org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.231 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest.testOpenLiberty  Time elapsed: 0.056 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest.testConfigQuickstart  Time elapsed: 17.174 s
Running org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry loadExtensionJavaASTValidators
INFO: ->- Loading .javaASTValidators extension point ->-
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
May 15, 2024 7:37:32 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry loadExtensionJavaASTValidators
INFO: -<- Done loading .javaASTValidators extension point -<-
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.043 s - in org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.HealthAnnotationMissing  Time elapsed: 3.779 s
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.healthAnnotationMissingv3  Time elapsed: 25.143 s
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.ImplementHealthCheck  Time elapsed: 0.119 s
Running org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-health-quickstart' project.
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: ->- Loading .propertiesProviders extension point ->-
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.jul.properties.JBossLogManagerPropertyProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.config.properties.MicroProfileConfigPropertyProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.config.properties.MicroProfileConfigPropertiesProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.reactivemessaging.properties.MicroProfileReactiveMessagingProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.restclient.properties.MicroProfileRegisterRestClientProvider
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: -<- Done loading .propertiesProviders extension point -<-
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.StaticPropertyProviderRegistry loadExtensionProviders
INFO: ->- Loading .staticPropertyProviders extension point ->-
May 15, 2024 7:37:58 PM org.eclipse.lsp4mp.jdt.internal.core.StaticPropertyProviderRegistry loadExtensionProviders
INFO: -<- Done loading .staticPropertyProviders extension point -<-
May 15, 2024 7:37:59 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-health-quickstart' project in 929ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.955 s - in org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest
org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest.microprofileContextPropagationPropertiesTest  Time elapsed: 0.954 s
Running org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest
May 15, 2024 7:38:01 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-openapi' project.
May 15, 2024 7:38:02 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-openapi' project in 336ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.897 s - in org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest
org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest.microprofileOpenAPIPropertiesTest  Time elapsed: 2.897 s
Running org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest
org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest.GenerateOpenAPIAnnotationsAction  Time elapsed: 0.156 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.438 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationMarkdown  Time elapsed: 2.397 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationForNoDocs  Time elapsed: 0.022 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationPlainText  Time elapsed: 0.018 s
Running org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest
May 15, 2024 7:38:11 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-graphql' project.
May 15, 2024 7:38:11 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-graphql' project in 46ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.928 s - in org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest
org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest.microprofileContextPropagationPropertiesTest  Time elapsed: 6.927 s
Running org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest
org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest.testVoidQueryMethod  Time elapsed: 0.226 s
Running org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest
May 15, 2024 7:38:16 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-opentracing' project.
May 15, 2024 7:38:16 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-opentracing' project in 311ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.639 s - in org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest
org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest.microprofileOpenTracingPropertiesTest  Time elapsed: 4.638 s
Running org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.161 s - in org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testTwoWords  Time elapsed: 0.166 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testEmptyFileContext  Time elapsed: 0.085 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testOneWord  Time elapsed: 0.099 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testInMethodContext  Time elapsed: 0.131 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingInterface  Time elapsed: 0.077 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testAtBeginningOfFile  Time elapsed: 0.027 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeMethodContext  Time elapsed: 0.094 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingEnum  Time elapsed: 0.108 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testInClassContext  Time elapsed: 0.077 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testAfterClassContext  Time elapsed: 0.032 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingAnnotation  Time elapsed: 0.078 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testLombok  Time elapsed: 0.036 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testJustSnippetFileContext  Time elapsed: 0.054 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeClassContext  Time elapsed: 0.046 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeFieldContext  Time elapsed: 0.049 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest.notBelongToEclipseProject  Time elapsed: 0.001 s
Running org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest
May 15, 2024 7:38:24 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-context-propagation' project.
May 15, 2024 7:38:24 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-context-propagation' project in 194ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.764 s - in org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest
org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest.microprofileContextPropagationPropertiesTest  Time elapsed: 6.763 s
Running org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest
May 15, 2024 7:38:26 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-lra' project.
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-lra' project in 255ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.424 s - in org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest
org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest.microprofileLRAPropertiesTest  Time elapsed: 2.424 s
Running org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project.
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project in 117ms.
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project.
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project in 88ms.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 s - in org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest
org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest.configQuickstartFromJavaSources  Time elapsed: 0.128 s
org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest.configQuickstartFromClasspath  Time elapsed: 0.098 s
Running org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project.
May 15, 2024 7:38:27 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart' project in 103ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest
org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest.configItemIntBoolDefaultValueTest  Time elapsed: 0.114 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.088 s - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest.configPropertyNameDefinition  Time elapsed: 1.086 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 27.25 s <<< FAILURE! - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.emptyNameKeyValue  Time elapsed: 25.941 s  <<< FAILURE!
java.lang.AssertionError: 
Unexpected diagnostics:
[] expected:<[Diagnostic [
  range = Range [
    start = Position [
      line = 5
      character = 25
    ]
    end = Position [
      line = 5
      character = 27
    ]
  ]
  severity = Error
  code = Either [
    left = EMPTY_KEY
    right = null
  ]
  codeDescription = null
  source = "microprofile-config"
  message = "The member 'name' can't be empty."
  tags = null
  relatedInformation = null
  data = null
]]> but was:<[]>
	at org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.emptyNameKeyValue(MicroProfileConfigJavaDiagnosticsTest.java:261)

org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.unassignedWithConfigProperties  Time elapsed: 0.022 s  <<< FAILURE!
java.lang.AssertionError: 
Unexpected diagnostics:
[] expected:<[Diagnostic [
  range = Range [
    start = Position [
      line = 13
      character = 32
    ]
    end = Position [
      line = 13
      character = 46
    ]
  ]
  severity = Warning
  code = Either [
    left = NO_VALUE_ASSIGNED_TO_PROPERTY
    right = null
  ]
  codeDescription = null
  source = "microprofile-config"
  message = "The property 'server.old.location' is not assigned a value in any config file, and must be assigned at runtime."
  tags = null
  relatedInformation = null
  data = {"name":"server.old.location"}
]]> but was:<[]>
	at org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.unassignedWithConfigProperties(MicroProfileConfigJavaDiagnosticsTest.java:165)

org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.improperDefaultValuesList  Time elapsed: 0.08 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.noValueAssignedWithIgnore  Time elapsed: 0.064 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.codeActionForUnassigned  Time elapsed: 1.124 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.improperDefaultValues  Time elapsed: 0.019 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.932 s - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNamePrecedence  Time elapsed: 3.181 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameResolveExpression  Time elapsed: 4.252 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameConstructor  Time elapsed: 1.067 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameProfile  Time elapsed: 3.173 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameHover  Time elapsed: 1.07 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameMethod  Time elapsed: 1.068 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameHoverWithProfiles  Time elapsed: 2.121 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.296 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodNoCompletionOutside  Time elapsed: 9.211 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodNoSpacesAroundEquals  Time elapsed: 0.023 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodMultiline  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodCompletion  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodEmptyQuotes  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodCompletionBeginning  Time elapsed: 0.013 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest.fallbackMethodsDefinition  Time elapsed: 0.016 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.622 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidationChronoUnit  Time elapsed: 0.258 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.fallbackMethodsMissing  Time elapsed: 0.039 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidation  Time elapsed: 0.034 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidationClass  Time elapsed: 0.064 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.timeoutClientForValidation  Time elapsed: 0.021 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.asynchronousClassNonFutureOrCompletionStage  Time elapsed: 0.069 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.circuitBreakerClientForValidationDelay  Time elapsed: 0.026 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.asynchronousNonFutureOrCompletionStage  Time elapsed: 0.068 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.fallbackMethodValidationFaultTolerant  Time elapsed: 0.017 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.bulkheadClientForValidation  Time elapsed: 0.025 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest
May 15, 2024 7:39:21 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-fault-tolerance' project.
May 15, 2024 7:39:22 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-fault-tolerance' project in 505ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.565 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest.microprofileFaultTolerancePropertiesTest  Time elapsed: 0.564 s
Running org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol8` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lol9` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `lulz` has exceeded 1 million references, and as such, will not be attempted
May 15, 2024 7:39:34 PM org.eclipse.lsp4mp.commons.utils.PropertyValueExpander lambda$0
WARNING: Property expression expansion for key `org.acme.restclient.CountriesService/mp-rest/url` has exceeded 1 million references, and as such, will not be attempted
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.982 s - in org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensPropertiesWithPropertyExpression  Time elapsed: 12.643 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensPropertiesWithAnnotationBaseUri  Time elapsed: 3.172 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensProperties  Time elapsed: 3.167 s
Running org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.732 s - in org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForFieldsJakarta  Time elapsed: 0.099 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForInterfaceJakarta  Time elapsed: 0.15 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForInterface  Time elapsed: 0.35 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForFields  Time elapsed: 0.133 s
Running org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest
May 15, 2024 7:39:42 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/rest-client-quickstart' project.
May 15, 2024 7:39:42 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/rest-client-quickstart' project in 60ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest
org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest.restClientQuickstart  Time elapsed: 0.068 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.429 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.usingVertxTest  Time elapsed: 7.996 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesMethodTest  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesTest  Time elapsed: 1.393 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesConstructorTest  Time elapsed: 0.013 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.nonExistantFieldTest  Time elapsed: 0.011 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest
May 15, 2024 7:39:53 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart-test' project.
May 15, 2024 7:39:53 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart-test' project in 354ms.
May 15, 2024 7:39:53 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart-test' project.
May 15, 2024 7:39:54 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/config-quickstart-test' project in 159ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.562 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest.configQuickstartTest  Time elapsed: 2.562 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoWithoutPackage  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoNull  Time elapsed: 0.01 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoWithPackage  Time elapsed: 0.011 s
Running org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest
May 15, 2024 7:40:03 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-jwt-quickstart' project.
May 15, 2024 7:40:04 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-jwt-quickstart' project in 706ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.104 s - in org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest
org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest.microProfileContextPropagationPropertiesTest  Time elapsed: 10.103 s
Running org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest
May 15, 2024 7:40:09 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-reactive-messaging' project.
May 15, 2024 7:40:09 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-reactive-messaging' project in 215ms.
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 5.077 s <<< FAILURE! - in org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest
org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest.blankAnnotation  Time elapsed: 4.848 s
org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest.microprofileReactiveMessagingPropertiesTest  Time elapsed: 0.228 s  <<< FAILURE!
java.lang.AssertionError: mp.messaging.outgoing.price-create.connector should only exist once: Actual: mp.messaging.incoming.prices.connector,mp.messaging.outgoing.my-data-stream.connector,mp.messaging.outgoing.generated-price.connector,mp.messaging.emitter.default-buffer-size,smallrye.messaging.emitter.default-buffer-size,mp.messaging.incoming.${smallrye-kafka}.bootstrap.servers,mp.messaging.outgoing.${smallrye-kafka}.bootstrap.servers,mp.messaging.connector.smallrye-kafka.bootstrap.servers,mp.messaging.incoming.${smallrye-kafka}.topic,mp.messaging.outgoing.${smallrye-kafka}.topic,mp.messaging.connector.smallrye-kafka.topic,mp.messaging.incoming.${smallrye-kafka}.key.deserializer,mp.messaging.connector.smallrye-kafka.key.deserializer,mp.messaging.incoming.${smallrye-kafka}.value.deserializer,mp.messaging.connector.smallrye-kafka.value.deserializer,mp.messaging.incoming.${smallrye-kafka}.fetch.min.bytes,mp.messaging.connector.smallrye-kafka.fetch.min.bytes,mp.messaging.incoming.${smallrye-kafka}.group.id,mp.messaging.connector.smallrye-kafka.group.id,mp.messaging.incoming.${smallrye-kafka}.retry,mp.messaging.connector.smallrye-kafka.retry,mp.messaging.incoming.${smallrye-kafka}.retry-attempts,mp.messaging.connector.smallrye-kafka.retry-attempts,mp.messaging.incoming.${smallrye-kafka}.retry-max-wait,mp.messaging.connector.smallrye-kafka.retry-max-wait,mp.messaging.incoming.${smallrye-kafka}.broadcast,mp.messaging.connector.smallrye-kafka.broadcast,mp.messaging.incoming.${smallrye-kafka}.auto.offset.reset,mp.messaging.connector.smallrye-kafka.auto.offset.reset,mp.messaging.incoming.${smallrye-kafka}.failure-strategy,mp.messaging.connector.smallrye-kafka.failure-strategy,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.topic,mp.messaging.connector.smallrye-kafka.dead-letter-queue.topic,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.key.serializer,mp.messaging.connector.smallrye-kafka.dead-letter-queue.key.serializer,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.value.serializer,mp.messaging.connector.smallrye-kafka.dead-letter-queue.value.serializer,mp.messaging.incoming.${smallrye-kafka}.partitions,mp.messaging.connector.smallrye-kafka.partitions,mp.messaging.outgoing.${smallrye-kafka}.key.serializer,mp.messaging.connector.smallrye-kafka.key.serializer,mp.messaging.outgoing.${smallrye-kafka}.value.serializer,mp.messaging.connector.smallrye-kafka.value.serializer,mp.messaging.outgoing.${smallrye-kafka}.acks,mp.messaging.connector.smallrye-kafka.acks,mp.messaging.outgoing.${smallrye-kafka}.buffer.memory,mp.messaging.connector.smallrye-kafka.buffer.memory,mp.messaging.outgoing.${smallrye-kafka}.retries,mp.messaging.connector.smallrye-kafka.retries,mp.messaging.outgoing.${smallrye-kafka}.key,mp.messaging.connector.smallrye-kafka.key,mp.messaging.outgoing.${smallrye-kafka}.partition,mp.messaging.connector.smallrye-kafka.partition,mp.messaging.outgoing.${smallrye-kafka}.waitForWriteCompletion,mp.messaging.connector.smallrye-kafka.waitForWriteCompletion,mp.messaging.outgoing.${smallrye-kafka}.max-inflight-messages,mp.messaging.connector.smallrye-kafka.max-inflight-messages,mp.messaging.incoming.${smallrye-kafka}.consumer-rebalance-listener.name,mp.messaging.connector.smallrye-kafka.consumer-rebalance-listener.name,config_ordinal,mp.context.ThreadContext.propagated,mp.context.ThreadContext.cleared,mp.context.ThreadContext.unchanged,mp.context.ManagedExecutor.cleared,mp.context.ManagedExecutor.propagated,mp.context.ManagedExecutor.maxAsync,mp.context.ManagedExecutor.maxQueued expected:<1> but was:<0>
	at org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest.microprofileReactiveMessagingPropertiesTest(MicroProfileReactiveMessagingTest.java:58)

Running org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.093 s - in org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest.ApplicationScopedAnnotationMissingJakarta  Time elapsed: 0.107 s
org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest.ApplicationScopedAnnotationMissing  Time elapsed: 1.985 s
Running org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest
May 15, 2024 7:40:11 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-metrics' project.
May 15, 2024 7:40:11 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-metrics' project in 76ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest
org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest.microprofileMetricsPropertiesTest  Time elapsed: 0.087 s
Running org.eclipse.lsp4mp.jdt.core.ProjectLabelTest
Downloading https://services.gradle.org/distributions/gradle-7.3-bin.zip
..............................................................................................................
> Task :nothing UP-TO-DATE

BUILD SUCCESSFUL in 25s
> Task :nothing UP-TO-DATE

Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/7.3/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 4s
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 38.793 s - in org.eclipse.lsp4mp.jdt.core.ProjectLabelTest
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameSameFolderName  Time elapsed: 0.885 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelMultipleProjects  Time elapsed: 37.036 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelInfoOnlyMaven  Time elapsed: 0.003 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameGradle  Time elapsed: 0.455 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelQuarkusMaven  Time elapsed: 0.014 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelInfoOnlyGradle  Time elapsed: 0.009 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelQuarkusGradle  Time elapsed: 0.01 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameMaven  Time elapsed: 0.381 s
Running org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest
May 15, 2024 7:40:50 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: Start computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-configproperties' project.
May 15, 2024 7:40:50 PM org.eclipse.lsp4mp.jdt.core.PropertiesManager getMicroProfileProjectInfo
INFO: End computing MicroProfile properties for '/home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/workingProjects/maven/microprofile-configproperties' project in 173ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s - in org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest
org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest.configPropertiesFromJavaSources  Time elapsed: 0.205 s
Running org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s - in org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest
org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest.testGetObjectAsJson  Time elapsed: 0.049 s
org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest.testGetObject  Time elapsed: 0 s
Running org.eclipse.lsp4mp.jdt.internal.core.MicroProfilePropertiesListenerManagerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.002 s - in org.eclipse.lsp4mp.jdt.internal.core.MicroProfilePropertiesListenerManagerTest
org.eclipse.lsp4mp.jdt.internal.core.MicroProfilePropertiesListenerManagerTest skipped
org.eclipse.lsp4mp.jdt.internal.core.MicroProfilePropertiesListenerManagerTest skipped
Running org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.RangeExpressionTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.RangeExpressionTest
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.RangeExpressionTest.emptyExpression  Time elapsed: 0.001 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.RangeExpressionTest.invalidExpression  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.RangeExpressionTest.nullExpression  Time elapsed: 0 s
Running org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testGreaterThanOrEqual  Time elapsed: 0.001 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testBetweenFromExclusive  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testGreaterThanOrEqual2  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testBetweenInclusive  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testGreaterThanOrEqualWithNegativeValue  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.noRule  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testBetweenToExclusive  Time elapsed: 0.001 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testBetweenBothExclusive  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.java.validators.annotations.AnnotationValidatorTest.testGreaterThan  Time elapsed: 0 s
Running org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeWithOnlySources  Time elapsed: 0.001 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeHintsWithForce  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeWithReplace  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeHintsWithReplace  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.merge  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeWithIgnore  Time elapsed: 0 s
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeHintsWithIgnore  Time elapsed: 0 s
Running org.eclipse.lsp4mp.common.PropertyReplacerStrategyTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.lsp4mp.common.PropertyReplacerStrategyTest
org.eclipse.lsp4mp.common.PropertyReplacerStrategyTest.bracketReplacerTest  Time elapsed: 0 s
org.eclipse.lsp4mp.common.PropertyReplacerStrategyTest.nullReplacerTest  Time elapsed: 0 s
org.eclipse.lsp4mp.common.PropertyReplacerStrategyTest.expressionReplacerTest  Time elapsed: 0 s

Results:

Failures: 
  MicroProfileConfigJavaDiagnosticsTest.emptyNameKeyValue:261 Unexpected diagnostics:
[] expected:<[Diagnostic [
  range = Range [
    start = Position [
      line = 5
      character = 25
    ]
    end = Position [
      line = 5
      character = 27
    ]
  ]
  severity = Error
  code = Either [
    left = EMPTY_KEY
    right = null
  ]
  codeDescription = null
  source = "microprofile-config"
  message = "The member 'name' can't be empty."
  tags = null
  relatedInformation = null
  data = null
]]> but was:<[]>
  MicroProfileConfigJavaDiagnosticsTest.unassignedWithConfigProperties:165 Unexpected diagnostics:
[] expected:<[Diagnostic [
  range = Range [
    start = Position [
      line = 13
      character = 32
    ]
    end = Position [
      line = 13
      character = 46
    ]
  ]
  severity = Warning
  code = Either [
    left = NO_VALUE_ASSIGNED_TO_PROPERTY
    right = null
  ]
  codeDescription = null
  source = "microprofile-config"
  message = "The property 'server.old.location' is not assigned a value in any config file, and must be assigned at runtime."
  tags = null
  relatedInformation = null
  data = {"name":"server.old.location"}
]]> but was:<[]>
  JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPath:54->assertCodeLenses:126 expected:<1> but was:<0>
  MicroProfileReactiveMessagingTest.microprofileReactiveMessagingPropertiesTest:58 mp.messaging.outgoing.price-create.connector should only exist once: Actual: mp.messaging.incoming.prices.connector,mp.messaging.outgoing.my-data-stream.connector,mp.messaging.outgoing.generated-price.connector,mp.messaging.emitter.default-buffer-size,smallrye.messaging.emitter.default-buffer-size,mp.messaging.incoming.${smallrye-kafka}.bootstrap.servers,mp.messaging.outgoing.${smallrye-kafka}.bootstrap.servers,mp.messaging.connector.smallrye-kafka.bootstrap.servers,mp.messaging.incoming.${smallrye-kafka}.topic,mp.messaging.outgoing.${smallrye-kafka}.topic,mp.messaging.connector.smallrye-kafka.topic,mp.messaging.incoming.${smallrye-kafka}.key.deserializer,mp.messaging.connector.smallrye-kafka.key.deserializer,mp.messaging.incoming.${smallrye-kafka}.value.deserializer,mp.messaging.connector.smallrye-kafka.value.deserializer,mp.messaging.incoming.${smallrye-kafka}.fetch.min.bytes,mp.messaging.connector.smallrye-kafka.fetch.min.bytes,mp.messaging.incoming.${smallrye-kafka}.group.id,mp.messaging.connector.smallrye-kafka.group.id,mp.messaging.incoming.${smallrye-kafka}.retry,mp.messaging.connector.smallrye-kafka.retry,mp.messaging.incoming.${smallrye-kafka}.retry-attempts,mp.messaging.connector.smallrye-kafka.retry-attempts,mp.messaging.incoming.${smallrye-kafka}.retry-max-wait,mp.messaging.connector.smallrye-kafka.retry-max-wait,mp.messaging.incoming.${smallrye-kafka}.broadcast,mp.messaging.connector.smallrye-kafka.broadcast,mp.messaging.incoming.${smallrye-kafka}.auto.offset.reset,mp.messaging.connector.smallrye-kafka.auto.offset.reset,mp.messaging.incoming.${smallrye-kafka}.failure-strategy,mp.messaging.connector.smallrye-kafka.failure-strategy,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.topic,mp.messaging.connector.smallrye-kafka.dead-letter-queue.topic,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.key.serializer,mp.messaging.connector.smallrye-kafka.dead-letter-queue.key.serializer,mp.messaging.incoming.${smallrye-kafka}.dead-letter-queue.value.serializer,mp.messaging.connector.smallrye-kafka.dead-letter-queue.value.serializer,mp.messaging.incoming.${smallrye-kafka}.partitions,mp.messaging.connector.smallrye-kafka.partitions,mp.messaging.outgoing.${smallrye-kafka}.key.serializer,mp.messaging.connector.smallrye-kafka.key.serializer,mp.messaging.outgoing.${smallrye-kafka}.value.serializer,mp.messaging.connector.smallrye-kafka.value.serializer,mp.messaging.outgoing.${smallrye-kafka}.acks,mp.messaging.connector.smallrye-kafka.acks,mp.messaging.outgoing.${smallrye-kafka}.buffer.memory,mp.messaging.connector.smallrye-kafka.buffer.memory,mp.messaging.outgoing.${smallrye-kafka}.retries,mp.messaging.connector.smallrye-kafka.retries,mp.messaging.outgoing.${smallrye-kafka}.key,mp.messaging.connector.smallrye-kafka.key,mp.messaging.outgoing.${smallrye-kafka}.partition,mp.messaging.connector.smallrye-kafka.partition,mp.messaging.outgoing.${smallrye-kafka}.waitForWriteCompletion,mp.messaging.connector.smallrye-kafka.waitForWriteCompletion,mp.messaging.outgoing.${smallrye-kafka}.max-inflight-messages,mp.messaging.connector.smallrye-kafka.max-inflight-messages,mp.messaging.incoming.${smallrye-kafka}.consumer-rebalance-listener.name,mp.messaging.connector.smallrye-kafka.consumer-rebalance-listener.name,config_ordinal,mp.context.ThreadContext.propagated,mp.context.ThreadContext.cleared,mp.context.ThreadContext.unchanged,mp.context.ManagedExecutor.cleared,mp.context.ManagedExecutor.propagated,mp.context.ManagedExecutor.maxAsync,mp.context.ManagedExecutor.maxQueued expected:<1> but was:<0>

Tests run: 133, Failures: 4, Errors: 0, Skipped: 2

[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] Reactor Summary for microprofile.jdt.ls :: parent 0.12.0-SNAPSHOT:
[INFO] 
[INFO] microprofile.jdt.ls :: parent ...................... SUCCESS [  1.635 s]
[INFO] MicroProfile JDT LS Extension ...................... SUCCESS [ 22.471 s]
[INFO] lsp4mp :: Target Platform .......................... SUCCESS [  0.006 s]
[INFO] microprofile.jdt.ls :: test ........................ FAILURE [05:13 min]
[INFO] microprofile.jdt.ls :: update site ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:30 min
[INFO] Finished at: 2024-05-15T19:40:51Z
[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_master@tmp/withMaven7038db3b/maven-spy-20240515-193420-6971324787452405658333.log
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.5:test (default-test) on project org.eclipse.lsp4mp.jdt.test: There are test failures.
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/lsp4mp_master/microprofile.jdt/org.eclipse.lsp4mp.jdt.test/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.lsp4mp.jdt.test
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/pom.xml under org/eclipse/lsp4mp/parent/0.12.0-SNAPSHOT/parent-0.12.0-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.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.12.0-SNAPSHOT.pom, file not found in workspace /home/jenkins/agent/workspace/lsp4mp_master
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-SNAPSHOT.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.12.0-SNAPSHOT.jar
[withMaven] artifactsPublisher - Archive artifact microprofile.jdt/org.eclipse.lsp4mp.jdt.core/target/org.eclipse.lsp4mp.jdt.core-0.12.0-SNAPSHOT-sources.jar under org/eclipse/lsp4mp/org.eclipse.lsp4mp.jdt.core/0.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.12.0-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.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.12.0-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.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.core-0.12.0-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.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.tp-0.12.0-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.12.0-SNAPSHOT/org.eclipse.lsp4mp.jdt.tp-0.12.0-SNAPSHOT.target
[withMaven] junitPublisher - Archive test results for Maven artifact org.eclipse.lsp4mp:org.eclipse.lsp4mp.jdt.core:eclipse-plugin:0.12.0-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.12.0-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
[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: 696 ms, Junit Publisher: 778 ms, Dependencies Fingerprint Publisher: 14 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to downloads.eclipse.org)
Stage "Deploy to downloads.eclipse.org" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build LSP4MP Language Server)
Stage "Build LSP4MP Language Server" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy LSP4MP Language Server artifacts to Maven repository)
Stage "Deploy LSP4MP Language Server artifacts to Maven repository" skipped due to earlier failure(s)
[Pipeline] getContext
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
No test report files were found. Configuration error?
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1

GitHub has been notified of this commit’s build result

Finished: FAILURE