Skip to content

Console Output

Push event to branch master
15:52:41 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 8e53e583508cc4d141482a55046cfd76a0362092
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-ck92k is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-ck92k"
  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-ck92k"
    - 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-ck92k"
    - 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-ck92k 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
Avoid second fetch
Checking out Revision 8e53e583508cc4d141482a55046cfd76a0362092 (master)
Commit message: "Update eclipse.jdt.ls to 1.34.0-SNAPSHOT"
 > 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
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 8e53e583508cc4d141482a55046cfd76a0362092 # timeout=10
 > git rev-list --no-walk 302b7a12737de3180eb6d0cf009e8c6a7323ad99 # 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/withMaven5cba7523/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven5cba7523" 
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.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.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] [jenkins-event-spy] Generate /home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven5cba7523/maven-spy-20240319-195258-21414786598992169063741.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@32b5b8f8...
[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.34.0-SNAPSHOT/org.eclipse.jdt.ls.tp-1.34.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@32b5b8f8...
[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.20240319-1952
[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.20240319-1952
[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.700.v20240213-1244/org.eclipse.equinox.launcher-1.6.700.v20240213-1244.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/withMaven5cba7523/pipeline-maven-spy.jar" -Dorg.jenkinsci.plugins.pipeline.maven.reportsFolder="/home/jenkins/agent/workspace/lsp4mp_master@tmp/withMaven5cba7523" 
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.031 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.JaxRsUtilsTest
org.eclipse.lsp4mp.jdt.core.jaxrs.JaxRsUtilsTest.buildURL  Time elapsed: 0.012 s
Running org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest
Mar 19, 2024 7:54:01 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: ->- Loading .configSourceProviders extension point ->-
Mar 19, 2024 7:54:01 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded configSourceProviders: org.eclipse.lsp4mp.jdt.internal.core.providers.MicroProfileConfigSourceProvider
Mar 19, 2024 7:54:01 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded configSourceProviders: org.eclipse.lsp4mp.jdt.core.TestConfigSourceProvider
Mar 19, 2024 7:54:01 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: -<- Done loading .configSourceProviders extension point -<-
Mar 19, 2024 7:54:22 PM org.eclipse.lsp4mp.jdt.internal.jaxrs.java.JaxRsCodeLensParticipant getProviderForType
SEVERE: Attempted to collect JAX-RS info for ApplicationPathResource.java, but no participant was suitable, despite the fact that an earlier check found a suitable participant
Mar 19, 2024 7:54:29 PM org.eclipse.lsp4mp.jdt.internal.jaxrs.java.JaxRsCodeLensParticipant getProviderForType
SEVERE: Attempted to collect JAX-RS info for ApplicationPathResource.java, but no participant was suitable, despite the fact that an earlier check found a suitable participant
Mar 19, 2024 7:54:30 PM org.eclipse.lsp4mp.jdt.internal.jaxrs.java.JaxRsCodeLensParticipant getProviderForType
SEVERE: Attempted to collect JAX-RS info for ApplicationPathResource.java, but no participant was suitable, despite the fact that an earlier check found a suitable participant
Tests run: 4, Failures: 3, Errors: 0, Skipped: 0, Time elapsed: 29.853 s <<< FAILURE! - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathNoSlash  Time elapsed: 21.433 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.urlCodeLensApplicationPathNoSlash(JaxRsApplicationPathCodeLensTest.java:76)

org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.openLibertyJakarta  Time elapsed: 6.283 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathChange  Time elapsed: 1.075 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.urlCodeLensApplicationPathChange(JaxRsApplicationPathCodeLensTest.java:98)

org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPath  Time elapsed: 1.06 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: 11.99 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.customJaxRsInfoProvider  Time elapsed: 10.815 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.urlCodeLensYaml  Time elapsed: 1.159 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsCodeLensTest.urlCodeLensProperties  Time elapsed: 0.015 s
Running org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.038 s - in org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest.testOpenLiberty  Time elapsed: 0.04 s
org.eclipse.lsp4mp.jdt.core.jaxrs.java.JaxRsWorkspaceSymbolParticipantTest.testConfigQuickstart  Time elapsed: 6.997 s
Running org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry loadExtensionJavaASTValidators
INFO: ->- Loading .javaASTValidators extension point ->-
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 PM org.eclipse.lsp4mp.jdt.internal.core.java.validators.JavaASTValidatorRegistry addExtensionJavaASTValidators
INFO:   Loaded javaASTValidators: org.eclipse.lsp4mp.jdt.core
Mar 19, 2024 7:54:52 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: 14.488 s - in org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.HealthAnnotationMissing  Time elapsed: 2.836 s
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.healthAnnotationMissingv3  Time elapsed: 11.494 s
org.eclipse.lsp4mp.jdt.core.health.java.MicroProfileHealthJavaDiagnosticsTest.ImplementHealthCheck  Time elapsed: 0.157 s
Running org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest
Mar 19, 2024 7:55:04 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.
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: ->- Loading .propertiesProviders extension point ->-
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.jul.properties.JBossLogManagerPropertyProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.config.properties.MicroProfileConfigPropertyProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.config.properties.MicroProfileConfigPropertiesProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.faulttolerance.properties.MicroProfileFaultToleranceProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.reactivemessaging.properties.MicroProfileReactiveMessagingProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry addExtensionProviders
INFO:   Loaded propertiesProviders: org.eclipse.lsp4mp.jdt.internal.restclient.properties.MicroProfileRegisterRestClientProvider
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.AbstractMicroProfileProviderRegistry loadExtensionProviders
INFO: -<- Done loading .propertiesProviders extension point -<-
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.StaticPropertyProviderRegistry loadExtensionProviders
INFO: ->- Loading .staticPropertyProviders extension point ->-
Mar 19, 2024 7:55:04 PM org.eclipse.lsp4mp.jdt.internal.core.StaticPropertyProviderRegistry loadExtensionProviders
INFO: -<- Done loading .staticPropertyProviders extension point -<-
Mar 19, 2024 7:55:06 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 1893ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.905 s - in org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest
org.eclipse.lsp4mp.jdt.core.health.properties.MicroProfileHealthTest.microprofileContextPropagationPropertiesTest  Time elapsed: 1.905 s
Running org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest
Mar 19, 2024 7:55:07 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.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.557 s - in org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest
org.eclipse.lsp4mp.jdt.core.openapi.properties.MicroProfileOpenAPITest.microprofileOpenAPIPropertiesTest  Time elapsed: 1.556 s
Running org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest
Mar 19, 2024 7:55:07 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 99ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 s - in org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest
org.eclipse.lsp4mp.jdt.core.openapi.java.GenerateOpenAPIAnnotationsTest.GenerateOpenAPIAnnotationsAction  Time elapsed: 0.045 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationMarkdown  Time elapsed: 1.295 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationForNoDocs  Time elapsed: 0.011 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerDocumentationTest.testCollectDocumentationPlainText  Time elapsed: 0.009 s
Running org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest
Mar 19, 2024 7:55:12 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.
Mar 19, 2024 7:55:12 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 23ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.117 s - in org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest
org.eclipse.lsp4mp.jdt.core.graphql.properties.MicroProfileGraphQLTest.microprofileContextPropagationPropertiesTest  Time elapsed: 3.117 s
Running org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest
org.eclipse.lsp4mp.jdt.core.graphql.java.MicroProfileGraphQLValidationTest.testVoidQueryMethod  Time elapsed: 0.125 s
Running org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest
Mar 19, 2024 7:55:14 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.
Mar 19, 2024 7:55:14 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 89ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.427 s - in org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest
org.eclipse.lsp4mp.jdt.core.opentracing.properties.MicroProfileOpenTracingTest.microprofileOpenTracingPropertiesTest  Time elapsed: 2.427 s
Running org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.519 s - in org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testTwoWords  Time elapsed: 0.041 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testEmptyFileContext  Time elapsed: 0.037 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testOneWord  Time elapsed: 0.028 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testInMethodContext  Time elapsed: 0.056 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingInterface  Time elapsed: 0.026 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testAtBeginningOfFile  Time elapsed: 0.02 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeMethodContext  Time elapsed: 0.029 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingEnum  Time elapsed: 0.046 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testInClassContext  Time elapsed: 0.02 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testAfterClassContext  Time elapsed: 0.021 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testClassContextUsingAnnotation  Time elapsed: 0.065 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testLombok  Time elapsed: 0.029 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testJustSnippetFileContext  Time elapsed: 0.027 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeClassContext  Time elapsed: 0.048 s
org.eclipse.lsp4mp.jdt.core.snippets.JavaFileCursorContextTest.testBeforeFieldContext  Time elapsed: 0.025 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerTest.notBelongToEclipseProject  Time elapsed: 0 s
Running org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest
Mar 19, 2024 7:55:17 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.
Mar 19, 2024 7:55:17 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 91ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.66 s - in org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest
org.eclipse.lsp4mp.jdt.core.contextpropagation.properties.MicroProfileContextPropagationTest.microprofileContextPropagationPropertiesTest  Time elapsed: 2.66 s
Running org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest
Mar 19, 2024 7:55:18 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.
Mar 19, 2024 7:55:18 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 83ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.978 s - in org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest
org.eclipse.lsp4mp.jdt.core.lra.properties.MicroProfileLRATest.microprofileLRAPropertiesTest  Time elapsed: 0.978 s
Running org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest
Mar 19, 2024 7:55:18 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.
Mar 19, 2024 7:55:18 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.
Mar 19, 2024 7:55:18 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.
Mar 19, 2024 7:55:19 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 102ms.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest
org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest.configQuickstartFromJavaSources  Time elapsed: 0.098 s
org.eclipse.lsp4mp.jdt.core.config.properties.MicroProfileConfigPropertyTest.configQuickstartFromClasspath  Time elapsed: 0.11 s
Running org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest
Mar 19, 2024 7:55:19 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.
Mar 19, 2024 7:55:19 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 87ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest
org.eclipse.lsp4mp.jdt.core.config.properties.ConfigItemIntBoolDefaultValueTest.configItemIntBoolDefaultValueTest  Time elapsed: 0.095 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 s - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDefinitionTest.configPropertyNameDefinition  Time elapsed: 1.075 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.722 s - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.emptyNameKeyValue  Time elapsed: 12.504 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.unassignedWithConfigProperties  Time elapsed: 0.017 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.improperDefaultValuesList  Time elapsed: 0.027 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.noValueAssignedWithIgnore  Time elapsed: 0.059 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.codeActionForUnassigned  Time elapsed: 1.101 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaDiagnosticsTest.improperDefaultValues  Time elapsed: 0.013 s
Running org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.864 s - in org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNamePrecedence  Time elapsed: 3.167 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameResolveExpression  Time elapsed: 4.234 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameConstructor  Time elapsed: 1.063 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameProfile  Time elapsed: 3.164 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameHover  Time elapsed: 1.063 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameMethod  Time elapsed: 1.061 s
org.eclipse.lsp4mp.jdt.core.config.java.MicroProfileConfigJavaHoverTest.configPropertyNameHoverWithProfiles  Time elapsed: 2.112 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.576 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodNoCompletionOutside  Time elapsed: 3.521 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodNoSpacesAroundEquals  Time elapsed: 0.014 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodMultiline  Time elapsed: 0.011 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodCompletion  Time elapsed: 0.01 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodEmptyQuotes  Time elapsed: 0.01 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaCompletionTest.fallbackMethodCompletionBeginning  Time elapsed: 0.01 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDefinitionTest.fallbackMethodsDefinition  Time elapsed: 0.011 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidationChronoUnit  Time elapsed: 0.091 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.fallbackMethodsMissing  Time elapsed: 0.018 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidation  Time elapsed: 0.023 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.retryClientForValidationClass  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.timeoutClientForValidation  Time elapsed: 0.015 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.asynchronousClassNonFutureOrCompletionStage  Time elapsed: 0.019 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.circuitBreakerClientForValidationDelay  Time elapsed: 0.028 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.asynchronousNonFutureOrCompletionStage  Time elapsed: 0.025 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.fallbackMethodValidationFaultTolerant  Time elapsed: 0.01 s
org.eclipse.lsp4mp.jdt.core.faulttolerance.java.MicroProfileFaultToleranceJavaDiagnosticsTest.bulkheadClientForValidation  Time elapsed: 0.018 s
Running org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest
Mar 19, 2024 7:55: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/microprofile-fault-tolerance' project.
Mar 19, 2024 7:55: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/microprofile-fault-tolerance' project in 289ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.305 s - in org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest
org.eclipse.lsp4mp.jdt.core.faulttolerance.properties.MicroProfileFaultTolerancePropertiesTest.microprofileFaultTolerancePropertiesTest  Time elapsed: 0.305 s
Running org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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
Mar 19, 2024 7:56:06 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.502 s - in org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensPropertiesWithPropertyExpression  Time elapsed: 12.175 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensPropertiesWithAnnotationBaseUri  Time elapsed: 3.165 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaCodeLensTest.urlCodeLensProperties  Time elapsed: 3.162 s
Running org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.423 s - in org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForFieldsJakarta  Time elapsed: 0.057 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForInterfaceJakarta  Time elapsed: 0.092 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForInterface  Time elapsed: 0.165 s
org.eclipse.lsp4mp.jdt.core.restclient.java.MicroProfileRestClientJavaDiagnosticsTest.restClientAnnotationMissingForFields  Time elapsed: 0.109 s
Running org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest
Mar 19, 2024 7:56:12 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.
Mar 19, 2024 7:56:13 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 65ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest
org.eclipse.lsp4mp.jdt.core.restclient.properties.MicroProfileRegisterRestClientTest.restClientQuickstart  Time elapsed: 0.07 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.865 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.usingVertxTest  Time elapsed: 3.031 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesMethodTest  Time elapsed: 0.008 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesTest  Time elapsed: 0.81 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.configPropertiesConstructorTest  Time elapsed: 0.007 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerLocationTest.nonExistantFieldTest  Time elapsed: 0.008 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest
Mar 19, 2024 7:56:18 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.
Mar 19, 2024 7:56:18 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 157ms.
Mar 19, 2024 7:56:18 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.
Mar 19, 2024 7:56:18 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 79ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.642 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerClassPathKindTest.configQuickstartTest  Time elapsed: 1.642 s
Running org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoWithoutPackage  Time elapsed: 0.008 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoNull  Time elapsed: 0.007 s
org.eclipse.lsp4mp.jdt.core.PropertiesManagerForJavaTest.fileInfoWithPackage  Time elapsed: 0.041 s
Running org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest
Mar 19, 2024 7:56:25 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.
Mar 19, 2024 7:56:25 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 205ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.342 s - in org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest
org.eclipse.lsp4mp.jdt.core.jwt.properties.MicroProfileJWTPropertiesTest.microProfileContextPropagationPropertiesTest  Time elapsed: 7.341 s
Running org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest
Mar 19, 2024 7:56:29 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.
Mar 19, 2024 7:56:29 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 259ms.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.477 s - in org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest
org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest.blankAnnotation  Time elapsed: 3.209 s
org.eclipse.lsp4mp.jdt.core.reactivemessaging.properties.MicroProfileReactiveMessagingTest.microprofileReactiveMessagingPropertiesTest  Time elapsed: 0.268 s
Running org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.273 s - in org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest
org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest.ApplicationScopedAnnotationMissingJakarta  Time elapsed: 0.079 s
org.eclipse.lsp4mp.jdt.core.metrics.java.MicroProfileMetricsJavaDiagnosticsTest.ApplicationScopedAnnotationMissing  Time elapsed: 1.193 s
Running org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest
Mar 19, 2024 7:56:30 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.
Mar 19, 2024 7:56:30 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 25ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest
org.eclipse.lsp4mp.jdt.core.metrics.properties.MicroProfileMetricsTest.microprofileMetricsPropertiesTest  Time elapsed: 0.031 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 15s
> 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 2s
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.797 s - in org.eclipse.lsp4mp.jdt.core.ProjectLabelTest
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameSameFolderName  Time elapsed: 0.412 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelMultipleProjects  Time elapsed: 22.86 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelInfoOnlyMaven  Time elapsed: 0.002 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameGradle  Time elapsed: 0.292 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelQuarkusMaven  Time elapsed: 0.006 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelInfoOnlyGradle  Time elapsed: 0.004 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.getProjectLabelQuarkusGradle  Time elapsed: 0.007 s
org.eclipse.lsp4mp.jdt.core.ProjectLabelTest.projectNameMaven  Time elapsed: 0.213 s
Running org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest
Mar 19, 2024 7:56:54 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.
Mar 19, 2024 7:56: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/microprofile-configproperties' project in 192ms.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest
org.eclipse.lsp4mp.jdt.core.configproperties.properties.MicroProfileConfigPropertiesTest.configPropertiesFromJavaSources  Time elapsed: 0.199 s
Running org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest
org.eclipse.lsp4mp.jdt.internal.core.ls.ArgumentUtilsTest.testGetObjectAsJson  Time elapsed: 0.001 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.001 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.001 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 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 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 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.001 s
Running org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest
org.eclipse.lsp4mp.jdt.internal.core.PropertiesCollectorTest.mergeWithOnlySources  Time elapsed: 0 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: 
  JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPath:54->assertCodeLenses:126 expected:<1> but was:<0>
  JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathChange:98->assertCodeLenses:126 expected:<1> but was:<0>
  JaxRsApplicationPathCodeLensTest.urlCodeLensApplicationPathNoSlash:76->assertCodeLenses:126 expected:<1> but was:<0>

Tests run: 133, Failures: 3, 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 [  0.988 s]
[INFO] MicroProfile JDT LS Extension ...................... SUCCESS [ 12.399 s]
[INFO] lsp4mp :: Target Platform .......................... SUCCESS [  0.003 s]
[INFO] microprofile.jdt.ls :: test ........................ FAILURE [03:01 min]
[INFO] microprofile.jdt.ls :: update site ................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:57 min
[INFO] Finished at: 2024-03-19T19:56:55Z
[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/withMaven5cba7523/maven-spy-20240319-195258-21414786598992169063741.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: 3 ms, Generated Artifacts Publisher: 3110 ms, Junit Publisher: 590 ms, Dependencies Fingerprint Publisher: 13 ms, Jacoco Publisher: 1 ms
[Pipeline] // withMaven
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
No test report files were found. Configuration error?
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy to downloads.eclipse.org)
Stage "Deploy to downloads.eclipse.org" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build LSP4MP Language Server)
Stage "Build LSP4MP Language Server" skipped due to earlier failure(s)
[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] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] junit
Recording test results
[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