Push event to branch 4.0.0-prepare Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from be9e3dd3d34657fb762f323e913e73513865648c [Pipeline] Start of Pipeline [Pipeline] node Agent basic-zmq0s is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-zmq0s" namespace: "glassfish" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.glassfish.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-zmq0s" - 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-zmq0s" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" 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-glassfish" 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-zmq0s in /home/jenkins/agent/workspace/hk2_4.0.0-prepare [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-ee4j/glassfish-hk2.git > git init /home/jenkins/agent/workspace/hk2_4.0.0-prepare # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-hk2.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-ee4j/glassfish-hk2.git +refs/heads/4.0.0-prepare:refs/remotes/origin/4.0.0-prepare # timeout=10 Avoid second fetch Checking out Revision be9e3dd3d34657fb762f323e913e73513865648c (4.0.0-prepare) > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-hk2.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/4.0.0-prepare:refs/remotes/origin/4.0.0-prepare # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be9e3dd3d34657fb762f323e913e73513865648c # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 4.0.0-prepare be9e3dd3d34657fb762f323e913e73513865648c # timeout=10 Commit message: "Merge pull request #977 from Pandrex247/Update-OSGi-Enterprise-HK2-4" > git rev-list --no-walk e177102c939ffc717faf8f038c1fda7d561998b6 # timeout=10 Cleaning workspace [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-02-15T10:03:41.161Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] node > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 > git clean -fdx # timeout=10 [2024-02-15T10:03:46.583Z] Agent basic-qtrvp is provisioned from template basic [2024-02-15T10:03:46.584Z] --- [2024-02-15T10:03:46.584Z] apiVersion: "v1" [2024-02-15T10:03:46.584Z] kind: "Pod" [2024-02-15T10:03:46.584Z] metadata: [2024-02-15T10:03:46.584Z] labels: [2024-02-15T10:03:46.584Z] jenkins: "slave" [2024-02-15T10:03:46.584Z] jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" [2024-02-15T10:03:46.584Z] jenkins/label: "basic" [2024-02-15T10:03:46.584Z] name: "basic-qtrvp" [2024-02-15T10:03:46.584Z] namespace: "glassfish" [2024-02-15T10:03:46.584Z] spec: [2024-02-15T10:03:46.584Z] containers: [2024-02-15T10:03:46.584Z] - env: [2024-02-15T10:03:46.584Z] - name: "JENKINS_SECRET" [2024-02-15T10:03:46.584Z] value: "********" [2024-02-15T10:03:46.584Z] - name: "JENKINS_TUNNEL" [2024-02-15T10:03:46.584Z] value: "jenkins-discovery.glassfish.svc.cluster.local:50000" [2024-02-15T10:03:46.584Z] - name: "JENKINS_AGENT_NAME" [2024-02-15T10:03:46.584Z] value: "basic-qtrvp" [2024-02-15T10:03:46.584Z] - name: "JENKINS_REMOTING_JAVA_OPTS" [2024-02-15T10:03:46.584Z] value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ [2024-02-15T10:03:46.584Z] \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" [2024-02-15T10:03:46.584Z] - name: "JAVA_TOOL_OPTIONS" [2024-02-15T10:03:46.584Z] value: "" [2024-02-15T10:03:46.584Z] - name: "_JAVA_OPTIONS" [2024-02-15T10:03:46.584Z] value: "" [2024-02-15T10:03:46.584Z] - name: "OPENJ9_JAVA_OPTIONS" [2024-02-15T10:03:46.584Z] value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" [2024-02-15T10:03:46.584Z] - name: "JENKINS_NAME" [2024-02-15T10:03:46.584Z] value: "basic-qtrvp" [2024-02-15T10:03:46.584Z] - name: "JENKINS_AGENT_WORKDIR" [2024-02-15T10:03:46.584Z] value: "/home/jenkins/agent" [2024-02-15T10:03:46.584Z] - name: "JENKINS_URL" [2024-02-15T10:03:46.584Z] value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" [2024-02-15T10:03:46.584Z] image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" [2024-02-15T10:03:46.584Z] imagePullPolicy: "Always" [2024-02-15T10:03:46.584Z] name: "jnlp" [2024-02-15T10:03:46.584Z] resources: [2024-02-15T10:03:46.584Z] limits: [2024-02-15T10:03:46.584Z] cpu: "2000m" [2024-02-15T10:03:46.584Z] memory: "4096Mi" [2024-02-15T10:03:46.584Z] requests: [2024-02-15T10:03:46.584Z] cpu: "1000m" [2024-02-15T10:03:46.584Z] memory: "4096Mi" [2024-02-15T10:03:46.584Z] tty: true [2024-02-15T10:03:46.584Z] volumeMounts: [2024-02-15T10:03:46.584Z] - mountPath: "/home/jenkins/.m2/toolchains.xml" [2024-02-15T10:03:46.584Z] name: "m2-dir" [2024-02-15T10:03:46.585Z] readOnly: true [2024-02-15T10:03:46.585Z] subPath: "toolchains.xml" [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.mavenrc" [2024-02-15T10:03:46.585Z] name: "m2-dir" [2024-02-15T10:03:46.585Z] readOnly: true [2024-02-15T10:03:46.585Z] subPath: ".mavenrc" [2024-02-15T10:03:46.585Z] - mountPath: "/opt/tools" [2024-02-15T10:03:46.585Z] name: "volume-0" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins" [2024-02-15T10:03:46.585Z] name: "volume-2" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.m2/repository" [2024-02-15T10:03:46.585Z] name: "volume-3" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.m2/settings-security.xml" [2024-02-15T10:03:46.585Z] name: "m2-secret-dir" [2024-02-15T10:03:46.585Z] readOnly: true [2024-02-15T10:03:46.585Z] subPath: "settings-security.xml" [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.m2/wrapper" [2024-02-15T10:03:46.585Z] name: "volume-4" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.m2/settings.xml" [2024-02-15T10:03:46.585Z] name: "m2-secret-dir" [2024-02-15T10:03:46.585Z] readOnly: true [2024-02-15T10:03:46.585Z] subPath: "settings.xml" [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/.ssh" [2024-02-15T10:03:46.585Z] name: "volume-1" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] subPath: "" [2024-02-15T10:03:46.585Z] - mountPath: "/home/jenkins/agent" [2024-02-15T10:03:46.585Z] name: "workspace-volume" [2024-02-15T10:03:46.585Z] readOnly: false [2024-02-15T10:03:46.585Z] workingDir: "/home/jenkins/agent" [2024-02-15T10:03:46.585Z] nodeSelector: [2024-02-15T10:03:46.585Z] kubernetes.io/os: "linux" [2024-02-15T10:03:46.585Z] restartPolicy: "Never" [2024-02-15T10:03:46.585Z] volumes: [2024-02-15T10:03:46.585Z] - name: "volume-0" [2024-02-15T10:03:46.585Z] persistentVolumeClaim: [2024-02-15T10:03:46.585Z] claimName: "tools-claim-jiro-glassfish" [2024-02-15T10:03:46.585Z] readOnly: true [2024-02-15T10:03:46.585Z] - name: "m2-secret-dir" [2024-02-15T10:03:46.585Z] secret: [2024-02-15T10:03:46.585Z] secretName: "m2-secret-dir" [2024-02-15T10:03:46.585Z] - emptyDir: [2024-02-15T10:03:46.585Z] medium: "" [2024-02-15T10:03:46.585Z] name: "volume-2" [2024-02-15T10:03:46.585Z] - configMap: [2024-02-15T10:03:46.585Z] name: "m2-dir" [2024-02-15T10:03:46.585Z] name: "m2-dir" [2024-02-15T10:03:46.585Z] - configMap: [2024-02-15T10:03:46.585Z] name: "known-hosts" [2024-02-15T10:03:46.585Z] name: "volume-1" [2024-02-15T10:03:46.585Z] - emptyDir: [2024-02-15T10:03:46.585Z] medium: "" [2024-02-15T10:03:46.585Z] name: "workspace-volume" [2024-02-15T10:03:46.585Z] - emptyDir: [2024-02-15T10:03:46.585Z] medium: "" [2024-02-15T10:03:46.585Z] name: "volume-4" [2024-02-15T10:03:46.585Z] - emptyDir: [2024-02-15T10:03:46.585Z] medium: "" [2024-02-15T10:03:46.585Z] name: "volume-3" [2024-02-15T10:03:46.585Z] [2024-02-15T10:03:46.701Z] Running on basic-qtrvp in /home/jenkins/agent/workspace/hk2_4.0.0-prepare [Pipeline] { [Pipeline] checkout [2024-02-15T10:03:46.743Z] The recommended git tool is: git [2024-02-15T10:03:48.420Z] using credential github-bot [2024-02-15T10:03:50.187Z] Cloning the remote Git repository [2024-02-15T10:03:50.187Z] Cloning with configured refspecs honoured and without tags [2024-02-15T10:03:50.209Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-hk2.git [2024-02-15T10:03:50.243Z] > git init /home/jenkins/agent/workspace/hk2_4.0.0-prepare # timeout=10 [2024-02-15T10:03:50.279Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-hk2.git [2024-02-15T10:03:50.279Z] > git --version # timeout=10 [2024-02-15T10:03:50.284Z] > git --version # 'git version 2.20.1' [2024-02-15T10:03:50.286Z] using GIT_ASKPASS to set credentials GitHub bot (username/token) [2024-02-15T10:03:50.290Z] > git fetch --no-tags --force --progress -- https://github.com/eclipse-ee4j/glassfish-hk2.git +refs/heads/4.0.0-prepare:refs/remotes/origin/4.0.0-prepare # timeout=10 [2024-02-15T10:03:51.054Z] > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-hk2.git # timeout=10 [2024-02-15T10:03:51.058Z] > git config --add remote.origin.fetch +refs/heads/4.0.0-prepare:refs/remotes/origin/4.0.0-prepare # timeout=10 [2024-02-15T10:03:51.417Z] Avoid second fetch [2024-02-15T10:03:51.418Z] Checking out Revision be9e3dd3d34657fb762f323e913e73513865648c (4.0.0-prepare) [2024-02-15T10:03:51.863Z] Commit message: "Merge pull request #977 from Pandrex247/Update-OSGi-Enterprise-HK2-4" [2024-02-15T10:03:51.863Z] Cleaning workspace [2024-02-15T10:03:51.424Z] > git config core.sparsecheckout # timeout=10 [2024-02-15T10:03:51.428Z] > git checkout -f be9e3dd3d34657fb762f323e913e73513865648c # timeout=10 [2024-02-15T10:03:51.624Z] > git branch -a -v --no-abbrev # timeout=10 [2024-02-15T10:03:51.629Z] > git checkout -b 4.0.0-prepare be9e3dd3d34657fb762f323e913e73513865648c # timeout=10 [2024-02-15T10:03:51.866Z] > git rev-parse --verify HEAD # timeout=10 [2024-02-15T10:03:51.869Z] Resetting working tree [2024-02-15T10:03:51.870Z] > git reset --hard # timeout=10 [2024-02-15T10:03:51.999Z] > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-02-15T10:03:54.250Z] + mvn clean install -P jacoco [2024-02-15T10:03:55.664Z] [INFO] Scanning for projects... [2024-02-15T10:03:56.600Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:03:56.600Z] [INFO] Reactor Build Order: [2024-02-15T10:03:56.600Z] [INFO] [2024-02-15T10:03:56.600Z] [INFO] GlassFish HK2 [pom] [2024-02-15T10:03:56.600Z] [INFO] OSGi repackaging of HK2 dependencies [pom] [2024-02-15T10:03:56.600Z] [INFO] aopalliance version 1.0 repackaged as a module [jar] [2024-02-15T10:03:56.600Z] [INFO] maven-plugins [pom] [2024-02-15T10:03:56.600Z] [INFO] OSGiVersion Maven Plugin [maven-plugin] [2024-02-15T10:03:56.600Z] [INFO] HK2 Implementation Utilities [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 API module [jar] [2024-02-15T10:03:56.600Z] [INFO] ServiceLocator Default Implementation [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 core module [jar] [2024-02-15T10:03:56.600Z] [INFO] consolidated bundle Maven plugin [maven-plugin] [2024-02-15T10:03:56.600Z] [INFO] Inhabitant Generator [maven-plugin] [2024-02-15T10:03:56.600Z] [INFO] HK2 Metadata Generator Subsystem [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 Metadata Generator [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Metadata Generator Test One [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Junit Runner [jar] [2024-02-15T10:03:56.600Z] [INFO] Run Level Service [jar] [2024-02-15T10:03:56.600Z] [INFO] Class Model for Hk2 [jar] [2024-02-15T10:03:56.600Z] [INFO] OSGi code [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 OSGi Adapter [jar] [2024-02-15T10:03:56.600Z] [INFO] osgi-adapter-tests-parent [pom] [2024-02-15T10:03:56.600Z] [INFO] Holds test contracts [jar] [2024-02-15T10:03:56.600Z] [INFO] Simulates a bundle [jar] [2024-02-15T10:03:56.600Z] [INFO] Manages the faux sdp management bundle [jar] [2024-02-15T10:03:56.600Z] [INFO] a test module startup [jar] [2024-02-15T10:03:56.600Z] [INFO] A bundle with no hk2 dependencies [jar] [2024-02-15T10:03:56.600Z] [INFO] Examples of various use cases [pom] [2024-02-15T10:03:56.600Z] [INFO] Custom Resolver Example [jar] [2024-02-15T10:03:56.600Z] [INFO] Security Lockdown Example [pom] [2024-02-15T10:03:56.600Z] [INFO] Security Lockdown System [jar] [2024-02-15T10:03:56.600Z] [INFO] Security Lockdown System Alice [jar] [2024-02-15T10:03:56.600Z] [INFO] Security Lockdown Mallory [jar] [2024-02-15T10:03:56.600Z] [INFO] Security Lockdown Runner [jar] [2024-02-15T10:03:56.600Z] [INFO] AOP Caching Example [pom] [2024-02-15T10:03:56.600Z] [INFO] Caching AOP Example System [jar] [2024-02-15T10:03:56.600Z] [INFO] Caching AOP Example Runner [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 extras module [jar] [2024-02-15T10:03:56.600Z] [INFO] Event Examples [pom] [2024-02-15T10:03:56.600Z] [INFO] Threaded Event Example [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Configuration Subsystem [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 Configuration Hub [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Configuration Integration [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Configuration Persistence Modules [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 Configuration Property File Reader [jar] [2024-02-15T10:03:56.600Z] [INFO] Examples of configuration use cases [pom] [2024-02-15T10:03:56.600Z] [INFO] A fake WebServer configured by a property file [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 XML Parser using JAXB [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 XML Reader using JAXB [jar] [2024-02-15T10:03:56.600Z] [INFO] Xml Application Configuration Example [jar] [2024-02-15T10:03:56.600Z] [INFO] Operations Example [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Ant Inhabitant Generator Test [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Locator unit tests [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 TestNG runner [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 RunLevel unit tests [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Locator No Proxy Unit tests [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Locator No Proxy Unit tests (2) [jar] [2024-02-15T10:03:56.600Z] [INFO] Utilities for testing with HK2 [pom] [2024-02-15T10:03:56.600Z] [INFO] Interceptor/Eventing Test Suite [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Mockito [jar] [2024-02-15T10:03:56.600Z] [INFO] Collections Tests [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Guice Bridge [jar] [2024-02-15T10:03:56.600Z] [INFO] Jersey Guice FormParam Test [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 Jersey Guice Tests [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 Jersey Tests [pom] [2024-02-15T10:03:56.600Z] [INFO] HK2 Spring Bridge [jar] [2024-02-15T10:03:56.600Z] [INFO] HK2 JMX module [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 module of HK2 itself [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 Bom Pom [pom] [2024-02-15T10:03:56.601Z] [INFO] HK2 JSON beans [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 ProtoBuffer beans [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 XML Reader Test [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 XML Schema Utilities [jar] [2024-02-15T10:03:56.601Z] [INFO] HK2 XML Integration Test [jar] [2024-02-15T10:03:56.601Z] [INFO] [2024-02-15T10:03:56.601Z] [INFO] --------------------< org.glassfish.hk2:hk2-parent >-------------------- [2024-02-15T10:03:56.601Z] [INFO] Building GlassFish HK2 4.0.0-SNAPSHOT [1/72] [2024-02-15T10:03:56.601Z] [INFO] from pom.xml [2024-02-15T10:03:56.601Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:03:58.491Z] [INFO] [2024-02-15T10:03:58.491Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-parent --- [2024-02-15T10:03:58.749Z] [INFO] [2024-02-15T10:03:58.749Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-parent --- [2024-02-15T10:03:59.692Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [2024-02-15T10:03:59.692Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-02-15T10:03:59.692Z] [INFO] [2024-02-15T10:03:59.692Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-parent --- [2024-02-15T10:04:01.061Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/jacoco.exec [2024-02-15T10:04:01.061Z] [INFO] [2024-02-15T10:04:01.061Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-parent --- [2024-02-15T10:04:01.061Z] [INFO] [2024-02-15T10:04:01.061Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-parent --- [2024-02-15T10:04:05.232Z] [INFO] CycloneDX: Resolving Aggregated Dependencies [2024-02-15T10:04:23.330Z] [WARNING] BOM dependency listed but is not depended upon: pkg:maven/com.google.guava/guava@31.0.1-jre?type=jar [2024-02-15T10:04:23.330Z] [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.hk2/hk2-bom@4.0.0-SNAPSHOT?type=pom [2024-02-15T10:04:23.330Z] [INFO] CycloneDX: Creating BOM version 1.4 with 179 component(s) [2024-02-15T10:04:23.330Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.xml [2024-02-15T10:04:23.330Z] [INFO] attaching as hk2-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:23.330Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.json [2024-02-15T10:04:23.330Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-02-15T10:04:23.330Z] [INFO] attaching as hk2-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-parent --- [2024-02-15T10:04:23.330Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-parent --- [2024-02-15T10:04:23.330Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-parent/4.0.0-SNAPSHOT/hk2-parent-4.0.0-SNAPSHOT.pom [2024-02-15T10:04:23.330Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-parent/4.0.0-SNAPSHOT/hk2-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:23.330Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-parent/4.0.0-SNAPSHOT/hk2-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] ---------------------< org.glassfish.hk2:external >--------------------- [2024-02-15T10:04:23.330Z] [INFO] Building OSGi repackaging of HK2 dependencies 4.0.0-SNAPSHOT [2/72] [2024-02-15T10:04:23.330Z] [INFO] from external/pom.xml [2024-02-15T10:04:23.330Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- clean:3.2.0:clean (default-clean) @ external --- [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ external --- [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ external --- [2024-02-15T10:04:23.330Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/jacoco.exec [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ external --- [2024-02-15T10:04:23.330Z] [INFO] [2024-02-15T10:04:23.330Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ external --- [2024-02-15T10:04:23.330Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:04:23.589Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:04:23.589Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.xml [2024-02-15T10:04:23.881Z] [INFO] attaching as external-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:23.881Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.json [2024-02-15T10:04:23.881Z] [INFO] attaching as external-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:23.881Z] [INFO] [2024-02-15T10:04:23.881Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ external --- [2024-02-15T10:04:23.881Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:04:23.881Z] [INFO] [2024-02-15T10:04:23.881Z] [INFO] --- install:3.1.1:install (default-install) @ external --- [2024-02-15T10:04:23.881Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/external/4.0.0-SNAPSHOT/external-4.0.0-SNAPSHOT.pom [2024-02-15T10:04:23.881Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/external/4.0.0-SNAPSHOT/external-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:23.881Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/external/4.0.0-SNAPSHOT/external-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:23.881Z] [INFO] [2024-02-15T10:04:23.881Z] [INFO] ---------< org.glassfish.hk2.external:aopalliance-repackaged >---------- [2024-02-15T10:04:23.881Z] [INFO] Building aopalliance version 1.0 repackaged as a module 4.0.0-SNAPSHOT [3/72] [2024-02-15T10:04:23.881Z] [INFO] from external/aopalliance/pom.xml [2024-02-15T10:04:23.881Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:04:24.444Z] [INFO] [2024-02-15T10:04:24.444Z] [INFO] --- clean:3.2.0:clean (default-clean) @ aopalliance-repackaged --- [2024-02-15T10:04:24.444Z] [INFO] [2024-02-15T10:04:24.444Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ aopalliance-repackaged --- [2024-02-15T10:04:24.444Z] [INFO] [2024-02-15T10:04:24.444Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ aopalliance-repackaged --- [2024-02-15T10:04:24.444Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/jacoco.exec [2024-02-15T10:04:24.444Z] [INFO] [2024-02-15T10:04:24.444Z] [INFO] --- dependency:3.6.1:unpack (step1-unpack-sources) @ aopalliance-repackaged --- [2024-02-15T10:04:30.985Z] [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar [2024-02-15T10:04:30.985Z] [INFO] [2024-02-15T10:04:30.985Z] [INFO] --- build-helper:3.4.0:add-source (step2-add-sources) @ aopalliance-repackaged --- [2024-02-15T10:04:30.985Z] [INFO] Source directory: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/alternateLocation added. [2024-02-15T10:04:30.985Z] [INFO] [2024-02-15T10:04:30.985Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ aopalliance-repackaged --- [2024-02-15T10:04:30.985Z] [INFO] [2024-02-15T10:04:30.985Z] [INFO] --- resources:3.3.1:resources (default-resources) @ aopalliance-repackaged --- [2024-02-15T10:04:30.985Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/src/main/resources [2024-02-15T10:04:30.985Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:04:30.985Z] [INFO] [2024-02-15T10:04:30.985Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ aopalliance-repackaged --- [2024-02-15T10:04:31.927Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:04:31.927Z] [INFO] Compiling 26 source files with javac [debug release 11] to target/classes [2024-02-15T10:04:32.859Z] [INFO] [2024-02-15T10:04:32.859Z] [INFO] --- bundle:5.1.9:manifest (osgi-manifest) @ aopalliance-repackaged --- [2024-02-15T10:04:36.129Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:04:37.097Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:04:37.097Z] [INFO] [2024-02-15T10:04:37.097Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ aopalliance-repackaged --- [2024-02-15T10:04:37.097Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/src/test/resources [2024-02-15T10:04:37.097Z] [INFO] [2024-02-15T10:04:37.097Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ aopalliance-repackaged --- [2024-02-15T10:04:37.097Z] [INFO] No sources to compile [2024-02-15T10:04:37.097Z] [INFO] [2024-02-15T10:04:37.097Z] [INFO] --- surefire:3.2.5:test (default-test) @ aopalliance-repackaged --- [2024-02-15T10:04:38.030Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:04:38.030Z] [INFO] No tests to run. [2024-02-15T10:04:38.030Z] [INFO] [2024-02-15T10:04:38.030Z] [INFO] --- jar:3.3.0:jar (default-jar) @ aopalliance-repackaged --- [2024-02-15T10:04:38.326Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar [2024-02-15T10:04:38.326Z] [INFO] [2024-02-15T10:04:38.326Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ aopalliance-repackaged --- [2024-02-15T10:04:38.326Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:04:38.584Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-02-15T10:04:38.584Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.xml [2024-02-15T10:04:38.584Z] [INFO] attaching as aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:38.584Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.json [2024-02-15T10:04:38.840Z] [INFO] attaching as aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ aopalliance-repackaged --- [2024-02-15T10:04:38.840Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- install:3.1.1:install (default-install) @ aopalliance-repackaged --- [2024-02-15T10:04:38.840Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/4.0.0-SNAPSHOT/aopalliance-repackaged-4.0.0-SNAPSHOT.pom [2024-02-15T10:04:38.840Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/4.0.0-SNAPSHOT/aopalliance-repackaged-4.0.0-SNAPSHOT.jar [2024-02-15T10:04:38.840Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/4.0.0-SNAPSHOT/aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:38.840Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/external/aopalliance-repackaged/4.0.0-SNAPSHOT/aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] ------------------< org.glassfish.hk2:maven-plugins >------------------- [2024-02-15T10:04:38.840Z] [INFO] Building maven-plugins 4.0.0-SNAPSHOT [4/72] [2024-02-15T10:04:38.840Z] [INFO] from maven-plugins/pom.xml [2024-02-15T10:04:38.840Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- clean:3.2.0:clean (default-clean) @ maven-plugins --- [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ maven-plugins --- [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ maven-plugins --- [2024-02-15T10:04:38.840Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/jacoco.exec [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ maven-plugins --- [2024-02-15T10:04:38.840Z] [INFO] [2024-02-15T10:04:38.840Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ maven-plugins --- [2024-02-15T10:04:38.840Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:04:39.097Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:04:39.097Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.xml [2024-02-15T10:04:39.097Z] [INFO] attaching as maven-plugins-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:39.097Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.json [2024-02-15T10:04:39.097Z] [INFO] attaching as maven-plugins-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:39.097Z] [INFO] [2024-02-15T10:04:39.097Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ maven-plugins --- [2024-02-15T10:04:39.097Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:04:39.097Z] [INFO] [2024-02-15T10:04:39.097Z] [INFO] --- install:3.1.1:install (default-install) @ maven-plugins --- [2024-02-15T10:04:39.097Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/maven-plugins/4.0.0-SNAPSHOT/maven-plugins-4.0.0-SNAPSHOT.pom [2024-02-15T10:04:39.097Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/maven-plugins/4.0.0-SNAPSHOT/maven-plugins-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:39.097Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/maven-plugins/4.0.0-SNAPSHOT/maven-plugins-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:39.097Z] [INFO] [2024-02-15T10:04:39.097Z] [INFO] -------------< org.glassfish.hk2:osgiversion-maven-plugin >------------- [2024-02-15T10:04:39.097Z] [INFO] Building OSGiVersion Maven Plugin 4.0.0-SNAPSHOT [5/72] [2024-02-15T10:04:39.097Z] [INFO] from maven-plugins/osgiversion-maven-plugin/pom.xml [2024-02-15T10:04:39.097Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/jacoco.exec [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- resources:3.3.1:resources (default-resources) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/main/resources [2024-02-15T10:04:39.354Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:04:39.354Z] [INFO] [2024-02-15T10:04:39.354Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ osgiversion-maven-plugin --- [2024-02-15T10:04:39.354Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:04:39.355Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:04:39.611Z] [INFO] [2024-02-15T10:04:39.611Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ osgiversion-maven-plugin --- [2024-02-15T10:04:40.539Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-02-15T10:04:41.133Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-02-15T10:04:41.133Z] [INFO] java-javadoc mojo extractor found 1 mojo descriptor. [2024-02-15T10:04:41.133Z] [WARNING] [2024-02-15T10:04:41.133Z] [WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions. [2024-02-15T10:04:41.133Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-02-15T10:04:41.133Z] [WARNING] [2024-02-15T10:04:41.133Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-02-15T10:04:41.133Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-02-15T10:04:41.133Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.133Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:04:41.389Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:04:41.389Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:04:41.389Z] [INFO] [2024-02-15T10:04:41.389Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ osgiversion-maven-plugin --- [2024-02-15T10:04:41.389Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/test/resources [2024-02-15T10:04:41.389Z] [INFO] [2024-02-15T10:04:41.389Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ osgiversion-maven-plugin --- [2024-02-15T10:04:41.389Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:04:41.389Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:04:41.389Z] [INFO] [2024-02-15T10:04:41.389Z] [INFO] --- surefire:3.2.5:test (default-test) @ osgiversion-maven-plugin --- [2024-02-15T10:04:41.389Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:04:41.389Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:04:41.645Z] [INFO] [2024-02-15T10:04:41.645Z] [INFO] ------------------------------------------------------- [2024-02-15T10:04:41.645Z] [INFO] T E S T S [2024-02-15T10:04:41.645Z] [INFO] ------------------------------------------------------- [2024-02-15T10:04:42.601Z] [INFO] Running org.glassfish.hk2.maven.VersionTest [2024-02-15T10:04:42.601Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s -- in org.glassfish.hk2.maven.VersionTest [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] Results: [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] --- jar:3.3.0:jar (default-jar) @ osgiversion-maven-plugin --- [2024-02-15T10:04:42.880Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/osgiversion-maven-plugin.jar [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ osgiversion-maven-plugin --- [2024-02-15T10:04:42.880Z] [INFO] [2024-02-15T10:04:42.880Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgiversion-maven-plugin --- [2024-02-15T10:04:42.880Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:04:43.827Z] [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [2024-02-15T10:04:43.827Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/bom.xml [2024-02-15T10:04:43.828Z] [INFO] attaching as osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:43.828Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/bom.json [2024-02-15T10:04:43.828Z] [INFO] attaching as osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:43.828Z] [INFO] [2024-02-15T10:04:43.828Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgiversion-maven-plugin --- [2024-02-15T10:04:44.084Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/jacoco.exec [2024-02-15T10:04:44.084Z] [INFO] Analyzed bundle 'OSGiVersion Maven Plugin' with 3 classes [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- install:3.1.1:install (default-install) @ osgiversion-maven-plugin --- [2024-02-15T10:04:44.084Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgiversion-maven-plugin/4.0.0-SNAPSHOT/osgiversion-maven-plugin-4.0.0-SNAPSHOT.pom [2024-02-15T10:04:44.084Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/osgiversion-maven-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/osgiversion-maven-plugin/4.0.0-SNAPSHOT/osgiversion-maven-plugin-4.0.0-SNAPSHOT.jar [2024-02-15T10:04:44.084Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgiversion-maven-plugin/4.0.0-SNAPSHOT/osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:04:44.084Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/osgiversion-maven-plugin/4.0.0-SNAPSHOT/osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --------------------< org.glassfish.hk2:hk2-utils >--------------------- [2024-02-15T10:04:44.084Z] [INFO] Building HK2 Implementation Utilities 4.0.0-SNAPSHOT [6/72] [2024-02-15T10:04:44.084Z] [INFO] from hk2-utils/pom.xml [2024-02-15T10:04:44.084Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-utils --- [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-utils --- [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-utils --- [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-utils --- [2024-02-15T10:04:44.084Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/jacoco.exec [2024-02-15T10:04:44.084Z] [INFO] [2024-02-15T10:04:44.084Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-utils --- [2024-02-15T10:04:44.085Z] [INFO] [2024-02-15T10:04:44.085Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-utils --- [2024-02-15T10:04:44.085Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/resources [2024-02-15T10:04:44.085Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:04:44.085Z] [INFO] [2024-02-15T10:04:44.085Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-utils --- [2024-02-15T10:04:44.085Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:04:44.085Z] [INFO] Compiling 39 source files with javac [debug release 11] to target/classes [2024-02-15T10:04:45.465Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/general/IndentingXMLStreamWriter.java:[56,16] deprecated item is not annotated with @Deprecated [2024-02-15T10:04:45.465Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/general/IndentingXMLStreamWriter.java:[71,17] deprecated item is not annotated with @Deprecated [2024-02-15T10:04:45.465Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/reflection/ReflectionHelper.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/reflection/ReflectionHelper.java uses or overrides a deprecated API. [2024-02-15T10:04:45.465Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/reflection/ReflectionHelper.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:04:45.465Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/cache/LRUHybridCache.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:04:45.465Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java/org/glassfish/hk2/utilities/cache/LRUHybridCache.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:04:45.465Z] [INFO] [2024-02-15T10:04:45.465Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-utils --- [2024-02-15T10:04:45.465Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:04:45.465Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:04:45.465Z] [INFO] [2024-02-15T10:04:45.465Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-utils --- [2024-02-15T10:04:45.465Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/resources [2024-02-15T10:04:45.465Z] [INFO] [2024-02-15T10:04:45.465Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-utils --- [2024-02-15T10:04:45.465Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:04:45.465Z] [INFO] Compiling 79 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:04:46.428Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/java/org/glassfish/hk2/utilities/reflection/ReflectionHelperTest.java: Some input files use or override a deprecated API. [2024-02-15T10:04:46.428Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/java/org/glassfish/hk2/utilities/reflection/ReflectionHelperTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:04:46.428Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/java/org/glassfish/hk2/utilities/test/LRUHybridCacheTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/java/org/glassfish/hk2/utilities/test/LRUHybridCacheTest.java uses unchecked or unsafe operations. [2024-02-15T10:04:46.428Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/java/org/glassfish/hk2/utilities/test/LRUHybridCacheTest.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:04:46.428Z] [INFO] [2024-02-15T10:04:46.428Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-utils --- [2024-02-15T10:04:46.428Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:04:46.428Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:04:46.428Z] [INFO] [2024-02-15T10:04:46.428Z] [INFO] ------------------------------------------------------- [2024-02-15T10:04:46.428Z] [INFO] T E S T S [2024-02-15T10:04:46.428Z] [INFO] ------------------------------------------------------- [2024-02-15T10:04:47.026Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ReflectionHelperTest [2024-02-15T10:04:47.283Z] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.184 s -- in org.glassfish.hk2.utilities.reflection.ReflectionHelperTest [2024-02-15T10:04:47.283Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ClassReflectionHelperTest [2024-02-15T10:04:47.283Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.hk2.utilities.reflection.ClassReflectionHelperTest [2024-02-15T10:04:47.283Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ParameterizedTypeTest [2024-02-15T10:04:47.283Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.utilities.reflection.ParameterizedTypeTest [2024-02-15T10:04:47.283Z] [INFO] Running org.glassfish.hk2.utilities.reflection.PrettyTest [2024-02-15T10:04:47.283Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.utilities.reflection.PrettyTest [2024-02-15T10:04:47.283Z] [INFO] Running org.glassfish.hk2.utilities.test.CacheTest [2024-02-15T10:04:47.283Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.utilities.test.CacheTest [2024-02-15T10:04:47.283Z] [INFO] Running org.glassfish.hk2.utilities.test.GeneralUtilitiesTest [2024-02-15T10:04:48.647Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.250 s -- in org.glassfish.hk2.utilities.test.GeneralUtilitiesTest [2024-02-15T10:04:48.648Z] [INFO] Running org.glassfish.hk2.utilities.test.LRUHybridCacheTest [2024-02-15T10:04:48.648Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.utilities.test.LRUHybridCacheTest [2024-02-15T10:04:48.648Z] [INFO] Running org.glassfish.hk2.utilities.test.MultiMapTest [2024-02-15T10:04:48.648Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.utilities.test.MultiMapTest [2024-02-15T10:04:48.648Z] [INFO] Running org.glassfish.hk2.utilities.test.ValidatorTest [2024-02-15T10:04:48.928Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.430 s -- in org.glassfish.hk2.utilities.test.ValidatorTest [2024-02-15T10:04:48.928Z] [INFO] Running org.glassfish.hk2.utilities.test.BeanReflectionHelperTest [2024-02-15T10:04:48.928Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.utilities.test.BeanReflectionHelperTest [2024-02-15T10:04:48.928Z] [INFO] Running org.glassfish.hk2.utilities.test.TypeCheckerTest [2024-02-15T10:04:48.928Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.hk2.utilities.test.TypeCheckerTest [2024-02-15T10:04:48.928Z] [INFO] Running org.glassfish.hk2.utilities.general.test.GeneralUtilitiesTest [2024-02-15T10:04:48.928Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.utilities.general.test.GeneralUtilitiesTest [2024-02-15T10:04:48.928Z] [INFO] Running org.glassfish.hk2.utilities.general.test.WeakHashLRUTest [2024-02-15T10:04:52.305Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.447 s -- in org.glassfish.hk2.utilities.general.test.WeakHashLRUTest [2024-02-15T10:04:52.306Z] [INFO] Running org.glassfish.hk2.utilities.general.test.WeakHashClockTest [2024-02-15T10:05:04.625Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.29 s -- in org.glassfish.hk2.utilities.general.test.WeakHashClockTest [2024-02-15T10:05:04.625Z] [INFO] Running org.glassfish.hk2.utilities.cache.test.WeakCARCacheTest [2024-02-15T10:05:07.977Z] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.328 s -- in org.glassfish.hk2.utilities.cache.test.WeakCARCacheTest [2024-02-15T10:05:07.977Z] [INFO] [2024-02-15T10:05:07.977Z] [INFO] Results: [2024-02-15T10:05:07.977Z] [INFO] [2024-02-15T10:05:07.977Z] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:05:07.977Z] [INFO] [2024-02-15T10:05:07.977Z] [INFO] [2024-02-15T10:05:07.977Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-utils --- [2024-02-15T10:05:08.234Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar [2024-02-15T10:05:08.234Z] [INFO] [2024-02-15T10:05:08.234Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-utils --- [2024-02-15T10:05:08.234Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:05:08.827Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-02-15T10:05:08.827Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.xml [2024-02-15T10:05:08.827Z] [INFO] attaching as hk2-utils-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:05:08.827Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.json [2024-02-15T10:05:08.827Z] [INFO] attaching as hk2-utils-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:05:08.827Z] [INFO] [2024-02-15T10:05:08.827Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-utils --- [2024-02-15T10:05:08.827Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/jacoco.exec [2024-02-15T10:05:09.085Z] [INFO] Analyzed bundle 'HK2 Implementation Utilities' with 66 classes [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-utils --- [2024-02-15T10:05:09.085Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/4.0.0-SNAPSHOT/hk2-utils-4.0.0-SNAPSHOT.pom [2024-02-15T10:05:09.085Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/4.0.0-SNAPSHOT/hk2-utils-4.0.0-SNAPSHOT.jar [2024-02-15T10:05:09.085Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/4.0.0-SNAPSHOT/hk2-utils-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:05:09.085Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-utils/4.0.0-SNAPSHOT/hk2-utils-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] ---------------------< org.glassfish.hk2:hk2-api >---------------------- [2024-02-15T10:05:09.085Z] [INFO] Building HK2 API module 4.0.0-SNAPSHOT [7/72] [2024-02-15T10:05:09.085Z] [INFO] from hk2-api/pom.xml [2024-02-15T10:05:09.085Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/jacoco.exec [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/resources [2024-02-15T10:05:09.085Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:05:09.085Z] [INFO] [2024-02-15T10:05:09.085Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-api --- [2024-02-15T10:05:09.085Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:05:09.085Z] [INFO] Compiling 137 source files with javac [debug release 11] to target/classes [2024-02-15T10:05:10.027Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java/org/glassfish/hk2/utilities/ImmediateContext.java: Some input files use or override a deprecated API. [2024-02-15T10:05:10.027Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java/org/glassfish/hk2/utilities/ImmediateContext.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:05:10.027Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java/org/glassfish/hk2/utilities/UnqualifiedImpl.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java/org/glassfish/hk2/utilities/UnqualifiedImpl.java uses unchecked or unsafe operations. [2024-02-15T10:05:10.027Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java/org/glassfish/hk2/utilities/UnqualifiedImpl.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:05:10.027Z] [INFO] [2024-02-15T10:05:10.027Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-api --- [2024-02-15T10:05:10.027Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:05:10.325Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:05:10.325Z] [INFO] [2024-02-15T10:05:10.325Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-api --- [2024-02-15T10:05:10.325Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-02-15T10:05:10.325Z] [INFO] [2024-02-15T10:05:10.325Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-api --- [2024-02-15T10:05:10.325Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:05:10.325Z] [INFO] Compiling 74 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:05:10.886Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/test/java/org/glassfish/hk2/tests/extension/ServiceLocatorImpl.java: Some input files use or override a deprecated API. [2024-02-15T10:05:10.886Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/test/java/org/glassfish/hk2/tests/extension/ServiceLocatorImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:05:10.886Z] [INFO] [2024-02-15T10:05:10.886Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-api --- [2024-02-15T10:05:10.886Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:05:10.886Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:05:10.886Z] [INFO] [2024-02-15T10:05:10.886Z] [INFO] ------------------------------------------------------- [2024-02-15T10:05:10.886Z] [INFO] T E S T S [2024-02-15T10:05:10.886Z] [INFO] ------------------------------------------------------- [2024-02-15T10:05:11.141Z] WARNING: A command line option has enabled the Security Manager [2024-02-15T10:05:11.142Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-02-15T10:05:11.729Z] [INFO] Running org.glassfish.hk2.tests.api.MultiExceptionTest [2024-02-15T10:05:11.729Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.180 s -- in org.glassfish.hk2.tests.api.MultiExceptionTest [2024-02-15T10:05:11.729Z] [INFO] Running org.glassfish.hk2.tests.api.BuilderHelperTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.hk2.tests.api.BuilderHelperTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.api.DescriptorImplTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 s -- in org.glassfish.hk2.tests.api.DescriptorImplTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.api.DescriptorBuilderTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.api.DescriptorBuilderTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.api.ActiveDescriptorTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.api.ActiveDescriptorTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.utilities.hk2loader.LoaderTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.utilities.hk2loader.LoaderTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.utilities.activelink.ActiveLinkTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.tests.utilities.activelink.ActiveLinkTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.utilities.classloaderpostprocessor.ClassLoaderPostProcessorTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.utilities.classloaderpostprocessor.ClassLoaderPostProcessorTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.literal.AnnotationLiteralTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.hk2.tests.literal.AnnotationLiteralTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.literal.TypeLiteralTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.literal.TypeLiteralTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.tests.ServiceLocatorFactoryTest [2024-02-15T10:05:11.985Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.ServiceLocatorFactoryTest [2024-02-15T10:05:11.985Z] [INFO] Running org.glassfish.hk2.utilities.binding.BindingTest [2024-02-15T10:05:12.280Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.hk2.utilities.binding.BindingTest [2024-02-15T10:05:12.280Z] [INFO] [2024-02-15T10:05:12.280Z] [INFO] Results: [2024-02-15T10:05:12.280Z] [INFO] [2024-02-15T10:05:12.280Z] [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:05:12.280Z] [INFO] [2024-02-15T10:05:12.280Z] [INFO] [2024-02-15T10:05:12.280Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-api --- [2024-02-15T10:05:12.280Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar [2024-02-15T10:05:12.280Z] [INFO] [2024-02-15T10:05:12.280Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-api --- [2024-02-15T10:05:12.280Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:05:12.536Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-02-15T10:05:12.536Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.xml [2024-02-15T10:05:12.792Z] [INFO] attaching as hk2-api-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:05:12.792Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.json [2024-02-15T10:05:12.792Z] [INFO] attaching as hk2-api-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:05:12.792Z] [INFO] [2024-02-15T10:05:12.792Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-api --- [2024-02-15T10:05:12.792Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/jacoco.exec [2024-02-15T10:05:12.792Z] [INFO] Analyzed bundle 'HK2 API module' with 92 classes [2024-02-15T10:05:13.049Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-api --- [2024-02-15T10:05:13.050Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/4.0.0-SNAPSHOT/hk2-api-4.0.0-SNAPSHOT.pom [2024-02-15T10:05:13.050Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/4.0.0-SNAPSHOT/hk2-api-4.0.0-SNAPSHOT.jar [2024-02-15T10:05:13.050Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/4.0.0-SNAPSHOT/hk2-api-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:05:13.050Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-api/4.0.0-SNAPSHOT/hk2-api-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] -------------------< org.glassfish.hk2:hk2-locator >-------------------- [2024-02-15T10:05:13.050Z] [INFO] Building ServiceLocator Default Implementation 4.0.0-SNAPSHOT [8/72] [2024-02-15T10:05:13.050Z] [INFO] from hk2-locator/pom.xml [2024-02-15T10:05:13.050Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/jacoco.exec [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:05:13.050Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:05:13.050Z] [INFO] [2024-02-15T10:05:13.050Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-locator --- [2024-02-15T10:05:13.050Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:05:13.050Z] [INFO] Compiling 49 source files with javac [debug release 11] to target/classes [2024-02-15T10:05:16.330Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/main/java/org/jvnet/hk2/internal/ServiceLocatorImpl.java: Some input files use or override a deprecated API. [2024-02-15T10:05:16.330Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/main/java/org/jvnet/hk2/internal/ServiceLocatorImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:05:16.330Z] [INFO] [2024-02-15T10:05:16.330Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator --- [2024-02-15T10:05:16.330Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:05:16.330Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:05:16.330Z] [INFO] [2024-02-15T10:05:16.330Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator --- [2024-02-15T10:05:16.330Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:05:16.330Z] [INFO] [2024-02-15T10:05:16.330Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-locator --- [2024-02-15T10:05:16.330Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:05:16.330Z] [INFO] Compiling 867 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:05:19.630Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/test/java/org/glassfish/hk2/tests/locator/locator/LocatorTest.java: Some input files use or override a deprecated API. [2024-02-15T10:05:19.630Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/test/java/org/glassfish/hk2/tests/locator/locator/LocatorTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:05:19.630Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/test/java/org/glassfish/hk2/tests/locator/defaultunqualified/DefaultUnqualifiedTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/test/java/org/glassfish/hk2/tests/locator/defaultunqualified/DefaultUnqualifiedTest.java uses unchecked or unsafe operations. [2024-02-15T10:05:19.630Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/test/java/org/glassfish/hk2/tests/locator/defaultunqualified/DefaultUnqualifiedTest.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:05:19.630Z] [INFO] [2024-02-15T10:05:19.630Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator --- [2024-02-15T10:05:19.630Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:05:19.630Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:05:19.630Z] [INFO] [2024-02-15T10:05:19.630Z] [INFO] ------------------------------------------------------- [2024-02-15T10:05:19.630Z] [INFO] T E S T S [2024-02-15T10:05:19.630Z] [INFO] ------------------------------------------------------- [2024-02-15T10:05:19.630Z] WARNING: A command line option has enabled the Security Manager [2024-02-15T10:05:19.630Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-02-15T10:05:19.887Z] [INFO] Running org.glassfish.hk2.tests.locator.inheritablethread.InheritableThreadTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.167 s -- in org.glassfish.hk2.tests.locator.inheritablethread.InheritableThreadTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.factory.FactoryTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s -- in org.glassfish.hk2.tests.locator.factory.FactoryTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.factory.ParameterizedFactoryTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.hk2.tests.locator.factory.ParameterizedFactoryTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.types.BinderTypesTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.tests.locator.types.BinderTypesTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.types.TypesTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s -- in org.glassfish.hk2.tests.locator.types.TypesTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.interception1.InterceptorTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.glassfish.hk2.tests.locator.interception1.InterceptorTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.validating.ValidatingTest [2024-02-15T10:05:22.577Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.hk2.tests.locator.validating.ValidatingTest [2024-02-15T10:05:22.577Z] [INFO] Running org.glassfish.hk2.tests.locator.immediate.ImmediateTest [2024-02-15T10:05:24.463Z] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.880 s -- in org.glassfish.hk2.tests.locator.immediate.ImmediateTest [2024-02-15T10:05:24.463Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable.ProxiableTest [2024-02-15T10:05:24.463Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.hk2.tests.locator.proxiable.ProxiableTest [2024-02-15T10:05:24.463Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable2.ProxiableTest [2024-02-15T10:05:24.463Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.hk2.tests.locator.proxiable2.ProxiableTest [2024-02-15T10:05:24.463Z] [INFO] Running org.glassfish.hk2.tests.locator.lifecycle.LifecycleTest [2024-02-15T10:05:24.463Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.lifecycle.LifecycleTest [2024-02-15T10:05:24.463Z] [INFO] Running org.glassfish.hk2.tests.locator.context.ghost.ContextGhostTest [2024-02-15T10:05:24.463Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.context.ghost.ContextGhostTest [2024-02-15T10:05:24.463Z] [INFO] Running org.glassfish.hk2.tests.locator.context.multiples.MultipleContextsTest [2024-02-15T10:05:24.729Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.locator.context.multiples.MultipleContextsTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.context.ContextTest [2024-02-15T10:05:24.729Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.hk2.tests.locator.context.ContextTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.locator.LocatorTest [2024-02-15T10:05:24.729Z] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.043 s -- in org.glassfish.hk2.tests.locator.locator.LocatorTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.defaultunqualified.DefaultUnqualifiedTest [2024-02-15T10:05:24.729Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.hk2.tests.locator.defaultunqualified.DefaultUnqualifiedTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.injector.InjectorTest [2024-02-15T10:05:24.729Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.tests.locator.injector.InjectorTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.locatorutilities.Hk2LocatorUtilitiesTest [2024-02-15T10:05:24.729Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.hk2.tests.locator.locatorutilities.Hk2LocatorUtilitiesTest [2024-02-15T10:05:24.729Z] [INFO] Running org.glassfish.hk2.tests.locator.provider.ProviderTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.hk2.tests.locator.provider.ProviderTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.singletoncycle.SingletonCycleTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.negative.singletoncycle.SingletonCycleTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.proxiable.NegativeProxyTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.tests.locator.negative.proxiable.NegativeProxyTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.self.InvalidSelfInjectionTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.negative.self.InvalidSelfInjectionTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.errorservice1.ErrorService1Test [2024-02-15T10:05:25.029Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.negative.errorservice1.ErrorService1Test [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.immediate.cycle.ImmediateCycleTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.negative.immediate.cycle.ImmediateCycleTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.immediate.cycle2.ImmediateCycle2Test [2024-02-15T10:05:25.029Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.negative.immediate.cycle2.ImmediateCycle2Test [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.errorservice.ErrorServiceTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.negative.errorservice.ErrorServiceTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.injector.NegativeInjectorTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.hk2.tests.locator.negative.injector.NegativeInjectorTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.scope.NegativeScopeTest [2024-02-15T10:05:25.029Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.negative.scope.NegativeScopeTest [2024-02-15T10:05:25.029Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.deadlock1.Deadlock1Test [2024-02-15T10:05:25.634Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.625 s -- in org.glassfish.hk2.tests.locator.negative.deadlock1.Deadlock1Test [2024-02-15T10:05:25.634Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.constructor.NegativeConstructorTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.negative.constructor.NegativeConstructorTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.method.NegativeMethodTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.tests.locator.negative.method.NegativeMethodTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.proxy.NotProxiableTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.hk2.tests.locator.negative.proxy.NotProxiableTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.field.NegativeFieldTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.locator.negative.field.NegativeFieldTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.locator.NegativeLocatorTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.negative.locator.NegativeLocatorTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.dynamicconfig.NegativeConfigTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.negative.dynamicconfig.NegativeConfigTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.validation.ValidateThrowsTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.locator.negative.validation.ValidateThrowsTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.api.NegativeApiTest [2024-02-15T10:05:25.635Z] [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.tests.locator.negative.api.NegativeApiTest [2024-02-15T10:05:25.635Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.classanalysis.NegativeClassAnalysisTest [2024-02-15T10:05:25.927Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.hk2.tests.locator.negative.classanalysis.NegativeClassAnalysisTest [2024-02-15T10:05:25.927Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.factory.NegativeFactoryTest [2024-02-15T10:05:25.927Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.tests.locator.negative.factory.NegativeFactoryTest [2024-02-15T10:05:25.927Z] [INFO] Running org.glassfish.hk2.tests.locator.destroy.DestroyTest [2024-02-15T10:05:25.927Z] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.destroy.DestroyTest [2024-02-15T10:05:25.927Z] [INFO] Running org.glassfish.hk2.tests.locator.qualifiers.QualifierTest [2024-02-15T10:05:25.927Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s -- in org.glassfish.hk2.tests.locator.qualifiers.QualifierTest [2024-02-15T10:05:25.927Z] [INFO] Running org.glassfish.hk2.tests.locator.servicelocatorutilities.ServiceLocatorUtilitiesTest [2024-02-15T10:05:25.927Z] SystemDescriptor( [2024-02-15T10:05:25.927Z] implementation=org.jvnet.hk2.internal.ServiceLocatorImpl [2024-02-15T10:05:25.927Z] contracts={org.glassfish.hk2.api.ServiceLocator} [2024-02-15T10:05:25.927Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:05:25.927Z] qualifiers={} [2024-02-15T10:05:25.927Z] descriptorType=CLASS [2024-02-15T10:05:25.927Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.927Z] metadata= [2024-02-15T10:05:25.927Z] rank=0 [2024-02-15T10:05:25.927Z] loader=null [2024-02-15T10:05:25.927Z] proxiable=null [2024-02-15T10:05:25.927Z] proxyForSameScope=null [2024-02-15T10:05:25.927Z] analysisName=null [2024-02-15T10:05:25.927Z] id=0 [2024-02-15T10:05:25.927Z] locatorId=248 [2024-02-15T10:05:25.927Z] identityHashCode=2136347897 [2024-02-15T10:05:25.927Z] reified=true) [2024-02-15T10:05:25.927Z] SystemDescriptor( [2024-02-15T10:05:25.927Z] implementation=org.jvnet.hk2.internal.ThreeThirtyResolver [2024-02-15T10:05:25.927Z] name=SystemInjectResolver [2024-02-15T10:05:25.927Z] contracts={org.glassfish.hk2.api.InjectionResolver} [2024-02-15T10:05:25.927Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.927Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:05:25.927Z] descriptorType=CLASS [2024-02-15T10:05:25.927Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.927Z] metadata= [2024-02-15T10:05:25.927Z] rank=0 [2024-02-15T10:05:25.927Z] loader=null [2024-02-15T10:05:25.927Z] proxiable=null [2024-02-15T10:05:25.927Z] proxyForSameScope=null [2024-02-15T10:05:25.927Z] analysisName=null [2024-02-15T10:05:25.927Z] id=1 [2024-02-15T10:05:25.927Z] locatorId=248 [2024-02-15T10:05:25.927Z] identityHashCode=786669171 [2024-02-15T10:05:25.927Z] reified=true) [2024-02-15T10:05:25.927Z] SystemDescriptor( [2024-02-15T10:05:25.927Z] implementation=org.jvnet.hk2.internal.DynamicConfigurationServiceImpl [2024-02-15T10:05:25.927Z] contracts={org.glassfish.hk2.api.DynamicConfigurationService} [2024-02-15T10:05:25.927Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.927Z] qualifiers={} [2024-02-15T10:05:25.927Z] descriptorType=CLASS [2024-02-15T10:05:25.927Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.927Z] metadata= [2024-02-15T10:05:25.927Z] rank=0 [2024-02-15T10:05:25.927Z] loader=null [2024-02-15T10:05:25.927Z] proxiable=null [2024-02-15T10:05:25.927Z] proxyForSameScope=null [2024-02-15T10:05:25.927Z] analysisName=null [2024-02-15T10:05:25.927Z] id=2 [2024-02-15T10:05:25.927Z] locatorId=248 [2024-02-15T10:05:25.927Z] identityHashCode=124351398 [2024-02-15T10:05:25.927Z] reified=true) [2024-02-15T10:05:25.927Z] SystemDescriptor( [2024-02-15T10:05:25.927Z] implementation=org.jvnet.hk2.internal.DefaultClassAnalyzer [2024-02-15T10:05:25.927Z] name=default [2024-02-15T10:05:25.927Z] contracts={org.jvnet.hk2.internal.DefaultClassAnalyzer,org.glassfish.hk2.api.ClassAnalyzer} [2024-02-15T10:05:25.927Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.927Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:05:25.927Z] descriptorType=CLASS [2024-02-15T10:05:25.927Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.927Z] metadata= [2024-02-15T10:05:25.927Z] rank=0 [2024-02-15T10:05:25.927Z] loader=null [2024-02-15T10:05:25.927Z] proxiable=null [2024-02-15T10:05:25.927Z] proxyForSameScope=null [2024-02-15T10:05:25.927Z] analysisName=null [2024-02-15T10:05:25.927Z] id=3 [2024-02-15T10:05:25.927Z] locatorId=248 [2024-02-15T10:05:25.927Z] identityHashCode=1906635841 [2024-02-15T10:05:25.927Z] reified=true) [2024-02-15T10:05:25.927Z] SystemDescriptor( [2024-02-15T10:05:25.927Z] implementation=org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl [2024-02-15T10:05:25.927Z] contracts={org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl,org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=4 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=612854398 [2024-02-15T10:05:25.928Z] reified=false) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.InstantiationServiceImpl [2024-02-15T10:05:25.928Z] contracts={org.jvnet.hk2.internal.InstantiationServiceImpl,org.glassfish.hk2.api.InstantiationService} [2024-02-15T10:05:25.928Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=5 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=371554459 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.glassfish.hk2.utilities.IgnoringErrorService [2024-02-15T10:05:25.928Z] contracts={org.glassfish.hk2.utilities.IgnoringErrorService,org.glassfish.hk2.api.ErrorService} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=NORMAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=6 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=1511906746 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.ServiceLocatorImpl [2024-02-15T10:05:25.928Z] contracts={org.glassfish.hk2.api.ServiceLocator} [2024-02-15T10:05:25.928Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=0 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=2136347897 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.ThreeThirtyResolver [2024-02-15T10:05:25.928Z] name=SystemInjectResolver [2024-02-15T10:05:25.928Z] contracts={org.glassfish.hk2.api.InjectionResolver} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=1 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=786669171 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.DynamicConfigurationServiceImpl [2024-02-15T10:05:25.928Z] contracts={org.glassfish.hk2.api.DynamicConfigurationService} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=2 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=124351398 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.DefaultClassAnalyzer [2024-02-15T10:05:25.928Z] name=default [2024-02-15T10:05:25.928Z] contracts={org.jvnet.hk2.internal.DefaultClassAnalyzer,org.glassfish.hk2.api.ClassAnalyzer} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=3 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=1906635841 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl [2024-02-15T10:05:25.928Z] contracts={org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl,org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=4 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=612854398 [2024-02-15T10:05:25.928Z] reified=false) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.jvnet.hk2.internal.InstantiationServiceImpl [2024-02-15T10:05:25.928Z] contracts={org.jvnet.hk2.internal.InstantiationServiceImpl,org.glassfish.hk2.api.InstantiationService} [2024-02-15T10:05:25.928Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=LOCAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=5 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=371554459 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] SystemDescriptor( [2024-02-15T10:05:25.928Z] implementation=org.glassfish.hk2.utilities.IgnoringErrorService [2024-02-15T10:05:25.928Z] contracts={org.glassfish.hk2.utilities.IgnoringErrorService,org.glassfish.hk2.api.ErrorService} [2024-02-15T10:05:25.928Z] scope=jakarta.inject.Singleton [2024-02-15T10:05:25.928Z] qualifiers={} [2024-02-15T10:05:25.928Z] descriptorType=CLASS [2024-02-15T10:05:25.928Z] descriptorVisibility=NORMAL [2024-02-15T10:05:25.928Z] metadata= [2024-02-15T10:05:25.928Z] rank=0 [2024-02-15T10:05:25.928Z] loader=null [2024-02-15T10:05:25.928Z] proxiable=null [2024-02-15T10:05:25.928Z] proxyForSameScope=null [2024-02-15T10:05:25.928Z] analysisName=null [2024-02-15T10:05:25.928Z] id=6 [2024-02-15T10:05:25.928Z] locatorId=248 [2024-02-15T10:05:25.928Z] identityHashCode=1511906746 [2024-02-15T10:05:25.928Z] reified=true) [2024-02-15T10:05:25.928Z] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.hk2.tests.locator.servicelocatorutilities.ServiceLocatorUtilitiesTest [2024-02-15T10:05:25.928Z] [INFO] Running org.glassfish.hk2.tests.locator.named.Named2Test [2024-02-15T10:05:25.928Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.named.Named2Test [2024-02-15T10:05:25.928Z] [INFO] Running org.glassfish.hk2.tests.locator.named.NamedTest [2024-02-15T10:05:25.928Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.named.NamedTest [2024-02-15T10:05:25.928Z] [INFO] Running org.glassfish.hk2.tests.locator.inheritance.InheritanceTest [2024-02-15T10:05:25.928Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.hk2.tests.locator.inheritance.InheritanceTest [2024-02-15T10:05:25.928Z] [INFO] Running org.glassfish.hk2.tests.locator.typesafety.TypeSafetyTest [2024-02-15T10:05:25.928Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.locator.typesafety.TypeSafetyTest [2024-02-15T10:05:25.928Z] [INFO] Running org.glassfish.hk2.tests.locator.classanalysis.ClassAnalysisTest [2024-02-15T10:05:26.185Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.hk2.tests.locator.classanalysis.ClassAnalysisTest [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.NestedOptionalTest [2024-02-15T10:05:26.185Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.optional.NestedOptionalTest [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.OptionalTest [2024-02-15T10:05:26.185Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.tests.locator.optional.OptionalTest [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.NamedOptionalTest [2024-02-15T10:05:26.185Z] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s -- in org.glassfish.hk2.tests.locator.optional.NamedOptionalTest [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.factory2.Factory2Test [2024-02-15T10:05:26.185Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.glassfish.hk2.tests.locator.factory2.Factory2Test [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.dynamicconfig.DynamicConfigTest [2024-02-15T10:05:26.185Z] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.hk2.tests.locator.dynamicconfig.DynamicConfigTest [2024-02-15T10:05:26.185Z] [INFO] Running org.glassfish.hk2.tests.locator.customresolver.CustomResolverTest [2024-02-15T10:05:26.440Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.hk2.tests.locator.customresolver.CustomResolverTest [2024-02-15T10:05:26.440Z] [INFO] Running org.glassfish.hk2.tests.locator.primitives.PrimitivesTest [2024-02-15T10:05:26.440Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.primitives.PrimitivesTest [2024-02-15T10:05:26.440Z] [INFO] Running org.glassfish.hk2.tests.locator.instantiationService.InstantiationServiceTest [2024-02-15T10:05:26.440Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.instantiationService.InstantiationServiceTest [2024-02-15T10:05:26.440Z] [INFO] Running org.glassfish.hk2.tests.locator.iterableinject.IterableInjectTest [2024-02-15T10:05:26.440Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.tests.locator.iterableinject.IterableInjectTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.selfdescriptor.SelfDescriptorTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.locator.selfdescriptor.SelfDescriptorTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.parented.ParentedTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.hk2.tests.locator.parented.ParentedTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.proxysamescope.ProxySameScopeTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s -- in org.glassfish.hk2.tests.locator.proxysamescope.ProxySameScopeTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.justintime.JustInTimeTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.tests.locator.justintime.JustInTimeTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.perlookup.PerLookupTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.perlookup.PerLookupTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.visibility.VisibilityTest [2024-02-15T10:05:26.441Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.tests.locator.visibility.VisibilityTest [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable3.Proxiable3Test [2024-02-15T10:05:26.441Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.hk2.tests.locator.proxiable3.Proxiable3Test [2024-02-15T10:05:26.441Z] [INFO] Running org.glassfish.hk2.tests.locator.binder.BinderTest [2024-02-15T10:05:26.729Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.binder.BinderTest [2024-02-15T10:05:26.729Z] [INFO] Running org.glassfish.hk2.tests.locator.unqualified.UnqualifiedTest [2024-02-15T10:05:26.729Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.tests.locator.unqualified.UnqualifiedTest [2024-02-15T10:05:26.729Z] [INFO] Running org.glassfish.hk2.tests.locator.perthread.PerThreadTest [2024-02-15T10:05:27.699Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.089 s -- in org.glassfish.hk2.tests.locator.perthread.PerThreadTest [2024-02-15T10:05:27.699Z] [INFO] Running org.glassfish.hk2.tests.locator.memory.MemoryTest [2024-02-15T10:05:28.029Z] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.155 s -- in org.glassfish.hk2.tests.locator.memory.MemoryTest [2024-02-15T10:05:28.029Z] [INFO] Running org.glassfish.hk2.tests.locator.arrays.ArraysTest [2024-02-15T10:05:28.029Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.arrays.ArraysTest [2024-02-15T10:05:28.029Z] [INFO] Running org.glassfish.hk2.tests.locator.multithreaded1.MultiThreaded1Test [2024-02-15T10:06:50.480Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 82.14 s -- in org.glassfish.hk2.tests.locator.multithreaded1.MultiThreaded1Test [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.lambda.LambdaTest [2024-02-15T10:06:50.480Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.locator.lambda.LambdaTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.interception3.HK2InvocationTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.interception3.HK2InvocationTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.inject.InjectTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s -- in org.glassfish.hk2.tests.locator.inject.InjectTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.singleton.SingletonTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.hk2.tests.locator.singleton.SingletonTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.runtime.RuntimeBeanTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.runtime.RuntimeBeanTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.initialization.InitializationTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.initialization.InitializationTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.dynamicpopulate.DynamicPopulateTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.tests.locator.dynamicpopulate.DynamicPopulateTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.interception2.ConstructorInterceptorTest [2024-02-15T10:06:50.480Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.interception2.ConstructorInterceptorTest [2024-02-15T10:06:50.480Z] [INFO] Running org.glassfish.hk2.tests.locator.alias.AliasDescriptorTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.tests.locator.alias.AliasDescriptorTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.twophaseresources.TwoPhaseResourceTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 s -- in org.glassfish.hk2.tests.locator.twophaseresources.TwoPhaseResourceTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiableinterface.ProxiableInterfaceTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.proxiableinterface.ProxiableInterfaceTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.descriptornamed.DescriptorNamedTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.tests.locator.descriptornamed.DescriptorNamedTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.shutdown.ShutdownTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.hk2.tests.locator.shutdown.ShutdownTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.idempotent.IdempotentTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.idempotent.IdempotentTest [2024-02-15T10:06:50.481Z] [INFO] Running org.glassfish.hk2.tests.locator.children.ChildServiceLocatorTest [2024-02-15T10:06:50.481Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.children.ChildServiceLocatorTest [2024-02-15T10:06:50.481Z] [INFO] [2024-02-15T10:06:50.481Z] [INFO] Results: [2024-02-15T10:06:50.481Z] [INFO] [2024-02-15T10:06:50.481Z] [WARNING] Tests run: 590, Failures: 0, Errors: 0, Skipped: 4 [2024-02-15T10:06:50.481Z] [INFO] [2024-02-15T10:06:50.481Z] [INFO] [2024-02-15T10:06:50.481Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator --- [2024-02-15T10:06:50.481Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/hk2-locator.jar [2024-02-15T10:06:50.481Z] [INFO] [2024-02-15T10:06:50.481Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator --- [2024-02-15T10:06:50.481Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:50.739Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-02-15T10:06:50.739Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.xml [2024-02-15T10:06:50.739Z] [INFO] attaching as hk2-locator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:50.739Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.json [2024-02-15T10:06:50.739Z] [INFO] attaching as hk2-locator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:50.739Z] [INFO] [2024-02-15T10:06:50.739Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator --- [2024-02-15T10:06:50.739Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/jacoco.exec [2024-02-15T10:06:50.996Z] [INFO] Analyzed bundle 'ServiceLocator Default Implementation' with 92 classes [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator --- [2024-02-15T10:06:50.996Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/4.0.0-SNAPSHOT/hk2-locator-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:50.996Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/hk2-locator.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/4.0.0-SNAPSHOT/hk2-locator-4.0.0-SNAPSHOT.jar [2024-02-15T10:06:50.996Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/4.0.0-SNAPSHOT/hk2-locator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:50.996Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator/4.0.0-SNAPSHOT/hk2-locator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] ---------------------< org.glassfish.hk2:hk2-core >--------------------- [2024-02-15T10:06:50.996Z] [INFO] Building HK2 core module 4.0.0-SNAPSHOT [9/72] [2024-02-15T10:06:50.996Z] [INFO] from hk2-core/pom.xml [2024-02-15T10:06:50.996Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/jacoco.exec [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/resources [2024-02-15T10:06:50.996Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:06:50.996Z] [INFO] [2024-02-15T10:06:50.996Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-core --- [2024-02-15T10:06:50.996Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:50.996Z] [INFO] Compiling 63 source files with javac [debug release 11] to target/classes [2024-02-15T10:06:51.559Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/bootstrap/ContextDuplicatePostProcessor.java:[32,8] deprecated item is not annotated with @Deprecated [2024-02-15T10:06:51.559Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/org/glassfish/hk2/bootstrap/PopulatorPostProcessor.java:[24,8] deprecated item is not annotated with @Deprecated [2024-02-15T10:06:51.559Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/org/glassfish/hk2/bootstrap/DescriptorFileFinder.java:[24,8] deprecated item is not annotated with @Deprecated [2024-02-15T10:06:51.559Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/org/glassfish/hk2/bootstrap/impl/ClasspathDescriptorFileFinder.java:[25,8] deprecated item is not annotated with @Deprecated [2024-02-15T10:06:51.559Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/impl/ModuleImpl.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/impl/ModuleImpl.java uses or overrides a deprecated API. [2024-02-15T10:06:51.559Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/impl/ModuleImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:06:51.559Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/common_impl/CompositeEnumeration.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:06:51.559Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java/com/sun/enterprise/module/common_impl/CompositeEnumeration.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:06:51.559Z] [INFO] [2024-02-15T10:06:51.559Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-core --- [2024-02-15T10:06:51.559Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:06:51.559Z] [WARNING] Manifest org.glassfish.hk2:hk2-core:jar:4.0.0-SNAPSHOT : Found \. This is allowed in a properties file but not in bnd to prevent mistakes: <> [2024-02-15T10:06:51.559Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:06:51.559Z] [INFO] [2024-02-15T10:06:51.559Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-core --- [2024-02-15T10:06:51.559Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-02-15T10:06:51.559Z] [INFO] [2024-02-15T10:06:51.559Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-core --- [2024-02-15T10:06:51.559Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:51.559Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:06:51.826Z] [INFO] [2024-02-15T10:06:51.826Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-core --- [2024-02-15T10:06:51.826Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:06:51.826Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:06:51.826Z] [INFO] [2024-02-15T10:06:51.826Z] [INFO] ------------------------------------------------------- [2024-02-15T10:06:51.826Z] [INFO] T E S T S [2024-02-15T10:06:51.826Z] [INFO] ------------------------------------------------------- [2024-02-15T10:06:52.083Z] [INFO] Running com.sun.enterprise.module.single.ProxyModuleDefinitionTest [2024-02-15T10:06:52.339Z] [file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/test-classes/, file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/classes/, file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/hk2-locator.jar, file:/home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar, file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar, file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar, file:/home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.0-M1/jakarta.annotation-api-3.0.0-M1.jar, file:/home/jenkins/.m2/repository/org/javassist/javassist/3.29.2-GA/javassist-3.29.2-GA.jar, file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar, file:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar, file:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, file:/home/jenkins/.m2/repository/org/easymock/easymock/5.2.0/easymock-5.2.0.jar, file:/home/jenkins/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar] [2024-02-15T10:06:52.339Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in com.sun.enterprise.module.single.ProxyModuleDefinitionTest [2024-02-15T10:06:52.339Z] [INFO] Running org.glassfish.hk2.bootstrap.impl.ServiceLocatorTest [2024-02-15T10:06:52.600Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s -- in org.glassfish.hk2.bootstrap.impl.ServiceLocatorTest [2024-02-15T10:06:52.600Z] [INFO] [2024-02-15T10:06:52.600Z] [INFO] Results: [2024-02-15T10:06:52.600Z] [INFO] [2024-02-15T10:06:52.600Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:06:52.600Z] [INFO] [2024-02-15T10:06:52.600Z] [INFO] [2024-02-15T10:06:52.600Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-core --- [2024-02-15T10:06:52.600Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/hk2-core.jar [2024-02-15T10:06:52.600Z] [INFO] [2024-02-15T10:06:52.600Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-core --- [2024-02-15T10:06:52.600Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:53.161Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:06:53.161Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.xml [2024-02-15T10:06:53.161Z] [INFO] attaching as hk2-core-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:53.161Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.json [2024-02-15T10:06:53.161Z] [INFO] attaching as hk2-core-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-core --- [2024-02-15T10:06:53.161Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-core --- [2024-02-15T10:06:53.161Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/4.0.0-SNAPSHOT/hk2-core-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:53.161Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/hk2-core.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/4.0.0-SNAPSHOT/hk2-core-4.0.0-SNAPSHOT.jar [2024-02-15T10:06:53.161Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/4.0.0-SNAPSHOT/hk2-core-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:53.161Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-core/4.0.0-SNAPSHOT/hk2-core-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] ---------< org.glassfish.hk2:consolidatedbundle-maven-plugin >---------- [2024-02-15T10:06:53.161Z] [INFO] Building consolidated bundle Maven plugin 4.0.0-SNAPSHOT [10/72] [2024-02-15T10:06:53.161Z] [INFO] from maven-plugins/consolidatedbundle-maven-plugin/pom.xml [2024-02-15T10:06:53.161Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- clean:3.2.0:clean (default-clean) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/jacoco.exec [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- resources:3.3.1:resources (default-resources) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/resources [2024-02-15T10:06:53.161Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:53.161Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:06:53.161Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/java/com/sun/enterprise/module/maven/HK2GenerateMojo.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/java/com/sun/enterprise/module/maven/HK2GenerateMojo.java uses or overrides a deprecated API. [2024-02-15T10:06:53.161Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/java/com/sun/enterprise/module/maven/HK2GenerateMojo.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:06:53.161Z] [INFO] [2024-02-15T10:06:53.161Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.161Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-02-15T10:06:53.724Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:53.724Z] [INFO] java-javadoc mojo extractor found 1 mojo descriptor. [2024-02-15T10:06:53.724Z] [WARNING] [2024-02-15T10:06:53.724Z] [WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions. [2024-02-15T10:06:53.724Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-02-15T10:06:53.724Z] [WARNING] [2024-02-15T10:06:53.724Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:53.724Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:53.724Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:53.724Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/test/resources [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [INFO] No sources to compile [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- surefire:3.2.5:test (default-test) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:06:53.724Z] [INFO] No tests to run. [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- jar:3.3.0:jar (default-jar) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/consolidatedbundle-maven-plugin.jar [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [INFO] [2024-02-15T10:06:53.724Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:53.724Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:54.652Z] [INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s) [2024-02-15T10:06:54.652Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/bom.xml [2024-02-15T10:06:54.652Z] [INFO] attaching as consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:54.652Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/bom.json [2024-02-15T10:06:54.907Z] [INFO] attaching as consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:54.907Z] [INFO] [2024-02-15T10:06:54.907Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:54.907Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:06:54.907Z] [INFO] [2024-02-15T10:06:54.907Z] [INFO] --- install:3.1.1:install (default-install) @ consolidatedbundle-maven-plugin --- [2024-02-15T10:06:54.907Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/consolidatedbundle-maven-plugin/4.0.0-SNAPSHOT/consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:54.907Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/consolidatedbundle-maven-plugin.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/consolidatedbundle-maven-plugin/4.0.0-SNAPSHOT/consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT.jar [2024-02-15T10:06:54.907Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/consolidatedbundle-maven-plugin/4.0.0-SNAPSHOT/consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:54.908Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/consolidatedbundle-maven-plugin/4.0.0-SNAPSHOT/consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] -------------< org.glassfish.hk2:hk2-inhabitant-generator >------------- [2024-02-15T10:06:54.908Z] [INFO] Building Inhabitant Generator 4.0.0-SNAPSHOT [11/72] [2024-02-15T10:06:54.908Z] [INFO] from maven-plugins/hk2-inhabitant-generator/pom.xml [2024-02-15T10:06:54.908Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/jacoco.exec [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] Copying 2 resources from src/main/resources to target/classes [2024-02-15T10:06:54.908Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:06:54.908Z] [INFO] [2024-02-15T10:06:54.908Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-inhabitant-generator --- [2024-02-15T10:06:54.908Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:54.908Z] [INFO] Compiling 16 source files with javac [debug release 11] to target/classes [2024-02-15T10:06:55.163Z] [INFO] [2024-02-15T10:06:55.163Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.163Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-02-15T10:06:55.425Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:55.681Z] [INFO] java-javadoc mojo extractor found 2 mojo descriptors. [2024-02-15T10:06:55.681Z] [WARNING] [2024-02-15T10:06:55.681Z] [WARNING] Deprecated extractor java-javadoc extracted 2 descriptors. Upgrade your Mojo definitions. [2024-02-15T10:06:55.681Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-02-15T10:06:55.681Z] [WARNING] [2024-02-15T10:06:55.681Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:55.681Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: missing declaration [2024-02-15T10:06:55.681Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-02-15T10:06:55.681Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-02-15T10:06:55.681Z] [INFO] [2024-02-15T10:06:55.681Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.681Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/src/test/resources [2024-02-15T10:06:55.681Z] [INFO] [2024-02-15T10:06:55.681Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.681Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:55.681Z] [INFO] Compiling 48 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:06:55.937Z] [INFO] [2024-02-15T10:06:55.937Z] [INFO] --- compiler:3.11.0:testCompile (gendir) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.937Z] [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [2024-02-15T10:06:55.937Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:55.937Z] [INFO] Compiling 44 source files with javac [debug release 11] to target/test-classes/gendir [2024-02-15T10:06:55.937Z] [INFO] [2024-02-15T10:06:55.937Z] [INFO] --- compiler:3.11.0:testCompile (negative) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.937Z] [WARNING] Parameter 'outputDirectory' is read-only, must not be used in configuration [2024-02-15T10:06:55.937Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:55.937Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes/negative [2024-02-15T10:06:55.937Z] [INFO] [2024-02-15T10:06:55.937Z] [INFO] --- jar:3.3.0:test-jar (gendir-package) @ hk2-inhabitant-generator --- [2024-02-15T10:06:55.937Z] [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [2024-02-15T10:06:56.228Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir-tests.jar [2024-02-15T10:06:56.228Z] [INFO] [2024-02-15T10:06:56.228Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-inhabitant-generator --- [2024-02-15T10:06:56.228Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:06:56.228Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:06:56.228Z] [INFO] [2024-02-15T10:06:56.228Z] [INFO] ------------------------------------------------------- [2024-02-15T10:06:56.228Z] [INFO] T E S T S [2024-02-15T10:06:56.228Z] [INFO] ------------------------------------------------------- [2024-02-15T10:06:56.834Z] [INFO] Running org.jvnet.hk2.generator.tests.InhabitantsGeneratorTest [2024-02-15T10:06:57.433Z] The elements of the path that will be searched is: [2024-02-15T10:06:57.433Z] 1. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes [2024-02-15T10:06:57.433Z] 2. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/classes [2024-02-15T10:06:57.434Z] 3. /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [2024-02-15T10:06:57.434Z] 4. /home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar [2024-02-15T10:06:57.434Z] 5. /home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [2024-02-15T10:06:57.434Z] 6. /home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [2024-02-15T10:06:57.434Z] 7. /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [2024-02-15T10:06:57.434Z] 8. /home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [2024-02-15T10:06:57.434Z] 9. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar [2024-02-15T10:06:57.434Z] 10. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar [2024-02-15T10:06:57.434Z] 11. /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.0-M1/jakarta.annotation-api-3.0.0-M1.jar [2024-02-15T10:06:57.434Z] 12. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar [2024-02-15T10:06:57.434Z] 13. /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.5/maven-plugin-api-3.9.5.jar [2024-02-15T10:06:57.434Z] 14. /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.5/maven-model-3.9.5.jar [2024-02-15T10:06:57.434Z] 15. /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.5/maven-artifact-3.9.5.jar [2024-02-15T10:06:57.434Z] 16. /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar [2024-02-15T10:06:57.434Z] 17. /home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2024-02-15T10:06:57.434Z] 18. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [2024-02-15T10:06:57.434Z] 19. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [2024-02-15T10:06:57.434Z] 20. /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.5/maven-core-3.9.5.jar [2024-02-15T10:06:57.434Z] 21. /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.5/maven-settings-3.9.5.jar [2024-02-15T10:06:57.434Z] 22. /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.5/maven-settings-builder-3.9.5.jar [2024-02-15T10:06:57.434Z] 23. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [2024-02-15T10:06:57.434Z] 24. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [2024-02-15T10:06:57.434Z] 25. /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.5/maven-builder-support-3.9.5.jar [2024-02-15T10:06:57.434Z] 26. /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.5/maven-repository-metadata-3.9.5.jar [2024-02-15T10:06:57.434Z] 27. /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.5/maven-model-builder-3.9.5.jar [2024-02-15T10:06:57.434Z] 28. /home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.5/maven-resolver-provider-3.9.5.jar [2024-02-15T10:06:57.434Z] 29. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.16/maven-resolver-impl-1.9.16.jar [2024-02-15T10:06:57.434Z] 30. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.16/maven-resolver-named-locks-1.9.16.jar [2024-02-15T10:06:57.434Z] 31. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.16/maven-resolver-api-1.9.16.jar [2024-02-15T10:06:57.434Z] 32. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.16/maven-resolver-spi-1.9.16.jar [2024-02-15T10:06:57.434Z] 33. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.16/maven-resolver-util-1.9.16.jar [2024-02-15T10:06:57.434Z] 34. /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2024-02-15T10:06:57.434Z] 35. /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar [2024-02-15T10:06:57.434Z] 36. /home/jenkins/.m2/repository/com/google/inject/guice/7.0.0/guice-7.0.0.jar [2024-02-15T10:06:57.434Z] 37. /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2024-02-15T10:06:57.434Z] 38. /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar [2024-02-15T10:06:57.434Z] 39. /home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2024-02-15T10:06:57.434Z] 40. /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar [2024-02-15T10:06:57.434Z] 41. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2024-02-15T10:06:57.434Z] 42. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2024-02-15T10:06:57.434Z] 43. /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [2024-02-15T10:06:57.434Z] 44. /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2024-02-15T10:06:57.434Z] 45. /home/jenkins/.m2/repository/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [2024-02-15T10:06:57.434Z] 46. /home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [2024-02-15T10:06:57.434Z] 47. /home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar [2024-02-15T10:06:57.434Z] 48. /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2024-02-15T10:06:57.434Z] 49. /home/jenkins/.m2/repository/org/easymock/easymock/5.2.0/easymock-5.2.0.jar [2024-02-15T10:06:57.434Z] 50. /home/jenkins/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar [2024-02-15T10:06:57.434Z] Finished printing search path elements [2024-02-15T10:06:57.434Z] HabitatGenerator: inputFile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir outjarName=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir locatorName=other noSwap=true outputDirectory=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir/META-INF/hk2-locator [2024-02-15T10:06:57.434Z] Looking for org.jvnet.hk2.generator.tests.ComplexFactory for discovery of superclass [2024-02-15T10:06:57.434Z] Found org.jvnet.hk2.generator.tests.ComplexFactory in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.434Z] Looking for org.jvnet.hk2.generator.tests.ComplexImpl for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexImpl in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexA for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexA in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexB for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexB in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexC for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexC in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexEImpl for discovery of isaContract [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexEImpl in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isaContract [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexE for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexE in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexDImpl for discovery of isaContract [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexDImpl in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isaContract [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ComplexD for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ComplexD in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.Blue for discovery of isascope [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.Blue in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isascope [2024-02-15T10:06:57.435Z] Adding a factory descriptor: Descriptor( [2024-02-15T10:06:57.435Z] implementation=org.jvnet.hk2.generator.tests.ComplexFactory [2024-02-15T10:06:57.435Z] name=non-default-name [2024-02-15T10:06:57.435Z] contracts={org.jvnet.hk2.generator.tests.ComplexImpl,org.jvnet.hk2.generator.tests.ComplexDImpl,org.jvnet.hk2.generator.tests.ComplexA,org.jvnet.hk2.generator.tests.ComplexC,org.jvnet.hk2.generator.tests.ComplexE} [2024-02-15T10:06:57.435Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.435Z] qualifiers={org.jvnet.hk2.generator.tests.Blue,jakarta.inject.Named} [2024-02-15T10:06:57.435Z] descriptorType=PROVIDE_METHOD [2024-02-15T10:06:57.435Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.435Z] metadata= [2024-02-15T10:06:57.435Z] rank=0 [2024-02-15T10:06:57.435Z] loader=null [2024-02-15T10:06:57.435Z] proxiable=null [2024-02-15T10:06:57.435Z] proxyForSameScope=null [2024-02-15T10:06:57.435Z] analysisName=null [2024-02-15T10:06:57.435Z] id=null [2024-02-15T10:06:57.435Z] locatorId=null [2024-02-15T10:06:57.435Z] identityHashCode=294111720) [2024-02-15T10:06:57.435Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.435Z] implementation=org.jvnet.hk2.generator.tests.ComplexFactory [2024-02-15T10:06:57.435Z] name=ComplexFactory [2024-02-15T10:06:57.435Z] contracts={org.jvnet.hk2.generator.tests.ComplexFactory,org.glassfish.hk2.api.Factory} [2024-02-15T10:06:57.435Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.435Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:06:57.435Z] descriptorType=CLASS [2024-02-15T10:06:57.435Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.435Z] metadata= [2024-02-15T10:06:57.435Z] rank=0 [2024-02-15T10:06:57.435Z] loader=null [2024-02-15T10:06:57.435Z] proxiable=null [2024-02-15T10:06:57.435Z] proxyForSameScope=null [2024-02-15T10:06:57.435Z] analysisName=default [2024-02-15T10:06:57.435Z] id=null [2024-02-15T10:06:57.435Z] locatorId=null [2024-02-15T10:06:57.435Z] identityHashCode=310016558) [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexImpl is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexEImpl is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexDImpl is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexD is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexE is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexA is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexB is not annotated with @Service [2024-02-15T10:06:57.435Z] Class org.jvnet.hk2.generator.tests.ComplexC is not annotated with @Service [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithRank for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.ServiceWithRank in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.435Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithRank [2024-02-15T10:06:57.435Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithRank} [2024-02-15T10:06:57.435Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.435Z] qualifiers={} [2024-02-15T10:06:57.435Z] descriptorType=CLASS [2024-02-15T10:06:57.435Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.435Z] metadata= [2024-02-15T10:06:57.435Z] rank=13 [2024-02-15T10:06:57.435Z] loader=null [2024-02-15T10:06:57.435Z] proxiable=null [2024-02-15T10:06:57.435Z] proxyForSameScope=null [2024-02-15T10:06:57.435Z] analysisName=default [2024-02-15T10:06:57.435Z] id=null [2024-02-15T10:06:57.435Z] locatorId=null [2024-02-15T10:06:57.435Z] identityHashCode=335580595) [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.AddressBean for discovery of superclass [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.AddressBean in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.CreateMe for discovery of isaMethodGenerator [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.CreateMe in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isaMethodGenerator [2024-02-15T10:06:57.435Z] Looking for org.jvnet.hk2.generator.tests.DeleteMe for discovery of isaMethodGenerator [2024-02-15T10:06:57.435Z] Found org.jvnet.hk2.generator.tests.DeleteMe in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isaMethodGenerator [2024-02-15T10:06:57.435Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.435Z] implementation=com.acme.service.GenerateMethodImpl [2024-02-15T10:06:57.435Z] name=name1 [2024-02-15T10:06:57.435Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-02-15T10:06:57.435Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=2024240125) [2024-02-15T10:06:57.436Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.436Z] implementation=com.acme.service.DeleteImpl [2024-02-15T10:06:57.436Z] contracts={com.acme.api.GenerateMethod} [2024-02-15T10:06:57.436Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=1472216456) [2024-02-15T10:06:57.436Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.436Z] implementation=com.acme.service.GenerateMethodImpl [2024-02-15T10:06:57.436Z] name=name2 [2024-02-15T10:06:57.436Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-02-15T10:06:57.436Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getSecondaryStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=380274260) [2024-02-15T10:06:57.436Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.436Z] implementation=com.acme.service.GenerateMethodImpl [2024-02-15T10:06:57.436Z] name=name5 [2024-02-15T10:06:57.436Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-02-15T10:06:57.436Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={setMyAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=114818087) [2024-02-15T10:06:57.436Z] Class org.jvnet.hk2.generator.tests.AddressBean is not annotated with @Service [2024-02-15T10:06:57.436Z] Looking for org.jvnet.hk2.generator.tests.StreetAddress for discovery of superclass [2024-02-15T10:06:57.436Z] Found org.jvnet.hk2.generator.tests.StreetAddress in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.436Z] Class org.jvnet.hk2.generator.tests.StreetAddress is not annotated with @Service [2024-02-15T10:06:57.436Z] Looking for org.jvnet.hk2.generator.tests.Town for discovery of superclass [2024-02-15T10:06:57.436Z] Found org.jvnet.hk2.generator.tests.Town in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.436Z] Class org.jvnet.hk2.generator.tests.Town is not annotated with @Service [2024-02-15T10:06:57.436Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithRanks for discovery of superclass [2024-02-15T10:06:57.436Z] Found org.jvnet.hk2.generator.tests.FactoryWithRanks in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.436Z] Looking for org.jvnet.hk2.generator.tests.SimpleInterface for discovery of superclass [2024-02-15T10:06:57.436Z] Found org.jvnet.hk2.generator.tests.SimpleInterface in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.436Z] Adding a factory descriptor: Descriptor( [2024-02-15T10:06:57.436Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithRanks [2024-02-15T10:06:57.436Z] contracts={org.jvnet.hk2.generator.tests.SimpleInterface} [2024-02-15T10:06:57.436Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=PROVIDE_METHOD [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata= [2024-02-15T10:06:57.436Z] rank=-1 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=1168924571) [2024-02-15T10:06:57.436Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.436Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithRanks [2024-02-15T10:06:57.436Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithRanks,org.glassfish.hk2.api.Factory} [2024-02-15T10:06:57.436Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata= [2024-02-15T10:06:57.436Z] rank=13 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=default [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=324404955) [2024-02-15T10:06:57.436Z] Class org.jvnet.hk2.generator.tests.SimpleInterface is not annotated with @Service [2024-02-15T10:06:57.436Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy for discovery of superclass [2024-02-15T10:06:57.436Z] Found org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.436Z] Looking for java.lang.Object for discovery of superclass [2024-02-15T10:06:57.436Z] Did not find java.lang.Object in classpath for superclass [2024-02-15T10:06:57.436Z] Looking for org.glassfish.hk2.api.UseProxy for discovery of isascope [2024-02-15T10:06:57.436Z] Found org.glassfish.hk2.api.UseProxy in jar /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar for isascope [2024-02-15T10:06:57.436Z] Adding a factory descriptor: Descriptor( [2024-02-15T10:06:57.436Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy [2024-02-15T10:06:57.436Z] contracts={java.lang.Object} [2024-02-15T10:06:57.436Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=PROVIDE_METHOD [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata= [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=true [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.436Z] analysisName=null [2024-02-15T10:06:57.436Z] id=null [2024-02-15T10:06:57.436Z] locatorId=null [2024-02-15T10:06:57.436Z] identityHashCode=1076984738) [2024-02-15T10:06:57.436Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.436Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy [2024-02-15T10:06:57.436Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy,org.glassfish.hk2.api.Factory} [2024-02-15T10:06:57.436Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.436Z] qualifiers={} [2024-02-15T10:06:57.436Z] descriptorType=CLASS [2024-02-15T10:06:57.436Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.436Z] metadata= [2024-02-15T10:06:57.436Z] rank=0 [2024-02-15T10:06:57.436Z] loader=null [2024-02-15T10:06:57.436Z] proxiable=null [2024-02-15T10:06:57.436Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=1006751649) [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithFalseProxy for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ServiceWithFalseProxy in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.437Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithFalseProxy [2024-02-15T10:06:57.437Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithFalseProxy} [2024-02-15T10:06:57.437Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.437Z] qualifiers={} [2024-02-15T10:06:57.437Z] descriptorType=CLASS [2024-02-15T10:06:57.437Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.437Z] metadata= [2024-02-15T10:06:57.437Z] rank=0 [2024-02-15T10:06:57.437Z] loader=null [2024-02-15T10:06:57.437Z] proxiable=false [2024-02-15T10:06:57.437Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=1171434979) [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ZipCode for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ZipCode in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Class org.jvnet.hk2.generator.tests.ZipCode is not annotated with @Service [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ContractsProvidedService for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ContractsProvidedService in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.SimpleContract for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.SimpleContract in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.437Z] implementation=org.jvnet.hk2.generator.tests.ContractsProvidedService [2024-02-15T10:06:57.437Z] contracts={org.jvnet.hk2.generator.tests.SimpleInterface} [2024-02-15T10:06:57.437Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.437Z] qualifiers={} [2024-02-15T10:06:57.437Z] descriptorType=CLASS [2024-02-15T10:06:57.437Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.437Z] metadata= [2024-02-15T10:06:57.437Z] rank=0 [2024-02-15T10:06:57.437Z] loader=null [2024-02-15T10:06:57.437Z] proxiable=null [2024-02-15T10:06:57.437Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=1920907467) [2024-02-15T10:06:57.437Z] Class org.jvnet.hk2.generator.tests.SimpleContract is not annotated with @Service [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.CreateMe for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.CreateMe in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.config.GenerateServiceFromMethod for discovery of isascope [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.config.GenerateServiceFromMethod in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isascope [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.config.GenerateServiceFromMethod for discovery of isaMethodGenerator [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.config.GenerateServiceFromMethod in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isaMethodGenerator [2024-02-15T10:06:57.437Z] Class org.jvnet.hk2.generator.tests.CreateMe is not annotated with @Service [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithTrueProxy for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ServiceWithTrueProxy in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.437Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithTrueProxy [2024-02-15T10:06:57.437Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithTrueProxy} [2024-02-15T10:06:57.437Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.437Z] qualifiers={} [2024-02-15T10:06:57.437Z] descriptorType=CLASS [2024-02-15T10:06:57.437Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.437Z] metadata= [2024-02-15T10:06:57.437Z] rank=0 [2024-02-15T10:06:57.437Z] loader=null [2024-02-15T10:06:57.437Z] proxiable=true [2024-02-15T10:06:57.437Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=970535245) [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithName for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ServiceWithName in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.437Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithName [2024-02-15T10:06:57.437Z] name=non-default-name [2024-02-15T10:06:57.437Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithName} [2024-02-15T10:06:57.437Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.437Z] qualifiers={} [2024-02-15T10:06:57.437Z] descriptorType=CLASS [2024-02-15T10:06:57.437Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.437Z] metadata= [2024-02-15T10:06:57.437Z] rank=0 [2024-02-15T10:06:57.437Z] loader=null [2024-02-15T10:06:57.437Z] proxiable=null [2024-02-15T10:06:57.437Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=194481424) [2024-02-15T10:06:57.437Z] Class org.jvnet.hk2.generator.tests.Blue is not annotated with @Service [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.437Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy [2024-02-15T10:06:57.437Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy} [2024-02-15T10:06:57.437Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.437Z] qualifiers={} [2024-02-15T10:06:57.437Z] descriptorType=CLASS [2024-02-15T10:06:57.437Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.437Z] metadata= [2024-02-15T10:06:57.437Z] rank=0 [2024-02-15T10:06:57.437Z] loader=null [2024-02-15T10:06:57.437Z] proxiable=true [2024-02-15T10:06:57.437Z] proxyForSameScope=null [2024-02-15T10:06:57.437Z] analysisName=default [2024-02-15T10:06:57.437Z] id=null [2024-02-15T10:06:57.437Z] locatorId=null [2024-02-15T10:06:57.437Z] identityHashCode=1534755892) [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithMetadata for discovery of superclass [2024-02-15T10:06:57.437Z] Found org.jvnet.hk2.generator.tests.ServiceWithMetadata in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.437Z] Looking for org.jvnet.hk2.generator.tests.ScopeWithMetadata for discovery of isascope [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.ScopeWithMetadata in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isascope [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.QualifierWithMetadata for discovery of isascope [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.QualifierWithMetadata in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for isascope [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithMetadata [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithMetadata} [2024-02-15T10:06:57.438Z] scope=org.jvnet.hk2.generator.tests.ScopeWithMetadata [2024-02-15T10:06:57.438Z] qualifiers={org.jvnet.hk2.generator.tests.QualifierWithMetadata} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata=key1={value1},key2={value2},key5={5_1,5_2,5_3},key6={6001,6002,6003},key3={3},key4={org.jvnet.hk2.generator.tests.InhabitantsGeneratorTest} [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=1548081008) [2024-02-15T10:06:57.438Z] Class org.jvnet.hk2.generator.tests.ScopeWithMetadata is not annotated with @Service [2024-02-15T10:06:57.438Z] Class org.jvnet.hk2.generator.tests.QualifierWithMetadata is not annotated with @Service [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.DeleteMe for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.DeleteMe in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Class org.jvnet.hk2.generator.tests.DeleteMe is not annotated with @Service [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.GivenNameFromQualifier for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.GivenNameFromQualifier in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.GivenNameFromQualifier [2024-02-15T10:06:57.438Z] name=non-default-name [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.GivenNameFromQualifier} [2024-02-15T10:06:57.438Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.438Z] qualifiers={jakarta.inject.Named} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata= [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=753321708) [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.NormalService for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.NormalService in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.NormalService [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.NormalService} [2024-02-15T10:06:57.438Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.438Z] qualifiers={} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata= [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=464400749) [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithDefaultName for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.ServiceWithDefaultName in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithDefaultName [2024-02-15T10:06:57.438Z] name=ServiceWithDefaultName [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithDefaultName} [2024-02-15T10:06:57.438Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.438Z] qualifiers={jakarta.inject.Named,org.jvnet.hk2.generator.tests.Blue} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata=key1={value1},key2={value2} [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=343563528) [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithFalseProxy for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.FactoryWithFalseProxy in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Adding a factory descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithFalseProxy [2024-02-15T10:06:57.438Z] contracts={java.lang.Object} [2024-02-15T10:06:57.438Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.438Z] qualifiers={} [2024-02-15T10:06:57.438Z] descriptorType=PROVIDE_METHOD [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata= [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=false [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=null [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=1719072416) [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithFalseProxy [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithFalseProxy,org.glassfish.hk2.api.Factory} [2024-02-15T10:06:57.438Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.438Z] qualifiers={} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.438Z] metadata= [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=2092801316) [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.LocalService for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.LocalService in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.438Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.438Z] implementation=org.jvnet.hk2.generator.tests.LocalService [2024-02-15T10:06:57.438Z] contracts={org.jvnet.hk2.generator.tests.LocalService} [2024-02-15T10:06:57.438Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.438Z] qualifiers={} [2024-02-15T10:06:57.438Z] descriptorType=CLASS [2024-02-15T10:06:57.438Z] descriptorVisibility=LOCAL [2024-02-15T10:06:57.438Z] metadata= [2024-02-15T10:06:57.438Z] rank=0 [2024-02-15T10:06:57.438Z] loader=null [2024-02-15T10:06:57.438Z] proxiable=null [2024-02-15T10:06:57.438Z] proxyForSameScope=null [2024-02-15T10:06:57.438Z] analysisName=default [2024-02-15T10:06:57.438Z] id=null [2024-02-15T10:06:57.438Z] locatorId=null [2024-02-15T10:06:57.438Z] identityHashCode=376635015) [2024-02-15T10:06:57.438Z] Looking for org.jvnet.hk2.generator.tests.ComplexG for discovery of superclass [2024-02-15T10:06:57.438Z] Found org.jvnet.hk2.generator.tests.ComplexG in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.generator.tests.ComplexF for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.generator.tests.ComplexF in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.generator.tests.ComplexG is not annotated with @Service [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.generator.tests.ComplexF is not annotated with @Service [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.generator.tests.TwoContractImpl for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.generator.tests.TwoContractImpl in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.439Z] implementation=org.jvnet.hk2.generator.tests.TwoContractImpl [2024-02-15T10:06:57.439Z] contracts={org.jvnet.hk2.generator.tests.TwoContractImpl,org.jvnet.hk2.generator.tests.ComplexG,org.jvnet.hk2.generator.tests.ComplexF,org.jvnet.hk2.generator.tests.ComplexA} [2024-02-15T10:06:57.439Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=CLASS [2024-02-15T10:06:57.439Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.439Z] metadata= [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=default [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=1344697180) [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.generator.tests.DecoratedTown for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.generator.tests.DecoratedTown in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.439Z] implementation=com.acme.service.GenerateMethodImpl [2024-02-15T10:06:57.439Z] name=name4 [2024-02-15T10:06:57.439Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-02-15T10:06:57.439Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=CLASS [2024-02-15T10:06:57.439Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.439Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.ZipCode},MethodName={getZipCodes},ParentConfigured={org.jvnet.hk2.generator.tests.DecoratedTown} [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=null [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=28597262) [2024-02-15T10:06:57.439Z] Generated Descriptor for class-level GenerateServiceFromMethod annotation: Descriptor( [2024-02-15T10:06:57.439Z] implementation=com.acme.service.GenerateMethodImpl [2024-02-15T10:06:57.439Z] name=name3 [2024-02-15T10:06:57.439Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-02-15T10:06:57.439Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=CLASS [2024-02-15T10:06:57.439Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.439Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.DecoratedTown},MethodName={getTown},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=null [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=300983713) [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.generator.tests.CustomAnalysisService for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.generator.tests.CustomAnalysisService in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.439Z] implementation=org.jvnet.hk2.generator.tests.CustomAnalysisService [2024-02-15T10:06:57.439Z] contracts={org.jvnet.hk2.generator.tests.CustomAnalysisService} [2024-02-15T10:06:57.439Z] scope=jakarta.inject.Singleton [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=CLASS [2024-02-15T10:06:57.439Z] descriptorVisibility=NORMAL [2024-02-15T10:06:57.439Z] metadata= [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=CustomAnalyzer [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=284686302) [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithVisibility for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.generator.tests.FactoryWithVisibility in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Looking for java.lang.String for discovery of superclass [2024-02-15T10:06:57.439Z] Did not find java.lang.String in classpath for superclass [2024-02-15T10:06:57.439Z] Looking for org.glassfish.hk2.api.Visibility for discovery of isascope [2024-02-15T10:06:57.439Z] Found org.glassfish.hk2.api.Visibility in jar /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar for isascope [2024-02-15T10:06:57.439Z] Adding a factory descriptor: Descriptor( [2024-02-15T10:06:57.439Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithVisibility [2024-02-15T10:06:57.439Z] contracts={java.lang.String} [2024-02-15T10:06:57.439Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=PROVIDE_METHOD [2024-02-15T10:06:57.439Z] descriptorVisibility=LOCAL [2024-02-15T10:06:57.439Z] metadata= [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=null [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=1142347343) [2024-02-15T10:06:57.439Z] Generated Descriptor: Descriptor( [2024-02-15T10:06:57.439Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithVisibility [2024-02-15T10:06:57.439Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithVisibility,org.glassfish.hk2.api.Factory} [2024-02-15T10:06:57.439Z] scope=org.glassfish.hk2.api.PerLookup [2024-02-15T10:06:57.439Z] qualifiers={} [2024-02-15T10:06:57.439Z] descriptorType=CLASS [2024-02-15T10:06:57.439Z] descriptorVisibility=LOCAL [2024-02-15T10:06:57.439Z] metadata= [2024-02-15T10:06:57.439Z] rank=0 [2024-02-15T10:06:57.439Z] loader=null [2024-02-15T10:06:57.439Z] proxiable=null [2024-02-15T10:06:57.439Z] proxyForSameScope=null [2024-02-15T10:06:57.439Z] analysisName=default [2024-02-15T10:06:57.439Z] id=null [2024-02-15T10:06:57.439Z] locatorId=null [2024-02-15T10:06:57.439Z] identityHashCode=1810923540) [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.config.GeneratedServiceName for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.config.GeneratedServiceName in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.config.GeneratedServiceName is not annotated with @Service [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.config.Configured is not annotated with @Service [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.config.GenerateServiceFromMethod is not annotated with @Service [2024-02-15T10:06:57.439Z] Looking for org.jvnet.hk2.annotations.Decorate for discovery of superclass [2024-02-15T10:06:57.439Z] Found org.jvnet.hk2.annotations.Decorate in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir for superclass [2024-02-15T10:06:57.439Z] Class org.jvnet.hk2.annotations.Decorate is not annotated with @Service [2024-02-15T10:06:57.440Z] Writing 29 entries to file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir/META-INF/hk2-locator/other [2024-02-15T10:06:57.440Z] Wrote 29 entries to inhabitant file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir/META-INF/hk2-locator/other [2024-02-15T10:06:57.440Z] HabitatGenerator completed successfully [2024-02-15T10:06:57.695Z] A service with implementation org.jvnet.hk2.generator.tests.negative.TwoScopeService has at least two scopes: org.jvnet.hk2.generator.tests.negative.CustomScopeOne and org.jvnet.hk2.generator.tests.negative.CustomScopeTwo [2024-02-15T10:06:57.695Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.871 s -- in org.jvnet.hk2.generator.tests.InhabitantsGeneratorTest [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] Results: [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-inhabitant-generator --- [2024-02-15T10:06:57.950Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/hk2-inhabitant-generator.jar [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ hk2-inhabitant-generator --- [2024-02-15T10:06:57.950Z] [INFO] [2024-02-15T10:06:57.950Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-inhabitant-generator --- [2024-02-15T10:06:57.950Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:58.896Z] [INFO] CycloneDX: Creating BOM version 1.4 with 44 component(s) [2024-02-15T10:06:58.896Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/bom.xml [2024-02-15T10:06:58.896Z] [INFO] attaching as hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:58.896Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/bom.json [2024-02-15T10:06:58.896Z] [INFO] attaching as hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:58.896Z] [INFO] [2024-02-15T10:06:58.896Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-inhabitant-generator --- [2024-02-15T10:06:58.896Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/jacoco.exec [2024-02-15T10:06:58.896Z] [INFO] Analyzed bundle 'Inhabitant Generator' with 40 classes [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-inhabitant-generator --- [2024-02-15T10:06:59.152Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-inhabitant-generator/4.0.0-SNAPSHOT/hk2-inhabitant-generator-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:59.152Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/hk2-inhabitant-generator.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-inhabitant-generator/4.0.0-SNAPSHOT/hk2-inhabitant-generator-4.0.0-SNAPSHOT.jar [2024-02-15T10:06:59.152Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-inhabitant-generator/4.0.0-SNAPSHOT/hk2-inhabitant-generator-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:06:59.152Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-inhabitant-generator/4.0.0-SNAPSHOT/hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:59.152Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-inhabitant-generator/4.0.0-SNAPSHOT/hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] ----------< org.glassfish.hk2:hk2-metadata-generator-parent >----------- [2024-02-15T10:06:59.152Z] [INFO] Building HK2 Metadata Generator Subsystem 4.0.0-SNAPSHOT [12/72] [2024-02-15T10:06:59.152Z] [INFO] from hk2-metadata-generator/pom.xml [2024-02-15T10:06:59.152Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.152Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/jacoco.exec [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.152Z] [INFO] [2024-02-15T10:06:59.152Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.152Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:59.152Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:06:59.428Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.xml [2024-02-15T10:06:59.428Z] [INFO] attaching as hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:59.428Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.json [2024-02-15T10:06:59.428Z] [INFO] attaching as hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:59.428Z] [INFO] [2024-02-15T10:06:59.428Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.428Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:06:59.428Z] [INFO] [2024-02-15T10:06:59.428Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator-parent --- [2024-02-15T10:06:59.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-parent/4.0.0-SNAPSHOT/hk2-metadata-generator-parent-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:59.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-parent/4.0.0-SNAPSHOT/hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:59.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-parent/4.0.0-SNAPSHOT/hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:59.428Z] [INFO] [2024-02-15T10:06:59.428Z] [INFO] --------------< org.glassfish.hk2:hk2-metadata-generator >-------------- [2024-02-15T10:06:59.428Z] [INFO] Building HK2 Metadata Generator 4.0.0-SNAPSHOT [13/72] [2024-02-15T10:06:59.428Z] [INFO] from hk2-metadata-generator/main/pom.xml [2024-02-15T10:06:59.428Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:06:59.428Z] [INFO] [2024-02-15T10:06:59.428Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator --- [2024-02-15T10:06:59.428Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/jacoco.exec [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:06:59.429Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:59.429Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/src/test/resources [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-metadata-generator --- [2024-02-15T10:06:59.429Z] [INFO] No sources to compile [2024-02-15T10:06:59.429Z] [INFO] [2024-02-15T10:06:59.429Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-metadata-generator --- [2024-02-15T10:06:59.685Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:06:59.685Z] [INFO] No tests to run. [2024-02-15T10:06:59.685Z] [INFO] [2024-02-15T10:06:59.685Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-metadata-generator --- [2024-02-15T10:06:59.685Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/hk2-metadata-generator.jar [2024-02-15T10:06:59.685Z] [INFO] [2024-02-15T10:06:59.685Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator --- [2024-02-15T10:06:59.685Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:06:59.942Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-02-15T10:06:59.942Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.xml [2024-02-15T10:06:59.942Z] [INFO] attaching as hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:59.942Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.json [2024-02-15T10:06:59.942Z] [INFO] attaching as hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:59.942Z] [INFO] [2024-02-15T10:06:59.942Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator --- [2024-02-15T10:06:59.942Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:06:59.942Z] [INFO] [2024-02-15T10:06:59.942Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator --- [2024-02-15T10:06:59.942Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator/4.0.0-SNAPSHOT/hk2-metadata-generator-4.0.0-SNAPSHOT.pom [2024-02-15T10:06:59.942Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/hk2-metadata-generator.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator/4.0.0-SNAPSHOT/hk2-metadata-generator-4.0.0-SNAPSHOT.jar [2024-02-15T10:06:59.942Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator/4.0.0-SNAPSHOT/hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:06:59.942Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator/4.0.0-SNAPSHOT/hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:06:59.942Z] [INFO] [2024-02-15T10:06:59.942Z] [INFO] -----------< org.glassfish.hk2:hk2-metadata-generator-test1 >----------- [2024-02-15T10:06:59.942Z] [INFO] Building HK2 Metadata Generator Test One 4.0.0-SNAPSHOT [14/72] [2024-02-15T10:06:59.942Z] [INFO] from hk2-metadata-generator/test1/pom.xml [2024-02-15T10:06:59.942Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:06:59.942Z] [INFO] [2024-02-15T10:06:59.942Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.942Z] [INFO] [2024-02-15T10:06:59.943Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.943Z] [INFO] [2024-02-15T10:06:59.943Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.943Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/jacoco.exec [2024-02-15T10:06:59.943Z] [INFO] [2024-02-15T10:06:59.943Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.943Z] [INFO] [2024-02-15T10:06:59.943Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.943Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/main/resources [2024-02-15T10:06:59.943Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:06:59.943Z] [INFO] [2024-02-15T10:06:59.943Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-metadata-generator-test1 --- [2024-02-15T10:06:59.943Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:06:59.943Z] [INFO] Compiling 55 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:00.201Z] [INFO] [2024-02-15T10:07:00.202Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:00.202Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/test/resources [2024-02-15T10:07:00.202Z] [INFO] [2024-02-15T10:07:00.202Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:00.202Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:00.202Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:00.202Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/test/java/org/jvnet/hk2/metadata/tests/InhabitantsGeneratorTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/test/java/org/jvnet/hk2/metadata/tests/InhabitantsGeneratorTest.java uses or overrides a deprecated API. [2024-02-15T10:07:00.202Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/test/java/org/jvnet/hk2/metadata/tests/InhabitantsGeneratorTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:00.202Z] [INFO] [2024-02-15T10:07:00.202Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:00.202Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:00.202Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:00.202Z] [INFO] [2024-02-15T10:07:00.202Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:00.202Z] [INFO] T E S T S [2024-02-15T10:07:00.202Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:01.129Z] [INFO] Running org.jvnet.hk2.metadata.tests.StubTest [2024-02-15T10:07:01.733Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.580 s -- in org.jvnet.hk2.metadata.tests.StubTest [2024-02-15T10:07:01.733Z] [INFO] Running org.jvnet.hk2.metadata.tests.InhabitantsGeneratorTest [2024-02-15T10:07:01.733Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.jvnet.hk2.metadata.tests.InhabitantsGeneratorTest [2024-02-15T10:07:01.733Z] [INFO] [2024-02-15T10:07:01.733Z] [INFO] Results: [2024-02-15T10:07:01.733Z] [INFO] [2024-02-15T10:07:01.733Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:01.733Z] [INFO] [2024-02-15T10:07:01.733Z] [INFO] [2024-02-15T10:07:01.733Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:01.733Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/hk2-metadata-generator-test1.jar [2024-02-15T10:07:01.733Z] [INFO] [2024-02-15T10:07:01.733Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:01.733Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:02.326Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:07:02.326Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.xml [2024-02-15T10:07:02.326Z] [INFO] attaching as hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:02.326Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.json [2024-02-15T10:07:02.326Z] [INFO] attaching as hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:02.326Z] [INFO] [2024-02-15T10:07:02.326Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:02.326Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/jacoco.exec [2024-02-15T10:07:02.326Z] [INFO] Analyzed bundle 'HK2 Metadata Generator Test One' with 39 classes [2024-02-15T10:07:02.326Z] [INFO] [2024-02-15T10:07:02.326Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator-test1 --- [2024-02-15T10:07:02.326Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-test1/4.0.0-SNAPSHOT/hk2-metadata-generator-test1-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:02.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/hk2-metadata-generator-test1.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-test1/4.0.0-SNAPSHOT/hk2-metadata-generator-test1-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:02.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-test1/4.0.0-SNAPSHOT/hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:02.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-metadata-generator-test1/4.0.0-SNAPSHOT/hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] -----------------< org.glassfish.hk2:hk2-junitrunner >------------------ [2024-02-15T10:07:02.327Z] [INFO] Building HK2 Junit Runner 4.0.0-SNAPSHOT [15/72] [2024-02-15T10:07:02.327Z] [INFO] from hk2-testing/hk2-junitrunner/pom.xml [2024-02-15T10:07:02.327Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/jacoco.exec [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/src/main/resources [2024-02-15T10:07:02.327Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:07:02.327Z] [INFO] [2024-02-15T10:07:02.327Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-junitrunner --- [2024-02-15T10:07:02.327Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:02.327Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:02.583Z] [INFO] [2024-02-15T10:07:02.583Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-junitrunner --- [2024-02-15T10:07:02.583Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:02.583Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:02.583Z] [INFO] [2024-02-15T10:07:02.583Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-junitrunner --- [2024-02-15T10:07:02.583Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-02-15T10:07:02.583Z] [INFO] [2024-02-15T10:07:02.583Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-junitrunner --- [2024-02-15T10:07:02.583Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:02.583Z] [INFO] Compiling 32 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:02.838Z] [INFO] [2024-02-15T10:07:02.838Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-junitrunner --- [2024-02-15T10:07:02.838Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:02.838Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:02.838Z] [INFO] [2024-02-15T10:07:02.838Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:02.838Z] [INFO] T E S T S [2024-02-15T10:07:02.838Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:03.433Z] [INFO] Running org.jvnet.hk2.testing.test.PackageAnnotationTest [2024-02-15T10:07:04.033Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.473 s -- in org.jvnet.hk2.testing.test.PackageAnnotationTest [2024-02-15T10:07:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.JunitRunnerTest [2024-02-15T10:07:04.033Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.jvnet.hk2.testing.test.JunitRunnerTest [2024-02-15T10:07:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.ClassesAnnotationTest [2024-02-15T10:07:04.033Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.jvnet.hk2.testing.test.ClassesAnnotationTest [2024-02-15T10:07:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.ExcludeTest [2024-02-15T10:07:04.033Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.jvnet.hk2.testing.test.ExcludeTest [2024-02-15T10:07:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.RunnerTest [2024-02-15T10:07:04.033Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.jvnet.hk2.testing.test.RunnerTest [2024-02-15T10:07:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleTest [2024-02-15T10:07:04.288Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleTest [2024-02-15T10:07:04.288Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithInhabitantFilesTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithInhabitantFilesTest [2024-02-15T10:07:04.289Z] [INFO] Running org.jvnet.hk2.testing.test.ExcludeAnnotationTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.jvnet.hk2.testing.test.ExcludeAnnotationTest [2024-02-15T10:07:04.289Z] [INFO] Running org.jvnet.hk2.testing.test.InhabitantFilesAnnotationTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.jvnet.hk2.testing.test.InhabitantFilesAnnotationTest [2024-02-15T10:07:04.289Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithClassesTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithClassesTest [2024-02-15T10:07:04.289Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithPackagesTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithPackagesTest [2024-02-15T10:07:04.289Z] [INFO] Running org.jvnet.hk2.testing.test.AlternateInhabitantLocationTest [2024-02-15T10:07:04.289Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.jvnet.hk2.testing.test.AlternateInhabitantLocationTest [2024-02-15T10:07:04.289Z] [INFO] [2024-02-15T10:07:04.289Z] [INFO] Results: [2024-02-15T10:07:04.289Z] [INFO] [2024-02-15T10:07:04.289Z] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:04.289Z] [INFO] [2024-02-15T10:07:04.289Z] [INFO] [2024-02-15T10:07:04.289Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-junitrunner --- [2024-02-15T10:07:04.289Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/hk2-junitrunner.jar [2024-02-15T10:07:04.289Z] [INFO] [2024-02-15T10:07:04.289Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-junitrunner --- [2024-02-15T10:07:04.289Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:04.852Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-02-15T10:07:04.852Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.xml [2024-02-15T10:07:04.852Z] [INFO] attaching as hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:04.852Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.json [2024-02-15T10:07:04.852Z] [INFO] attaching as hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-junitrunner --- [2024-02-15T10:07:04.852Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/jacoco.exec [2024-02-15T10:07:04.852Z] [INFO] Analyzed bundle 'HK2 Junit Runner' with 17 classes [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-junitrunner --- [2024-02-15T10:07:04.852Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-junitrunner/4.0.0-SNAPSHOT/hk2-junitrunner-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:04.852Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/hk2-junitrunner.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-junitrunner/4.0.0-SNAPSHOT/hk2-junitrunner-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:04.852Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-junitrunner/4.0.0-SNAPSHOT/hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:04.852Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-junitrunner/4.0.0-SNAPSHOT/hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] -------------------< org.glassfish.hk2:hk2-runlevel >------------------- [2024-02-15T10:07:04.852Z] [INFO] Building Run Level Service 4.0.0-SNAPSHOT [16/72] [2024-02-15T10:07:04.852Z] [INFO] from hk2-runlevel/pom.xml [2024-02-15T10:07:04.852Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/jacoco.exec [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.852Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-runlevel --- [2024-02-15T10:07:04.852Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/resources [2024-02-15T10:07:04.852Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:07:04.852Z] [INFO] [2024-02-15T10:07:04.853Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-runlevel --- [2024-02-15T10:07:04.853Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:04.853Z] [INFO] Compiling 21 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:05.108Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/java/org/glassfish/hk2/runlevel/internal/CurrentTaskFuture.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/java/org/glassfish/hk2/runlevel/internal/CurrentTaskFuture.java uses or overrides a deprecated API. [2024-02-15T10:07:05.108Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/java/org/glassfish/hk2/runlevel/internal/CurrentTaskFuture.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:05.108Z] [INFO] [2024-02-15T10:07:05.108Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-runlevel --- [2024-02-15T10:07:05.108Z] [INFO] [2024-02-15T10:07:05.108Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-runlevel --- [2024-02-15T10:07:05.108Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:05.108Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:05.108Z] [INFO] [2024-02-15T10:07:05.108Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-runlevel --- [2024-02-15T10:07:05.108Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/test/resources [2024-02-15T10:07:05.108Z] [INFO] [2024-02-15T10:07:05.108Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-runlevel --- [2024-02-15T10:07:05.108Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:05.108Z] [INFO] Compiling 108 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:05.669Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/test/java/org/glassfish/hk2/runlevel/tests/sync/ServiceWithThreadLocal.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/test/java/org/glassfish/hk2/runlevel/tests/sync/ServiceWithThreadLocal.java uses or overrides a deprecated API. [2024-02-15T10:07:05.669Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/test/java/org/glassfish/hk2/runlevel/tests/sync/ServiceWithThreadLocal.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:05.669Z] [INFO] [2024-02-15T10:07:05.669Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-runlevel --- [2024-02-15T10:07:05.669Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:05.669Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:05.669Z] [INFO] [2024-02-15T10:07:05.669Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:05.669Z] [INFO] T E S T S [2024-02-15T10:07:05.669Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:06.230Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener1.Listener1Test [2024-02-15T10:07:06.827Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.499 s -- in org.glassfish.hk2.runlevel.tests.listener1.Listener1Test [2024-02-15T10:07:06.827Z] [INFO] Running org.glassfish.hk2.runlevel.tests.validation.ValidationTest [2024-02-15T10:07:06.827Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.hk2.runlevel.tests.validation.ValidationTest [2024-02-15T10:07:06.827Z] [INFO] Running org.glassfish.hk2.runlevel.tests.failmeagain.FailMeAgainTest [2024-02-15T10:07:07.387Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.450 s -- in org.glassfish.hk2.runlevel.tests.failmeagain.FailMeAgainTest [2024-02-15T10:07:07.387Z] [INFO] Running org.glassfish.hk2.runlevel.tests.ghost.GhostRunLevelTest [2024-02-15T10:07:07.387Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.hk2.runlevel.tests.ghost.GhostRunLevelTest [2024-02-15T10:07:07.387Z] [INFO] Running org.glassfish.hk2.runlevel.tests.sorter.SorterTest [2024-02-15T10:07:07.387Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.hk2.runlevel.tests.sorter.SorterTest [2024-02-15T10:07:07.387Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking2.Blocking2Test [2024-02-15T10:07:09.275Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.010 s -- in org.glassfish.hk2.runlevel.tests.blocking2.Blocking2Test [2024-02-15T10:07:09.275Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking.BlockingTest [2024-02-15T10:07:09.530Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.runlevel.tests.blocking.BlockingTest [2024-02-15T10:07:09.530Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking1.Blocking1Test [2024-02-15T10:07:10.457Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.007 s -- in org.glassfish.hk2.runlevel.tests.blocking1.Blocking1Test [2024-02-15T10:07:10.457Z] [INFO] Running org.glassfish.hk2.runlevel.tests.executor.ExecutorTest [2024-02-15T10:07:10.457Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.runlevel.tests.executor.ExecutorTest [2024-02-15T10:07:10.457Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener.ListenerTest [2024-02-15T10:07:10.713Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s -- in org.glassfish.hk2.runlevel.tests.listener.ListenerTest [2024-02-15T10:07:10.713Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener.ListenerErrorTest [2024-02-15T10:07:10.713Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.hk2.runlevel.tests.listener.ListenerErrorTest [2024-02-15T10:07:10.713Z] [INFO] Running org.glassfish.hk2.runlevel.tests.cancel.CancelTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.731 s -- in org.glassfish.hk2.runlevel.tests.cancel.CancelTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.AsyncRLSTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 s -- in org.glassfish.hk2.runlevel.tests.async.AsyncRLSTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.CancelTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.runlevel.tests.async.CancelTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.ErrorTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s -- in org.glassfish.hk2.runlevel.tests.async.ErrorTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.sync.SyncTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.runlevel.tests.sync.SyncTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.factory.RunLevelFactoryTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.runlevel.tests.factory.RunLevelFactoryTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.thrusingleton.ThruSingletonTest [2024-02-15T10:07:15.957Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 s -- in org.glassfish.hk2.runlevel.tests.thrusingleton.ThruSingletonTest [2024-02-15T10:07:15.957Z] [INFO] Running org.glassfish.hk2.runlevel.tests.ordering.OrderingTest [2024-02-15T10:07:16.225Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.hk2.runlevel.tests.ordering.OrderingTest [2024-02-15T10:07:16.225Z] [INFO] Running org.glassfish.hk2.runlevel.tests.deadlock1.Deadlock1Test [2024-02-15T10:07:16.225Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.runlevel.tests.deadlock1.Deadlock1Test [2024-02-15T10:07:16.225Z] [INFO] Running org.glassfish.hk2.runlevel.tests.negative.circular.CircularTest [2024-02-15T10:07:16.225Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.runlevel.tests.negative.circular.CircularTest [2024-02-15T10:07:16.225Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener2.ListenerLevelsTest [2024-02-15T10:07:16.225Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.runlevel.tests.listener2.ListenerLevelsTest [2024-02-15T10:07:16.225Z] [INFO] [2024-02-15T10:07:16.225Z] [INFO] Results: [2024-02-15T10:07:16.225Z] [INFO] [2024-02-15T10:07:16.225Z] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:16.225Z] [INFO] [2024-02-15T10:07:16.225Z] [INFO] [2024-02-15T10:07:16.225Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-runlevel --- [2024-02-15T10:07:16.225Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/hk2-runlevel.jar [2024-02-15T10:07:16.225Z] [INFO] [2024-02-15T10:07:16.225Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-runlevel --- [2024-02-15T10:07:16.225Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:16.788Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:16.788Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.xml [2024-02-15T10:07:16.788Z] [INFO] attaching as hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:16.788Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.json [2024-02-15T10:07:17.043Z] [INFO] attaching as hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-runlevel --- [2024-02-15T10:07:17.043Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/jacoco.exec [2024-02-15T10:07:17.043Z] [INFO] Analyzed bundle 'Run Level Service' with 27 classes [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-runlevel --- [2024-02-15T10:07:17.043Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/4.0.0-SNAPSHOT/hk2-runlevel-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:17.043Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/hk2-runlevel.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/4.0.0-SNAPSHOT/hk2-runlevel-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:17.043Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/4.0.0-SNAPSHOT/hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:17.043Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel/4.0.0-SNAPSHOT/hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] -------------------< org.glassfish.hk2:class-model >-------------------- [2024-02-15T10:07:17.043Z] [INFO] Building Class Model for Hk2 4.0.0-SNAPSHOT [17/72] [2024-02-15T10:07:17.043Z] [INFO] from class-model/pom.xml [2024-02-15T10:07:17.043Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- clean:3.2.0:clean (default-clean) @ class-model --- [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ class-model --- [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ class-model --- [2024-02-15T10:07:17.043Z] [INFO] [2024-02-15T10:07:17.043Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ class-model --- [2024-02-15T10:07:17.044Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/jacoco.exec [2024-02-15T10:07:17.044Z] [INFO] [2024-02-15T10:07:17.044Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ class-model --- [2024-02-15T10:07:17.044Z] [INFO] [2024-02-15T10:07:17.044Z] [INFO] --- resources:3.3.1:resources (default-resources) @ class-model --- [2024-02-15T10:07:17.044Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/resources [2024-02-15T10:07:17.044Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:07:17.044Z] [INFO] [2024-02-15T10:07:17.044Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ class-model --- [2024-02-15T10:07:17.044Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:07:17.044Z] [INFO] Compiling 52 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:17.299Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java/org/glassfish/hk2/classmodel/reflect/ArchiveAdapter.java:[109,16] deprecated item is not annotated with @Deprecated [2024-02-15T10:07:17.299Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java/org/glassfish/hk2/classmodel/reflect/util/DirectoryArchive.java: Some input files use or override a deprecated API. [2024-02-15T10:07:17.299Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java/org/glassfish/hk2/classmodel/reflect/util/DirectoryArchive.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:17.299Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java/org/glassfish/hk2/classmodel/reflect/impl/ExtensibleTypeImpl.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:07:17.299Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java/org/glassfish/hk2/classmodel/reflect/impl/ExtensibleTypeImpl.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:07:17.299Z] [INFO] [2024-02-15T10:07:17.299Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ class-model --- [2024-02-15T10:07:17.299Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:17.299Z] [WARNING] Manifest org.glassfish.hk2:class-model:jar:4.0.0-SNAPSHOT : Export org.glassfish.hk2.classmodel.reflect, has 1, private references [org.glassfish.hk2.classmodel.reflect.impl] [2024-02-15T10:07:17.299Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:17.299Z] [INFO] [2024-02-15T10:07:17.299Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ class-model --- [2024-02-15T10:07:17.299Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/test/resources [2024-02-15T10:07:17.299Z] [INFO] [2024-02-15T10:07:17.299Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ class-model --- [2024-02-15T10:07:17.299Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:17.299Z] [INFO] Compiling 29 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:17.555Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/test/java/org/glassfish/hk2/classmodel/reflect/test/method/MethodTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/test/java/org/glassfish/hk2/classmodel/reflect/test/method/MethodTest.java uses unchecked or unsafe operations. [2024-02-15T10:07:17.555Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/test/java/org/glassfish/hk2/classmodel/reflect/test/method/MethodTest.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:07:17.555Z] [INFO] [2024-02-15T10:07:17.555Z] [INFO] --- surefire:3.2.5:test (default-test) @ class-model --- [2024-02-15T10:07:17.555Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:17.555Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:17.555Z] [INFO] [2024-02-15T10:07:17.555Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:17.555Z] [INFO] T E S T S [2024-02-15T10:07:17.555Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:18.133Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.GFInstallationTest [2024-02-15T10:07:18.133Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.039 s -- in org.glassfish.hk2.classmodel.reflect.test.GFInstallationTest [2024-02-15T10:07:18.133Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.LocatorTest [2024-02-15T10:07:18.133Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.036 s -- in org.glassfish.hk2.classmodel.reflect.test.LocatorTest [2024-02-15T10:07:18.133Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.method.MethodTest [2024-02-15T10:07:18.388Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.hk2.classmodel.reflect.test.method.MethodTest [2024-02-15T10:07:18.388Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.ModelTest [2024-02-15T10:07:18.388Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.classmodel.reflect.test.ModelTest [2024-02-15T10:07:18.388Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.impl.TypeImplTest [2024-02-15T10:07:18.388Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.hk2.classmodel.reflect.impl.TypeImplTest [2024-02-15T10:07:18.388Z] [INFO] [2024-02-15T10:07:18.388Z] [INFO] Results: [2024-02-15T10:07:18.388Z] [INFO] [2024-02-15T10:07:18.388Z] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2 [2024-02-15T10:07:18.388Z] [INFO] [2024-02-15T10:07:18.388Z] [INFO] [2024-02-15T10:07:18.388Z] [INFO] --- jar:3.3.0:jar (default-jar) @ class-model --- [2024-02-15T10:07:18.388Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/class-model.jar [2024-02-15T10:07:18.388Z] [INFO] [2024-02-15T10:07:18.388Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ class-model --- [2024-02-15T10:07:18.388Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:18.984Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:18.984Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.xml [2024-02-15T10:07:18.984Z] [INFO] attaching as class-model-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:18.984Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.json [2024-02-15T10:07:18.984Z] [INFO] attaching as class-model-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:18.984Z] [INFO] [2024-02-15T10:07:18.984Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ class-model --- [2024-02-15T10:07:18.984Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/jacoco.exec [2024-02-15T10:07:18.984Z] [INFO] Analyzed bundle 'Class Model for Hk2' with 57 classes [2024-02-15T10:07:18.984Z] [INFO] [2024-02-15T10:07:18.984Z] [INFO] --- install:3.1.1:install (default-install) @ class-model --- [2024-02-15T10:07:18.985Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/4.0.0-SNAPSHOT/class-model-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:18.985Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/class-model.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/4.0.0-SNAPSHOT/class-model-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:18.985Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/4.0.0-SNAPSHOT/class-model-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:19.242Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/class-model/4.0.0-SNAPSHOT/class-model-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] -----------------------< org.glassfish.hk2:osgi >----------------------- [2024-02-15T10:07:19.242Z] [INFO] Building OSGi code 4.0.0-SNAPSHOT [18/72] [2024-02-15T10:07:19.242Z] [INFO] from osgi/pom.xml [2024-02-15T10:07:19.242Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi --- [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi --- [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi --- [2024-02-15T10:07:19.242Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/jacoco.exec [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ osgi --- [2024-02-15T10:07:19.242Z] [INFO] [2024-02-15T10:07:19.242Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi --- [2024-02-15T10:07:19.242Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:19.242Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:19.242Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.xml [2024-02-15T10:07:19.498Z] [INFO] attaching as osgi-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:19.498Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.json [2024-02-15T10:07:19.498Z] [INFO] attaching as osgi-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi --- [2024-02-15T10:07:19.498Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- install:3.1.1:install (default-install) @ osgi --- [2024-02-15T10:07:19.498Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi/4.0.0-SNAPSHOT/osgi-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:19.498Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi/4.0.0-SNAPSHOT/osgi-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:19.498Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi/4.0.0-SNAPSHOT/osgi-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] -------------------< org.glassfish.hk2:osgi-adapter >------------------- [2024-02-15T10:07:19.498Z] [INFO] Building HK2 OSGi Adapter 4.0.0-SNAPSHOT [19/72] [2024-02-15T10:07:19.498Z] [INFO] from osgi/adapter/pom.xml [2024-02-15T10:07:19.498Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi-adapter --- [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ osgi-adapter --- [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-adapter --- [2024-02-15T10:07:19.498Z] [INFO] [2024-02-15T10:07:19.498Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi-adapter --- [2024-02-15T10:07:19.498Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/jacoco.exec [2024-02-15T10:07:19.499Z] [INFO] [2024-02-15T10:07:19.499Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ osgi-adapter --- [2024-02-15T10:07:19.499Z] [INFO] [2024-02-15T10:07:19.499Z] [INFO] --- resources:3.3.1:resources (default-resources) @ osgi-adapter --- [2024-02-15T10:07:19.499Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/resources [2024-02-15T10:07:19.499Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:07:19.499Z] [INFO] [2024-02-15T10:07:19.499Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ osgi-adapter --- [2024-02-15T10:07:19.499Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:19.499Z] [INFO] Compiling 19 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:19.754Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java/org/jvnet/hk2/osgiadapter/AbstractOSGiModulesRegistryImpl.java: Some input files use or override a deprecated API. [2024-02-15T10:07:19.754Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java/org/jvnet/hk2/osgiadapter/AbstractOSGiModulesRegistryImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:19.754Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java/org/jvnet/hk2/osgiadapter/AbstractOSGiModulesRegistryImpl.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:07:19.754Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java/org/jvnet/hk2/osgiadapter/AbstractOSGiModulesRegistryImpl.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:19.754Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/test/resources [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [INFO] No sources to compile [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- surefire:3.2.5:test (default-test) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:19.754Z] [INFO] No tests to run. [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- jar:3.3.0:jar (default-jar) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/osgi-adapter.jar [2024-02-15T10:07:19.754Z] [INFO] [2024-02-15T10:07:19.754Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-adapter --- [2024-02-15T10:07:19.754Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:21.133Z] [INFO] CycloneDX: Creating BOM version 1.4 with 47 component(s) [2024-02-15T10:07:21.133Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.xml [2024-02-15T10:07:21.133Z] [INFO] attaching as osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.133Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.json [2024-02-15T10:07:21.133Z] [INFO] attaching as osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.133Z] [INFO] [2024-02-15T10:07:21.133Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi-adapter --- [2024-02-15T10:07:21.133Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:21.133Z] [INFO] [2024-02-15T10:07:21.133Z] [INFO] --- install:3.1.1:install (default-install) @ osgi-adapter --- [2024-02-15T10:07:21.133Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/4.0.0-SNAPSHOT/osgi-adapter-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:21.133Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/osgi-adapter.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/4.0.0-SNAPSHOT/osgi-adapter-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:21.133Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/4.0.0-SNAPSHOT/osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.133Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter/4.0.0-SNAPSHOT/osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.133Z] [INFO] [2024-02-15T10:07:21.133Z] [INFO] ------------< org.glassfish.hk2:osgi-adapter-tests-parent >------------- [2024-02-15T10:07:21.133Z] [INFO] Building osgi-adapter-tests-parent 4.0.0-SNAPSHOT [20/72] [2024-02-15T10:07:21.134Z] [INFO] from osgi/adapter-tests/pom.xml [2024-02-15T10:07:21.134Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:21.134Z] [INFO] [2024-02-15T10:07:21.134Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.134Z] [INFO] [2024-02-15T10:07:21.134Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.134Z] [INFO] [2024-02-15T10:07:21.134Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.134Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/jacoco.exec [2024-02-15T10:07:21.134Z] [INFO] [2024-02-15T10:07:21.134Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.134Z] [INFO] [2024-02-15T10:07:21.134Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.134Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:21.389Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:21.389Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.xml [2024-02-15T10:07:21.389Z] [INFO] attaching as osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.389Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.json [2024-02-15T10:07:21.389Z] [INFO] attaching as osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.389Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- install:3.1.1:install (default-install) @ osgi-adapter-tests-parent --- [2024-02-15T10:07:21.389Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter-tests-parent/4.0.0-SNAPSHOT/osgi-adapter-tests-parent-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:21.389Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter-tests-parent/4.0.0-SNAPSHOT/osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.389Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/osgi-adapter-tests-parent/4.0.0-SNAPSHOT/osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] -----------------< org.glassfish.hk2:contract-bundle >------------------ [2024-02-15T10:07:21.389Z] [INFO] Building Holds test contracts 4.0.0-SNAPSHOT [21/72] [2024-02-15T10:07:21.389Z] [INFO] from osgi/adapter-tests/contract-bundle/pom.xml [2024-02-15T10:07:21.389Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- clean:3.2.0:clean (default-clean) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/jacoco.exec [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- resources:3.3.1:resources (default-resources) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/main/resources [2024-02-15T10:07:21.389Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:21.389Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:21.389Z] [INFO] [2024-02-15T10:07:21.389Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ contract-bundle --- [2024-02-15T10:07:21.389Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:21.644Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:21.644Z] [INFO] [2024-02-15T10:07:21.644Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ contract-bundle --- [2024-02-15T10:07:21.645Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/test/resources [2024-02-15T10:07:21.645Z] [INFO] [2024-02-15T10:07:21.645Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ contract-bundle --- [2024-02-15T10:07:21.645Z] [INFO] No sources to compile [2024-02-15T10:07:21.645Z] [INFO] [2024-02-15T10:07:21.645Z] [INFO] --- surefire:3.2.5:test (default-test) @ contract-bundle --- [2024-02-15T10:07:21.645Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:21.645Z] [INFO] No tests to run. [2024-02-15T10:07:21.645Z] [INFO] [2024-02-15T10:07:21.645Z] [INFO] --- jar:3.3.0:jar (default-jar) @ contract-bundle --- [2024-02-15T10:07:21.645Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/contract-bundle.jar [2024-02-15T10:07:21.645Z] [INFO] [2024-02-15T10:07:21.645Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ contract-bundle --- [2024-02-15T10:07:21.645Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:21.900Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-02-15T10:07:21.900Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/bom.xml [2024-02-15T10:07:21.900Z] [INFO] attaching as contract-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.900Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/bom.json [2024-02-15T10:07:21.900Z] [INFO] attaching as contract-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ contract-bundle --- [2024-02-15T10:07:21.900Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- install:3.1.1:install (default-install) @ contract-bundle --- [2024-02-15T10:07:21.900Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/contract-bundle/4.0.0-SNAPSHOT/contract-bundle-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:21.900Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/contract-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/contract-bundle/4.0.0-SNAPSHOT/contract-bundle-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:21.900Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/contract-bundle/4.0.0-SNAPSHOT/contract-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:21.900Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/contract-bundle/4.0.0-SNAPSHOT/contract-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] -----------------< org.glassfish.hk2:faux-sdp-bundle >------------------ [2024-02-15T10:07:21.900Z] [INFO] Building Simulates a bundle 4.0.0-SNAPSHOT [22/72] [2024-02-15T10:07:21.900Z] [INFO] from osgi/adapter-tests/faux-sdp-bundle/pom.xml [2024-02-15T10:07:21.900Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- clean:3.2.0:clean (default-clean) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/jacoco.exec [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- resources:3.3.1:resources (default-resources) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/main/resources [2024-02-15T10:07:21.900Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ faux-sdp-bundle --- [2024-02-15T10:07:21.900Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:21.900Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:21.900Z] [INFO] [2024-02-15T10:07:21.900Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:21.901Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/test/resources [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] No sources to compile [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- surefire:3.2.5:test (default-test) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- jar:3.3.0:jar (default-jar) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/faux-sdp-bundle.jar [2024-02-15T10:07:21.901Z] [INFO] [2024-02-15T10:07:21.901Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ faux-sdp-bundle --- [2024-02-15T10:07:21.901Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:22.462Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-02-15T10:07:22.462Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/bom.xml [2024-02-15T10:07:22.462Z] [INFO] attaching as faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:22.462Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/bom.json [2024-02-15T10:07:22.462Z] [INFO] attaching as faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:22.462Z] [INFO] [2024-02-15T10:07:22.462Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ faux-sdp-bundle --- [2024-02-15T10:07:22.462Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:22.462Z] [INFO] [2024-02-15T10:07:22.462Z] [INFO] --- install:3.1.1:install (default-install) @ faux-sdp-bundle --- [2024-02-15T10:07:22.462Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/faux-sdp-bundle/4.0.0-SNAPSHOT/faux-sdp-bundle-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:22.462Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/faux-sdp-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/faux-sdp-bundle/4.0.0-SNAPSHOT/faux-sdp-bundle-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:22.462Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/faux-sdp-bundle/4.0.0-SNAPSHOT/faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:22.462Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/faux-sdp-bundle/4.0.0-SNAPSHOT/faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:22.462Z] [INFO] [2024-02-15T10:07:22.462Z] [INFO] --------------< org.glassfish.hk2:sdp-management-bundle >--------------- [2024-02-15T10:07:22.463Z] [INFO] Building Manages the faux sdp management bundle 4.0.0-SNAPSHOT [23/72] [2024-02-15T10:07:22.463Z] [INFO] from osgi/adapter-tests/sdp-management-bundle/pom.xml [2024-02-15T10:07:22.463Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- clean:3.2.0:clean (default-clean) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/jacoco.exec [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- resources:3.3.1:resources (default-resources) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/main/resources [2024-02-15T10:07:22.463Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:07:22.463Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:22.463Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/test/resources [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] No sources to compile [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- surefire:3.2.5:test (default-test) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:22.463Z] [INFO] No tests to run. [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- dependency:3.6.1:copy (copy) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] Configured Artifact: org.glassfish.hk2:faux-sdp-bundle:4.0.0-SNAPSHOT:jar [2024-02-15T10:07:22.463Z] [INFO] Copying faux-sdp-bundle.jar to /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/classes/bundles/sdp.jar [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- jar:3.3.0:jar (default-jar) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/sdp-management-bundle.jar [2024-02-15T10:07:22.463Z] [INFO] [2024-02-15T10:07:22.463Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sdp-management-bundle --- [2024-02-15T10:07:22.463Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:22.719Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-02-15T10:07:22.719Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/bom.xml [2024-02-15T10:07:22.719Z] [INFO] attaching as sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:22.719Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/bom.json [2024-02-15T10:07:22.719Z] [INFO] attaching as sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ sdp-management-bundle --- [2024-02-15T10:07:22.719Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- install:3.1.1:install (default-install) @ sdp-management-bundle --- [2024-02-15T10:07:22.719Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/sdp-management-bundle/4.0.0-SNAPSHOT/sdp-management-bundle-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:22.719Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/sdp-management-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/sdp-management-bundle/4.0.0-SNAPSHOT/sdp-management-bundle-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:22.719Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/sdp-management-bundle/4.0.0-SNAPSHOT/sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:22.719Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/sdp-management-bundle/4.0.0-SNAPSHOT/sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] ---------------< org.glassfish.hk2:test-module-startup >---------------- [2024-02-15T10:07:22.719Z] [INFO] Building a test module startup 4.0.0-SNAPSHOT [24/72] [2024-02-15T10:07:22.719Z] [INFO] from osgi/adapter-tests/test-module-startup/pom.xml [2024-02-15T10:07:22.719Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- clean:3.2.0:clean (default-clean) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/jacoco.exec [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- resources:3.3.1:resources (default-resources) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:07:22.719Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:22.719Z] [INFO] [2024-02-15T10:07:22.719Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ test-module-startup --- [2024-02-15T10:07:22.719Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:22.719Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:22.974Z] [INFO] [2024-02-15T10:07:22.974Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ test-module-startup --- [2024-02-15T10:07:22.974Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:22.975Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/src/test/resources [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [INFO] No sources to compile [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- surefire:3.2.5:test (default-test) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:22.975Z] [INFO] No tests to run. [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- jar:3.3.0:jar (default-jar) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/test-module-startup.jar [2024-02-15T10:07:22.975Z] [INFO] [2024-02-15T10:07:22.975Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ test-module-startup --- [2024-02-15T10:07:22.975Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:23.538Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:07:23.538Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/bom.xml [2024-02-15T10:07:23.538Z] [INFO] attaching as test-module-startup-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:23.539Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/bom.json [2024-02-15T10:07:23.539Z] [INFO] attaching as test-module-startup-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ test-module-startup --- [2024-02-15T10:07:23.539Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- install:3.1.1:install (default-install) @ test-module-startup --- [2024-02-15T10:07:23.539Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/test-module-startup/4.0.0-SNAPSHOT/test-module-startup-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:23.539Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/test-module-startup.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/test-module-startup/4.0.0-SNAPSHOT/test-module-startup-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:23.539Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/test-module-startup/4.0.0-SNAPSHOT/test-module-startup-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:23.539Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/test-module-startup/4.0.0-SNAPSHOT/test-module-startup-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] ------------------< org.glassfish.hk2:no-hk2-bundle >------------------- [2024-02-15T10:07:23.539Z] [INFO] Building A bundle with no hk2 dependencies 4.0.0-SNAPSHOT [25/72] [2024-02-15T10:07:23.539Z] [INFO] from osgi/adapter-tests/no-hk2-bundle/pom.xml [2024-02-15T10:07:23.539Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- clean:3.2.0:clean (default-clean) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/jacoco.exec [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- resources:3.3.1:resources (default-resources) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/main/resources [2024-02-15T10:07:23.539Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:07:23.539Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:23.539Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/test/resources [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] No sources to compile [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- surefire:3.2.5:test (default-test) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:23.539Z] [INFO] No tests to run. [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- jar:3.3.0:jar (default-jar) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/no-hk2-bundle.jar [2024-02-15T10:07:23.539Z] [INFO] [2024-02-15T10:07:23.539Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ no-hk2-bundle --- [2024-02-15T10:07:23.539Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:23.796Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-02-15T10:07:23.796Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/bom.xml [2024-02-15T10:07:23.796Z] [INFO] attaching as no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:23.796Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/bom.json [2024-02-15T10:07:23.796Z] [INFO] attaching as no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ no-hk2-bundle --- [2024-02-15T10:07:23.796Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- install:3.1.1:install (default-install) @ no-hk2-bundle --- [2024-02-15T10:07:23.796Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/no-hk2-bundle/4.0.0-SNAPSHOT/no-hk2-bundle-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:23.796Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/no-hk2-bundle.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/no-hk2-bundle/4.0.0-SNAPSHOT/no-hk2-bundle-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:23.796Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/no-hk2-bundle/4.0.0-SNAPSHOT/no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:23.796Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/no-hk2-bundle/4.0.0-SNAPSHOT/no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] ---------------------< org.glassfish.hk2:examples >--------------------- [2024-02-15T10:07:23.796Z] [INFO] Building Examples of various use cases 4.0.0-SNAPSHOT [26/72] [2024-02-15T10:07:23.796Z] [INFO] from examples/pom.xml [2024-02-15T10:07:23.796Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- clean:3.2.0:clean (default-clean) @ examples --- [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ examples --- [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ examples --- [2024-02-15T10:07:23.796Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/jacoco.exec [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ examples --- [2024-02-15T10:07:23.796Z] [INFO] [2024-02-15T10:07:23.796Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ examples --- [2024-02-15T10:07:23.796Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:24.052Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:24.052Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.xml [2024-02-15T10:07:24.052Z] [INFO] attaching as examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:24.052Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.json [2024-02-15T10:07:24.052Z] [INFO] attaching as examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ examples --- [2024-02-15T10:07:24.052Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- install:3.1.1:install (default-install) @ examples --- [2024-02-15T10:07:24.052Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/examples/4.0.0-SNAPSHOT/examples-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:24.052Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/examples/4.0.0-SNAPSHOT/examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:24.052Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/examples/4.0.0-SNAPSHOT/examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] -------------< org.glassfish.hk2:custom-resolver-example >-------------- [2024-02-15T10:07:24.052Z] [INFO] Building Custom Resolver Example 4.0.0-SNAPSHOT [27/72] [2024-02-15T10:07:24.052Z] [INFO] from examples/custom-resolver/pom.xml [2024-02-15T10:07:24.052Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- clean:3.2.0:clean (default-clean) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/jacoco.exec [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/main/resources [2024-02-15T10:07:24.052Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:07:24.052Z] [INFO] [2024-02-15T10:07:24.052Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ custom-resolver-example --- [2024-02-15T10:07:24.052Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:24.052Z] [INFO] Compiling 10 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:24.308Z] [INFO] [2024-02-15T10:07:24.308Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ custom-resolver-example --- [2024-02-15T10:07:24.308Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:24.308Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:24.309Z] [INFO] [2024-02-15T10:07:24.309Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-resolver-example --- [2024-02-15T10:07:24.309Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/test/resources [2024-02-15T10:07:24.309Z] [INFO] [2024-02-15T10:07:24.309Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ custom-resolver-example --- [2024-02-15T10:07:24.309Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:24.309Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:24.309Z] [INFO] [2024-02-15T10:07:24.309Z] [INFO] --- surefire:3.2.5:test (default-test) @ custom-resolver-example --- [2024-02-15T10:07:24.309Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:24.309Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:24.309Z] [INFO] [2024-02-15T10:07:24.309Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:24.309Z] [INFO] T E S T S [2024-02-15T10:07:24.309Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:25.296Z] [INFO] Running org.glassfish.examples.http.test.CustomResolverTest [2024-02-15T10:07:25.551Z] I got a message of rank 50 and id 1 and action FirstRequest [2024-02-15T10:07:25.551Z] I got a message of rank 100 and id 2 and action SecondRequest [2024-02-15T10:07:25.551Z] I got a message of rank 1000 and id 3 and action ThirdRequest [2024-02-15T10:07:25.551Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 s -- in org.glassfish.examples.http.test.CustomResolverTest [2024-02-15T10:07:25.551Z] [INFO] [2024-02-15T10:07:25.551Z] [INFO] Results: [2024-02-15T10:07:25.551Z] [INFO] [2024-02-15T10:07:25.551Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:25.551Z] [INFO] [2024-02-15T10:07:25.551Z] [INFO] [2024-02-15T10:07:25.551Z] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-resolver-example --- [2024-02-15T10:07:25.551Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/custom-resolver-example.jar [2024-02-15T10:07:25.551Z] [INFO] [2024-02-15T10:07:25.551Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-resolver-example --- [2024-02-15T10:07:25.551Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:26.131Z] [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [2024-02-15T10:07:26.131Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.xml [2024-02-15T10:07:26.131Z] [INFO] attaching as custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.131Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.json [2024-02-15T10:07:26.131Z] [INFO] attaching as custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.131Z] [INFO] [2024-02-15T10:07:26.131Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ custom-resolver-example --- [2024-02-15T10:07:26.131Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/jacoco.exec [2024-02-15T10:07:26.131Z] [INFO] Analyzed bundle 'Custom Resolver Example' with 7 classes [2024-02-15T10:07:26.131Z] [INFO] [2024-02-15T10:07:26.131Z] [INFO] --- install:3.1.1:install (default-install) @ custom-resolver-example --- [2024-02-15T10:07:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/custom-resolver-example/4.0.0-SNAPSHOT/custom-resolver-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:26.131Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/custom-resolver-example.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/custom-resolver-example/4.0.0-SNAPSHOT/custom-resolver-example-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:26.132Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/custom-resolver-example/4.0.0-SNAPSHOT/custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.132Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/custom-resolver-example/4.0.0-SNAPSHOT/custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] ------------< org.glassfish.hk2:security-lockdown-example >------------- [2024-02-15T10:07:26.132Z] [INFO] Building Security Lockdown Example 4.0.0-SNAPSHOT [28/72] [2024-02-15T10:07:26.132Z] [INFO] from examples/security-lockdown/pom.xml [2024-02-15T10:07:26.132Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example --- [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example --- [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example --- [2024-02-15T10:07:26.132Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/jacoco.exec [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-lockdown-example --- [2024-02-15T10:07:26.132Z] [INFO] [2024-02-15T10:07:26.132Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example --- [2024-02-15T10:07:26.132Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:26.387Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:26.387Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.xml [2024-02-15T10:07:26.387Z] [INFO] attaching as security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.387Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.json [2024-02-15T10:07:26.387Z] [INFO] attaching as security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.387Z] [INFO] [2024-02-15T10:07:26.387Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example --- [2024-02-15T10:07:26.387Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:26.387Z] [INFO] [2024-02-15T10:07:26.387Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example --- [2024-02-15T10:07:26.387Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example/4.0.0-SNAPSHOT/security-lockdown-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:26.388Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example/4.0.0-SNAPSHOT/security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.388Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example/4.0.0-SNAPSHOT/security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-system >--------- [2024-02-15T10:07:26.388Z] [INFO] Building Security Lockdown System 4.0.0-SNAPSHOT [29/72] [2024-02-15T10:07:26.388Z] [INFO] from examples/security-lockdown/system/pom.xml [2024-02-15T10:07:26.388Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/jacoco.exec [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/main/resources [2024-02-15T10:07:26.388Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:26.388Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:26.388Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/test/resources [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] No sources to compile [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:26.388Z] [INFO] No tests to run. [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/security-lockdown-example-system.jar [2024-02-15T10:07:26.388Z] [INFO] [2024-02-15T10:07:26.388Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-system --- [2024-02-15T10:07:26.388Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:26.947Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:26.948Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.xml [2024-02-15T10:07:26.948Z] [INFO] attaching as security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.948Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.json [2024-02-15T10:07:26.948Z] [INFO] attaching as security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-system --- [2024-02-15T10:07:26.948Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-system --- [2024-02-15T10:07:26.948Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-system/4.0.0-SNAPSHOT/security-lockdown-example-system-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:26.948Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/security-lockdown-example-system.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-system/4.0.0-SNAPSHOT/security-lockdown-example-system-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:26.948Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-system/4.0.0-SNAPSHOT/security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:26.948Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-system/4.0.0-SNAPSHOT/security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-alice >---------- [2024-02-15T10:07:26.948Z] [INFO] Building Security Lockdown System Alice 4.0.0-SNAPSHOT [30/72] [2024-02-15T10:07:26.948Z] [INFO] from examples/security-lockdown/alice/pom.xml [2024-02-15T10:07:26.948Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/jacoco.exec [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/main/resources [2024-02-15T10:07:26.948Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:26.948Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:26.948Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-alice --- [2024-02-15T10:07:26.948Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/test/resources [2024-02-15T10:07:26.948Z] [INFO] [2024-02-15T10:07:26.948Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.205Z] [INFO] No sources to compile [2024-02-15T10:07:27.205Z] [INFO] [2024-02-15T10:07:27.205Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.205Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:27.205Z] [INFO] No tests to run. [2024-02-15T10:07:27.205Z] [INFO] [2024-02-15T10:07:27.205Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.205Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/security-lockdown-example-alice.jar [2024-02-15T10:07:27.205Z] [INFO] [2024-02-15T10:07:27.205Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.205Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:27.461Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:07:27.461Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.xml [2024-02-15T10:07:27.461Z] [INFO] attaching as security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:27.461Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.json [2024-02-15T10:07:27.461Z] [INFO] attaching as security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:27.461Z] [INFO] [2024-02-15T10:07:27.461Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.461Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:27.461Z] [INFO] [2024-02-15T10:07:27.461Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-alice --- [2024-02-15T10:07:27.461Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-alice/4.0.0-SNAPSHOT/security-lockdown-example-alice-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:27.461Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/security-lockdown-example-alice.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-alice/4.0.0-SNAPSHOT/security-lockdown-example-alice-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:27.461Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-alice/4.0.0-SNAPSHOT/security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:27.461Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-alice/4.0.0-SNAPSHOT/security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --------< org.glassfish.hk2:security-lockdown-example-mallory >--------- [2024-02-15T10:07:27.462Z] [INFO] Building Security Lockdown Mallory 4.0.0-SNAPSHOT [31/72] [2024-02-15T10:07:27.462Z] [INFO] from examples/security-lockdown/mallory/pom.xml [2024-02-15T10:07:27.462Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/jacoco.exec [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/main/resources [2024-02-15T10:07:27.462Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:27.462Z] [INFO] [2024-02-15T10:07:27.462Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.462Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:27.462Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:27.726Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/test/resources [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] No sources to compile [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:27.726Z] [INFO] No tests to run. [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/security-lockdown-example-mallory.jar [2024-02-15T10:07:27.726Z] [INFO] [2024-02-15T10:07:27.726Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.726Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:27.982Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-02-15T10:07:27.982Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.xml [2024-02-15T10:07:27.982Z] [INFO] attaching as security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:27.982Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.json [2024-02-15T10:07:27.982Z] [INFO] attaching as security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:27.982Z] [INFO] [2024-02-15T10:07:27.982Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.982Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:27.982Z] [INFO] [2024-02-15T10:07:27.982Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-mallory --- [2024-02-15T10:07:27.982Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-mallory/4.0.0-SNAPSHOT/security-lockdown-example-mallory-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:27.982Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/security-lockdown-example-mallory.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-mallory/4.0.0-SNAPSHOT/security-lockdown-example-mallory-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:27.982Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-mallory/4.0.0-SNAPSHOT/security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:27.982Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-mallory/4.0.0-SNAPSHOT/security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-runner >--------- [2024-02-15T10:07:27.983Z] [INFO] Building Security Lockdown Runner 4.0.0-SNAPSHOT [32/72] [2024-02-15T10:07:27.983Z] [INFO] from examples/security-lockdown/runner/pom.xml [2024-02-15T10:07:27.983Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/jacoco.exec [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/src/main/resources [2024-02-15T10:07:27.983Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:27.983Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:27.983Z] [INFO] [2024-02-15T10:07:27.983Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-runner --- [2024-02-15T10:07:27.983Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:28.238Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:28.238Z] [INFO] [2024-02-15T10:07:28.238Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-runner --- [2024-02-15T10:07:28.238Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:07:28.238Z] [INFO] [2024-02-15T10:07:28.238Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ security-lockdown-example-runner --- [2024-02-15T10:07:28.238Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:28.238Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:07:28.238Z] [INFO] [2024-02-15T10:07:28.238Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-runner --- [2024-02-15T10:07:28.238Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:28.239Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:28.239Z] [INFO] [2024-02-15T10:07:28.239Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:28.239Z] [INFO] T E S T S [2024-02-15T10:07:28.239Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:28.239Z] WARNING: A command line option has enabled the Security Manager [2024-02-15T10:07:28.239Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-02-15T10:07:29.200Z] [INFO] Running org.glassfish.securitylockdown.test.SecurityLockdownTest [2024-02-15T10:07:29.455Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s -- in org.glassfish.securitylockdown.test.SecurityLockdownTest [2024-02-15T10:07:29.726Z] [INFO] [2024-02-15T10:07:29.726Z] [INFO] Results: [2024-02-15T10:07:29.726Z] [INFO] [2024-02-15T10:07:29.726Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:29.726Z] [INFO] [2024-02-15T10:07:29.726Z] [INFO] [2024-02-15T10:07:29.726Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-runner --- [2024-02-15T10:07:29.726Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/security-lockdown-example-runner.jar [2024-02-15T10:07:29.726Z] [INFO] [2024-02-15T10:07:29.726Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-runner --- [2024-02-15T10:07:29.726Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:29.980Z] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [2024-02-15T10:07:29.980Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.xml [2024-02-15T10:07:29.980Z] [INFO] attaching as security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:29.980Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.json [2024-02-15T10:07:29.980Z] [INFO] attaching as security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:29.980Z] [INFO] [2024-02-15T10:07:29.980Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-runner --- [2024-02-15T10:07:29.980Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/jacoco.exec [2024-02-15T10:07:29.980Z] [INFO] Analyzed bundle 'Security Lockdown Runner' with 1 classes [2024-02-15T10:07:29.980Z] [INFO] [2024-02-15T10:07:29.980Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-runner --- [2024-02-15T10:07:29.981Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-runner/4.0.0-SNAPSHOT/security-lockdown-example-runner-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:29.981Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/security-lockdown-example-runner.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-runner/4.0.0-SNAPSHOT/security-lockdown-example-runner-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:29.981Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-runner/4.0.0-SNAPSHOT/security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:29.981Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/security-lockdown-example-runner/4.0.0-SNAPSHOT/security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:30.235Z] [INFO] [2024-02-15T10:07:30.235Z] [INFO] ---------------< org.glassfish.hk2:caching-aop-example >---------------- [2024-02-15T10:07:30.235Z] [INFO] Building AOP Caching Example 4.0.0-SNAPSHOT [33/72] [2024-02-15T10:07:30.235Z] [INFO] from examples/caching/pom.xml [2024-02-15T10:07:30.235Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:30.235Z] [INFO] [2024-02-15T10:07:30.235Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example --- [2024-02-15T10:07:30.235Z] [INFO] [2024-02-15T10:07:30.235Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example --- [2024-02-15T10:07:30.235Z] [INFO] [2024-02-15T10:07:30.236Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example --- [2024-02-15T10:07:30.236Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/jacoco.exec [2024-02-15T10:07:30.236Z] [INFO] [2024-02-15T10:07:30.236Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ caching-aop-example --- [2024-02-15T10:07:30.236Z] [INFO] [2024-02-15T10:07:30.236Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example --- [2024-02-15T10:07:30.236Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:30.491Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:30.491Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.xml [2024-02-15T10:07:30.491Z] [INFO] attaching as caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:30.491Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.json [2024-02-15T10:07:30.491Z] [INFO] attaching as caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:30.491Z] [INFO] [2024-02-15T10:07:30.491Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example --- [2024-02-15T10:07:30.491Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:30.491Z] [INFO] [2024-02-15T10:07:30.491Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example --- [2024-02-15T10:07:30.491Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example/4.0.0-SNAPSHOT/caching-aop-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:30.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example/4.0.0-SNAPSHOT/caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:30.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example/4.0.0-SNAPSHOT/caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] ------------< org.glassfish.hk2:caching-aop-example-system >------------ [2024-02-15T10:07:30.492Z] [INFO] Building Caching AOP Example System 4.0.0-SNAPSHOT [34/72] [2024-02-15T10:07:30.492Z] [INFO] from examples/caching/system/pom.xml [2024-02-15T10:07:30.492Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/jacoco.exec [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- resources:3.3.1:resources (default-resources) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/main/resources [2024-02-15T10:07:30.492Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:30.492Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:30.492Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/test/resources [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] No sources to compile [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- surefire:3.2.5:test (default-test) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:30.492Z] [INFO] No tests to run. [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- jar:3.3.0:jar (default-jar) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/caching-aop-example-system.jar [2024-02-15T10:07:30.492Z] [INFO] [2024-02-15T10:07:30.492Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example-system --- [2024-02-15T10:07:30.492Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:31.054Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:31.054Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.xml [2024-02-15T10:07:31.054Z] [INFO] attaching as caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:31.054Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.json [2024-02-15T10:07:31.054Z] [INFO] attaching as caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example-system --- [2024-02-15T10:07:31.054Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example-system --- [2024-02-15T10:07:31.054Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-system/4.0.0-SNAPSHOT/caching-aop-example-system-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:31.054Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/caching-aop-example-system.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-system/4.0.0-SNAPSHOT/caching-aop-example-system-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:31.054Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-system/4.0.0-SNAPSHOT/caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:31.054Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-system/4.0.0-SNAPSHOT/caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] ------------< org.glassfish.hk2:caching-aop-example-runner >------------ [2024-02-15T10:07:31.054Z] [INFO] Building Caching AOP Example Runner 4.0.0-SNAPSHOT [35/72] [2024-02-15T10:07:31.054Z] [INFO] from examples/caching/runner/pom.xml [2024-02-15T10:07:31.054Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/jacoco.exec [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- resources:3.3.1:resources (default-resources) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/main/resources [2024-02-15T10:07:31.054Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:31.054Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:31.054Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/test/resources [2024-02-15T10:07:31.054Z] [INFO] [2024-02-15T10:07:31.054Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ caching-aop-example-runner --- [2024-02-15T10:07:31.054Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:31.054Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:07:31.327Z] [INFO] [2024-02-15T10:07:31.327Z] [INFO] --- surefire:3.2.5:test (default-test) @ caching-aop-example-runner --- [2024-02-15T10:07:31.328Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:31.328Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:31.328Z] [INFO] [2024-02-15T10:07:31.328Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:31.328Z] [INFO] T E S T S [2024-02-15T10:07:31.328Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:31.889Z] [INFO] Running org.glassfish.examples.caching.runner.CachingTest [2024-02-15T10:07:32.450Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.449 s -- in org.glassfish.examples.caching.runner.CachingTest [2024-02-15T10:07:32.450Z] [INFO] [2024-02-15T10:07:32.450Z] [INFO] Results: [2024-02-15T10:07:32.450Z] [INFO] [2024-02-15T10:07:32.450Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:32.450Z] [INFO] [2024-02-15T10:07:32.450Z] [INFO] [2024-02-15T10:07:32.450Z] [INFO] --- jar:3.3.0:jar (default-jar) @ caching-aop-example-runner --- [2024-02-15T10:07:32.450Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/caching-aop-example-runner.jar [2024-02-15T10:07:32.450Z] [INFO] [2024-02-15T10:07:32.450Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example-runner --- [2024-02-15T10:07:32.450Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:32.707Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-02-15T10:07:32.707Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.xml [2024-02-15T10:07:32.707Z] [INFO] attaching as caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:32.707Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.json [2024-02-15T10:07:32.707Z] [INFO] attaching as caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example-runner --- [2024-02-15T10:07:32.707Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/jacoco.exec [2024-02-15T10:07:32.707Z] [INFO] Analyzed bundle 'Caching AOP Example Runner' with 3 classes [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example-runner --- [2024-02-15T10:07:32.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-runner/4.0.0-SNAPSHOT/caching-aop-example-runner-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:32.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/caching-aop-example-runner.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-runner/4.0.0-SNAPSHOT/caching-aop-example-runner-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:32.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-runner/4.0.0-SNAPSHOT/caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:32.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/caching-aop-example-runner/4.0.0-SNAPSHOT/caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --------------------< org.glassfish.hk2:hk2-extras >-------------------- [2024-02-15T10:07:32.707Z] [INFO] Building HK2 extras module 4.0.0-SNAPSHOT [36/72] [2024-02-15T10:07:32.707Z] [INFO] from hk2-extras/pom.xml [2024-02-15T10:07:32.707Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/jacoco.exec [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/resources [2024-02-15T10:07:32.707Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:07:32.707Z] [INFO] [2024-02-15T10:07:32.707Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-extras --- [2024-02-15T10:07:32.707Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:32.707Z] [INFO] Compiling 30 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:33.267Z] [WARNING] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/java/org/glassfish/hk2/extras/operation/OperationHandle.java:[105,25] deprecated item is not annotated with @Deprecated [2024-02-15T10:07:33.267Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/java/org/glassfish/hk2/extras/operation/internal/OperationHandleImpl.java: Some input files use or override a deprecated API. [2024-02-15T10:07:33.267Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/java/org/glassfish/hk2/extras/operation/internal/OperationHandleImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:33.267Z] [INFO] [2024-02-15T10:07:33.267Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-extras --- [2024-02-15T10:07:33.267Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:33.267Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:33.267Z] [INFO] [2024-02-15T10:07:33.267Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-extras --- [2024-02-15T10:07:33.267Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/resources [2024-02-15T10:07:33.267Z] [INFO] [2024-02-15T10:07:33.267Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-extras --- [2024-02-15T10:07:33.267Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:33.267Z] [INFO] Compiling 150 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:34.225Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/java/org/glassfish/hk2/tests/locator/messaging/basic/BasicTopicTest.java: Some input files use or override a deprecated API. [2024-02-15T10:07:34.225Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/java/org/glassfish/hk2/tests/locator/messaging/basic/BasicTopicTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:34.225Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/java/org/glassfish/hk2/tests/proxiableshared/ReqContext.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/java/org/glassfish/hk2/tests/proxiableshared/ReqContext.java uses unchecked or unsafe operations. [2024-02-15T10:07:34.225Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/java/org/glassfish/hk2/tests/proxiableshared/ReqContext.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:07:34.225Z] [INFO] [2024-02-15T10:07:34.225Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-extras --- [2024-02-15T10:07:34.225Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:34.225Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:34.225Z] [INFO] [2024-02-15T10:07:34.225Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:34.225Z] [INFO] T E S T S [2024-02-15T10:07:34.225Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:35.198Z] [INFO] Running org.glassfish.hk2.tests.operation.basic.OperationsTest [2024-02-15T10:07:35.758Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s -- in org.glassfish.hk2.tests.operation.basic.OperationsTest [2024-02-15T10:07:35.758Z] [INFO] Running org.glassfish.hk2.tests.operation.shutdown.OperationShutdownTest [2024-02-15T10:07:35.758Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 s -- in org.glassfish.hk2.tests.operation.shutdown.OperationShutdownTest [2024-02-15T10:07:35.758Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.basic.BasicTopicTest [2024-02-15T10:07:36.027Z] BasicTopicTest testDestroyedServiceNoLongerGetsNotified is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testDestroyedServiceNoLongerGetsNotified has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testPerLookupDestroyedAfterPassedToSubscriptionMethod is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testPerLookupDestroyedAfterPassedToSubscriptionMethod has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribers is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribers has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribersOnOneService is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribersOnOneService has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributionByQualifier is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributionByQualifier has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testDifferentClassFactory is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testDifferentClassFactory has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testNeverAnySubscibers is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testNeverAnySubscibers has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributionByType is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributionByType has succeeded [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribersViaModules is starting [2024-02-15T10:07:36.027Z] BasicTopicTest testEventDistributedToAllSubscribersViaModules has succeeded [2024-02-15T10:07:36.027Z] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.120 s -- in org.glassfish.hk2.tests.locator.messaging.basic.BasicTopicTest [2024-02-15T10:07:36.027Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.resolver.CustomResolverTest [2024-02-15T10:07:36.027Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.messaging.resolver.CustomResolverTest [2024-02-15T10:07:36.027Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.error.TopicErrorCasesTest [2024-02-15T10:07:36.027Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.messaging.error.TopicErrorCasesTest [2024-02-15T10:07:36.027Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.operation.MessagingOperationTest [2024-02-15T10:07:36.027Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.tests.locator.messaging.operation.MessagingOperationTest [2024-02-15T10:07:36.027Z] [INFO] Running org.glassfish.hk2.tests.hk2bridge.BridgeTest [2024-02-15T10:07:36.284Z] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 s -- in org.glassfish.hk2.tests.hk2bridge.BridgeTest [2024-02-15T10:07:36.284Z] [INFO] Running org.glassfish.hk2.tests.proxiableshared.TwoLocatorsInjectSharedComponentWithProxyTest [2024-02-15T10:07:36.284Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 s -- in org.glassfish.hk2.tests.proxiableshared.TwoLocatorsInjectSharedComponentWithProxyTest [2024-02-15T10:07:36.284Z] [INFO] Running org.glassfish.hk2.tests.interception.DefaultInterceptionTest [2024-02-15T10:07:36.284Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s -- in org.glassfish.hk2.tests.interception.DefaultInterceptionTest [2024-02-15T10:07:36.284Z] [INFO] Running org.glassfish.hk2.tests.interception.ordering.InterceptorOrderingTest [2024-02-15T10:07:36.284Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.hk2.tests.interception.ordering.InterceptorOrderingTest [2024-02-15T10:07:36.284Z] [INFO] Running org.glassfish.hk2.tests.extras.provides.ProvidesTest [2024-02-15T10:07:37.226Z] [WARNING] Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.661 s -- in org.glassfish.hk2.tests.extras.provides.ProvidesTest [2024-02-15T10:07:37.226Z] [INFO] Running org.glassfish.hk2.tests.extras.provides.NoInstancesFilterTest [2024-02-15T10:07:37.226Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.glassfish.hk2.tests.extras.provides.NoInstancesFilterTest [2024-02-15T10:07:37.226Z] [INFO] [2024-02-15T10:07:37.226Z] [INFO] Results: [2024-02-15T10:07:37.226Z] [INFO] [2024-02-15T10:07:37.226Z] [WARNING] Tests run: 164, Failures: 0, Errors: 0, Skipped: 2 [2024-02-15T10:07:37.226Z] [INFO] [2024-02-15T10:07:37.226Z] [INFO] [2024-02-15T10:07:37.226Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-extras --- [2024-02-15T10:07:37.226Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/hk2-extras.jar [2024-02-15T10:07:37.226Z] [INFO] [2024-02-15T10:07:37.226Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-extras --- [2024-02-15T10:07:37.226Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:37.481Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:37.481Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.xml [2024-02-15T10:07:37.481Z] [INFO] attaching as hk2-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:37.481Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.json [2024-02-15T10:07:37.481Z] [INFO] attaching as hk2-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:37.481Z] [INFO] [2024-02-15T10:07:37.481Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-extras --- [2024-02-15T10:07:37.481Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/jacoco.exec [2024-02-15T10:07:37.736Z] [INFO] Analyzed bundle 'HK2 extras module' with 46 classes [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-extras --- [2024-02-15T10:07:37.736Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-extras/4.0.0-SNAPSHOT/hk2-extras-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:37.736Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/hk2-extras.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-extras/4.0.0-SNAPSHOT/hk2-extras-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:37.736Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-extras/4.0.0-SNAPSHOT/hk2-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:37.736Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-extras/4.0.0-SNAPSHOT/hk2-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] ------------------< org.glassfish.hk2:event-examples >------------------ [2024-02-15T10:07:37.736Z] [INFO] Building Event Examples 4.0.0-SNAPSHOT [37/72] [2024-02-15T10:07:37.736Z] [INFO] from examples/events/pom.xml [2024-02-15T10:07:37.736Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- clean:3.2.0:clean (default-clean) @ event-examples --- [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ event-examples --- [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ event-examples --- [2024-02-15T10:07:37.736Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/jacoco.exec [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ event-examples --- [2024-02-15T10:07:37.736Z] [INFO] [2024-02-15T10:07:37.736Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ event-examples --- [2024-02-15T10:07:37.736Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:37.992Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:37.992Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.xml [2024-02-15T10:07:37.992Z] [INFO] attaching as event-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:37.992Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.json [2024-02-15T10:07:37.992Z] [INFO] attaching as event-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:37.992Z] [INFO] [2024-02-15T10:07:37.992Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ event-examples --- [2024-02-15T10:07:37.992Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:37.992Z] [INFO] [2024-02-15T10:07:37.992Z] [INFO] --- install:3.1.1:install (default-install) @ event-examples --- [2024-02-15T10:07:37.992Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/event-examples/4.0.0-SNAPSHOT/event-examples-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:37.992Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/event-examples/4.0.0-SNAPSHOT/event-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:37.992Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/event-examples/4.0.0-SNAPSHOT/event-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:37.992Z] [INFO] [2024-02-15T10:07:37.992Z] [INFO] -------------< org.glassfish.hk2:threading-event-example >-------------- [2024-02-15T10:07:37.992Z] [INFO] Building Threaded Event Example 4.0.0-SNAPSHOT [38/72] [2024-02-15T10:07:37.992Z] [INFO] from examples/events/threaded/pom.xml [2024-02-15T10:07:37.992Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:37.992Z] [INFO] [2024-02-15T10:07:37.992Z] [INFO] --- clean:3.2.0:clean (default-clean) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/jacoco.exec [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- resources:3.3.1:resources (default-resources) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/main/resources [2024-02-15T10:07:37.993Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:37.993Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:37.993Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/test/resources [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:37.993Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] --- surefire:3.2.5:test (default-test) @ threading-event-example --- [2024-02-15T10:07:37.993Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:37.993Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:37.993Z] [INFO] [2024-02-15T10:07:37.993Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:37.993Z] [INFO] T E S T S [2024-02-15T10:07:37.993Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:38.926Z] [INFO] Running org.glassfish.examples.events.threaded.tests.ThreadedTest [2024-02-15T10:07:39.227Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.507 s -- in org.glassfish.examples.events.threaded.tests.ThreadedTest [2024-02-15T10:07:39.482Z] [INFO] [2024-02-15T10:07:39.482Z] [INFO] Results: [2024-02-15T10:07:39.482Z] [INFO] [2024-02-15T10:07:39.482Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:39.482Z] [INFO] [2024-02-15T10:07:39.482Z] [INFO] [2024-02-15T10:07:39.482Z] [INFO] --- jar:3.3.0:jar (default-jar) @ threading-event-example --- [2024-02-15T10:07:39.482Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/threading-event-example.jar [2024-02-15T10:07:39.482Z] [INFO] [2024-02-15T10:07:39.482Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ threading-event-example --- [2024-02-15T10:07:39.482Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:39.737Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-02-15T10:07:39.737Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.xml [2024-02-15T10:07:39.737Z] [INFO] attaching as threading-event-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:39.737Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.json [2024-02-15T10:07:39.737Z] [INFO] attaching as threading-event-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ threading-event-example --- [2024-02-15T10:07:39.738Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/jacoco.exec [2024-02-15T10:07:39.738Z] [INFO] Analyzed bundle 'Threaded Event Example' with 2 classes [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- install:3.1.1:install (default-install) @ threading-event-example --- [2024-02-15T10:07:39.738Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/threading-event-example/4.0.0-SNAPSHOT/threading-event-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:39.738Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/threading-event-example.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/threading-event-example/4.0.0-SNAPSHOT/threading-event-example-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:39.738Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/threading-event-example/4.0.0-SNAPSHOT/threading-event-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:39.738Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/threading-event-example/4.0.0-SNAPSHOT/threading-event-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] ----------------< org.glassfish.hk2:hk2-configuration >----------------- [2024-02-15T10:07:39.738Z] [INFO] Building HK2 Configuration Subsystem 4.0.0-SNAPSHOT [39/72] [2024-02-15T10:07:39.738Z] [INFO] from hk2-configuration/pom.xml [2024-02-15T10:07:39.738Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration --- [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration --- [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration --- [2024-02-15T10:07:39.738Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/jacoco.exec [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-configuration --- [2024-02-15T10:07:39.738Z] [INFO] [2024-02-15T10:07:39.738Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration --- [2024-02-15T10:07:39.738Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:39.993Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:39.993Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.xml [2024-02-15T10:07:39.993Z] [INFO] attaching as hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:39.993Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.json [2024-02-15T10:07:39.993Z] [INFO] attaching as hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration --- [2024-02-15T10:07:39.993Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration --- [2024-02-15T10:07:39.993Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration/4.0.0-SNAPSHOT/hk2-configuration-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:39.993Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration/4.0.0-SNAPSHOT/hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:39.993Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration/4.0.0-SNAPSHOT/hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --------------< org.glassfish.hk2:hk2-configuration-hub >--------------- [2024-02-15T10:07:39.993Z] [INFO] Building HK2 Configuration Hub 4.0.0-SNAPSHOT [40/72] [2024-02-15T10:07:39.993Z] [INFO] from hk2-configuration/manager/pom.xml [2024-02-15T10:07:39.993Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/jacoco.exec [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/main/resources [2024-02-15T10:07:39.993Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:07:39.993Z] [INFO] [2024-02-15T10:07:39.993Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-configuration-hub --- [2024-02-15T10:07:39.993Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:39.993Z] [INFO] Compiling 20 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:40.249Z] [INFO] [2024-02-15T10:07:40.249Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-configuration-hub --- [2024-02-15T10:07:40.249Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:40.249Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:40.249Z] [INFO] [2024-02-15T10:07:40.249Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-configuration-hub --- [2024-02-15T10:07:40.249Z] [INFO] [2024-02-15T10:07:40.249Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-configuration-hub --- [2024-02-15T10:07:40.249Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/test/resources [2024-02-15T10:07:40.249Z] [INFO] [2024-02-15T10:07:40.249Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-configuration-hub --- [2024-02-15T10:07:40.249Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:40.249Z] [INFO] Compiling 10 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:40.527Z] [INFO] [2024-02-15T10:07:40.527Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-configuration-hub --- [2024-02-15T10:07:40.527Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:40.527Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:40.527Z] [INFO] [2024-02-15T10:07:40.527Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:40.527Z] [INFO] T E S T S [2024-02-15T10:07:40.527Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:41.497Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.HubResourceTest [2024-02-15T10:07:41.754Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.452 s -- in org.glassfish.hk2.configuration.hub.test.HubResourceTest [2024-02-15T10:07:41.754Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.NegativeHubTest [2024-02-15T10:07:41.754Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s -- in org.glassfish.hk2.configuration.hub.test.NegativeHubTest [2024-02-15T10:07:41.754Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.HubTest [2024-02-15T10:07:41.754Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.hk2.configuration.hub.test.HubTest [2024-02-15T10:07:41.754Z] [INFO] [2024-02-15T10:07:41.754Z] [INFO] Results: [2024-02-15T10:07:41.754Z] [INFO] [2024-02-15T10:07:41.754Z] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:41.754Z] [INFO] [2024-02-15T10:07:41.754Z] [INFO] [2024-02-15T10:07:41.754Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-configuration-hub --- [2024-02-15T10:07:42.010Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/hk2-configuration-hub.jar [2024-02-15T10:07:42.010Z] [INFO] [2024-02-15T10:07:42.010Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-hub --- [2024-02-15T10:07:42.010Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:42.265Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:42.265Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.xml [2024-02-15T10:07:42.265Z] [INFO] attaching as hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:42.265Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.json [2024-02-15T10:07:42.265Z] [INFO] attaching as hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:42.265Z] [INFO] [2024-02-15T10:07:42.265Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-hub --- [2024-02-15T10:07:42.265Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/jacoco.exec [2024-02-15T10:07:42.265Z] [INFO] Analyzed bundle 'HK2 Configuration Hub' with 14 classes [2024-02-15T10:07:42.265Z] [INFO] [2024-02-15T10:07:42.265Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-hub --- [2024-02-15T10:07:42.266Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-hub/4.0.0-SNAPSHOT/hk2-configuration-hub-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:42.266Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/hk2-configuration-hub.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-hub/4.0.0-SNAPSHOT/hk2-configuration-hub-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:42.266Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-hub/4.0.0-SNAPSHOT/hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:42.266Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-hub/4.0.0-SNAPSHOT/hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] ----------< org.glassfish.hk2:hk2-configuration-integration >----------- [2024-02-15T10:07:42.266Z] [INFO] Building HK2 Configuration Integration 4.0.0-SNAPSHOT [41/72] [2024-02-15T10:07:42.266Z] [INFO] from hk2-configuration/hk2-integration/pom.xml [2024-02-15T10:07:42.266Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/jacoco.exec [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/resources [2024-02-15T10:07:42.266Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:07:42.266Z] [INFO] [2024-02-15T10:07:42.266Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-configuration-integration --- [2024-02-15T10:07:42.266Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:42.266Z] [INFO] Compiling 20 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:42.528Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/java/org/glassfish/hk2/configuration/internal/ConfigurationListener.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/java/org/glassfish/hk2/configuration/internal/ConfigurationListener.java uses or overrides a deprecated API. [2024-02-15T10:07:42.528Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/java/org/glassfish/hk2/configuration/internal/ConfigurationListener.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:42.528Z] [INFO] [2024-02-15T10:07:42.528Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-configuration-integration --- [2024-02-15T10:07:42.528Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:42.528Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:42.528Z] [INFO] [2024-02-15T10:07:42.528Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-configuration-integration --- [2024-02-15T10:07:42.528Z] [INFO] [2024-02-15T10:07:42.528Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-configuration-integration --- [2024-02-15T10:07:42.528Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/test/resources [2024-02-15T10:07:42.528Z] [INFO] [2024-02-15T10:07:42.528Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-configuration-integration --- [2024-02-15T10:07:42.528Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:42.528Z] [INFO] Compiling 52 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:42.785Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/test/java/org/glassfish/hk2/configuration/tests/beankey/MultiBean.java: Some input files use or override a deprecated API. [2024-02-15T10:07:42.786Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/test/java/org/glassfish/hk2/configuration/tests/beankey/MultiBean.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:42.786Z] [INFO] [2024-02-15T10:07:42.786Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-configuration-integration --- [2024-02-15T10:07:42.786Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:42.786Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:42.786Z] [INFO] [2024-02-15T10:07:42.786Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:42.786Z] [INFO] T E S T S [2024-02-15T10:07:42.786Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:43.725Z] [INFO] Running org.glassfish.hk2.configuration.tests.simpleMap.MapConfigurationTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.535 s -- in org.glassfish.hk2.configuration.tests.simpleMap.MapConfigurationTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.hierarchical.HierarchicalTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s -- in org.glassfish.hk2.configuration.tests.hierarchical.HierarchicalTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.creationPolicy.CreationPolicyTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.hk2.configuration.tests.creationPolicy.CreationPolicyTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.simple.BasicConfigurationTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 s -- in org.glassfish.hk2.configuration.tests.simple.BasicConfigurationTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.threaded.ConfiguredThreadedTest [2024-02-15T10:07:44.285Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.002 s -- in org.glassfish.hk2.configuration.tests.threaded.ConfiguredThreadedTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.beankey.BeanKeyTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.configuration.tests.beankey.BeanKeyTest [2024-02-15T10:07:44.285Z] [INFO] Running org.glassfish.hk2.configuration.tests.injected.InjectedConfiguredTest [2024-02-15T10:07:44.285Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.hk2.configuration.tests.injected.InjectedConfiguredTest [2024-02-15T10:07:44.285Z] [INFO] [2024-02-15T10:07:44.285Z] [INFO] Results: [2024-02-15T10:07:44.285Z] [INFO] [2024-02-15T10:07:44.285Z] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 1 [2024-02-15T10:07:44.285Z] [INFO] [2024-02-15T10:07:44.285Z] [INFO] [2024-02-15T10:07:44.285Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-configuration-integration --- [2024-02-15T10:07:44.540Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/hk2-configuration-integration.jar [2024-02-15T10:07:44.540Z] [INFO] [2024-02-15T10:07:44.540Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-integration --- [2024-02-15T10:07:44.540Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:45.099Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:07:45.099Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.xml [2024-02-15T10:07:45.099Z] [INFO] attaching as hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:45.099Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.json [2024-02-15T10:07:45.099Z] [INFO] attaching as hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-integration --- [2024-02-15T10:07:45.099Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/jacoco.exec [2024-02-15T10:07:45.099Z] [INFO] Analyzed bundle 'HK2 Configuration Integration' with 20 classes [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-integration --- [2024-02-15T10:07:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-integration/4.0.0-SNAPSHOT/hk2-configuration-integration-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/hk2-configuration-integration.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-integration/4.0.0-SNAPSHOT/hk2-configuration-integration-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-integration/4.0.0-SNAPSHOT/hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:45.099Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-integration/4.0.0-SNAPSHOT/hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] ----------< org.glassfish.hk2:hk2-configuration-persistence >----------- [2024-02-15T10:07:45.099Z] [INFO] Building HK2 Configuration Persistence Modules 4.0.0-SNAPSHOT [42/72] [2024-02-15T10:07:45.099Z] [INFO] from hk2-configuration/persistence/pom.xml [2024-02-15T10:07:45.099Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.099Z] [INFO] [2024-02-15T10:07:45.099Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.100Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/jacoco.exec [2024-02-15T10:07:45.100Z] [INFO] [2024-02-15T10:07:45.100Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.100Z] [INFO] [2024-02-15T10:07:45.100Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.100Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:45.355Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:45.355Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.xml [2024-02-15T10:07:45.355Z] [INFO] attaching as hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:45.355Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.json [2024-02-15T10:07:45.355Z] [INFO] attaching as hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.355Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-persistence --- [2024-02-15T10:07:45.355Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-persistence/4.0.0-SNAPSHOT/hk2-configuration-persistence-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:45.355Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-persistence/4.0.0-SNAPSHOT/hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:45.355Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-configuration-persistence/4.0.0-SNAPSHOT/hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] ----------------< org.glassfish.hk2:hk2-property-file >----------------- [2024-02-15T10:07:45.355Z] [INFO] Building HK2 Configuration Property File Reader 4.0.0-SNAPSHOT [43/72] [2024-02-15T10:07:45.355Z] [INFO] from hk2-configuration/persistence/property-file/pom.xml [2024-02-15T10:07:45.355Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/jacoco.exec [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/resources [2024-02-15T10:07:45.355Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:45.355Z] [INFO] Compiling 6 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:45.355Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/java/org/glassfish/hk2/configuration/persistence/properties/internal/PropertyFileHandleImpl.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/java/org/glassfish/hk2/configuration/persistence/properties/internal/PropertyFileHandleImpl.java uses or overrides a deprecated API. [2024-02-15T10:07:45.355Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/java/org/glassfish/hk2/configuration/persistence/properties/internal/PropertyFileHandleImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] [2024-02-15T10:07:45.355Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-property-file --- [2024-02-15T10:07:45.355Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:45.628Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:45.628Z] [INFO] [2024-02-15T10:07:45.628Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-property-file --- [2024-02-15T10:07:45.628Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:07:45.628Z] [INFO] [2024-02-15T10:07:45.628Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-property-file --- [2024-02-15T10:07:45.628Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:45.628Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:45.628Z] [INFO] [2024-02-15T10:07:45.628Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-property-file --- [2024-02-15T10:07:45.628Z] [INFO] [2024-02-15T10:07:45.628Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-property-file --- [2024-02-15T10:07:45.628Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:45.628Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:45.628Z] [INFO] [2024-02-15T10:07:45.628Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:45.628Z] [INFO] T E S T S [2024-02-15T10:07:45.628Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:46.231Z] [INFO] Running org.glassfish.hk2.configuration.properties.test.PropertiesTest [2024-02-15T10:07:47.197Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s -- in org.glassfish.hk2.configuration.properties.test.PropertiesTest [2024-02-15T10:07:47.197Z] [INFO] [2024-02-15T10:07:47.197Z] [INFO] Results: [2024-02-15T10:07:47.197Z] [INFO] [2024-02-15T10:07:47.197Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:47.197Z] [INFO] [2024-02-15T10:07:47.197Z] [INFO] [2024-02-15T10:07:47.197Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-property-file --- [2024-02-15T10:07:47.197Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file.jar [2024-02-15T10:07:47.197Z] [INFO] [2024-02-15T10:07:47.197Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-property-file --- [2024-02-15T10:07:47.197Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:47.451Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:07:47.451Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/bom.xml [2024-02-15T10:07:47.451Z] [INFO] attaching as hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:47.451Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/bom.json [2024-02-15T10:07:47.451Z] [INFO] attaching as hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:47.451Z] [INFO] [2024-02-15T10:07:47.451Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-property-file --- [2024-02-15T10:07:47.451Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file-tests.jar [2024-02-15T10:07:47.451Z] [INFO] [2024-02-15T10:07:47.451Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-property-file --- [2024-02-15T10:07:47.452Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/jacoco.exec [2024-02-15T10:07:47.452Z] [INFO] Analyzed bundle 'HK2 Configuration Property File Reader' with 5 classes [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-property-file --- [2024-02-15T10:07:47.452Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-property-file/4.0.0-SNAPSHOT/hk2-property-file-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:47.452Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-property-file/4.0.0-SNAPSHOT/hk2-property-file-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:47.452Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-property-file/4.0.0-SNAPSHOT/hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:47.452Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-property-file/4.0.0-SNAPSHOT/hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:47.452Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-property-file/4.0.0-SNAPSHOT/hk2-property-file-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --------------< org.glassfish.hk2:configuration-examples >-------------- [2024-02-15T10:07:47.452Z] [INFO] Building Examples of configuration use cases 4.0.0-SNAPSHOT [44/72] [2024-02-15T10:07:47.452Z] [INFO] from examples/configuration/pom.xml [2024-02-15T10:07:47.452Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- clean:3.2.0:clean (default-clean) @ configuration-examples --- [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ configuration-examples --- [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ configuration-examples --- [2024-02-15T10:07:47.452Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/jacoco.exec [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ configuration-examples --- [2024-02-15T10:07:47.452Z] [INFO] [2024-02-15T10:07:47.452Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ configuration-examples --- [2024-02-15T10:07:47.452Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:47.707Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:07:47.707Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.xml [2024-02-15T10:07:47.707Z] [INFO] attaching as configuration-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:47.707Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.json [2024-02-15T10:07:47.707Z] [INFO] attaching as configuration-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ configuration-examples --- [2024-02-15T10:07:47.707Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- install:3.1.1:install (default-install) @ configuration-examples --- [2024-02-15T10:07:47.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/configuration-examples/4.0.0-SNAPSHOT/configuration-examples-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:47.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/configuration-examples/4.0.0-SNAPSHOT/configuration-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:47.707Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/configuration-examples/4.0.0-SNAPSHOT/configuration-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] ---------< org.glassfish.hk2:webserver-configuration-example >---------- [2024-02-15T10:07:47.707Z] [INFO] Building A fake WebServer configured by a property file 4.0.0-SNAPSHOT [45/72] [2024-02-15T10:07:47.707Z] [INFO] from examples/configuration/webserver/pom.xml [2024-02-15T10:07:47.707Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- clean:3.2.0:clean (default-clean) @ webserver-configuration-example --- [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ webserver-configuration-example --- [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ webserver-configuration-example --- [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ webserver-configuration-example --- [2024-02-15T10:07:47.707Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/jacoco.exec [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ webserver-configuration-example --- [2024-02-15T10:07:47.707Z] [INFO] [2024-02-15T10:07:47.707Z] [INFO] --- resources:3.3.1:resources (default-resources) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/src/main/resources [2024-02-15T10:07:47.962Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:47.962Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:47.962Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] --- surefire:3.2.5:test (default-test) @ webserver-configuration-example --- [2024-02-15T10:07:47.962Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:47.962Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:47.962Z] [INFO] [2024-02-15T10:07:47.962Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:47.962Z] [INFO] T E S T S [2024-02-15T10:07:47.962Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:48.530Z] [INFO] Running org.glassfish.examples.configuration.webserver.tests.WebServerTest [2024-02-15T10:07:49.089Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.417 s -- in org.glassfish.examples.configuration.webserver.tests.WebServerTest [2024-02-15T10:07:49.089Z] [INFO] [2024-02-15T10:07:49.089Z] [INFO] Results: [2024-02-15T10:07:49.089Z] [INFO] [2024-02-15T10:07:49.089Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:07:49.089Z] [INFO] [2024-02-15T10:07:49.089Z] [INFO] [2024-02-15T10:07:49.089Z] [INFO] --- jar:3.3.0:jar (default-jar) @ webserver-configuration-example --- [2024-02-15T10:07:49.089Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/webserver-configuration-example.jar [2024-02-15T10:07:49.089Z] [INFO] [2024-02-15T10:07:49.089Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ webserver-configuration-example --- [2024-02-15T10:07:49.089Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:49.650Z] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [2024-02-15T10:07:49.650Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.xml [2024-02-15T10:07:49.650Z] [INFO] attaching as webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:49.650Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.json [2024-02-15T10:07:49.650Z] [INFO] attaching as webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ webserver-configuration-example --- [2024-02-15T10:07:49.650Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/jacoco.exec [2024-02-15T10:07:49.650Z] [INFO] Analyzed bundle 'A fake WebServer configured by a property file' with 4 classes [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- install:3.1.1:install (default-install) @ webserver-configuration-example --- [2024-02-15T10:07:49.650Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/webserver-configuration-example/4.0.0-SNAPSHOT/webserver-configuration-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:49.650Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/webserver-configuration-example.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/webserver-configuration-example/4.0.0-SNAPSHOT/webserver-configuration-example-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:49.650Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/webserver-configuration-example/4.0.0-SNAPSHOT/webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:49.650Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/webserver-configuration-example/4.0.0-SNAPSHOT/webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] ------------------< org.glassfish.hk2:hk2-xml-parent >------------------ [2024-02-15T10:07:49.650Z] [INFO] Building HK2 XML Parser using JAXB 4.0.0-SNAPSHOT [46/72] [2024-02-15T10:07:49.650Z] [INFO] from hk2-configuration/persistence/hk2-xml/pom.xml [2024-02-15T10:07:49.650Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-parent --- [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-parent --- [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-parent --- [2024-02-15T10:07:49.650Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/target/jacoco.exec [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-xml-parent --- [2024-02-15T10:07:49.650Z] [INFO] [2024-02-15T10:07:49.650Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-parent --- [2024-02-15T10:07:49.650Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:49.925Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-02-15T10:07:49.925Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/target/bom.xml [2024-02-15T10:07:49.925Z] [INFO] attaching as hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:49.926Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/target/bom.json [2024-02-15T10:07:49.926Z] [INFO] attaching as hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-parent --- [2024-02-15T10:07:49.926Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-parent --- [2024-02-15T10:07:49.926Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-parent/4.0.0-SNAPSHOT/hk2-xml-parent-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:49.926Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-parent/4.0.0-SNAPSHOT/hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:49.926Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-parent/4.0.0-SNAPSHOT/hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] ---------------------< org.glassfish.hk2:hk2-xml >---------------------- [2024-02-15T10:07:49.926Z] [INFO] Building HK2 XML Reader using JAXB 4.0.0-SNAPSHOT [47/72] [2024-02-15T10:07:49.926Z] [INFO] from hk2-configuration/persistence/hk2-xml/main/pom.xml [2024-02-15T10:07:49.926Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/jacoco.exec [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:07:49.926Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:07:49.926Z] [INFO] [2024-02-15T10:07:49.926Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-xml --- [2024-02-15T10:07:49.926Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:49.926Z] [INFO] Compiling 69 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:50.488Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/main/java/org/glassfish/hk2/xml/internal/ParentedModel.java: Some input files use or override a deprecated API. [2024-02-15T10:07:50.489Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/main/java/org/glassfish/hk2/xml/internal/ParentedModel.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:50.489Z] [INFO] [2024-02-15T10:07:50.489Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml --- [2024-02-15T10:07:50.489Z] [INFO] [2024-02-15T10:07:50.489Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml --- [2024-02-15T10:07:50.489Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:07:50.748Z] [WARNING] Manifest org.glassfish.hk2:hk2-xml:jar:4.0.0-SNAPSHOT : Unused Import-Package instructions: [org.hibernate.validator.*] [2024-02-15T10:07:50.748Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:07:50.748Z] [INFO] [2024-02-15T10:07:50.748Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml --- [2024-02-15T10:07:50.748Z] [INFO] Copying 33 resources from src/test/resources to target/test-classes [2024-02-15T10:07:50.748Z] [INFO] [2024-02-15T10:07:50.748Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-xml --- [2024-02-15T10:07:50.748Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:50.748Z] [INFO] Compiling 184 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:51.308Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/test/java/org/glassfish/hk2/xml/test/dynamic/removes/RemovesTest.java: Some input files use or override a deprecated API. [2024-02-15T10:07:51.308Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/test/java/org/glassfish/hk2/xml/test/dynamic/removes/RemovesTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:07:51.308Z] [INFO] [2024-02-15T10:07:51.308Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml --- [2024-02-15T10:07:51.308Z] [INFO] [2024-02-15T10:07:51.308Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml --- [2024-02-15T10:07:51.308Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:51.563Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:51.563Z] [INFO] [2024-02-15T10:07:51.563Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:51.563Z] [INFO] T E S T S [2024-02-15T10:07:51.563Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:52.126Z] [INFO] Running org.glassfish.hk2.xml.test.defaulting.DefaultingTest [2024-02-15T10:07:53.526Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.409 s -- in org.glassfish.hk2.xml.test.defaulting.DefaultingTest [2024-02-15T10:07:53.526Z] [INFO] Running org.glassfish.hk2.xml.test.namespace.NamespaceTest [2024-02-15T10:07:53.781Z] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.073 s -- in org.glassfish.hk2.xml.test.namespace.NamespaceTest [2024-02-15T10:07:53.781Z] [INFO] Running org.glassfish.hk2.xml.test.customizer.CustomizerTest [2024-02-15T10:07:53.781Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.140 s -- in org.glassfish.hk2.xml.test.customizer.CustomizerTest [2024-02-15T10:07:53.781Z] [INFO] Running org.glassfish.hk2.xml.test.basic.beans.jaxb.JaxbTest [2024-02-15T10:07:53.781Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.hk2.xml.test.basic.beans.jaxb.JaxbTest [2024-02-15T10:07:53.781Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallTest [2024-02-15T10:07:54.342Z] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.494 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallTest [2024-02-15T10:07:54.342Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallDomTest [2024-02-15T10:07:54.342Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallDomTest [2024-02-15T10:07:54.342Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallXMLStreamTest [2024-02-15T10:07:54.598Z] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallXMLStreamTest [2024-02-15T10:07:54.598Z] [INFO] Running org.glassfish.hk2.xml.test.readonly.ReadOnlyTest [2024-02-15T10:07:54.598Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.hk2.xml.test.readonly.ReadOnlyTest [2024-02-15T10:07:54.598Z] [INFO] Running org.glassfish.hk2.xml.test.childrensametype.ChildrenSameTypeTest [2024-02-15T10:07:54.598Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.xml.test.childrensametype.ChildrenSameTypeTest [2024-02-15T10:07:54.598Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.marshall.MarshallTest [2024-02-15T10:07:54.854Z] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.174 s -- in org.glassfish.hk2.xml.test.dynamic.marshall.MarshallTest [2024-02-15T10:07:54.854Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.overlay.direct.OverlayDirectTest [2024-02-15T10:07:54.854Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.hk2.xml.test.dynamic.overlay.direct.OverlayDirectTest [2024-02-15T10:07:54.854Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.overlay.OverlayTest [2024-02-15T10:07:55.128Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s -- in org.glassfish.hk2.xml.test.dynamic.overlay.OverlayTest [2024-02-15T10:07:55.128Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.removes.RemovesTest [2024-02-15T10:07:55.383Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s -- in org.glassfish.hk2.xml.test.dynamic.removes.RemovesTest [2024-02-15T10:07:55.383Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.rawsets.RawSetsTest [2024-02-15T10:07:55.383Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.hk2.xml.test.dynamic.rawsets.RawSetsTest [2024-02-15T10:07:55.383Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.adds.AddsTest [2024-02-15T10:07:55.943Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.617 s -- in org.glassfish.hk2.xml.test.dynamic.adds.AddsTest [2024-02-15T10:07:55.943Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.adds.AddsArrayTest [2024-02-15T10:07:56.199Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s -- in org.glassfish.hk2.xml.test.dynamic.adds.AddsArrayTest [2024-02-15T10:07:56.199Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.transaction.TransactionTest [2024-02-15T10:07:56.199Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 s -- in org.glassfish.hk2.xml.test.dynamic.transaction.TransactionTest [2024-02-15T10:07:56.199Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.negative.NegativeTest [2024-02-15T10:07:56.199Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.xml.test.dynamic.negative.NegativeTest [2024-02-15T10:07:56.199Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.merge.MergeTest [2024-02-15T10:07:56.199Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.glassfish.hk2.xml.test.dynamic.merge.MergeTest [2024-02-15T10:07:56.199Z] [INFO] Running org.glassfish.hk2.xml.test.jaxb.RawJAXBTest [2024-02-15T10:07:56.199Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.xml.test.jaxb.RawJAXBTest [2024-02-15T10:07:56.199Z] [INFO] Running org.glassfish.hk2.xml.test.naked.NakedTest [2024-02-15T10:07:56.455Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s -- in org.glassfish.hk2.xml.test.naked.NakedTest [2024-02-15T10:07:56.455Z] [INFO] Running org.glassfish.hk2.xml.test.validation.ValidationTest [2024-02-15T10:07:56.711Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 s -- in org.glassfish.hk2.xml.test.validation.ValidationTest [2024-02-15T10:07:56.711Z] [INFO] Running org.glassfish.hk2.xml.test.negative.api.NegativeAPITest [2024-02-15T10:07:56.711Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.hk2.xml.test.negative.api.NegativeAPITest [2024-02-15T10:07:56.711Z] [INFO] Running org.glassfish.hk2.xml.test.negative.ea.ElementAttributeTest [2024-02-15T10:07:56.711Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.hk2.xml.test.negative.ea.ElementAttributeTest [2024-02-15T10:07:56.711Z] [INFO] Running org.glassfish.hk2.xml.test.unordered.UnorderedTest [2024-02-15T10:07:56.980Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.glassfish.hk2.xml.test.unordered.UnorderedTest [2024-02-15T10:07:56.980Z] [INFO] Running org.glassfish.hk2.xml.test.arrays.ArraysTest [2024-02-15T10:07:56.980Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.xml.test.arrays.ArraysTest [2024-02-15T10:07:56.980Z] [INFO] Running org.glassfish.hk2.xml.test.elements.ElementsTest [2024-02-15T10:07:56.980Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.glassfish.hk2.xml.test.elements.ElementsTest [2024-02-15T10:07:56.980Z] [INFO] Running org.glassfish.hk2.xml.test.elementwrapper.XmlElementWrapperTest [2024-02-15T10:07:56.980Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.xml.test.elementwrapper.XmlElementWrapperTest [2024-02-15T10:07:56.980Z] [INFO] Running org.glassfish.hk2.xml.test.copy.CopyTest [2024-02-15T10:07:56.980Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.hk2.xml.test.copy.CopyTest [2024-02-15T10:07:56.980Z] [INFO] Running org.glassfish.hk2.xml.test.childlocators.ChildLocatorTest [2024-02-15T10:07:56.981Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 s -- in org.glassfish.hk2.xml.test.childlocators.ChildLocatorTest [2024-02-15T10:07:57.235Z] [INFO] [2024-02-15T10:07:57.235Z] [INFO] Results: [2024-02-15T10:07:57.235Z] [INFO] [2024-02-15T10:07:57.235Z] [WARNING] Tests run: 203, Failures: 0, Errors: 0, Skipped: 4 [2024-02-15T10:07:57.235Z] [INFO] [2024-02-15T10:07:57.235Z] [INFO] [2024-02-15T10:07:57.235Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml --- [2024-02-15T10:07:57.235Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml.jar [2024-02-15T10:07:57.236Z] [INFO] [2024-02-15T10:07:57.236Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml --- [2024-02-15T10:07:57.236Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:07:57.795Z] [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [2024-02-15T10:07:57.795Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/bom.xml [2024-02-15T10:07:57.795Z] [INFO] attaching as hk2-xml-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:57.795Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/bom.json [2024-02-15T10:07:57.795Z] [INFO] attaching as hk2-xml-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:57.795Z] [INFO] [2024-02-15T10:07:57.795Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml --- [2024-02-15T10:07:58.051Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml-tests.jar [2024-02-15T10:07:58.051Z] [INFO] [2024-02-15T10:07:58.051Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml --- [2024-02-15T10:07:58.051Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/jacoco.exec [2024-02-15T10:07:58.051Z] [INFO] Analyzed bundle 'HK2 XML Reader using JAXB' with 79 classes [2024-02-15T10:07:58.327Z] [INFO] [2024-02-15T10:07:58.327Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml --- [2024-02-15T10:07:58.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml/4.0.0-SNAPSHOT/hk2-xml-4.0.0-SNAPSHOT.pom [2024-02-15T10:07:58.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml/4.0.0-SNAPSHOT/hk2-xml-4.0.0-SNAPSHOT.jar [2024-02-15T10:07:58.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml/4.0.0-SNAPSHOT/hk2-xml-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:07:58.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml/4.0.0-SNAPSHOT/hk2-xml-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:07:58.327Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml/4.0.0-SNAPSHOT/hk2-xml-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] ------------< org.glassfish.hk2:xml-configuration-example >------------- [2024-02-15T10:07:58.328Z] [INFO] Building Xml Application Configuration Example 4.0.0-SNAPSHOT [48/72] [2024-02-15T10:07:58.328Z] [INFO] from examples/configuration/xml/pom.xml [2024-02-15T10:07:58.328Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- clean:3.2.0:clean (default-clean) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/jacoco.exec [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/src/main/resources [2024-02-15T10:07:58.328Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-02-15T10:07:58.328Z] [INFO] [2024-02-15T10:07:58.328Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ xml-configuration-example --- [2024-02-15T10:07:58.328Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:58.328Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-02-15T10:07:58.583Z] [INFO] [2024-02-15T10:07:58.583Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-configuration-example --- [2024-02-15T10:07:58.583Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:07:58.583Z] [INFO] [2024-02-15T10:07:58.583Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ xml-configuration-example --- [2024-02-15T10:07:58.583Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:07:58.583Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:07:58.583Z] [INFO] [2024-02-15T10:07:58.583Z] [INFO] --- surefire:3.2.5:test (default-test) @ xml-configuration-example --- [2024-02-15T10:07:58.583Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:07:58.583Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:07:58.583Z] [INFO] [2024-02-15T10:07:58.583Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:58.583Z] [INFO] T E S T S [2024-02-15T10:07:58.583Z] [INFO] ------------------------------------------------------- [2024-02-15T10:07:59.528Z] [INFO] Running org.glassfish.examples.configuration.xml.webserver.tests.WebServerXmlTest [2024-02-15T10:08:00.931Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.396 s -- in org.glassfish.examples.configuration.xml.webserver.tests.WebServerXmlTest [2024-02-15T10:08:00.931Z] [INFO] Running org.glassfish.examples.configuration.xml.webserver.tests.WebServersAsHK2ServicesTest [2024-02-15T10:08:00.931Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.examples.configuration.xml.webserver.tests.WebServersAsHK2ServicesTest [2024-02-15T10:08:00.931Z] [INFO] [2024-02-15T10:08:00.931Z] [INFO] Results: [2024-02-15T10:08:00.931Z] [INFO] [2024-02-15T10:08:00.931Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:00.931Z] [INFO] [2024-02-15T10:08:00.931Z] [INFO] [2024-02-15T10:08:00.931Z] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-configuration-example --- [2024-02-15T10:08:00.931Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/xml-configuration-example.jar [2024-02-15T10:08:00.931Z] [INFO] [2024-02-15T10:08:00.931Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-configuration-example --- [2024-02-15T10:08:00.931Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:01.492Z] [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [2024-02-15T10:08:01.492Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.xml [2024-02-15T10:08:01.492Z] [INFO] attaching as xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:01.492Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.json [2024-02-15T10:08:01.492Z] [INFO] attaching as xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:01.492Z] [INFO] [2024-02-15T10:08:01.492Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ xml-configuration-example --- [2024-02-15T10:08:01.492Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/jacoco.exec [2024-02-15T10:08:01.492Z] [INFO] Analyzed bundle 'Xml Application Configuration Example' with 3 classes [2024-02-15T10:08:01.492Z] [INFO] [2024-02-15T10:08:01.492Z] [INFO] --- install:3.1.1:install (default-install) @ xml-configuration-example --- [2024-02-15T10:08:01.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/xml-configuration-example/4.0.0-SNAPSHOT/xml-configuration-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:01.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/xml-configuration-example.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/xml-configuration-example/4.0.0-SNAPSHOT/xml-configuration-example-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:01.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/xml-configuration-example/4.0.0-SNAPSHOT/xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:01.492Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/xml-configuration-example/4.0.0-SNAPSHOT/xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:01.492Z] [INFO] [2024-02-15T10:08:01.492Z] [INFO] ----------------< org.glassfish.hk2:operations-example >---------------- [2024-02-15T10:08:01.492Z] [INFO] Building Operations Example 4.0.0-SNAPSHOT [49/72] [2024-02-15T10:08:01.492Z] [INFO] from examples/operations/pom.xml [2024-02-15T10:08:01.492Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:02.052Z] [INFO] [2024-02-15T10:08:02.052Z] [INFO] --- clean:3.2.0:clean (default-clean) @ operations-example --- [2024-02-15T10:08:02.052Z] [INFO] [2024-02-15T10:08:02.052Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ operations-example --- [2024-02-15T10:08:02.052Z] [INFO] [2024-02-15T10:08:02.052Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ operations-example --- [2024-02-15T10:08:02.052Z] [INFO] [2024-02-15T10:08:02.052Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ operations-example --- [2024-02-15T10:08:02.052Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/jacoco.exec [2024-02-15T10:08:02.052Z] [INFO] [2024-02-15T10:08:02.052Z] [INFO] --- config-generator:2.5.0-b53:generate-injectors (generate-injectors) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/main/java [2024-02-15T10:08:10.131Z] [INFO] Source directory: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/main/java added. [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- resources:3.3.1:resources (default-resources) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/resources [2024-02-15T10:08:10.131Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:10.131Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:10.131Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/java/org/glassfish/examples/operations/application/WithdrawalService.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/java/org/glassfish/examples/operations/application/WithdrawalService.java uses or overrides a deprecated API. [2024-02-15T10:08:10.131Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/java/org/glassfish/examples/operations/application/WithdrawalService.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:10.131Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (generate-test-injectors) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/test/java [2024-02-15T10:08:10.131Z] [INFO] Source directory: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/test/java added. [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/test/resources [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ operations-example --- [2024-02-15T10:08:10.131Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:10.131Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] --- surefire:3.2.5:test (default-test) @ operations-example --- [2024-02-15T10:08:10.131Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:10.131Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:10.131Z] [INFO] [2024-02-15T10:08:10.131Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:10.132Z] [INFO] T E S T S [2024-02-15T10:08:10.132Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:10.428Z] [INFO] Running org.glassfish.examples.operations.tests.OperationsTest [2024-02-15T10:08:10.987Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.618 s -- in org.glassfish.examples.operations.tests.OperationsTest [2024-02-15T10:08:10.987Z] [INFO] [2024-02-15T10:08:10.987Z] [INFO] Results: [2024-02-15T10:08:10.987Z] [INFO] [2024-02-15T10:08:10.987Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:10.988Z] [INFO] [2024-02-15T10:08:10.988Z] [INFO] [2024-02-15T10:08:10.988Z] [INFO] --- jar:3.3.0:jar (default-jar) @ operations-example --- [2024-02-15T10:08:10.988Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/operations-example.jar [2024-02-15T10:08:10.988Z] [INFO] [2024-02-15T10:08:10.988Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ operations-example --- [2024-02-15T10:08:10.988Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:11.548Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-02-15T10:08:11.548Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.xml [2024-02-15T10:08:11.548Z] [INFO] attaching as operations-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:11.548Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.json [2024-02-15T10:08:11.548Z] [INFO] attaching as operations-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:11.548Z] [INFO] [2024-02-15T10:08:11.548Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ operations-example --- [2024-02-15T10:08:11.548Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/jacoco.exec [2024-02-15T10:08:11.548Z] [INFO] Analyzed bundle 'Operations Example' with 8 classes [2024-02-15T10:08:11.548Z] [INFO] [2024-02-15T10:08:11.548Z] [INFO] --- install:3.1.1:install (default-install) @ operations-example --- [2024-02-15T10:08:11.548Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/operations-example/4.0.0-SNAPSHOT/operations-example-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:11.548Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/operations-example.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/operations-example/4.0.0-SNAPSHOT/operations-example-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:11.548Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/operations-example/4.0.0-SNAPSHOT/operations-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:11.548Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/operations-example/4.0.0-SNAPSHOT/operations-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:11.548Z] [INFO] [2024-02-15T10:08:11.548Z] [INFO] -------------------< org.glassfish.hk2:hk2-ant-test >------------------- [2024-02-15T10:08:11.549Z] [INFO] Building HK2 Ant Inhabitant Generator Test 4.0.0-SNAPSHOT [50/72] [2024-02-15T10:08:11.549Z] [INFO] from hk2-testing/ant/pom.xml [2024-02-15T10:08:11.549Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:11.804Z] [INFO] [2024-02-15T10:08:11.804Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-ant-test --- [2024-02-15T10:08:11.805Z] [INFO] [2024-02-15T10:08:11.805Z] [INFO] --- antrun:3.1.0:run (clean) @ hk2-ant-test --- [2024-02-15T10:08:12.060Z] [INFO] Executing tasks [2024-02-15T10:08:12.328Z] [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target [2024-02-15T10:08:12.328Z] [INFO] Executed tasks [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/jacoco.exec [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/main/resources [2024-02-15T10:08:12.328Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:12.328Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:08:12.328Z] [INFO] [2024-02-15T10:08:12.328Z] [INFO] --- antrun:3.1.0:run (dist) @ hk2-ant-test --- [2024-02-15T10:08:12.328Z] [INFO] Executing tasks [2024-02-15T10:08:12.328Z] [WARNING] [javac] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/build.xml:47: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds [2024-02-15T10:08:12.328Z] [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes [2024-02-15T10:08:12.328Z] The elements of the path that will be searched is: [2024-02-15T10:08:12.328Z] 1. /opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.0.jar [2024-02-15T10:08:12.328Z] Finished printing search path elements [2024-02-15T10:08:12.584Z] HabitatGenerator: inputFile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes outjarName=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes locatorName=default noSwap=false outputDirectory=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes/META-INF/hk2-locator [2024-02-15T10:08:12.584Z] Looking for test.Test for discovery of superclass [2024-02-15T10:08:12.584Z] Found test.Test in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes for superclass [2024-02-15T10:08:12.584Z] Class test.Test is not annotated with @Service [2024-02-15T10:08:12.584Z] Looking for org.jvnet.hk2.examples.ant.services.Service1 for discovery of superclass [2024-02-15T10:08:12.584Z] Found org.jvnet.hk2.examples.ant.services.Service1 in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes for superclass [2024-02-15T10:08:12.584Z] Generated Descriptor: Descriptor( [2024-02-15T10:08:12.584Z] implementation=org.jvnet.hk2.examples.ant.services.Service1 [2024-02-15T10:08:12.584Z] contracts={org.jvnet.hk2.examples.ant.services.Service1} [2024-02-15T10:08:12.584Z] scope=jakarta.inject.Singleton [2024-02-15T10:08:12.584Z] qualifiers={} [2024-02-15T10:08:12.584Z] descriptorType=CLASS [2024-02-15T10:08:12.584Z] descriptorVisibility=NORMAL [2024-02-15T10:08:12.584Z] metadata= [2024-02-15T10:08:12.584Z] rank=0 [2024-02-15T10:08:12.584Z] loader=null [2024-02-15T10:08:12.584Z] proxiable=null [2024-02-15T10:08:12.584Z] proxyForSameScope=null [2024-02-15T10:08:12.584Z] analysisName=default [2024-02-15T10:08:12.584Z] id=null [2024-02-15T10:08:12.584Z] locatorId=null [2024-02-15T10:08:12.584Z] identityHashCode=1449672643) [2024-02-15T10:08:12.584Z] Writing 1 entries to file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes/META-INF/hk2-locator/default [2024-02-15T10:08:12.584Z] Wrote 1 entries to inhabitant file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes/META-INF/hk2-locator/default [2024-02-15T10:08:12.584Z] HabitatGenerator completed successfully [2024-02-15T10:08:12.584Z] [INFO] Executed tasks [2024-02-15T10:08:12.584Z] [INFO] [2024-02-15T10:08:12.584Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-ant-test --- [2024-02-15T10:08:12.584Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/test/resources [2024-02-15T10:08:12.584Z] [INFO] [2024-02-15T10:08:12.584Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-ant-test --- [2024-02-15T10:08:12.584Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:12.584Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:08:12.584Z] [INFO] [2024-02-15T10:08:12.584Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-ant-test --- [2024-02-15T10:08:12.584Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:12.584Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:12.584Z] [INFO] [2024-02-15T10:08:12.584Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:12.584Z] [INFO] T E S T S [2024-02-15T10:08:12.584Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:13.509Z] [INFO] Running org.jvnet.hk2.examples.ant.test.AntTest [2024-02-15T10:08:13.509Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s -- in org.jvnet.hk2.examples.ant.test.AntTest [2024-02-15T10:08:13.509Z] [INFO] [2024-02-15T10:08:13.509Z] [INFO] Results: [2024-02-15T10:08:13.509Z] [INFO] [2024-02-15T10:08:13.509Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:13.509Z] [INFO] [2024-02-15T10:08:13.509Z] [INFO] [2024-02-15T10:08:13.509Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-ant-test --- [2024-02-15T10:08:13.509Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/hk2-ant-test.jar [2024-02-15T10:08:13.509Z] [INFO] [2024-02-15T10:08:13.509Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-ant-test --- [2024-02-15T10:08:13.509Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:13.764Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-02-15T10:08:13.764Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.xml [2024-02-15T10:08:13.764Z] [INFO] attaching as hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:13.764Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.json [2024-02-15T10:08:13.764Z] [INFO] attaching as hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:13.764Z] [INFO] [2024-02-15T10:08:13.764Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-ant-test --- [2024-02-15T10:08:13.764Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/jacoco.exec [2024-02-15T10:08:13.764Z] [INFO] Analyzed bundle 'HK2 Ant Inhabitant Generator Test' with 2 classes [2024-02-15T10:08:13.764Z] [INFO] [2024-02-15T10:08:13.764Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-ant-test --- [2024-02-15T10:08:13.765Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-ant-test/4.0.0-SNAPSHOT/hk2-ant-test-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:13.765Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/hk2-ant-test.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-ant-test/4.0.0-SNAPSHOT/hk2-ant-test-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:13.765Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-ant-test/4.0.0-SNAPSHOT/hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:13.765Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-ant-test/4.0.0-SNAPSHOT/hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] ----------------< org.glassfish.hk2:hk2-locator-extras >---------------- [2024-02-15T10:08:13.765Z] [INFO] Building HK2 Locator unit tests 4.0.0-SNAPSHOT [51/72] [2024-02-15T10:08:13.765Z] [INFO] from hk2-testing/hk2-locator-extras/pom.xml [2024-02-15T10:08:13.765Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/jacoco.exec [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/main/resources [2024-02-15T10:08:13.765Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:13.765Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:13.765Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/test/resources [2024-02-15T10:08:13.765Z] [INFO] [2024-02-15T10:08:13.765Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-locator-extras --- [2024-02-15T10:08:13.765Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:13.765Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:14.026Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/test/java/org/glassfish/hk2/tests/locator/extras/contextclassloader/ContextClassLoaderTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/test/java/org/glassfish/hk2/tests/locator/extras/contextclassloader/ContextClassLoaderTest.java uses or overrides a deprecated API. [2024-02-15T10:08:14.026Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/test/java/org/glassfish/hk2/tests/locator/extras/contextclassloader/ContextClassLoaderTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:14.026Z] [INFO] [2024-02-15T10:08:14.026Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-extras --- [2024-02-15T10:08:14.026Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:14.026Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:14.026Z] [INFO] [2024-02-15T10:08:14.026Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:14.026Z] [INFO] T E S T S [2024-02-15T10:08:14.026Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:15.026Z] [INFO] Running org.glassfish.hk2.tests.locator.extras.contextclassloader.ContextClassLoaderTest [2024-02-15T10:08:15.282Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.478 s -- in org.glassfish.hk2.tests.locator.extras.contextclassloader.ContextClassLoaderTest [2024-02-15T10:08:15.282Z] [INFO] [2024-02-15T10:08:15.282Z] [INFO] Results: [2024-02-15T10:08:15.282Z] [INFO] [2024-02-15T10:08:15.282Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:15.282Z] [INFO] [2024-02-15T10:08:15.282Z] [INFO] [2024-02-15T10:08:15.282Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-extras --- [2024-02-15T10:08:15.282Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/hk2-locator-extras.jar [2024-02-15T10:08:15.282Z] [INFO] [2024-02-15T10:08:15.282Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-extras --- [2024-02-15T10:08:15.282Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:15.846Z] [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [2024-02-15T10:08:15.846Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/bom.xml [2024-02-15T10:08:15.846Z] [INFO] attaching as hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:15.846Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/bom.json [2024-02-15T10:08:15.846Z] [INFO] attaching as hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-extras --- [2024-02-15T10:08:15.846Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/jacoco.exec [2024-02-15T10:08:15.846Z] [INFO] Analyzed bundle 'HK2 Locator unit tests' with 1 classes [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-extras --- [2024-02-15T10:08:15.846Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-extras/4.0.0-SNAPSHOT/hk2-locator-extras-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:15.846Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/hk2-locator-extras.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-extras/4.0.0-SNAPSHOT/hk2-locator-extras-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:15.846Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-extras/4.0.0-SNAPSHOT/hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:15.846Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-extras/4.0.0-SNAPSHOT/hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --------------------< org.glassfish.hk2:hk2-testng >-------------------- [2024-02-15T10:08:15.846Z] [INFO] Building HK2 TestNG runner 4.0.0-SNAPSHOT [52/72] [2024-02-15T10:08:15.846Z] [INFO] from hk2-testing/hk2-testng/pom.xml [2024-02-15T10:08:15.846Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/jacoco.exec [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:08:15.846Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:15.846Z] [INFO] [2024-02-15T10:08:15.846Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-testng --- [2024-02-15T10:08:15.846Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:15.846Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:15.846Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/main/java/org/jvnet/testing/hk2testng/HK2TestListenerAdapter.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/main/java/org/jvnet/testing/hk2testng/HK2TestListenerAdapter.java uses or overrides a deprecated API. [2024-02-15T10:08:15.846Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/main/java/org/jvnet/testing/hk2testng/HK2TestListenerAdapter.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:15.847Z] [INFO] [2024-02-15T10:08:15.847Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-testng --- [2024-02-15T10:08:15.847Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/test/resources [2024-02-15T10:08:15.847Z] [INFO] [2024-02-15T10:08:15.847Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-testng --- [2024-02-15T10:08:15.847Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:15.847Z] [INFO] Compiling 41 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:16.102Z] [INFO] [2024-02-15T10:08:16.102Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (default) @ hk2-testng --- [2024-02-15T10:08:16.102Z] [INFO] [2024-02-15T10:08:16.102Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-testng --- [2024-02-15T10:08:16.102Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:16.102Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-02-15T10:08:16.357Z] [INFO] [2024-02-15T10:08:16.357Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:16.357Z] [INFO] T E S T S [2024-02-15T10:08:16.357Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:16.931Z] [INFO] Running TestSuite [2024-02-15T10:08:16.931Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-02-15T10:08:16.932Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-02-15T10:08:16.932Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-02-15T10:08:18.293Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.363 s -- in TestSuite [2024-02-15T10:08:18.294Z] [INFO] [2024-02-15T10:08:18.294Z] [INFO] Results: [2024-02-15T10:08:18.294Z] [INFO] [2024-02-15T10:08:18.294Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:18.294Z] [INFO] [2024-02-15T10:08:18.294Z] [INFO] [2024-02-15T10:08:18.294Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-testng --- [2024-02-15T10:08:18.294Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/hk2-testng.jar [2024-02-15T10:08:18.294Z] [INFO] [2024-02-15T10:08:18.294Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testng --- [2024-02-15T10:08:18.294Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:18.853Z] [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [2024-02-15T10:08:18.853Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.xml [2024-02-15T10:08:18.853Z] [INFO] attaching as hk2-testng-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:18.853Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.json [2024-02-15T10:08:18.853Z] [INFO] attaching as hk2-testng-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:18.853Z] [INFO] [2024-02-15T10:08:18.853Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testng --- [2024-02-15T10:08:18.853Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/jacoco.exec [2024-02-15T10:08:18.853Z] [INFO] Analyzed bundle 'HK2 TestNG runner' with 1 classes [2024-02-15T10:08:19.128Z] [INFO] [2024-02-15T10:08:19.128Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testng --- [2024-02-15T10:08:19.128Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testng/4.0.0-SNAPSHOT/hk2-testng-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:19.128Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/hk2-testng.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testng/4.0.0-SNAPSHOT/hk2-testng-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:19.128Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testng/4.0.0-SNAPSHOT/hk2-testng-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:19.128Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testng/4.0.0-SNAPSHOT/hk2-testng-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:19.128Z] [INFO] [2024-02-15T10:08:19.128Z] [INFO] ---------------< org.glassfish.hk2:hk2-runlevel-extras >---------------- [2024-02-15T10:08:19.128Z] [INFO] Building HK2 RunLevel unit tests 4.0.0-SNAPSHOT [53/72] [2024-02-15T10:08:19.128Z] [INFO] from hk2-testing/hk2-runlevel-extras/pom.xml [2024-02-15T10:08:19.128Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:19.128Z] [INFO] [2024-02-15T10:08:19.128Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.128Z] [INFO] [2024-02-15T10:08:19.128Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.128Z] [INFO] [2024-02-15T10:08:19.128Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.128Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/jacoco.exec [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/main/resources [2024-02-15T10:08:19.129Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:19.129Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/test/resources [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:19.129Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-runlevel-extras --- [2024-02-15T10:08:19.129Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:19.129Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-02-15T10:08:19.129Z] [INFO] [2024-02-15T10:08:19.129Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:19.129Z] [INFO] T E S T S [2024-02-15T10:08:19.129Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:20.094Z] [INFO] Running TestSuite [2024-02-15T10:08:20.094Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-02-15T10:08:20.094Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-02-15T10:08:20.094Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-02-15T10:08:20.655Z] Kernel starting up. Proceeding to: 2 [2024-02-15T10:08:20.655Z] onProgress Actived Level: -1 [2024-02-15T10:08:20.655Z] onProgress Actived Level: 0 [2024-02-15T10:08:20.655Z] StartupRunLevelService postConstruct [2024-02-15T10:08:20.655Z] onProgress Actived Level: 1 [2024-02-15T10:08:20.655Z] onProgress Actived Level: 2 [2024-02-15T10:08:20.655Z] Running primary integration test [2024-02-15T10:08:20.655Z] Kernel starting up. Proceeding to: 2 [2024-02-15T10:08:20.655Z] onProgress Actived Level: -1 [2024-02-15T10:08:20.655Z] onProgress Actived Level: 0 [2024-02-15T10:08:20.655Z] StartupRunLevelService postConstruct [2024-02-15T10:08:20.655Z] onProgress Actived Level: 1 [2024-02-15T10:08:20.655Z] onProgress Actived Level: 2 [2024-02-15T10:08:20.655Z] Running secondary integration test [2024-02-15T10:08:20.910Z] Kernel shutting down. Proceeding to: 0 [2024-02-15T10:08:20.910Z] onProgress Actived Level: 1 [2024-02-15T10:08:20.910Z] StartupRunLevelService preDestory [2024-02-15T10:08:20.910Z] onProgress Actived Level: 0 [2024-02-15T10:08:20.910Z] Kernel shutting down. Proceeding to: 0 [2024-02-15T10:08:20.910Z] onProgress Actived Level: 1 [2024-02-15T10:08:20.910Z] StartupRunLevelService preDestory [2024-02-15T10:08:20.910Z] onProgress Actived Level: 0 [2024-02-15T10:08:20.910Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s -- in TestSuite [2024-02-15T10:08:20.910Z] [INFO] [2024-02-15T10:08:20.910Z] [INFO] Results: [2024-02-15T10:08:20.910Z] [INFO] [2024-02-15T10:08:20.910Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:20.910Z] [INFO] [2024-02-15T10:08:20.910Z] [INFO] [2024-02-15T10:08:20.910Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-runlevel-extras --- [2024-02-15T10:08:20.910Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/hk2-runlevel-extras.jar [2024-02-15T10:08:20.910Z] [INFO] [2024-02-15T10:08:20.910Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-runlevel-extras --- [2024-02-15T10:08:20.910Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:21.470Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-02-15T10:08:21.470Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/bom.xml [2024-02-15T10:08:21.470Z] [INFO] attaching as hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:21.470Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/bom.json [2024-02-15T10:08:21.470Z] [INFO] attaching as hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-runlevel-extras --- [2024-02-15T10:08:21.470Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/jacoco.exec [2024-02-15T10:08:21.470Z] [INFO] Analyzed bundle 'HK2 RunLevel unit tests' with 4 classes [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-runlevel-extras --- [2024-02-15T10:08:21.470Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel-extras/4.0.0-SNAPSHOT/hk2-runlevel-extras-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:21.470Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/hk2-runlevel-extras.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel-extras/4.0.0-SNAPSHOT/hk2-runlevel-extras-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:21.470Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel-extras/4.0.0-SNAPSHOT/hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:21.470Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-runlevel-extras/4.0.0-SNAPSHOT/hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --------------< org.glassfish.hk2:hk2-locator-no-proxies >-------------- [2024-02-15T10:08:21.470Z] [INFO] Building HK2 Locator No Proxy Unit tests 4.0.0-SNAPSHOT [54/72] [2024-02-15T10:08:21.470Z] [INFO] from hk2-testing/hk2-locator-no-proxies/pom.xml [2024-02-15T10:08:21.470Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.470Z] [INFO] [2024-02-15T10:08:21.470Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/jacoco.exec [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/main/resources [2024-02-15T10:08:21.471Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:21.471Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:21.471Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/test/resources [2024-02-15T10:08:21.471Z] [INFO] [2024-02-15T10:08:21.471Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.471Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:21.471Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:21.727Z] [INFO] [2024-02-15T10:08:21.727Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-no-proxies --- [2024-02-15T10:08:21.727Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:21.727Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:21.727Z] [INFO] [2024-02-15T10:08:21.727Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:21.727Z] [INFO] T E S T S [2024-02-15T10:08:21.727Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:22.332Z] [INFO] Running org.glassfish.noproxy.NoProxyTest [2024-02-15T10:08:22.932Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.498 s -- in org.glassfish.noproxy.NoProxyTest [2024-02-15T10:08:22.932Z] [INFO] [2024-02-15T10:08:22.932Z] [INFO] Results: [2024-02-15T10:08:22.932Z] [INFO] [2024-02-15T10:08:22.932Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:22.932Z] [INFO] [2024-02-15T10:08:22.932Z] [INFO] [2024-02-15T10:08:22.932Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-no-proxies --- [2024-02-15T10:08:22.932Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/hk2-locator-no-proxies.jar [2024-02-15T10:08:22.932Z] [INFO] [2024-02-15T10:08:22.932Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-no-proxies --- [2024-02-15T10:08:22.932Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:23.187Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-02-15T10:08:23.187Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/bom.xml [2024-02-15T10:08:23.187Z] [INFO] attaching as hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:23.187Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/bom.json [2024-02-15T10:08:23.187Z] [INFO] attaching as hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:23.187Z] [INFO] [2024-02-15T10:08:23.187Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-no-proxies --- [2024-02-15T10:08:23.187Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/jacoco.exec [2024-02-15T10:08:23.187Z] [INFO] Analyzed bundle 'HK2 Locator No Proxy Unit tests' with 1 classes [2024-02-15T10:08:23.187Z] [INFO] [2024-02-15T10:08:23.187Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-no-proxies --- [2024-02-15T10:08:23.187Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies/4.0.0-SNAPSHOT/hk2-locator-no-proxies-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:23.187Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/hk2-locator-no-proxies.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies/4.0.0-SNAPSHOT/hk2-locator-no-proxies-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:23.187Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies/4.0.0-SNAPSHOT/hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:23.187Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies/4.0.0-SNAPSHOT/hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] -------------< org.glassfish.hk2:hk2-locator-no-proxies2 >-------------- [2024-02-15T10:08:23.188Z] [INFO] Building HK2 Locator No Proxy Unit tests (2) 4.0.0-SNAPSHOT [55/72] [2024-02-15T10:08:23.188Z] [INFO] from hk2-testing/hk2-locator-no-proxies2/pom.xml [2024-02-15T10:08:23.188Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/jacoco.exec [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/main/resources [2024-02-15T10:08:23.188Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:23.188Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:08:23.188Z] [INFO] [2024-02-15T10:08:23.188Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.188Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:23.446Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:23.446Z] [INFO] [2024-02-15T10:08:23.446Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.446Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/test/resources [2024-02-15T10:08:23.446Z] [INFO] [2024-02-15T10:08:23.446Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.446Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:23.446Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:23.446Z] [INFO] [2024-02-15T10:08:23.446Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:23.446Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:23.446Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:23.446Z] [INFO] [2024-02-15T10:08:23.446Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:23.446Z] [INFO] T E S T S [2024-02-15T10:08:23.446Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:24.031Z] [INFO] Running org.glassfish.hk2.noproxy2.NoProxy2Test [2024-02-15T10:08:24.632Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.474 s -- in org.glassfish.hk2.noproxy2.NoProxy2Test [2024-02-15T10:08:24.632Z] [INFO] [2024-02-15T10:08:24.632Z] [INFO] Results: [2024-02-15T10:08:24.632Z] [INFO] [2024-02-15T10:08:24.632Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:24.632Z] [INFO] [2024-02-15T10:08:24.632Z] [INFO] [2024-02-15T10:08:24.632Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:24.632Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/hk2-locator-no-proxies2.jar [2024-02-15T10:08:24.632Z] [INFO] [2024-02-15T10:08:24.632Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:24.632Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:25.192Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-02-15T10:08:25.192Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/bom.xml [2024-02-15T10:08:25.192Z] [INFO] attaching as hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:25.192Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/bom.json [2024-02-15T10:08:25.192Z] [INFO] attaching as hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:25.192Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/jacoco.exec [2024-02-15T10:08:25.192Z] [INFO] Analyzed bundle 'HK2 Locator No Proxy Unit tests (2)' with 1 classes [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-no-proxies2 --- [2024-02-15T10:08:25.192Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies2/4.0.0-SNAPSHOT/hk2-locator-no-proxies2-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:25.192Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/hk2-locator-no-proxies2.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies2/4.0.0-SNAPSHOT/hk2-locator-no-proxies2-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:25.192Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies2/4.0.0-SNAPSHOT/hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:25.192Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-locator-no-proxies2/4.0.0-SNAPSHOT/hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] -------------------< org.glassfish.hk2:hk2-testing >-------------------- [2024-02-15T10:08:25.192Z] [INFO] Building Utilities for testing with HK2 4.0.0-SNAPSHOT [56/72] [2024-02-15T10:08:25.192Z] [INFO] from hk2-testing/pom.xml [2024-02-15T10:08:25.192Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing --- [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing --- [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing --- [2024-02-15T10:08:25.192Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/jacoco.exec [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-testing --- [2024-02-15T10:08:25.192Z] [INFO] [2024-02-15T10:08:25.192Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing --- [2024-02-15T10:08:25.192Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:25.448Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:08:25.448Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.xml [2024-02-15T10:08:25.448Z] [INFO] attaching as hk2-testing-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:25.448Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.json [2024-02-15T10:08:25.448Z] [INFO] attaching as hk2-testing-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing --- [2024-02-15T10:08:25.448Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing --- [2024-02-15T10:08:25.448Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing/4.0.0-SNAPSHOT/hk2-testing-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:25.448Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing/4.0.0-SNAPSHOT/hk2-testing-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:25.448Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing/4.0.0-SNAPSHOT/hk2-testing-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] ----------------< org.glassfish.hk2:interceptor-events >---------------- [2024-02-15T10:08:25.448Z] [INFO] Building Interceptor/Eventing Test Suite 4.0.0-SNAPSHOT [57/72] [2024-02-15T10:08:25.448Z] [INFO] from hk2-testing/interceptor-events/pom.xml [2024-02-15T10:08:25.448Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- clean:3.2.0:clean (default-clean) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/jacoco.exec [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/main/resources [2024-02-15T10:08:25.448Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:25.448Z] [INFO] Compiling 8 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/test/resources [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:25.448Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] --- surefire:3.2.5:test (default-test) @ interceptor-events --- [2024-02-15T10:08:25.448Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:25.448Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:25.448Z] [INFO] [2024-02-15T10:08:25.448Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:25.448Z] [INFO] T E S T S [2024-02-15T10:08:25.448Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:26.396Z] [INFO] Running org.glassfish.hk2.aopEvents.test.AOPEventsTest [2024-02-15T10:08:26.651Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.488 s -- in org.glassfish.hk2.aopEvents.test.AOPEventsTest [2024-02-15T10:08:26.651Z] [INFO] [2024-02-15T10:08:26.651Z] [INFO] Results: [2024-02-15T10:08:26.651Z] [INFO] [2024-02-15T10:08:26.651Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:26.651Z] [INFO] [2024-02-15T10:08:26.651Z] [INFO] [2024-02-15T10:08:26.651Z] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-events --- [2024-02-15T10:08:26.651Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/interceptor-events.jar [2024-02-15T10:08:26.651Z] [INFO] [2024-02-15T10:08:26.651Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-events --- [2024-02-15T10:08:26.651Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:27.225Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-02-15T10:08:27.225Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.xml [2024-02-15T10:08:27.225Z] [INFO] attaching as interceptor-events-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:27.225Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.json [2024-02-15T10:08:27.225Z] [INFO] attaching as interceptor-events-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:27.225Z] [INFO] [2024-02-15T10:08:27.225Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ interceptor-events --- [2024-02-15T10:08:27.225Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/jacoco.exec [2024-02-15T10:08:27.225Z] [INFO] Analyzed bundle 'Interceptor/Eventing Test Suite' with 9 classes [2024-02-15T10:08:27.225Z] [INFO] [2024-02-15T10:08:27.225Z] [INFO] --- install:3.1.1:install (default-install) @ interceptor-events --- [2024-02-15T10:08:27.225Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/interceptor-events/4.0.0-SNAPSHOT/interceptor-events-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:27.226Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/interceptor-events.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/interceptor-events/4.0.0-SNAPSHOT/interceptor-events-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:27.226Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/interceptor-events/4.0.0-SNAPSHOT/interceptor-events-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:27.226Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/interceptor-events/4.0.0-SNAPSHOT/interceptor-events-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] -------------------< org.glassfish.hk2:hk2-mockito >-------------------- [2024-02-15T10:08:27.226Z] [INFO] Building HK2 Mockito 4.0.0-SNAPSHOT [58/72] [2024-02-15T10:08:27.226Z] [INFO] from hk2-testing/hk2-mockito/pom.xml [2024-02-15T10:08:27.226Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/jacoco.exec [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/resources [2024-02-15T10:08:27.226Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:27.226Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:27.226Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/java/org/jvnet/testing/hk2mockito/internal/cache/MemberCache.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:08:27.226Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/java/org/jvnet/testing/hk2mockito/internal/cache/MemberCache.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/test/resources [2024-02-15T10:08:27.226Z] [INFO] [2024-02-15T10:08:27.226Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-mockito --- [2024-02-15T10:08:27.226Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:27.226Z] [INFO] Compiling 35 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:27.483Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/test/java/org/jvnet/testing/hk2mockito/fixture/assisted/CustomAssistedResolver.java: Some input files use unchecked or unsafe operations. [2024-02-15T10:08:27.484Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/test/java/org/jvnet/testing/hk2mockito/fixture/assisted/CustomAssistedResolver.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:08:27.484Z] [INFO] [2024-02-15T10:08:27.484Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (default) @ hk2-mockito --- [2024-02-15T10:08:27.484Z] [INFO] [2024-02-15T10:08:27.484Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-mockito --- [2024-02-15T10:08:27.484Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:27.484Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-02-15T10:08:27.484Z] [INFO] [2024-02-15T10:08:27.484Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:27.484Z] [INFO] T E S T S [2024-02-15T10:08:27.484Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:28.425Z] [INFO] Running TestSuite [2024-02-15T10:08:28.425Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-02-15T10:08:28.425Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-02-15T10:08:28.425Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-02-15T10:08:29.790Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [2024-02-15T10:08:32.311Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.109 s -- in TestSuite [2024-02-15T10:08:32.626Z] [INFO] [2024-02-15T10:08:32.626Z] [INFO] Results: [2024-02-15T10:08:32.626Z] [INFO] [2024-02-15T10:08:32.626Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:32.626Z] [INFO] [2024-02-15T10:08:32.626Z] [INFO] [2024-02-15T10:08:32.626Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-mockito --- [2024-02-15T10:08:32.626Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/hk2-mockito.jar [2024-02-15T10:08:32.626Z] [INFO] [2024-02-15T10:08:32.626Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-mockito --- [2024-02-15T10:08:32.626Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:33.186Z] [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [2024-02-15T10:08:33.441Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.xml [2024-02-15T10:08:33.441Z] [INFO] attaching as hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:33.441Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.json [2024-02-15T10:08:33.441Z] [INFO] attaching as hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:33.441Z] [INFO] [2024-02-15T10:08:33.441Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-mockito --- [2024-02-15T10:08:33.442Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/jacoco.exec [2024-02-15T10:08:33.442Z] [INFO] Analyzed bundle 'HK2 Mockito' with 7 classes [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-mockito --- [2024-02-15T10:08:33.442Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-mockito/4.0.0-SNAPSHOT/hk2-mockito-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:33.442Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/hk2-mockito.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-mockito/4.0.0-SNAPSHOT/hk2-mockito-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:33.442Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-mockito/4.0.0-SNAPSHOT/hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:33.442Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-mockito/4.0.0-SNAPSHOT/hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --------------< org.glassfish.hk2:hk2-collections-tests >--------------- [2024-02-15T10:08:33.442Z] [INFO] Building Collections Tests 4.0.0-SNAPSHOT [59/72] [2024-02-15T10:08:33.442Z] [INFO] from hk2-testing/collections/pom.xml [2024-02-15T10:08:33.442Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/jacoco.exec [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/resources [2024-02-15T10:08:33.442Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:08:33.442Z] [INFO] Compiling 6 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:33.442Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/java/org/glassfish/hk2/testing/collections/AbstractMapTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/java/org/glassfish/hk2/testing/collections/AbstractMapTest.java uses or overrides a deprecated API. [2024-02-15T10:08:33.442Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/java/org/glassfish/hk2/testing/collections/AbstractMapTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:33.442Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/test/resources [2024-02-15T10:08:33.442Z] [INFO] [2024-02-15T10:08:33.442Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-collections-tests --- [2024-02-15T10:08:33.442Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:33.442Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:33.727Z] [INFO] [2024-02-15T10:08:33.727Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-collections-tests --- [2024-02-15T10:08:33.727Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:33.728Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:33.728Z] [INFO] [2024-02-15T10:08:33.728Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:33.728Z] [INFO] T E S T S [2024-02-15T10:08:33.728Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:34.331Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashSetTest [2024-02-15T10:08:34.626Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.171 s -- in org.glassfish.hk2.testing.collections.test.HashSetTest [2024-02-15T10:08:34.626Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashMapTest [2024-02-15T10:08:34.626Z] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.testing.collections.test.HashMapTest [2024-02-15T10:08:34.626Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListAsCollectionTest [2024-02-15T10:08:34.627Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.glassfish.hk2.testing.collections.test.LinkedListAsCollectionTest [2024-02-15T10:08:34.627Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListTest [2024-02-15T10:08:34.627Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.glassfish.hk2.testing.collections.test.LinkedListTest [2024-02-15T10:08:34.627Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListSubListTest [2024-02-15T10:08:34.627Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.hk2.testing.collections.test.LinkedListSubListTest [2024-02-15T10:08:34.627Z] [INFO] Running org.glassfish.hk2.testing.collections.test.ArrayListTest [2024-02-15T10:08:34.881Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s -- in org.glassfish.hk2.testing.collections.test.ArrayListTest [2024-02-15T10:08:34.881Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashSetAsCollectionTest [2024-02-15T10:08:34.881Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.testing.collections.test.HashSetAsCollectionTest [2024-02-15T10:08:34.881Z] [INFO] [2024-02-15T10:08:34.881Z] [INFO] Results: [2024-02-15T10:08:34.881Z] [INFO] [2024-02-15T10:08:34.881Z] [INFO] Tests run: 477, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:34.881Z] [INFO] [2024-02-15T10:08:34.881Z] [INFO] [2024-02-15T10:08:34.881Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-collections-tests --- [2024-02-15T10:08:34.881Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/hk2-collections-tests.jar [2024-02-15T10:08:34.881Z] [INFO] [2024-02-15T10:08:34.881Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-collections-tests --- [2024-02-15T10:08:34.881Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:35.135Z] [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [2024-02-15T10:08:35.135Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.xml [2024-02-15T10:08:35.135Z] [INFO] attaching as hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:35.135Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.json [2024-02-15T10:08:35.135Z] [INFO] attaching as hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:35.135Z] [INFO] [2024-02-15T10:08:35.135Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-collections-tests --- [2024-02-15T10:08:35.135Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/jacoco.exec [2024-02-15T10:08:35.135Z] [INFO] Analyzed bundle 'Collections Tests' with 5 classes [2024-02-15T10:08:35.135Z] [INFO] [2024-02-15T10:08:35.135Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-collections-tests --- [2024-02-15T10:08:35.135Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-collections-tests/4.0.0-SNAPSHOT/hk2-collections-tests-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:35.136Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/hk2-collections-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-collections-tests/4.0.0-SNAPSHOT/hk2-collections-tests-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:35.136Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-collections-tests/4.0.0-SNAPSHOT/hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:35.136Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-collections-tests/4.0.0-SNAPSHOT/hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] -------------------< org.glassfish.hk2:guice-bridge >------------------- [2024-02-15T10:08:35.136Z] [INFO] Building HK2 Guice Bridge 4.0.0-SNAPSHOT [60/72] [2024-02-15T10:08:35.136Z] [INFO] from guice-bridge/pom.xml [2024-02-15T10:08:35.136Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- clean:3.2.0:clean (default-clean) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/jacoco.exec [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- resources:3.3.1:resources (default-resources) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/resources [2024-02-15T10:08:35.136Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:08:35.136Z] [INFO] [2024-02-15T10:08:35.136Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ guice-bridge --- [2024-02-15T10:08:35.136Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:35.136Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:35.427Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/java/org/jvnet/hk2/guice/bridge/api/GuiceBridge.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/java/org/jvnet/hk2/guice/bridge/api/GuiceBridge.java uses unchecked or unsafe operations. [2024-02-15T10:08:35.427Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/java/org/jvnet/hk2/guice/bridge/api/GuiceBridge.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:08:35.427Z] [INFO] [2024-02-15T10:08:35.427Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ guice-bridge --- [2024-02-15T10:08:35.427Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:35.427Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:35.427Z] [INFO] [2024-02-15T10:08:35.427Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ guice-bridge --- [2024-02-15T10:08:35.427Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/test/resources [2024-02-15T10:08:35.427Z] [INFO] [2024-02-15T10:08:35.427Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ guice-bridge --- [2024-02-15T10:08:35.427Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:35.427Z] [INFO] Compiling 25 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:35.681Z] [INFO] [2024-02-15T10:08:35.681Z] [INFO] --- surefire:3.2.5:test (default-test) @ guice-bridge --- [2024-02-15T10:08:35.681Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:35.681Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:35.681Z] [INFO] [2024-02-15T10:08:35.681Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:35.681Z] [INFO] T E S T S [2024-02-15T10:08:35.681Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:36.240Z] [INFO] Running org.jvnet.hk2.guice.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-02-15T10:08:37.635Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s -- in org.jvnet.hk2.guice.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-02-15T10:08:37.635Z] [INFO] Running org.jvnet.hk2.guice.bridge.test.GuiceBridgeTest [2024-02-15T10:08:37.635Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.137 s -- in org.jvnet.hk2.guice.bridge.test.GuiceBridgeTest [2024-02-15T10:08:37.635Z] [INFO] [2024-02-15T10:08:37.635Z] [INFO] Results: [2024-02-15T10:08:37.635Z] [INFO] [2024-02-15T10:08:37.635Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:37.635Z] [INFO] [2024-02-15T10:08:37.635Z] [INFO] [2024-02-15T10:08:37.635Z] [INFO] --- jar:3.3.0:jar (default-jar) @ guice-bridge --- [2024-02-15T10:08:37.636Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/guice-bridge.jar [2024-02-15T10:08:37.636Z] [INFO] [2024-02-15T10:08:37.636Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ guice-bridge --- [2024-02-15T10:08:37.636Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:38.196Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-02-15T10:08:38.196Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.xml [2024-02-15T10:08:38.196Z] [INFO] attaching as guice-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:38.196Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.json [2024-02-15T10:08:38.196Z] [INFO] attaching as guice-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:38.196Z] [INFO] [2024-02-15T10:08:38.196Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ guice-bridge --- [2024-02-15T10:08:38.196Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/jacoco.exec [2024-02-15T10:08:38.196Z] [INFO] Analyzed bundle 'HK2 Guice Bridge' with 9 classes [2024-02-15T10:08:38.196Z] [INFO] [2024-02-15T10:08:38.196Z] [INFO] --- install:3.1.1:install (default-install) @ guice-bridge --- [2024-02-15T10:08:38.196Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/guice-bridge/4.0.0-SNAPSHOT/guice-bridge-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:38.196Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/guice-bridge.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/guice-bridge/4.0.0-SNAPSHOT/guice-bridge-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:38.196Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/guice-bridge/4.0.0-SNAPSHOT/guice-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:38.197Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/guice-bridge/4.0.0-SNAPSHOT/guice-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] -------< org.glassfish.hk2:hk2-testing-jersey-guice-form-param >-------- [2024-02-15T10:08:38.197Z] [INFO] Building Jersey Guice FormParam Test 4.0.0-SNAPSHOT [61/72] [2024-02-15T10:08:38.197Z] [INFO] from hk2-testing/jersey/jersey-guice/form-param/pom.xml [2024-02-15T10:08:38.197Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/jacoco.exec [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/main/resources [2024-02-15T10:08:38.197Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:38.197Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/test/resources [2024-02-15T10:08:38.197Z] [INFO] [2024-02-15T10:08:38.197Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.197Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:38.197Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:38.453Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/test/java/sample/controllers/SampleControllerTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/test/java/sample/controllers/SampleControllerTest.java uses or overrides a deprecated API. [2024-02-15T10:08:38.453Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/test/java/sample/controllers/SampleControllerTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:38.453Z] [INFO] [2024-02-15T10:08:38.453Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:38.453Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:38.453Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:38.453Z] [INFO] [2024-02-15T10:08:38.453Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:38.453Z] [INFO] T E S T S [2024-02-15T10:08:38.453Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:39.033Z] [INFO] Running sample.controllers.SampleControllerTest [2024-02-15T10:08:42.379Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.252 s -- in sample.controllers.SampleControllerTest [2024-02-15T10:08:42.634Z] [INFO] [2024-02-15T10:08:42.634Z] [INFO] Results: [2024-02-15T10:08:42.634Z] [INFO] [2024-02-15T10:08:42.634Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:42.634Z] [INFO] [2024-02-15T10:08:42.634Z] [INFO] [2024-02-15T10:08:42.634Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:42.634Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/hk2-testing-jersey-guice-form-param.jar [2024-02-15T10:08:42.634Z] [INFO] [2024-02-15T10:08:42.634Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:42.634Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:43.997Z] [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [2024-02-15T10:08:43.997Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/bom.xml [2024-02-15T10:08:43.997Z] [INFO] attaching as hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:43.997Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/bom.json [2024-02-15T10:08:43.998Z] [INFO] attaching as hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:43.998Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/jacoco.exec [2024-02-15T10:08:43.998Z] [INFO] Analyzed bundle 'Jersey Guice FormParam Test' with 4 classes [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey-guice-form-param --- [2024-02-15T10:08:43.998Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:43.998Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/hk2-testing-jersey-guice-form-param.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:43.998Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:43.998Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice-form-param/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] -------------< org.glassfish.hk2:hk2-testing-jersey-guice >------------- [2024-02-15T10:08:43.998Z] [INFO] Building HK2 Jersey Guice Tests 4.0.0-SNAPSHOT [62/72] [2024-02-15T10:08:43.998Z] [INFO] from hk2-testing/jersey/jersey-guice/pom.xml [2024-02-15T10:08:43.998Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:43.998Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/target/jacoco.exec [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:43.998Z] [INFO] [2024-02-15T10:08:43.998Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:43.998Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:43.998Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:08:43.998Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/target/bom.xml [2024-02-15T10:08:43.998Z] [INFO] attaching as hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:44.254Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/target/bom.json [2024-02-15T10:08:44.254Z] [INFO] attaching as hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:44.254Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey-guice --- [2024-02-15T10:08:44.254Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:44.254Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:44.254Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey-guice/4.0.0-SNAPSHOT/hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] ----------------< org.glassfish.hk2:hk2-testing-jersey >---------------- [2024-02-15T10:08:44.254Z] [INFO] Building HK2 Jersey Tests 4.0.0-SNAPSHOT [63/72] [2024-02-15T10:08:44.254Z] [INFO] from hk2-testing/jersey/pom.xml [2024-02-15T10:08:44.254Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey --- [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey --- [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey --- [2024-02-15T10:08:44.254Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/jacoco.exec [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-testing-jersey --- [2024-02-15T10:08:44.254Z] [INFO] [2024-02-15T10:08:44.254Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey --- [2024-02-15T10:08:44.254Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:44.254Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:08:44.254Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.xml [2024-02-15T10:08:44.254Z] [INFO] attaching as hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:44.525Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.json [2024-02-15T10:08:44.525Z] [INFO] attaching as hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey --- [2024-02-15T10:08:44.525Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey --- [2024-02-15T10:08:44.525Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey/4.0.0-SNAPSHOT/hk2-testing-jersey-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:44.525Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey/4.0.0-SNAPSHOT/hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:44.525Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-testing-jersey/4.0.0-SNAPSHOT/hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] ------------------< org.glassfish.hk2:spring-bridge >------------------- [2024-02-15T10:08:44.525Z] [INFO] Building HK2 Spring Bridge 4.0.0-SNAPSHOT [64/72] [2024-02-15T10:08:44.525Z] [INFO] from spring-bridge/pom.xml [2024-02-15T10:08:44.525Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- clean:3.2.0:clean (default-clean) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/jacoco.exec [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] [2024-02-15T10:08:44.525Z] [INFO] --- resources:3.3.1:resources (default-resources) @ spring-bridge --- [2024-02-15T10:08:44.525Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/resources [2024-02-15T10:08:44.526Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:08:44.526Z] [INFO] [2024-02-15T10:08:44.526Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ spring-bridge --- [2024-02-15T10:08:44.526Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:44.526Z] [INFO] Compiling 9 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:44.526Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java uses or overrides a deprecated API. [2024-02-15T10:08:44.526Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/java/org/jvnet/hk2/spring/bridge/api/SpringScopeImpl.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:44.526Z] [INFO] [2024-02-15T10:08:44.526Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ spring-bridge --- [2024-02-15T10:08:44.526Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:44.526Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:44.526Z] [INFO] [2024-02-15T10:08:44.526Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ spring-bridge --- [2024-02-15T10:08:44.526Z] [INFO] Copying 3 resources from src/test/resources to target/test-classes [2024-02-15T10:08:44.526Z] [INFO] [2024-02-15T10:08:44.526Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ spring-bridge --- [2024-02-15T10:08:44.782Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:44.782Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:44.782Z] [INFO] [2024-02-15T10:08:44.782Z] [INFO] --- surefire:3.2.5:test (default-test) @ spring-bridge --- [2024-02-15T10:08:44.782Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:44.782Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:44.782Z] [INFO] [2024-02-15T10:08:44.782Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:44.782Z] [INFO] T E S T S [2024-02-15T10:08:44.782Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:45.706Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-02-15T10:08:46.266Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s -- in org.jvnet.hk2.spring.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-02-15T10:08:46.266Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.hk2tospring.HK2ToSpringTest [2024-02-15T10:08:46.266Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.jvnet.hk2.spring.bridge.test.hk2tospring.HK2ToSpringTest [2024-02-15T10:08:46.267Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.spring2hk2.SpringBridgeTest [2024-02-15T10:08:46.267Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.jvnet.hk2.spring.bridge.test.spring2hk2.SpringBridgeTest [2024-02-15T10:08:46.526Z] [INFO] [2024-02-15T10:08:46.526Z] [INFO] Results: [2024-02-15T10:08:46.526Z] [INFO] [2024-02-15T10:08:46.526Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:46.526Z] [INFO] [2024-02-15T10:08:46.526Z] [INFO] [2024-02-15T10:08:46.526Z] [INFO] --- jar:3.3.0:jar (default-jar) @ spring-bridge --- [2024-02-15T10:08:46.526Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/spring-bridge.jar [2024-02-15T10:08:46.526Z] [INFO] [2024-02-15T10:08:46.526Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ spring-bridge --- [2024-02-15T10:08:46.526Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:47.086Z] [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [2024-02-15T10:08:47.086Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.xml [2024-02-15T10:08:47.086Z] [INFO] attaching as spring-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:47.086Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.json [2024-02-15T10:08:47.086Z] [INFO] attaching as spring-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:47.086Z] [INFO] [2024-02-15T10:08:47.086Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ spring-bridge --- [2024-02-15T10:08:47.086Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/jacoco.exec [2024-02-15T10:08:47.086Z] [INFO] Analyzed bundle 'HK2 Spring Bridge' with 7 classes [2024-02-15T10:08:47.086Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- install:3.1.1:install (default-install) @ spring-bridge --- [2024-02-15T10:08:47.087Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/spring-bridge/4.0.0-SNAPSHOT/spring-bridge-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:47.087Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/spring-bridge.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/spring-bridge/4.0.0-SNAPSHOT/spring-bridge-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:47.087Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/spring-bridge/4.0.0-SNAPSHOT/spring-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:47.087Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/spring-bridge/4.0.0-SNAPSHOT/spring-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] ---------------------< org.glassfish.hk2:hk2-jmx >---------------------- [2024-02-15T10:08:47.087Z] [INFO] Building HK2 JMX module 4.0.0-SNAPSHOT [65/72] [2024-02-15T10:08:47.087Z] [INFO] from hk2-jmx/pom.xml [2024-02-15T10:08:47.087Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/jacoco.exec [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/main/resources [2024-02-15T10:08:47.087Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:47.087Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:47.087Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/test/resources [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] No sources to compile [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:47.087Z] [INFO] No tests to run. [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/hk2-jmx.jar [2024-02-15T10:08:47.087Z] [INFO] [2024-02-15T10:08:47.087Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-jmx --- [2024-02-15T10:08:47.087Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:47.342Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-02-15T10:08:47.342Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.xml [2024-02-15T10:08:47.342Z] [INFO] attaching as hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:47.342Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.json [2024-02-15T10:08:47.342Z] [INFO] attaching as hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-jmx --- [2024-02-15T10:08:47.342Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-jmx --- [2024-02-15T10:08:47.342Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-jmx/4.0.0-SNAPSHOT/hk2-jmx-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:47.342Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/hk2-jmx.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-jmx/4.0.0-SNAPSHOT/hk2-jmx-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:47.342Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-jmx/4.0.0-SNAPSHOT/hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:47.342Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-jmx/4.0.0-SNAPSHOT/hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] -----------------------< org.glassfish.hk2:hk2 >------------------------ [2024-02-15T10:08:47.342Z] [INFO] Building HK2 module of HK2 itself 4.0.0-SNAPSHOT [66/72] [2024-02-15T10:08:47.342Z] [INFO] from hk2/pom.xml [2024-02-15T10:08:47.342Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2 --- [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2 --- [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2 --- [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2 --- [2024-02-15T10:08:47.342Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/jacoco.exec [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.342Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2 --- [2024-02-15T10:08:47.342Z] [INFO] [2024-02-15T10:08:47.343Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2 --- [2024-02-15T10:08:47.343Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/src/main/resources [2024-02-15T10:08:47.343Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-02-15T10:08:47.343Z] [INFO] [2024-02-15T10:08:47.343Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2 --- [2024-02-15T10:08:47.343Z] [INFO] No sources to compile [2024-02-15T10:08:47.343Z] [INFO] [2024-02-15T10:08:47.343Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2 --- [2024-02-15T10:08:47.343Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:47.597Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:47.597Z] [INFO] [2024-02-15T10:08:47.597Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2 --- [2024-02-15T10:08:47.597Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/src/test/resources [2024-02-15T10:08:47.597Z] [INFO] [2024-02-15T10:08:47.597Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2 --- [2024-02-15T10:08:47.597Z] [INFO] No sources to compile [2024-02-15T10:08:47.597Z] [INFO] [2024-02-15T10:08:47.597Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2 --- [2024-02-15T10:08:47.597Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:47.597Z] [INFO] No tests to run. [2024-02-15T10:08:47.597Z] [INFO] [2024-02-15T10:08:47.597Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2 --- [2024-02-15T10:08:47.597Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2.jar [2024-02-15T10:08:47.597Z] [INFO] [2024-02-15T10:08:47.597Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2 --- [2024-02-15T10:08:47.597Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:47.852Z] [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [2024-02-15T10:08:48.127Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.xml [2024-02-15T10:08:48.127Z] [INFO] attaching as hk2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:48.127Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.json [2024-02-15T10:08:48.127Z] [INFO] attaching as hk2-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] --- jar:3.3.0:jar (create-empty-javadoc-jar) @ hk2 --- [2024-02-15T10:08:48.127Z] [WARNING] JAR will be empty - no content was marked for inclusion! [2024-02-15T10:08:48.127Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2-javadoc.jar [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2 --- [2024-02-15T10:08:48.127Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] --- install:3.1.1:install (default-install) @ hk2 --- [2024-02-15T10:08:48.127Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/4.0.0-SNAPSHOT/hk2-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:48.127Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/4.0.0-SNAPSHOT/hk2-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:48.127Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/4.0.0-SNAPSHOT/hk2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:48.127Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/4.0.0-SNAPSHOT/hk2-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:48.127Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2-javadoc.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2/4.0.0-SNAPSHOT/hk2-4.0.0-SNAPSHOT-javadoc.jar [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] ---------------------< org.glassfish.hk2:hk2-bom >---------------------- [2024-02-15T10:08:48.127Z] [INFO] Building HK2 Bom Pom 4.0.0-SNAPSHOT [67/72] [2024-02-15T10:08:48.127Z] [INFO] from bom/pom.xml [2024-02-15T10:08:48.127Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-bom --- [2024-02-15T10:08:48.127Z] [INFO] [2024-02-15T10:08:48.127Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-bom --- [2024-02-15T10:08:48.127Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:48.383Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-02-15T10:08:48.637Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.xml [2024-02-15T10:08:48.637Z] [INFO] attaching as hk2-bom-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:48.637Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.json [2024-02-15T10:08:48.638Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-02-15T10:08:48.638Z] [INFO] attaching as hk2-bom-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-bom --- [2024-02-15T10:08:48.638Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-bom/4.0.0-SNAPSHOT/hk2-bom-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:48.638Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-bom/4.0.0-SNAPSHOT/hk2-bom-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:48.638Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-bom/4.0.0-SNAPSHOT/hk2-bom-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] ---------------------< org.glassfish.hk2:hk2-json >--------------------- [2024-02-15T10:08:48.638Z] [INFO] Building HK2 JSON beans 4.0.0-SNAPSHOT [68/72] [2024-02-15T10:08:48.638Z] [INFO] from hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml [2024-02-15T10:08:48.638Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/jacoco.exec [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/resources [2024-02-15T10:08:48.638Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:48.638Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:48.638Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/java/org/glassfish/hk2/json/internal/JsonParser.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/java/org/glassfish/hk2/json/internal/JsonParser.java uses or overrides a deprecated API. [2024-02-15T10:08:48.638Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/java/org/glassfish/hk2/json/internal/JsonParser.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-json --- [2024-02-15T10:08:48.638Z] [INFO] [2024-02-15T10:08:48.638Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-json --- [2024-02-15T10:08:48.893Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:48.893Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:48.893Z] [INFO] [2024-02-15T10:08:48.893Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-json --- [2024-02-15T10:08:48.893Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:08:48.893Z] [INFO] [2024-02-15T10:08:48.893Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-json --- [2024-02-15T10:08:48.893Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:48.893Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:49.148Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/test/java/org/glassfish/hk2/json/test/basic/JsonParserTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/test/java/org/glassfish/hk2/json/test/basic/JsonParserTest.java uses or overrides a deprecated API. [2024-02-15T10:08:49.148Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/test/java/org/glassfish/hk2/json/test/basic/JsonParserTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:49.148Z] [INFO] [2024-02-15T10:08:49.148Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-json --- [2024-02-15T10:08:49.148Z] [INFO] [2024-02-15T10:08:49.148Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-json --- [2024-02-15T10:08:49.148Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:49.148Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:49.148Z] [INFO] [2024-02-15T10:08:49.148Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:49.148Z] [INFO] T E S T S [2024-02-15T10:08:49.148Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:49.735Z] [INFO] Running org.glassfish.hk2.json.test.basic.JsonParserTest [2024-02-15T10:08:50.659Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.832 s -- in org.glassfish.hk2.json.test.basic.JsonParserTest [2024-02-15T10:08:50.659Z] [INFO] [2024-02-15T10:08:50.659Z] [INFO] Results: [2024-02-15T10:08:50.659Z] [INFO] [2024-02-15T10:08:50.659Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:50.659Z] [INFO] [2024-02-15T10:08:50.659Z] [INFO] [2024-02-15T10:08:50.659Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-json --- [2024-02-15T10:08:50.659Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/hk2-json.jar [2024-02-15T10:08:50.659Z] [INFO] [2024-02-15T10:08:50.659Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-json --- [2024-02-15T10:08:50.659Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:51.229Z] [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [2024-02-15T10:08:51.229Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/bom.xml [2024-02-15T10:08:51.229Z] [INFO] attaching as hk2-json-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:51.229Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/bom.json [2024-02-15T10:08:51.229Z] [INFO] attaching as hk2-json-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:51.229Z] [INFO] [2024-02-15T10:08:51.229Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-json --- [2024-02-15T10:08:51.229Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/hk2-json-tests.jar [2024-02-15T10:08:51.229Z] [INFO] [2024-02-15T10:08:51.229Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-json --- [2024-02-15T10:08:51.229Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/jacoco.exec [2024-02-15T10:08:51.229Z] [INFO] Analyzed bundle 'HK2 JSON beans' with 2 classes [2024-02-15T10:08:51.229Z] [INFO] [2024-02-15T10:08:51.229Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-json --- [2024-02-15T10:08:51.229Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-json/4.0.0-SNAPSHOT/hk2-json-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:51.229Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/hk2-json.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-json/4.0.0-SNAPSHOT/hk2-json-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:51.229Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-json/4.0.0-SNAPSHOT/hk2-json-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:51.230Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-json/4.0.0-SNAPSHOT/hk2-json-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:51.230Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/hk2-json-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-json/4.0.0-SNAPSHOT/hk2-json-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] ---------------------< org.glassfish.hk2:hk2-pbuf >--------------------- [2024-02-15T10:08:51.230Z] [INFO] Building HK2 ProtoBuffer beans 4.0.0-SNAPSHOT [69/72] [2024-02-15T10:08:51.230Z] [INFO] from hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml [2024-02-15T10:08:51.230Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/jacoco.exec [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-02-15T10:08:51.230Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:08:51.230Z] [INFO] [2024-02-15T10:08:51.230Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-pbuf --- [2024-02-15T10:08:51.230Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:51.230Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:51.485Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java uses or overrides a deprecated API. [2024-02-15T10:08:51.485Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:51.485Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java uses unchecked or unsafe operations. [2024-02-15T10:08:51.485Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java/org/glassfish/hk2/pbuf/internal/PBufParser.java: Recompile with -Xlint:unchecked for details. [2024-02-15T10:08:51.485Z] [INFO] [2024-02-15T10:08:51.485Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-pbuf --- [2024-02-15T10:08:51.485Z] [INFO] [2024-02-15T10:08:51.485Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-pbuf --- [2024-02-15T10:08:51.485Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:51.485Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:51.485Z] [INFO] [2024-02-15T10:08:51.485Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-pbuf --- [2024-02-15T10:08:51.485Z] [INFO] Copying 3 resources from src/test/resources to target/test-classes [2024-02-15T10:08:51.485Z] [INFO] [2024-02-15T10:08:51.485Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-pbuf --- [2024-02-15T10:08:51.485Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:51.485Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:51.741Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/test/java/org/glassfish/hk2/pbuf/test/basic/PBufParserTest.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/test/java/org/glassfish/hk2/pbuf/test/basic/PBufParserTest.java uses or overrides a deprecated API. [2024-02-15T10:08:51.741Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/test/java/org/glassfish/hk2/pbuf/test/basic/PBufParserTest.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:51.741Z] [INFO] [2024-02-15T10:08:51.741Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-pbuf --- [2024-02-15T10:08:51.741Z] [INFO] [2024-02-15T10:08:51.741Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-pbuf --- [2024-02-15T10:08:51.741Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:51.741Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:51.741Z] [INFO] [2024-02-15T10:08:51.741Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:51.741Z] [INFO] T E S T S [2024-02-15T10:08:51.741Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:52.727Z] [INFO] Running org.glassfish.hk2.pbuf.test.basic.PBufParserTest [2024-02-15T10:08:54.089Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.703 s -- in org.glassfish.hk2.pbuf.test.basic.PBufParserTest [2024-02-15T10:08:54.343Z] [INFO] [2024-02-15T10:08:54.343Z] [INFO] Results: [2024-02-15T10:08:54.343Z] [INFO] [2024-02-15T10:08:54.343Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:54.343Z] [INFO] [2024-02-15T10:08:54.343Z] [INFO] [2024-02-15T10:08:54.343Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-pbuf --- [2024-02-15T10:08:54.343Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/hk2-pbuf.jar [2024-02-15T10:08:54.343Z] [INFO] [2024-02-15T10:08:54.343Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-pbuf --- [2024-02-15T10:08:54.343Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:08:54.904Z] [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [2024-02-15T10:08:54.904Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/bom.xml [2024-02-15T10:08:54.904Z] [INFO] attaching as hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:54.904Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/bom.json [2024-02-15T10:08:54.904Z] [INFO] attaching as hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-pbuf --- [2024-02-15T10:08:54.904Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/hk2-pbuf-tests.jar [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-pbuf --- [2024-02-15T10:08:54.904Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/jacoco.exec [2024-02-15T10:08:54.904Z] [INFO] Analyzed bundle 'HK2 ProtoBuffer beans' with 9 classes [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-pbuf --- [2024-02-15T10:08:54.904Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-pbuf/4.0.0-SNAPSHOT/hk2-pbuf-4.0.0-SNAPSHOT.pom [2024-02-15T10:08:54.904Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/hk2-pbuf.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-pbuf/4.0.0-SNAPSHOT/hk2-pbuf-4.0.0-SNAPSHOT.jar [2024-02-15T10:08:54.904Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-pbuf/4.0.0-SNAPSHOT/hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:08:54.904Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-pbuf/4.0.0-SNAPSHOT/hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:08:54.904Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/hk2-pbuf-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-pbuf/4.0.0-SNAPSHOT/hk2-pbuf-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] -------------------< org.glassfish.hk2:hk2-xml-test >------------------- [2024-02-15T10:08:54.904Z] [INFO] Building HK2 XML Reader Test 4.0.0-SNAPSHOT [70/72] [2024-02-15T10:08:54.904Z] [INFO] from hk2-configuration/persistence/hk2-xml/test1/pom.xml [2024-02-15T10:08:54.904Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-test --- [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-test --- [2024-02-15T10:08:54.904Z] [INFO] [2024-02-15T10:08:54.904Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-test --- [2024-02-15T10:08:55.160Z] [INFO] [2024-02-15T10:08:55.160Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-test --- [2024-02-15T10:08:55.160Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/jacoco.exec [2024-02-15T10:08:55.160Z] [INFO] [2024-02-15T10:08:55.160Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-xml-test --- [2024-02-15T10:08:55.160Z] [INFO] [2024-02-15T10:08:55.160Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-test --- [2024-02-15T10:08:55.160Z] [INFO] Copying 3 resources from src/main/resources to target/classes [2024-02-15T10:08:55.160Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:08:55.160Z] [INFO] [2024-02-15T10:08:55.160Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-xml-test --- [2024-02-15T10:08:55.160Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:55.160Z] [INFO] Compiling 51 source files with javac [debug release 11] to target/classes [2024-02-15T10:08:56.127Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/main/java/org/glassfish/hk2/xml/test/pbuf/pc2/TypeBeanOuterClass.java: Some input files use or override a deprecated API. [2024-02-15T10:08:56.127Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/main/java/org/glassfish/hk2/xml/test/pbuf/pc2/TypeBeanOuterClass.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:56.127Z] [INFO] [2024-02-15T10:08:56.127Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml-test --- [2024-02-15T10:08:56.127Z] [INFO] [2024-02-15T10:08:56.127Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-test --- [2024-02-15T10:08:56.127Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:08:56.127Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:08:56.127Z] [INFO] [2024-02-15T10:08:56.127Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-test --- [2024-02-15T10:08:56.127Z] [INFO] Copying 15 resources from src/test/resources to target/test-classes [2024-02-15T10:08:56.127Z] [INFO] [2024-02-15T10:08:56.127Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-xml-test --- [2024-02-15T10:08:56.127Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:08:56.127Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:08:56.383Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/test/java/org/glassfish/hk2/xml/test/precompile/elements/ElementsCommon.java: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/test/java/org/glassfish/hk2/xml/test/precompile/elements/ElementsCommon.java uses or overrides a deprecated API. [2024-02-15T10:08:56.383Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/test/java/org/glassfish/hk2/xml/test/precompile/elements/ElementsCommon.java: Recompile with -Xlint:deprecation for details. [2024-02-15T10:08:56.383Z] [INFO] [2024-02-15T10:08:56.383Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml-test --- [2024-02-15T10:08:56.383Z] [INFO] [2024-02-15T10:08:56.383Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-test --- [2024-02-15T10:08:56.383Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:08:56.383Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:08:56.383Z] [INFO] [2024-02-15T10:08:56.383Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:56.383Z] [INFO] T E S T S [2024-02-15T10:08:56.383Z] [INFO] ------------------------------------------------------- [2024-02-15T10:08:57.328Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.elements.ElementsTest [2024-02-15T10:08:57.583Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_0,0,1620948294) [2024-02-15T10:08:57.880Z] HK2DEBUG: Took 60 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:57.880Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 1 milliseconds [2024-02-15T10:08:58.440Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 404 milliseconds , now with 1 proxies generated and 5 pre generated proxies loaded [2024-02-15T10:08:58.440Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 10 milliseconds [2024-02-15T10:08:58.440Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 11 milliseconds [2024-02-15T10:08:58.441Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml in HK2 is 2 milliseconds [2024-02-15T10:08:58.441Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.441Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_1,1,1043882455) [2024-02-15T10:08:58.441Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 6 pre generated with a non-lazy parser [2024-02-15T10:08:58.441Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 374 milliseconds , now with 0 proxies generated and 6 pre generated proxies loaded [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml is 1 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml in HK2 is 1 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/benchmark.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_2,2,1430358188) [2024-02-15T10:08:58.696Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 6 pre generated with a non-lazy parser [2024-02-15T10:08:58.696Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 11 milliseconds , now with 0 proxies generated and 6 pre generated proxies loaded [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 1 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml in HK2 is 1 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_3,3,1565601243) [2024-02-15T10:08:58.696Z] HK2DEBUG: Took 1 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:58.696Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 3 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 0 milliseconds [2024-02-15T10:08:58.696Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml in HK2 is 1 milliseconds [2024-02-15T10:08:58.697Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_4,4,1302459274) [2024-02-15T10:08:58.952Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:58.952Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 1 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:58.952Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml is 1 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml in HK2 is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/oneofeach.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_5,5,278254138) [2024-02-15T10:08:58.952Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-02-15T10:08:58.952Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 41 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:58.952Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml is 1 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml in HK2 is 0 milliseconds [2024-02-15T10:08:58.952Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/elemental/scalar1.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.952Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s -- in org.glassfish.hk2.xml.test.precompile.elements.ElementsTest [2024-02-15T10:08:58.952Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.PreCompiledDomTest [2024-02-15T10:08:58.952Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_6,6,441683672) [2024-02-15T10:08:58.952Z] HK2DEBUG: Took 1 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:58.952Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml is 20 milliseconds , now with 2 proxies generated and 4 pre generated proxies loaded [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml is 1 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml in HK2 is 1 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/freetime.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_7,7,1644128841) [2024-02-15T10:08:58.953Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:58.953Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 1 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 2 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml in HK2 is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_8,8,1146222092) [2024-02-15T10:08:58.953Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:58.953Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 24 milliseconds , now with 3 proxies generated and 4 pre generated proxies loaded [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 1 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml in HK2 is 1 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.953Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 s -- in org.glassfish.hk2.xml.test.precompile.PreCompiledDomTest [2024-02-15T10:08:58.953Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.PreCompiledTest [2024-02-15T10:08:58.953Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_9,9,253988431) [2024-02-15T10:08:58.953Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-02-15T10:08:58.953Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 0 milliseconds [2024-02-15T10:08:58.953Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 9 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:58.953Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml in HK2 is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/simple.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_10,10,1760493989) [2024-02-15T10:08:58.954Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 7 pre generated with a non-lazy parser [2024-02-15T10:08:58.954Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 12 milliseconds , now with 0 proxies generated and 7 pre generated proxies loaded [2024-02-15T10:08:58.954Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml is 1 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml in HK2 is 0 milliseconds [2024-02-15T10:08:58.954Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/test-classes/pre-compiled.xml in Hub is 0 milliseconds [2024-02-15T10:08:58.954Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.hk2.xml.test.precompile.PreCompiledTest [2024-02-15T10:08:58.954Z] [INFO] Running org.glassfish.hk2.xml.test.interop.InteropTest [2024-02-15T10:08:59.227Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_11,11,740735495) [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 0 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 179 milliseconds , now with 0 proxies generated and 0 pre generated proxies loaded [2024-02-15T10:08:59.227Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 1 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 2 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf in HK2 is 0 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf in Hub is 0 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_12,12,211251739) [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 0 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.227Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 1 milliseconds , now with 0 proxies generated and 0 pre generated proxies loaded [2024-02-15T10:08:59.227Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 1 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 0 milliseconds [2024-02-15T10:08:59.227Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf in HK2 is 0 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf in Hub is 0 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_13,13,1794607688) [2024-02-15T10:08:59.228Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:59.228Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 12 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:59.228Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json in HK2 is 1 milliseconds [2024-02-15T10:08:59.228Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json in Hub is 0 milliseconds [2024-02-15T10:08:59.483Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_14,14,718781734) [2024-02-15T10:08:59.483Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:59.483Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.483Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 1 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:59.483Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.483Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json in HK2 is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json in Hub is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_15,15,1636121726) [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 1 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml in HK2 is 1 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml in Hub is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_16,16,1483994096) [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Time up to parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from parsing to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 1 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from JAXB to PreAdvertisement file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml in HK2 is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.xml in Hub is 0 milliseconds [2024-02-15T10:08:59.484Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s -- in org.glassfish.hk2.xml.test.interop.InteropTest [2024-02-15T10:08:59.484Z] [INFO] Running org.glassfish.hk2.xml.test.pbuf.PBufPreCompileTest [2024-02-15T10:08:59.484Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_17,17,827029829) [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 2 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 to perform 0 generations with 0 pre generated with a lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Time up to parsing null is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:08:59.484Z] HK2DEBUG: Time parsing null is 2 milliseconds , now with 0 proxies generated and 0 pre generated proxies loaded [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from parsing to PreAdvertisement null is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time from JAXB to PreAdvertisement null is 1 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise null in HK2 is 0 milliseconds [2024-02-15T10:08:59.484Z] HK2DEBUG: Time to advertise null in Hub is 0 milliseconds [2024-02-15T10:08:59.484Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.hk2.xml.test.pbuf.PBufPreCompileTest [2024-02-15T10:08:59.484Z] [INFO] [2024-02-15T10:08:59.484Z] [INFO] Results: [2024-02-15T10:08:59.484Z] [INFO] [2024-02-15T10:08:59.484Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:08:59.484Z] [INFO] [2024-02-15T10:08:59.484Z] [INFO] [2024-02-15T10:08:59.484Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-test --- [2024-02-15T10:08:59.485Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/hk2-xml-test.jar [2024-02-15T10:08:59.485Z] [INFO] [2024-02-15T10:08:59.485Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-test --- [2024-02-15T10:08:59.485Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:09:00.428Z] [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [2024-02-15T10:09:00.428Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/bom.xml [2024-02-15T10:09:00.428Z] [INFO] attaching as hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:00.428Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/bom.json [2024-02-15T10:09:00.428Z] [INFO] attaching as hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.428Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-test --- [2024-02-15T10:09:00.428Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/hk2-xml-test-tests.jar [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.428Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-test --- [2024-02-15T10:09:00.428Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/jacoco.exec [2024-02-15T10:09:00.428Z] [INFO] Analyzed bundle 'HK2 XML Reader Test' with 78 classes [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.428Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-test --- [2024-02-15T10:09:00.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-test/4.0.0-SNAPSHOT/hk2-xml-test-4.0.0-SNAPSHOT.pom [2024-02-15T10:09:00.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/hk2-xml-test.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-test/4.0.0-SNAPSHOT/hk2-xml-test-4.0.0-SNAPSHOT.jar [2024-02-15T10:09:00.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-test/4.0.0-SNAPSHOT/hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:00.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-test/4.0.0-SNAPSHOT/hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:00.428Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/hk2-xml-test-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-test/4.0.0-SNAPSHOT/hk2-xml-test-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.428Z] [INFO] ------------------< org.glassfish.hk2:hk2-xml-schema >------------------ [2024-02-15T10:09:00.428Z] [INFO] Building HK2 XML Schema Utilities 4.0.0-SNAPSHOT [71/72] [2024-02-15T10:09:00.428Z] [INFO] from hk2-configuration/persistence/hk2-xml/schema/pom.xml [2024-02-15T10:09:00.428Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.428Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-schema --- [2024-02-15T10:09:00.428Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/jacoco.exec [2024-02-15T10:09:00.429Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/src/main/resources [2024-02-15T10:09:00.429Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:09:00.429Z] [INFO] [2024-02-15T10:09:00.429Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-xml-schema --- [2024-02-15T10:09:00.429Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:09:00.429Z] [INFO] Compiling 59 source files with javac [debug release 11] to target/classes [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:09:01.835Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:09:01.835Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [INFO] [2024-02-15T10:09:01.835Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-schema --- [2024-02-15T10:09:01.835Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:09:02.127Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:09:02.127Z] [INFO] [2024-02-15T10:09:02.127Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:02.127Z] [INFO] T E S T S [2024-02-15T10:09:02.127Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:02.687Z] [INFO] Running org.glassfish.hk2.xml.schema.tests.basic.SchemaReaderTest [2024-02-15T10:09:02.941Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.095 s -- in org.glassfish.hk2.xml.schema.tests.basic.SchemaReaderTest [2024-02-15T10:09:02.941Z] [INFO] [2024-02-15T10:09:02.941Z] [INFO] Results: [2024-02-15T10:09:02.941Z] [INFO] [2024-02-15T10:09:02.941Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [2024-02-15T10:09:02.941Z] [INFO] [2024-02-15T10:09:02.941Z] [INFO] [2024-02-15T10:09:02.941Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-schema --- [2024-02-15T10:09:02.941Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/hk2-xml-schema.jar [2024-02-15T10:09:02.941Z] [INFO] [2024-02-15T10:09:02.941Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-schema --- [2024-02-15T10:09:02.941Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:09:03.504Z] [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [2024-02-15T10:09:03.504Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/bom.xml [2024-02-15T10:09:03.504Z] [INFO] attaching as hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:03.504Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/bom.json [2024-02-15T10:09:03.504Z] [INFO] attaching as hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:03.505Z] [INFO] [2024-02-15T10:09:03.505Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-schema --- [2024-02-15T10:09:03.505Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/hk2-xml-schema-tests.jar [2024-02-15T10:09:03.505Z] [INFO] [2024-02-15T10:09:03.505Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-schema --- [2024-02-15T10:09:03.505Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/jacoco.exec [2024-02-15T10:09:03.505Z] [INFO] Analyzed bundle 'HK2 XML Schema Utilities' with 58 classes [2024-02-15T10:09:03.759Z] [INFO] [2024-02-15T10:09:03.759Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-schema --- [2024-02-15T10:09:03.759Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-schema/4.0.0-SNAPSHOT/hk2-xml-schema-4.0.0-SNAPSHOT.pom [2024-02-15T10:09:03.759Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/hk2-xml-schema.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-schema/4.0.0-SNAPSHOT/hk2-xml-schema-4.0.0-SNAPSHOT.jar [2024-02-15T10:09:03.759Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-schema/4.0.0-SNAPSHOT/hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:03.760Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-schema/4.0.0-SNAPSHOT/hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:03.760Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/hk2-xml-schema-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-schema/4.0.0-SNAPSHOT/hk2-xml-schema-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] -------------< org.glassfish.hk2:hk2-xml-integration-test >------------- [2024-02-15T10:09:03.760Z] [INFO] Building HK2 XML Integration Test 4.0.0-SNAPSHOT [72/72] [2024-02-15T10:09:03.760Z] [INFO] from hk2-configuration/persistence/hk2-xml/integration-test/pom.xml [2024-02-15T10:09:03.760Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/jacoco.exec [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/src/main/resources [2024-02-15T10:09:03.760Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:09:03.760Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-02-15T10:09:03.760Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/classes/META-INF/MANIFEST.MF [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/src/test/resources [2024-02-15T10:09:03.760Z] [INFO] [2024-02-15T10:09:03.760Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-xml-integration-test --- [2024-02-15T10:09:03.760Z] [INFO] Changes detected - recompiling the module! :dependency [2024-02-15T10:09:03.760Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-02-15T10:09:04.014Z] [INFO] [2024-02-15T10:09:04.014Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-integration-test --- [2024-02-15T10:09:04.014Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:09:04.014Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-02-15T10:09:04.014Z] [INFO] [2024-02-15T10:09:04.014Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:04.014Z] [INFO] T E S T S [2024-02-15T10:09:04.014Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:04.574Z] [INFO] Running org.glassfish.hk2.xml.integration.test.tests.XmlIntegrationTest [2024-02-15T10:09:04.829Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_0,0,1696263571) [2024-02-15T10:09:05.389Z] HK2DEBUG: Took 21 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:09:05.389Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:09:05.389Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_1,1,1682619279) [2024-02-15T10:09:05.389Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-02-15T10:09:05.389Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-02-15T10:09:05.389Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 s -- in org.glassfish.hk2.xml.integration.test.tests.XmlIntegrationTest [2024-02-15T10:09:05.389Z] [INFO] [2024-02-15T10:09:05.389Z] [INFO] Results: [2024-02-15T10:09:05.389Z] [INFO] [2024-02-15T10:09:05.389Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:09:05.389Z] [INFO] [2024-02-15T10:09:05.389Z] [INFO] [2024-02-15T10:09:05.389Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-integration-test --- [2024-02-15T10:09:05.389Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/hk2-xml-integration-test.jar [2024-02-15T10:09:05.389Z] [INFO] [2024-02-15T10:09:05.389Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-integration-test --- [2024-02-15T10:09:05.389Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:09:06.315Z] [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [2024-02-15T10:09:06.315Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/bom.xml [2024-02-15T10:09:06.315Z] [INFO] attaching as hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:06.315Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/bom.json [2024-02-15T10:09:06.315Z] [INFO] attaching as hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:06.315Z] [INFO] [2024-02-15T10:09:06.315Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-integration-test --- [2024-02-15T10:09:06.315Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/hk2-xml-integration-test-tests.jar [2024-02-15T10:09:06.315Z] [INFO] [2024-02-15T10:09:06.315Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-integration-test --- [2024-02-15T10:09:06.315Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/jacoco.exec [2024-02-15T10:09:06.315Z] [INFO] Analyzed bundle 'HK2 XML Integration Test' with 2 classes [2024-02-15T10:09:06.315Z] [WARNING] To enable source code annotation class files have to be compiled with debug information. [2024-02-15T10:09:06.315Z] [INFO] [2024-02-15T10:09:06.315Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-integration-test --- [2024-02-15T10:09:06.315Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/pom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-integration-test/4.0.0-SNAPSHOT/hk2-xml-integration-test-4.0.0-SNAPSHOT.pom [2024-02-15T10:09:06.316Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/hk2-xml-integration-test.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-integration-test/4.0.0-SNAPSHOT/hk2-xml-integration-test-4.0.0-SNAPSHOT.jar [2024-02-15T10:09:06.316Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/bom.xml to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-integration-test/4.0.0-SNAPSHOT/hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:06.316Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/bom.json to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-integration-test/4.0.0-SNAPSHOT/hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:06.316Z] [INFO] Installing /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/hk2-xml-integration-test-tests.jar to /home/jenkins/.m2/repository/org/glassfish/hk2/hk2-xml-integration-test/4.0.0-SNAPSHOT/hk2-xml-integration-test-4.0.0-SNAPSHOT-tests.jar [2024-02-15T10:09:06.316Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:09:06.316Z] [INFO] Reactor Summary for GlassFish HK2 4.0.0-SNAPSHOT: [2024-02-15T10:09:06.316Z] [INFO] [2024-02-15T10:09:06.316Z] [INFO] GlassFish HK2 ...................................... SUCCESS [ 26.686 s] [2024-02-15T10:09:06.316Z] [INFO] OSGi repackaging of HK2 dependencies ............... SUCCESS [ 0.436 s] [2024-02-15T10:09:06.316Z] [INFO] aopalliance version 1.0 repackaged as a module ..... SUCCESS [ 14.983 s] [2024-02-15T10:09:06.316Z] [INFO] maven-plugins ...................................... SUCCESS [ 0.405 s] [2024-02-15T10:09:06.316Z] [INFO] OSGiVersion Maven Plugin ........................... SUCCESS [ 4.878 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Implementation Utilities ....................... SUCCESS [ 25.081 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 API module ..................................... SUCCESS [ 3.800 s] [2024-02-15T10:09:06.316Z] [INFO] ServiceLocator Default Implementation .............. SUCCESS [01:38 min] [2024-02-15T10:09:06.316Z] [INFO] HK2 core module .................................... SUCCESS [ 1.994 s] [2024-02-15T10:09:06.316Z] [INFO] consolidated bundle Maven plugin ................... SUCCESS [ 1.700 s] [2024-02-15T10:09:06.316Z] [INFO] Inhabitant Generator ............................... SUCCESS [ 4.244 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Metadata Generator Subsystem ................... SUCCESS [ 0.268 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Metadata Generator ............................. SUCCESS [ 0.613 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Metadata Generator Test One .................... SUCCESS [ 2.419 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Junit Runner ................................... SUCCESS [ 2.546 s] [2024-02-15T10:09:06.316Z] [INFO] Run Level Service .................................. SUCCESS [ 12.111 s] [2024-02-15T10:09:06.316Z] [INFO] Class Model for Hk2 ................................ SUCCESS [ 2.117 s] [2024-02-15T10:09:06.316Z] [INFO] OSGi code .......................................... SUCCESS [ 0.276 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 OSGi Adapter ................................... SUCCESS [ 1.828 s] [2024-02-15T10:09:06.316Z] [INFO] osgi-adapter-tests-parent .......................... SUCCESS [ 0.233 s] [2024-02-15T10:09:06.316Z] [INFO] Holds test contracts ............................... SUCCESS [ 0.451 s] [2024-02-15T10:09:06.316Z] [INFO] Simulates a bundle ................................. SUCCESS [ 0.491 s] [2024-02-15T10:09:06.316Z] [INFO] Manages the faux sdp management bundle ............. SUCCESS [ 0.438 s] [2024-02-15T10:09:06.316Z] [INFO] a test module startup .............................. SUCCESS [ 0.648 s] [2024-02-15T10:09:06.316Z] [INFO] A bundle with no hk2 dependencies .................. SUCCESS [ 0.384 s] [2024-02-15T10:09:06.316Z] [INFO] Examples of various use cases ...................... SUCCESS [ 0.250 s] [2024-02-15T10:09:06.316Z] [INFO] Custom Resolver Example ............................ SUCCESS [ 1.911 s] [2024-02-15T10:09:06.316Z] [INFO] Security Lockdown Example .......................... SUCCESS [ 0.357 s] [2024-02-15T10:09:06.316Z] [INFO] Security Lockdown System ........................... SUCCESS [ 0.547 s] [2024-02-15T10:09:06.316Z] [INFO] Security Lockdown System Alice ..................... SUCCESS [ 0.649 s] [2024-02-15T10:09:06.316Z] [INFO] Security Lockdown Mallory .......................... SUCCESS [ 0.494 s] [2024-02-15T10:09:06.316Z] [INFO] Security Lockdown Runner ........................... SUCCESS [ 2.038 s] [2024-02-15T10:09:06.316Z] [INFO] AOP Caching Example ................................ SUCCESS [ 0.344 s] [2024-02-15T10:09:06.316Z] [INFO] Caching AOP Example System ......................... SUCCESS [ 0.533 s] [2024-02-15T10:09:06.316Z] [INFO] Caching AOP Example Runner ......................... SUCCESS [ 1.834 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 extras module .................................. SUCCESS [ 4.863 s] [2024-02-15T10:09:06.316Z] [INFO] Event Examples ..................................... SUCCESS [ 0.245 s] [2024-02-15T10:09:06.316Z] [INFO] Threaded Event Example ............................. SUCCESS [ 1.904 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Configuration Subsystem ........................ SUCCESS [ 0.252 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Configuration Hub .............................. SUCCESS [ 2.293 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Configuration Integration ...................... SUCCESS [ 2.739 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Configuration Persistence Modules .............. SUCCESS [ 0.245 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Configuration Property File Reader ............. SUCCESS [ 2.196 s] [2024-02-15T10:09:06.316Z] [INFO] Examples of configuration use cases ................ SUCCESS [ 0.272 s] [2024-02-15T10:09:06.316Z] [INFO] A fake WebServer configured by a property file ..... SUCCESS [ 1.739 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 XML Parser using JAXB .......................... SUCCESS [ 0.371 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 XML Reader using JAXB .......................... SUCCESS [ 8.254 s] [2024-02-15T10:09:06.316Z] [INFO] Xml Application Configuration Example .............. SUCCESS [ 3.285 s] [2024-02-15T10:09:06.316Z] [INFO] Operations Example ................................. SUCCESS [ 10.049 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Ant Inhabitant Generator Test .................. SUCCESS [ 2.269 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Locator unit tests ............................. SUCCESS [ 1.988 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 TestNG runner .................................. SUCCESS [ 3.215 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 RunLevel unit tests ............................ SUCCESS [ 2.468 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Locator No Proxy Unit tests .................... SUCCESS [ 1.816 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Locator No Proxy Unit tests (2) ................ SUCCESS [ 1.839 s] [2024-02-15T10:09:06.316Z] [INFO] Utilities for testing with HK2 ..................... SUCCESS [ 0.255 s] [2024-02-15T10:09:06.316Z] [INFO] Interceptor/Eventing Test Suite .................... SUCCESS [ 1.794 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Mockito ........................................ SUCCESS [ 6.219 s] [2024-02-15T10:09:06.316Z] [INFO] Collections Tests .................................. SUCCESS [ 1.807 s] [2024-02-15T10:09:06.316Z] [INFO] HK2 Guice Bridge ................................... SUCCESS [ 3.011 s] [2024-02-15T10:09:06.316Z] [INFO] Jersey Guice FormParam Test ........................ SUCCESS [ 5.677 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 Jersey Guice Tests ............................. SUCCESS [ 0.248 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 Jersey Tests ................................... SUCCESS [ 0.257 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 Spring Bridge .................................. SUCCESS [ 2.666 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 JMX module ..................................... SUCCESS [ 0.407 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 module of HK2 itself ........................... SUCCESS [ 0.560 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 Bom Pom ........................................ SUCCESS [ 0.665 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 JSON beans ..................................... SUCCESS [ 2.602 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 ProtoBuffer beans .............................. SUCCESS [ 3.737 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 XML Reader Test ................................ SUCCESS [ 5.417 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 XML Schema Utilities ........................... SUCCESS [ 3.220 s] [2024-02-15T10:09:06.317Z] [INFO] HK2 XML Integration Test ........................... SUCCESS [ 2.570 s] [2024-02-15T10:09:06.317Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:09:06.317Z] [INFO] BUILD SUCCESS [2024-02-15T10:09:06.317Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:09:06.317Z] [INFO] Total time: 05:10 min [2024-02-15T10:09:06.317Z] [INFO] Finished at: 2024-02-15T10:09:06Z [2024-02-15T10:09:06.317Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-02-15T10:09:06.592Z] + mvn clean install -P jacoco -f hk2-testing/di-tck [2024-02-15T10:09:07.962Z] [INFO] Scanning for projects... [2024-02-15T10:09:08.226Z] [INFO] [2024-02-15T10:09:08.226Z] [INFO] ----------------< org.glassfish.hk2:hk2-di-tck-runner >----------------- [2024-02-15T10:09:08.226Z] [INFO] Building DI TCK Runner 4.0.0-SNAPSHOT [2024-02-15T10:09:08.226Z] [INFO] from pom.xml [2024-02-15T10:09:08.226Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-02-15T10:09:09.590Z] [INFO] [2024-02-15T10:09:09.590Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-di-tck-runner --- [2024-02-15T10:09:09.590Z] [INFO] [2024-02-15T10:09:09.590Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-di-tck-runner --- [2024-02-15T10:09:09.590Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [2024-02-15T10:09:09.590Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-02-15T10:09:09.590Z] [INFO] [2024-02-15T10:09:09.590Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-di-tck-runner --- [2024-02-15T10:09:09.844Z] [INFO] surefireArgLineExtra set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/jacoco.exec [2024-02-15T10:09:09.845Z] [INFO] [2024-02-15T10:09:09.845Z] [INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ hk2-di-tck-runner --- [2024-02-15T10:09:09.845Z] [INFO] [2024-02-15T10:09:09.845Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-di-tck-runner --- [2024-02-15T10:09:09.845Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/src/main/resources [2024-02-15T10:09:09.845Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-02-15T10:09:09.845Z] [INFO] [2024-02-15T10:09:09.845Z] [INFO] --- compiler:3.11.0:compile (default-compile) @ hk2-di-tck-runner --- [2024-02-15T10:09:10.100Z] [INFO] No sources to compile [2024-02-15T10:09:10.100Z] [INFO] [2024-02-15T10:09:10.100Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-di-tck-runner --- [2024-02-15T10:09:10.100Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/src/test/resources [2024-02-15T10:09:10.100Z] [INFO] [2024-02-15T10:09:10.100Z] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ hk2-di-tck-runner --- [2024-02-15T10:09:10.100Z] [INFO] Changes detected - recompiling the module! :source [2024-02-15T10:09:10.100Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-02-15T10:09:10.659Z] [INFO] [2024-02-15T10:09:10.659Z] [INFO] --- dependency:3.3.0:unpack (unpack) @ hk2-di-tck-runner --- [2024-02-15T10:09:14.814Z] [INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.0:jar [2024-02-15T10:09:14.814Z] [INFO] Configured Artifact: jakarta.inject:jakarta.inject-tck:2.0.1:jar [2024-02-15T10:09:14.814Z] [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar to /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/test-classes with includes "" and excludes "" [2024-02-15T10:09:14.814Z] [INFO] Unpacking /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-tck/2.0.1/jakarta.inject-tck-2.0.1.jar to /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/test-classes with includes "" and excludes "" [2024-02-15T10:09:14.814Z] [INFO] [2024-02-15T10:09:14.814Z] [INFO] --- surefire:3.0.0-M3:test (default-test) @ hk2-di-tck-runner --- [2024-02-15T10:09:15.739Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-02-15T10:09:16.299Z] [INFO] [2024-02-15T10:09:16.299Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:16.299Z] [INFO] T E S T S [2024-02-15T10:09:16.299Z] [INFO] ------------------------------------------------------- [2024-02-15T10:09:16.553Z] [INFO] Running org.glassfish.hk2.ditck.TCKRunner [2024-02-15T10:09:17.113Z] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.glassfish.hk2.ditck.TCKRunner [2024-02-15T10:09:17.368Z] [INFO] [2024-02-15T10:09:17.368Z] [INFO] Results: [2024-02-15T10:09:17.368Z] [INFO] [2024-02-15T10:09:17.368Z] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [2024-02-15T10:09:17.368Z] [INFO] [2024-02-15T10:09:17.368Z] [INFO] [2024-02-15T10:09:17.368Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-di-tck-runner --- [2024-02-15T10:09:17.625Z] [INFO] CycloneDX: Resolving Dependencies [2024-02-15T10:09:18.986Z] [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [2024-02-15T10:09:18.986Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/bom.xml [2024-02-15T10:09:18.986Z] [INFO] attaching as hk2-di-tck-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-02-15T10:09:18.986Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/bom.json [2024-02-15T10:09:19.241Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-02-15T10:09:19.241Z] [INFO] attaching as hk2-di-tck-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-02-15T10:09:19.241Z] [INFO] [2024-02-15T10:09:19.241Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-di-tck-runner --- [2024-02-15T10:09:19.241Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/jacoco.exec [2024-02-15T10:09:19.241Z] [INFO] Analyzed bundle 'DI TCK Runner' with 0 classes [2024-02-15T10:09:19.241Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:09:19.241Z] [INFO] BUILD SUCCESS [2024-02-15T10:09:19.241Z] [INFO] ------------------------------------------------------------------------ [2024-02-15T10:09:19.241Z] [INFO] Total time: 11.316 s [2024-02-15T10:09:19.241Z] [INFO] Finished at: 2024-02-15T10:09:19Z [2024-02-15T10:09:19.241Z] [INFO] ------------------------------------------------------------------------ [Pipeline] junit [2024-02-15T10:09:19.248Z] Recording test results [2024-02-15T10:09:21.250Z] [Checks API] No suitable checks publisher found. [Pipeline] jacoco [2024-02-15T10:09:21.257Z] [JaCoCo plugin] Collecting JaCoCo coverage data... [2024-02-15T10:09:21.257Z] [JaCoCo plugin] Version: 3.3.5 [2024-02-15T10:09:21.257Z] [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [2024-02-15T10:09:21.438Z] [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 39 [2024-02-15T10:09:21.782Z] [JaCoCo plugin] Saving matched execfiles: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/jacoco.exec /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/jacoco.exec [2024-02-15T10:09:22.106Z] [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [2024-02-15T10:09:22.121Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/classes 83 files [2024-02-15T10:09:22.137Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/classes 3 files [2024-02-15T10:09:22.153Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/classes 5 files [2024-02-15T10:09:22.172Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/classes 5 files [2024-02-15T10:09:22.200Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/classes 5 files [2024-02-15T10:09:22.211Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/classes 10 files [2024-02-15T10:09:22.241Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/classes 2 files [2024-02-15T10:09:22.250Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/classes 11 files [2024-02-15T10:09:22.263Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/classes 1 files [2024-02-15T10:09:22.270Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/classes 4 files [2024-02-15T10:09:22.285Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/classes 1 files [2024-02-15T10:09:22.337Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/classes 5 files [2024-02-15T10:09:22.366Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/classes 26 files [2024-02-15T10:09:22.726Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/classes 12 files [2024-02-15T10:09:22.774Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/classes 179 files [2024-02-15T10:09:22.820Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/classes 26 files [2024-02-15T10:09:22.832Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/classes 22 files [2024-02-15T10:09:22.863Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/classes 3 files [2024-02-15T10:09:22.874Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/classes 14 files [2024-02-15T10:09:23.046Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/classes 4 files [2024-02-15T10:09:23.190Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/classes 102 files [2024-02-15T10:09:23.379Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/classes 113 files [2024-02-15T10:09:23.399Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes 123 files [2024-02-15T10:09:23.518Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/classes 7 files [2024-02-15T10:09:23.608Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/classes 85 files [2024-02-15T10:09:23.616Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/classes 56 files [2024-02-15T10:09:23.749Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/classes 1 files [2024-02-15T10:09:23.769Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/classes 97 files [2024-02-15T10:09:23.868Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/classes 7 files [2024-02-15T10:09:23.925Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/classes 60 files [2024-02-15T10:09:23.934Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/classes 36 files [2024-02-15T10:09:23.951Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes 2 files [2024-02-15T10:09:23.954Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/classes 6 files [2024-02-15T10:09:23.993Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/classes 0 files [2024-02-15T10:09:24.000Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/classes 22 files [2024-02-15T10:09:24.006Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/classes 1 files [2024-02-15T10:09:24.011Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/classes 1 files [2024-02-15T10:09:24.032Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/classes 1 files [2024-02-15T10:09:24.042Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/classes 11 files [2024-02-15T10:09:24.049Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/classes 4 files [2024-02-15T10:09:24.067Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/classes 2 files [2024-02-15T10:09:24.078Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/classes 9 files [2024-02-15T10:09:24.199Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/classes 4 files [2024-02-15T10:09:24.203Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/classes 77 files [2024-02-15T10:09:24.208Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/classes 0 files [2024-02-15T10:09:24.271Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/classes 1 files [2024-02-15T10:09:24.282Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/classes 41 files [2024-02-15T10:09:24.288Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/classes 4 files [2024-02-15T10:09:24.294Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/classes 1 files [2024-02-15T10:09:24.302Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/classes 1 files [2024-02-15T10:09:24.309Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/classes 2 files [2024-02-15T10:09:24.313Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/classes 2 files [2024-02-15T10:09:24.375Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/classes 1 files [2024-02-15T10:09:24.395Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/classes 45 files [2024-02-15T10:09:24.587Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/classes 9 files [2024-02-15T10:09:24.587Z] [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [2024-02-15T10:09:24.587Z] [JaCoCo plugin] Source Inclusions: **/*.java [2024-02-15T10:09:24.683Z] [JaCoCo plugin] Source Exclusions: [2024-02-15T10:09:24.693Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java 52 files [2024-02-15T10:09:24.705Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/main/java 3 files [2024-02-15T10:09:24.716Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/main/java 5 files [2024-02-15T10:09:24.729Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/src/main/java 5 files [2024-02-15T10:09:24.747Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/src/main/java 4 files [2024-02-15T10:09:24.754Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/main/java 10 files [2024-02-15T10:09:24.774Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/main/java 1 files [2024-02-15T10:09:24.777Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/java 11 files [2024-02-15T10:09:24.783Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/main/java 0 files [2024-02-15T10:09:24.792Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/main/java 1 files [2024-02-15T10:09:24.797Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/main/java 3 files [2024-02-15T10:09:24.805Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/src/main/java 1 files [2024-02-15T10:09:24.830Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/main/java 3 files [2024-02-15T10:09:25.026Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/java 11 files [2024-02-15T10:09:25.067Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java 137 files [2024-02-15T10:09:25.099Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/java 20 files [2024-02-15T10:09:25.108Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/main/java 20 files [2024-02-15T10:09:25.127Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/java 2 files [2024-02-15T10:09:25.135Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java 7 files [2024-02-15T10:09:25.260Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/src/main/java 2 files [2024-02-15T10:09:25.340Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/main/java 69 files [2024-02-15T10:09:25.422Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/src/main/java 59 files [2024-02-15T10:09:25.438Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/main/java 51 files [2024-02-15T10:09:25.536Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/java 6 files [2024-02-15T10:09:25.592Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java 63 files [2024-02-15T10:09:25.598Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/java 30 files [2024-02-15T10:09:25.673Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/main/java 1 files [2024-02-15T10:09:25.687Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/main/java 49 files [2024-02-15T10:09:25.760Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/src/main/java 3 files [2024-02-15T10:09:25.797Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/main/java 55 files [2024-02-15T10:09:25.803Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/java 21 files [2024-02-15T10:09:25.824Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/main/java 1 files [2024-02-15T10:09:25.852Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/java 6 files [2024-02-15T10:09:25.858Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/src/main/java 13 files [2024-02-15T10:09:25.863Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/main/java 1 files [2024-02-15T10:09:25.868Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/main/java 1 files [2024-02-15T10:09:25.891Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/main/java 1 files [2024-02-15T10:09:25.902Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/java 11 files [2024-02-15T10:09:25.908Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/main/java 4 files [2024-02-15T10:09:25.922Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/main/java 2 files [2024-02-15T10:09:25.935Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/main/java 8 files [2024-02-15T10:09:26.006Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/main/java 4 files [2024-02-15T10:09:26.012Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java 39 files [2024-02-15T10:09:26.052Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/java 1 files [2024-02-15T10:09:26.059Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/src/main/java 16 files [2024-02-15T10:09:26.067Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/main/java 2 files [2024-02-15T10:09:26.073Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/main/java 1 files [2024-02-15T10:09:26.079Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/main/java 1 files [2024-02-15T10:09:26.098Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/main/java 2 files [2024-02-15T10:09:26.110Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/main/java 2 files [2024-02-15T10:09:26.148Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/src/main/java 1 files [2024-02-15T10:09:26.165Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java 19 files [2024-02-15T10:09:26.165Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/java 9 files [2024-02-15T10:09:26.165Z] [JaCoCo plugin] Loading inclusions files.. [2024-02-15T10:09:26.165Z] [JaCoCo plugin] inclusions: [] [2024-02-15T10:09:26.165Z] [JaCoCo plugin] exclusions: [] [2024-02-15T10:09:27.305Z] [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0] [2024-02-15T10:09:27.305Z] [JaCoCo plugin] Publishing the results.. [2024-02-15T10:09:27.837Z] [JaCoCo plugin] Loading packages.. [2024-02-15T10:09:27.847Z] [JaCoCo plugin] Done. [2024-02-15T10:09:27.848Z] [JaCoCo plugin] Overall coverage: class: 68.14892, method: 52.00526, line: 66.368256, branch: 59.035282, instruction: 60.793613, complexity: 48.68035 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS