Push event to branch 4.0.0-prepare Connecting to https://api.github.com using GitHub bot (username/token) Obtained Jenkinsfile from 2f126749e13938decb0b9a12fd393185ceeb34bd [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-qncrt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-qncrt" 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-qncrt" - 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-qncrt" - 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-qncrt 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 2f126749e13938decb0b9a12fd393185ceeb34bd (4.0.0-prepare) Commit message: "Merge pull request #991 from arjantijms/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 2f126749e13938decb0b9a12fd393185ceeb34bd # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 4.0.0-prepare 2f126749e13938decb0b9a12fd393185ceeb34bd # timeout=10 > git rev-list --no-walk 1718cbfa04ee7149c8c97457c08183702022b639 # timeout=10 Cleaning workspace > git rev-parse --verify HEAD # timeout=10 Resetting working tree > git reset --hard # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-05T10:34:56.839Z] Timeout set to expire in 20 min [Pipeline] { [Pipeline] stage [Pipeline] { (build) [Pipeline] node > git clean -fdx # timeout=10 [2024-03-05T10:35:10.587Z] Agent basic-4mh7r is provisioned from template basic [2024-03-05T10:35:10.589Z] --- [2024-03-05T10:35:10.589Z] apiVersion: "v1" [2024-03-05T10:35:10.589Z] kind: "Pod" [2024-03-05T10:35:10.589Z] metadata: [2024-03-05T10:35:10.589Z] labels: [2024-03-05T10:35:10.589Z] jenkins: "slave" [2024-03-05T10:35:10.589Z] jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" [2024-03-05T10:35:10.589Z] jenkins/label: "basic" [2024-03-05T10:35:10.589Z] name: "basic-4mh7r" [2024-03-05T10:35:10.589Z] namespace: "glassfish" [2024-03-05T10:35:10.589Z] spec: [2024-03-05T10:35:10.589Z] containers: [2024-03-05T10:35:10.589Z] - env: [2024-03-05T10:35:10.589Z] - name: "JENKINS_SECRET" [2024-03-05T10:35:10.590Z] value: "********" [2024-03-05T10:35:10.590Z] - name: "JENKINS_TUNNEL" [2024-03-05T10:35:10.590Z] value: "jenkins-discovery.glassfish.svc.cluster.local:50000" [2024-03-05T10:35:10.590Z] - name: "JENKINS_AGENT_NAME" [2024-03-05T10:35:10.590Z] value: "basic-4mh7r" [2024-03-05T10:35:10.590Z] - name: "JENKINS_REMOTING_JAVA_OPTS" [2024-03-05T10:35:10.590Z] value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\ [2024-03-05T10:35:10.590Z] \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true" [2024-03-05T10:35:10.590Z] - name: "JAVA_TOOL_OPTIONS" [2024-03-05T10:35:10.590Z] value: "" [2024-03-05T10:35:10.590Z] - name: "_JAVA_OPTIONS" [2024-03-05T10:35:10.590Z] value: "" [2024-03-05T10:35:10.590Z] - name: "OPENJ9_JAVA_OPTIONS" [2024-03-05T10:35:10.590Z] value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" [2024-03-05T10:35:10.590Z] - name: "JENKINS_NAME" [2024-03-05T10:35:10.590Z] value: "basic-4mh7r" [2024-03-05T10:35:10.590Z] - name: "JENKINS_AGENT_WORKDIR" [2024-03-05T10:35:10.590Z] value: "/home/jenkins/agent" [2024-03-05T10:35:10.590Z] - name: "JENKINS_URL" [2024-03-05T10:35:10.590Z] value: "http://jenkins-ui.glassfish.svc.cluster.local/glassfish/" [2024-03-05T10:35:10.590Z] image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" [2024-03-05T10:35:10.590Z] imagePullPolicy: "Always" [2024-03-05T10:35:10.590Z] name: "jnlp" [2024-03-05T10:35:10.590Z] resources: [2024-03-05T10:35:10.590Z] limits: [2024-03-05T10:35:10.590Z] cpu: "2000m" [2024-03-05T10:35:10.590Z] memory: "4096Mi" [2024-03-05T10:35:10.590Z] requests: [2024-03-05T10:35:10.590Z] cpu: "1000m" [2024-03-05T10:35:10.590Z] memory: "4096Mi" [2024-03-05T10:35:10.590Z] tty: true [2024-03-05T10:35:10.590Z] volumeMounts: [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.m2/toolchains.xml" [2024-03-05T10:35:10.590Z] name: "m2-dir" [2024-03-05T10:35:10.590Z] readOnly: true [2024-03-05T10:35:10.590Z] subPath: "toolchains.xml" [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.mavenrc" [2024-03-05T10:35:10.590Z] name: "m2-dir" [2024-03-05T10:35:10.590Z] readOnly: true [2024-03-05T10:35:10.590Z] subPath: ".mavenrc" [2024-03-05T10:35:10.590Z] - mountPath: "/opt/tools" [2024-03-05T10:35:10.590Z] name: "volume-0" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins" [2024-03-05T10:35:10.590Z] name: "volume-2" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.m2/repository" [2024-03-05T10:35:10.590Z] name: "volume-3" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.m2/settings-security.xml" [2024-03-05T10:35:10.590Z] name: "m2-secret-dir" [2024-03-05T10:35:10.590Z] readOnly: true [2024-03-05T10:35:10.590Z] subPath: "settings-security.xml" [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.m2/wrapper" [2024-03-05T10:35:10.590Z] name: "volume-4" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.m2/settings.xml" [2024-03-05T10:35:10.590Z] name: "m2-secret-dir" [2024-03-05T10:35:10.590Z] readOnly: true [2024-03-05T10:35:10.590Z] subPath: "settings.xml" [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/.ssh" [2024-03-05T10:35:10.590Z] name: "volume-1" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] subPath: "" [2024-03-05T10:35:10.590Z] - mountPath: "/home/jenkins/agent" [2024-03-05T10:35:10.590Z] name: "workspace-volume" [2024-03-05T10:35:10.590Z] readOnly: false [2024-03-05T10:35:10.590Z] workingDir: "/home/jenkins/agent" [2024-03-05T10:35:10.590Z] nodeSelector: [2024-03-05T10:35:10.590Z] kubernetes.io/os: "linux" [2024-03-05T10:35:10.590Z] restartPolicy: "Never" [2024-03-05T10:35:10.590Z] volumes: [2024-03-05T10:35:10.590Z] - name: "volume-0" [2024-03-05T10:35:10.590Z] persistentVolumeClaim: [2024-03-05T10:35:10.590Z] claimName: "tools-claim-jiro-glassfish" [2024-03-05T10:35:10.590Z] readOnly: true [2024-03-05T10:35:10.590Z] - name: "m2-secret-dir" [2024-03-05T10:35:10.590Z] secret: [2024-03-05T10:35:10.590Z] secretName: "m2-secret-dir" [2024-03-05T10:35:10.590Z] - emptyDir: [2024-03-05T10:35:10.590Z] medium: "" [2024-03-05T10:35:10.590Z] name: "volume-2" [2024-03-05T10:35:10.590Z] - configMap: [2024-03-05T10:35:10.590Z] name: "m2-dir" [2024-03-05T10:35:10.590Z] name: "m2-dir" [2024-03-05T10:35:10.590Z] - configMap: [2024-03-05T10:35:10.590Z] name: "known-hosts" [2024-03-05T10:35:10.590Z] name: "volume-1" [2024-03-05T10:35:10.590Z] - emptyDir: [2024-03-05T10:35:10.590Z] medium: "" [2024-03-05T10:35:10.590Z] name: "workspace-volume" [2024-03-05T10:35:10.590Z] - emptyDir: [2024-03-05T10:35:10.590Z] medium: "" [2024-03-05T10:35:10.590Z] name: "volume-4" [2024-03-05T10:35:10.591Z] - emptyDir: [2024-03-05T10:35:10.591Z] medium: "" [2024-03-05T10:35:10.591Z] name: "volume-3" [2024-03-05T10:35:10.591Z] [2024-03-05T10:35:10.979Z] Running on basic-4mh7r in /home/jenkins/agent/workspace/hk2_4.0.0-prepare [Pipeline] { [Pipeline] checkout [2024-03-05T10:35:11.040Z] The recommended git tool is: git [2024-03-05T10:35:13.387Z] using credential github-bot [2024-03-05T10:35:13.396Z] Cloning the remote Git repository [2024-03-05T10:35:13.397Z] Cloning with configured refspecs honoured and without tags [2024-03-05T10:35:13.415Z] Cloning repository https://github.com/eclipse-ee4j/glassfish-hk2.git [2024-03-05T10:35:13.457Z] > git init /home/jenkins/agent/workspace/hk2_4.0.0-prepare # timeout=10 [2024-03-05T10:35:13.483Z] Fetching upstream changes from https://github.com/eclipse-ee4j/glassfish-hk2.git [2024-03-05T10:35:13.484Z] > git --version # timeout=10 [2024-03-05T10:35:13.486Z] > git --version # 'git version 2.20.1' [2024-03-05T10:35:13.487Z] using GIT_ASKPASS to set credentials GitHub bot (username/token) [2024-03-05T10:35:13.489Z] > 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-03-05T10:35:14.337Z] > git config remote.origin.url https://github.com/eclipse-ee4j/glassfish-hk2.git # timeout=10 [2024-03-05T10:35:14.342Z] > git config --add remote.origin.fetch +refs/heads/4.0.0-prepare:refs/remotes/origin/4.0.0-prepare # timeout=10 [2024-03-05T10:35:14.776Z] Avoid second fetch [2024-03-05T10:35:14.777Z] Checking out Revision 2f126749e13938decb0b9a12fd393185ceeb34bd (4.0.0-prepare) [2024-03-05T10:35:15.290Z] Commit message: "Merge pull request #991 from arjantijms/4.0.0-prepare" [2024-03-05T10:35:15.290Z] Cleaning workspace [2024-03-05T10:35:14.784Z] > git config core.sparsecheckout # timeout=10 [2024-03-05T10:35:14.790Z] > git checkout -f 2f126749e13938decb0b9a12fd393185ceeb34bd # timeout=10 [2024-03-05T10:35:15.002Z] > git branch -a -v --no-abbrev # timeout=10 [2024-03-05T10:35:15.009Z] > git checkout -b 4.0.0-prepare 2f126749e13938decb0b9a12fd393185ceeb34bd # timeout=10 [2024-03-05T10:35:15.293Z] > git rev-parse --verify HEAD # timeout=10 [2024-03-05T10:35:15.296Z] Resetting working tree [2024-03-05T10:35:15.297Z] > git reset --hard # timeout=10 [2024-03-05T10:35:15.431Z] > git clean -fdx # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-05T10:35:16.550Z] + mvn clean install -P jacoco [2024-03-05T10:35:17.972Z] [INFO] Scanning for projects... [2024-03-05T10:35:18.913Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:35:18.913Z] [INFO] Reactor Build Order: [2024-03-05T10:35:18.913Z] [INFO] [2024-03-05T10:35:18.913Z] [INFO] GlassFish HK2 [pom] [2024-03-05T10:35:18.913Z] [INFO] OSGi repackaging of HK2 dependencies [pom] [2024-03-05T10:35:18.913Z] [INFO] aopalliance version 1.0 repackaged as a module [jar] [2024-03-05T10:35:18.913Z] [INFO] maven-plugins [pom] [2024-03-05T10:35:18.913Z] [INFO] OSGiVersion Maven Plugin [maven-plugin] [2024-03-05T10:35:18.913Z] [INFO] HK2 Implementation Utilities [jar] [2024-03-05T10:35:18.913Z] [INFO] HK2 API module [jar] [2024-03-05T10:35:18.913Z] [INFO] ServiceLocator Default Implementation [jar] [2024-03-05T10:35:18.913Z] [INFO] HK2 core module [jar] [2024-03-05T10:35:18.913Z] [INFO] consolidated bundle Maven plugin [maven-plugin] [2024-03-05T10:35:18.913Z] [INFO] Inhabitant Generator [maven-plugin] [2024-03-05T10:35:18.913Z] [INFO] HK2 Metadata Generator Subsystem [pom] [2024-03-05T10:35:18.913Z] [INFO] HK2 Metadata Generator [jar] [2024-03-05T10:35:18.913Z] [INFO] HK2 Metadata Generator Test One [jar] [2024-03-05T10:35:18.913Z] [INFO] HK2 Junit Runner [jar] [2024-03-05T10:35:18.913Z] [INFO] Run Level Service [jar] [2024-03-05T10:35:18.913Z] [INFO] Class Model for Hk2 [jar] [2024-03-05T10:35:18.913Z] [INFO] OSGi code [pom] [2024-03-05T10:35:18.913Z] [INFO] HK2 OSGi Adapter [jar] [2024-03-05T10:35:18.913Z] [INFO] osgi-adapter-tests-parent [pom] [2024-03-05T10:35:18.914Z] [INFO] Holds test contracts [jar] [2024-03-05T10:35:18.914Z] [INFO] Simulates a bundle [jar] [2024-03-05T10:35:18.914Z] [INFO] Manages the faux sdp management bundle [jar] [2024-03-05T10:35:18.914Z] [INFO] a test module startup [jar] [2024-03-05T10:35:18.914Z] [INFO] A bundle with no hk2 dependencies [jar] [2024-03-05T10:35:18.914Z] [INFO] Examples of various use cases [pom] [2024-03-05T10:35:18.914Z] [INFO] Custom Resolver Example [jar] [2024-03-05T10:35:18.914Z] [INFO] Security Lockdown Example [pom] [2024-03-05T10:35:18.914Z] [INFO] Security Lockdown System [jar] [2024-03-05T10:35:18.914Z] [INFO] Security Lockdown System Alice [jar] [2024-03-05T10:35:18.914Z] [INFO] Security Lockdown Mallory [jar] [2024-03-05T10:35:18.914Z] [INFO] Security Lockdown Runner [jar] [2024-03-05T10:35:18.914Z] [INFO] AOP Caching Example [pom] [2024-03-05T10:35:18.914Z] [INFO] Caching AOP Example System [jar] [2024-03-05T10:35:18.914Z] [INFO] Caching AOP Example Runner [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 extras module [jar] [2024-03-05T10:35:18.914Z] [INFO] Event Examples [pom] [2024-03-05T10:35:18.914Z] [INFO] Threaded Event Example [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Configuration Subsystem [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 Configuration Hub [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Configuration Integration [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Configuration Persistence Modules [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 Configuration Property File Reader [jar] [2024-03-05T10:35:18.914Z] [INFO] Examples of configuration use cases [pom] [2024-03-05T10:35:18.914Z] [INFO] A fake WebServer configured by a property file [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 XML Parser using JAXB [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 XML Reader using JAXB [jar] [2024-03-05T10:35:18.914Z] [INFO] Xml Application Configuration Example [jar] [2024-03-05T10:35:18.914Z] [INFO] Operations Example [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Ant Inhabitant Generator Test [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Locator unit tests [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 TestNG runner [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 RunLevel unit tests [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Locator No Proxy Unit tests [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Locator No Proxy Unit tests (2) [jar] [2024-03-05T10:35:18.914Z] [INFO] Utilities for testing with HK2 [pom] [2024-03-05T10:35:18.914Z] [INFO] Interceptor/Eventing Test Suite [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Mockito [jar] [2024-03-05T10:35:18.914Z] [INFO] Collections Tests [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Guice Bridge [jar] [2024-03-05T10:35:18.914Z] [INFO] Jersey Guice FormParam Test [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Jersey Guice Tests [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 Jersey Tests [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 Spring Bridge [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 JMX module [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 module of HK2 itself [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 Bom Pom [pom] [2024-03-05T10:35:18.914Z] [INFO] HK2 JSON beans [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 ProtoBuffer beans [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 XML Reader Test [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 XML Schema Utilities [jar] [2024-03-05T10:35:18.914Z] [INFO] HK2 XML Integration Test [jar] [2024-03-05T10:35:18.914Z] [INFO] [2024-03-05T10:35:18.914Z] [INFO] --------------------< org.glassfish.hk2:hk2-parent >-------------------- [2024-03-05T10:35:18.914Z] [INFO] Building GlassFish HK2 4.0.0-SNAPSHOT [1/72] [2024-03-05T10:35:18.914Z] [INFO] from pom.xml [2024-03-05T10:35:18.914Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:35:20.818Z] [INFO] [2024-03-05T10:35:20.818Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-parent --- [2024-03-05T10:35:21.077Z] [INFO] [2024-03-05T10:35:21.077Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-parent --- [2024-03-05T10:35:22.018Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [2024-03-05T10:35:22.018Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-03-05T10:35:22.018Z] [INFO] [2024-03-05T10:35:22.018Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-parent --- [2024-03-05T10:35:23.922Z] [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-03-05T10:35:23.922Z] [INFO] [2024-03-05T10:35:23.922Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-parent --- [2024-03-05T10:35:23.922Z] [INFO] [2024-03-05T10:35:23.922Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-parent --- [2024-03-05T10:35:28.133Z] [INFO] CycloneDX: Resolving Aggregated Dependencies [2024-03-05T10:35:50.112Z] [WARNING] BOM dependency listed but is not depended upon: pkg:maven/com.google.guava/guava@31.0.1-jre?type=jar [2024-03-05T10:35:50.112Z] [WARNING] BOM dependency listed but is not depended upon: pkg:maven/org.glassfish.hk2/hk2-bom@4.0.0-SNAPSHOT?type=pom [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Creating BOM version 1.4 with 179 component(s) [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.xml [2024-03-05T10:35:50.112Z] [INFO] attaching as hk2-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/target/bom.json [2024-03-05T10:35:50.112Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-03-05T10:35:50.112Z] [INFO] attaching as hk2-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-parent --- [2024-03-05T10:35:50.112Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-parent --- [2024-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] ---------------------< org.glassfish.hk2:external >--------------------- [2024-03-05T10:35:50.112Z] [INFO] Building OSGi repackaging of HK2 dependencies 4.0.0-SNAPSHOT [2/72] [2024-03-05T10:35:50.112Z] [INFO] from external/pom.xml [2024-03-05T10:35:50.112Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- clean:3.2.0:clean (default-clean) @ external --- [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ external --- [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ external --- [2024-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ external --- [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ external --- [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.xml [2024-03-05T10:35:50.112Z] [INFO] attaching as external-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:35:50.112Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/target/bom.json [2024-03-05T10:35:50.112Z] [INFO] attaching as external-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ external --- [2024-03-05T10:35:50.112Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:35:50.112Z] [INFO] [2024-03-05T10:35:50.112Z] [INFO] --- install:3.1.1:install (default-install) @ external --- [2024-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [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-03-05T10:35:50.112Z] [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-03-05T10:35:50.113Z] [INFO] [2024-03-05T10:35:50.113Z] [INFO] ---------< org.glassfish.hk2.external:aopalliance-repackaged >---------- [2024-03-05T10:35:50.113Z] [INFO] Building aopalliance version 1.0 repackaged as a module 4.0.0-SNAPSHOT [3/72] [2024-03-05T10:35:50.113Z] [INFO] from external/aopalliance/pom.xml [2024-03-05T10:35:50.113Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:35:50.113Z] [INFO] [2024-03-05T10:35:50.113Z] [INFO] --- clean:3.2.0:clean (default-clean) @ aopalliance-repackaged --- [2024-03-05T10:35:50.113Z] [INFO] [2024-03-05T10:35:50.113Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ aopalliance-repackaged --- [2024-03-05T10:35:50.113Z] [INFO] [2024-03-05T10:35:50.113Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ aopalliance-repackaged --- [2024-03-05T10:35:50.113Z] [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-03-05T10:35:50.113Z] [INFO] [2024-03-05T10:35:50.113Z] [INFO] --- dependency:3.6.1:unpack (step1-unpack-sources) @ aopalliance-repackaged --- [2024-03-05T10:35:58.237Z] [INFO] Configured Artifact: aopalliance:aopalliance:sources:1.0:jar [2024-03-05T10:35:58.237Z] [INFO] [2024-03-05T10:35:58.237Z] [INFO] --- build-helper:3.5.0:add-source (step2-add-sources) @ aopalliance-repackaged --- [2024-03-05T10:35:58.237Z] [INFO] Source directory: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/alternateLocation added. [2024-03-05T10:35:58.237Z] [INFO] [2024-03-05T10:35:58.237Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ aopalliance-repackaged --- [2024-03-05T10:35:58.237Z] [INFO] [2024-03-05T10:35:58.237Z] [INFO] --- resources:3.3.1:resources (default-resources) @ aopalliance-repackaged --- [2024-03-05T10:35:58.237Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/src/main/resources [2024-03-05T10:35:58.237Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:35:58.237Z] [INFO] [2024-03-05T10:35:58.237Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ aopalliance-repackaged --- [2024-03-05T10:35:58.237Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:35:58.237Z] [INFO] Compiling 26 source files with javac [debug release 11] to target/classes [2024-03-05T10:35:58.496Z] [INFO] [2024-03-05T10:35:58.496Z] [INFO] --- bundle:5.1.9:manifest (osgi-manifest) @ aopalliance-repackaged --- [2024-03-05T10:36:03.767Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:36:03.767Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:36:03.767Z] [INFO] [2024-03-05T10:36:03.767Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ aopalliance-repackaged --- [2024-03-05T10:36:03.767Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/src/test/resources [2024-03-05T10:36:03.767Z] [INFO] [2024-03-05T10:36:03.767Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ aopalliance-repackaged --- [2024-03-05T10:36:03.767Z] [INFO] No sources to compile [2024-03-05T10:36:03.767Z] [INFO] [2024-03-05T10:36:03.767Z] [INFO] --- surefire:3.2.5:test (default-test) @ aopalliance-repackaged --- [2024-03-05T10:36:04.338Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:36:04.338Z] [INFO] No tests to run. [2024-03-05T10:36:04.338Z] [INFO] [2024-03-05T10:36:04.338Z] [INFO] --- jar:3.3.0:jar (default-jar) @ aopalliance-repackaged --- [2024-03-05T10:36:04.936Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar [2024-03-05T10:36:04.937Z] [INFO] [2024-03-05T10:36:04.937Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ aopalliance-repackaged --- [2024-03-05T10:36:04.937Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:36:05.503Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-03-05T10:36:05.503Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.xml [2024-03-05T10:36:05.504Z] [INFO] attaching as aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:36:05.504Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/bom.json [2024-03-05T10:36:05.504Z] [INFO] attaching as aopalliance-repackaged-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ aopalliance-repackaged --- [2024-03-05T10:36:05.504Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- install:3.1.1:install (default-install) @ aopalliance-repackaged --- [2024-03-05T10:36:05.504Z] [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-03-05T10:36:05.504Z] [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-03-05T10:36:05.504Z] [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-03-05T10:36:05.504Z] [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-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] ------------------< org.glassfish.hk2:maven-plugins >------------------- [2024-03-05T10:36:05.504Z] [INFO] Building maven-plugins 4.0.0-SNAPSHOT [4/72] [2024-03-05T10:36:05.504Z] [INFO] from maven-plugins/pom.xml [2024-03-05T10:36:05.504Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- clean:3.2.0:clean (default-clean) @ maven-plugins --- [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ maven-plugins --- [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ maven-plugins --- [2024-03-05T10:36:05.504Z] [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-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ maven-plugins --- [2024-03-05T10:36:05.504Z] [INFO] [2024-03-05T10:36:05.504Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ maven-plugins --- [2024-03-05T10:36:05.504Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:36:05.763Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:36:05.763Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.xml [2024-03-05T10:36:05.763Z] [INFO] attaching as maven-plugins-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:36:05.763Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/target/bom.json [2024-03-05T10:36:05.763Z] [INFO] attaching as maven-plugins-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:36:05.763Z] [INFO] [2024-03-05T10:36:05.763Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ maven-plugins --- [2024-03-05T10:36:05.763Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:36:05.763Z] [INFO] [2024-03-05T10:36:05.763Z] [INFO] --- install:3.1.1:install (default-install) @ maven-plugins --- [2024-03-05T10:36:05.763Z] [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-03-05T10:36:05.763Z] [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-03-05T10:36:05.764Z] [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-03-05T10:36:05.764Z] [INFO] [2024-03-05T10:36:05.764Z] [INFO] -------------< org.glassfish.hk2:osgiversion-maven-plugin >------------- [2024-03-05T10:36:05.764Z] [INFO] Building OSGiVersion Maven Plugin 4.0.0-SNAPSHOT [5/72] [2024-03-05T10:36:05.764Z] [INFO] from maven-plugins/osgiversion-maven-plugin/pom.xml [2024-03-05T10:36:05.764Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [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-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- resources:3.3.1:resources (default-resources) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/main/resources [2024-03-05T10:36:06.337Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:36:06.337Z] [INFO] [2024-03-05T10:36:06.337Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ osgiversion-maven-plugin --- [2024-03-05T10:36:06.337Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:36:06.337Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:36:06.596Z] [INFO] [2024-03-05T10:36:06.596Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ osgiversion-maven-plugin --- [2024-03-05T10:36:08.532Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-03-05T10:36:09.099Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-03-05T10:36:09.099Z] [INFO] java-javadoc mojo extractor found 1 mojo descriptor. [2024-03-05T10:36:09.099Z] [WARNING] [2024-03-05T10:36:09.099Z] [WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions. [2024-03-05T10:36:09.099Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-03-05T10:36:09.099Z] [WARNING] [2024-03-05T10:36:09.099Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-03-05T10:36:09.099Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 4 column 48 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 14 column 46 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:36:09.099Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:36:09.099Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:36:09.099Z] [INFO] [2024-03-05T10:36:09.099Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ osgiversion-maven-plugin --- [2024-03-05T10:36:09.099Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/test/resources [2024-03-05T10:36:09.099Z] [INFO] [2024-03-05T10:36:09.099Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ osgiversion-maven-plugin --- [2024-03-05T10:36:09.099Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:09.099Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:36:09.357Z] [INFO] [2024-03-05T10:36:09.357Z] [INFO] --- surefire:3.2.5:test (default-test) @ osgiversion-maven-plugin --- [2024-03-05T10:36:09.357Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:36:09.357Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:36:09.932Z] [INFO] [2024-03-05T10:36:09.932Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:09.932Z] [INFO] T E S T S [2024-03-05T10:36:09.932Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:10.539Z] [INFO] Running org.glassfish.hk2.maven.VersionTest [2024-03-05T10:36:10.833Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.hk2.maven.VersionTest [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] Results: [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] --- jar:3.3.0:jar (default-jar) @ osgiversion-maven-plugin --- [2024-03-05T10:36:10.833Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/osgiversion-maven-plugin.jar [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ osgiversion-maven-plugin --- [2024-03-05T10:36:10.833Z] [INFO] [2024-03-05T10:36:10.833Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgiversion-maven-plugin --- [2024-03-05T10:36:10.833Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:36:12.234Z] [INFO] CycloneDX: Creating BOM version 1.4 with 34 component(s) [2024-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [INFO] attaching as osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [INFO] attaching as osgiversion-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgiversion-maven-plugin --- [2024-03-05T10:36:12.234Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/jacoco.exec [2024-03-05T10:36:12.234Z] [INFO] Analyzed bundle 'OSGiVersion Maven Plugin' with 3 classes [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- install:3.1.1:install (default-install) @ osgiversion-maven-plugin --- [2024-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --------------------< org.glassfish.hk2:hk2-utils >--------------------- [2024-03-05T10:36:12.234Z] [INFO] Building HK2 Implementation Utilities 4.0.0-SNAPSHOT [6/72] [2024-03-05T10:36:12.234Z] [INFO] from hk2-utils/pom.xml [2024-03-05T10:36:12.234Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [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-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/resources [2024-03-05T10:36:12.234Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:36:12.234Z] [INFO] [2024-03-05T10:36:12.234Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-utils --- [2024-03-05T10:36:12.234Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:36:12.234Z] [INFO] Compiling 39 source files with javac [debug release 11] to target/classes [2024-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [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-03-05T10:36:13.201Z] [INFO] [2024-03-05T10:36:13.201Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-utils --- [2024-03-05T10:36:13.201Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:36:13.459Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:36:13.459Z] [INFO] [2024-03-05T10:36:13.460Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-utils --- [2024-03-05T10:36:13.460Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/test/resources [2024-03-05T10:36:13.460Z] [INFO] [2024-03-05T10:36:13.460Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-utils --- [2024-03-05T10:36:13.737Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:13.737Z] [INFO] Compiling 79 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:36:14.304Z] [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-03-05T10:36:14.304Z] [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-03-05T10:36:14.304Z] [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-03-05T10:36:14.304Z] [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-03-05T10:36:14.304Z] [INFO] [2024-03-05T10:36:14.304Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-utils --- [2024-03-05T10:36:14.304Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:36:14.304Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:36:14.304Z] [INFO] [2024-03-05T10:36:14.304Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:14.304Z] [INFO] T E S T S [2024-03-05T10:36:14.304Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:14.873Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ReflectionHelperTest [2024-03-05T10:36:15.134Z] [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s -- in org.glassfish.hk2.utilities.reflection.ReflectionHelperTest [2024-03-05T10:36:15.134Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ClassReflectionHelperTest [2024-03-05T10:36:15.134Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.utilities.reflection.ClassReflectionHelperTest [2024-03-05T10:36:15.134Z] [INFO] Running org.glassfish.hk2.utilities.reflection.ParameterizedTypeTest [2024-03-05T10:36:15.134Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.utilities.reflection.ParameterizedTypeTest [2024-03-05T10:36:15.134Z] [INFO] Running org.glassfish.hk2.utilities.reflection.PrettyTest [2024-03-05T10:36:15.134Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.utilities.reflection.PrettyTest [2024-03-05T10:36:15.134Z] [INFO] Running org.glassfish.hk2.utilities.test.CacheTest [2024-03-05T10:36:15.134Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.utilities.test.CacheTest [2024-03-05T10:36:15.134Z] [INFO] Running org.glassfish.hk2.utilities.test.GeneralUtilitiesTest [2024-03-05T10:36:15.393Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s -- in org.glassfish.hk2.utilities.test.GeneralUtilitiesTest [2024-03-05T10:36:15.393Z] [INFO] Running org.glassfish.hk2.utilities.test.LRUHybridCacheTest [2024-03-05T10:36:15.393Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.utilities.test.LRUHybridCacheTest [2024-03-05T10:36:15.393Z] [INFO] Running org.glassfish.hk2.utilities.test.MultiMapTest [2024-03-05T10:36:15.393Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.utilities.test.MultiMapTest [2024-03-05T10:36:15.393Z] [INFO] Running org.glassfish.hk2.utilities.test.ValidatorTest [2024-03-05T10:36:15.960Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.453 s -- in org.glassfish.hk2.utilities.test.ValidatorTest [2024-03-05T10:36:15.960Z] [INFO] Running org.glassfish.hk2.utilities.test.BeanReflectionHelperTest [2024-03-05T10:36:15.960Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.utilities.test.BeanReflectionHelperTest [2024-03-05T10:36:15.960Z] [INFO] Running org.glassfish.hk2.utilities.test.TypeCheckerTest [2024-03-05T10:36:15.960Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s -- in org.glassfish.hk2.utilities.test.TypeCheckerTest [2024-03-05T10:36:15.960Z] [INFO] Running org.glassfish.hk2.utilities.general.test.GeneralUtilitiesTest [2024-03-05T10:36:15.960Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.utilities.general.test.GeneralUtilitiesTest [2024-03-05T10:36:15.960Z] [INFO] Running org.glassfish.hk2.utilities.general.test.WeakHashLRUTest [2024-03-05T10:36:17.880Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.896 s -- in org.glassfish.hk2.utilities.general.test.WeakHashLRUTest [2024-03-05T10:36:17.880Z] [INFO] Running org.glassfish.hk2.utilities.general.test.WeakHashClockTest [2024-03-05T10:36:23.173Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.423 s -- in org.glassfish.hk2.utilities.general.test.WeakHashClockTest [2024-03-05T10:36:23.173Z] [INFO] Running org.glassfish.hk2.utilities.cache.test.WeakCARCacheTest [2024-03-05T10:36:25.736Z] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.401 s -- in org.glassfish.hk2.utilities.cache.test.WeakCARCacheTest [2024-03-05T10:36:25.736Z] [INFO] [2024-03-05T10:36:25.736Z] [INFO] Results: [2024-03-05T10:36:25.736Z] [INFO] [2024-03-05T10:36:25.736Z] [INFO] Tests run: 197, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:36:25.736Z] [INFO] [2024-03-05T10:36:25.736Z] [INFO] [2024-03-05T10:36:25.736Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-utils --- [2024-03-05T10:36:25.736Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar [2024-03-05T10:36:25.736Z] [INFO] [2024-03-05T10:36:25.736Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-utils --- [2024-03-05T10:36:25.736Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:36:26.335Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-03-05T10:36:26.335Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.xml [2024-03-05T10:36:26.335Z] [INFO] attaching as hk2-utils-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:36:26.335Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/bom.json [2024-03-05T10:36:26.335Z] [INFO] attaching as hk2-utils-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:36:26.335Z] [INFO] [2024-03-05T10:36:26.335Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-utils --- [2024-03-05T10:36:26.335Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/jacoco.exec [2024-03-05T10:36:26.335Z] [INFO] Analyzed bundle 'HK2 Implementation Utilities' with 66 classes [2024-03-05T10:36:26.594Z] [INFO] [2024-03-05T10:36:26.594Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-utils --- [2024-03-05T10:36:26.594Z] [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-03-05T10:36:26.595Z] [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-03-05T10:36:26.595Z] [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-03-05T10:36:26.595Z] [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-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] ---------------------< org.glassfish.hk2:hk2-api >---------------------- [2024-03-05T10:36:26.595Z] [INFO] Building HK2 API module 4.0.0-SNAPSHOT [7/72] [2024-03-05T10:36:26.595Z] [INFO] from hk2-api/pom.xml [2024-03-05T10:36:26.595Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-api --- [2024-03-05T10:36:26.595Z] [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-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/resources [2024-03-05T10:36:26.595Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:36:26.595Z] [INFO] [2024-03-05T10:36:26.595Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-api --- [2024-03-05T10:36:26.595Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:26.595Z] [INFO] Compiling 137 source files with javac [debug release 11] to target/classes [2024-03-05T10:36:27.536Z] [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-03-05T10:36:27.536Z] [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-03-05T10:36:27.536Z] [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-03-05T10:36:27.536Z] [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-03-05T10:36:27.536Z] [INFO] [2024-03-05T10:36:27.536Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-api --- [2024-03-05T10:36:27.536Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:36:27.536Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:36:27.536Z] [INFO] [2024-03-05T10:36:27.536Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-api --- [2024-03-05T10:36:27.536Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-03-05T10:36:27.536Z] [INFO] [2024-03-05T10:36:27.536Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-api --- [2024-03-05T10:36:27.536Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:27.536Z] [INFO] Compiling 74 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:36:28.134Z] [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-03-05T10:36:28.134Z] [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-03-05T10:36:28.134Z] [INFO] [2024-03-05T10:36:28.134Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-api --- [2024-03-05T10:36:28.134Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:36:28.134Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:36:28.134Z] [INFO] [2024-03-05T10:36:28.134Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:28.134Z] [INFO] T E S T S [2024-03-05T10:36:28.135Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:28.135Z] WARNING: A command line option has enabled the Security Manager [2024-03-05T10:36:28.135Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-03-05T10:36:28.703Z] [INFO] Running org.glassfish.hk2.tests.api.MultiExceptionTest [2024-03-05T10:36:28.961Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s -- in org.glassfish.hk2.tests.api.MultiExceptionTest [2024-03-05T10:36:28.961Z] [INFO] Running org.glassfish.hk2.tests.api.BuilderHelperTest [2024-03-05T10:36:28.961Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 s -- in org.glassfish.hk2.tests.api.BuilderHelperTest [2024-03-05T10:36:28.961Z] [INFO] Running org.glassfish.hk2.tests.api.DescriptorImplTest [2024-03-05T10:36:29.234Z] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.tests.api.DescriptorImplTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.api.DescriptorBuilderTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.api.DescriptorBuilderTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.api.ActiveDescriptorTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.api.ActiveDescriptorTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.utilities.hk2loader.LoaderTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.utilities.hk2loader.LoaderTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.utilities.activelink.ActiveLinkTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.utilities.activelink.ActiveLinkTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.utilities.classloaderpostprocessor.ClassLoaderPostProcessorTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.utilities.classloaderpostprocessor.ClassLoaderPostProcessorTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.literal.AnnotationLiteralTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.literal.AnnotationLiteralTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.literal.TypeLiteralTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.literal.TypeLiteralTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.tests.ServiceLocatorFactoryTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.tests.ServiceLocatorFactoryTest [2024-03-05T10:36:29.235Z] [INFO] Running org.glassfish.hk2.utilities.binding.BindingTest [2024-03-05T10:36:29.235Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s -- in org.glassfish.hk2.utilities.binding.BindingTest [2024-03-05T10:36:29.493Z] [INFO] [2024-03-05T10:36:29.493Z] [INFO] Results: [2024-03-05T10:36:29.493Z] [INFO] [2024-03-05T10:36:29.493Z] [INFO] Tests run: 103, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:36:29.493Z] [INFO] [2024-03-05T10:36:29.493Z] [INFO] [2024-03-05T10:36:29.493Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-api --- [2024-03-05T10:36:29.493Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar [2024-03-05T10:36:29.493Z] [INFO] [2024-03-05T10:36:29.493Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-api --- [2024-03-05T10:36:29.493Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:36:29.752Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-03-05T10:36:29.752Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.xml [2024-03-05T10:36:29.752Z] [INFO] attaching as hk2-api-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:36:29.752Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/bom.json [2024-03-05T10:36:29.752Z] [INFO] attaching as hk2-api-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:36:29.752Z] [INFO] [2024-03-05T10:36:29.752Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-api --- [2024-03-05T10:36:29.752Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/jacoco.exec [2024-03-05T10:36:30.033Z] [INFO] Analyzed bundle 'HK2 API module' with 92 classes [2024-03-05T10:36:30.033Z] [INFO] [2024-03-05T10:36:30.033Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-api --- [2024-03-05T10:36:30.033Z] [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-03-05T10:36:30.033Z] [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-03-05T10:36:30.033Z] [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-03-05T10:36:30.033Z] [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-03-05T10:36:30.033Z] [INFO] [2024-03-05T10:36:30.033Z] [INFO] -------------------< org.glassfish.hk2:hk2-locator >-------------------- [2024-03-05T10:36:30.033Z] [INFO] Building ServiceLocator Default Implementation 4.0.0-SNAPSHOT [8/72] [2024-03-05T10:36:30.033Z] [INFO] from hk2-locator/pom.xml [2024-03-05T10:36:30.033Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:36:30.033Z] [INFO] [2024-03-05T10:36:30.033Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator --- [2024-03-05T10:36:30.033Z] [INFO] [2024-03-05T10:36:30.033Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [INFO] [2024-03-05T10:36:30.034Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [INFO] [2024-03-05T10:36:30.034Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [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-03-05T10:36:30.034Z] [INFO] [2024-03-05T10:36:30.034Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [INFO] [2024-03-05T10:36:30.034Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:36:30.034Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:36:30.034Z] [INFO] [2024-03-05T10:36:30.034Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-locator --- [2024-03-05T10:36:30.034Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:30.034Z] [INFO] Compiling 49 source files with javac [debug release 11] to target/classes [2024-03-05T10:36:30.968Z] [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-03-05T10:36:30.968Z] [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-03-05T10:36:30.968Z] [INFO] [2024-03-05T10:36:30.968Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator --- [2024-03-05T10:36:30.968Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:36:30.968Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:36:30.968Z] [INFO] [2024-03-05T10:36:30.968Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator --- [2024-03-05T10:36:30.968Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:36:30.968Z] [INFO] [2024-03-05T10:36:30.968Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-locator --- [2024-03-05T10:36:30.968Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:36:30.968Z] [INFO] Compiling 867 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:36:34.335Z] [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-03-05T10:36:34.335Z] [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-03-05T10:36:34.335Z] [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-03-05T10:36:34.336Z] [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-03-05T10:36:34.336Z] [INFO] [2024-03-05T10:36:34.336Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator --- [2024-03-05T10:36:34.336Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:36:34.336Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:36:34.336Z] [INFO] [2024-03-05T10:36:34.336Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:34.336Z] [INFO] T E S T S [2024-03-05T10:36:34.336Z] [INFO] ------------------------------------------------------- [2024-03-05T10:36:34.336Z] WARNING: A command line option has enabled the Security Manager [2024-03-05T10:36:34.336Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-03-05T10:36:34.943Z] [INFO] Running org.glassfish.hk2.tests.locator.inheritablethread.InheritableThreadTest [2024-03-05T10:36:36.959Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.869 s -- in org.glassfish.hk2.tests.locator.inheritablethread.InheritableThreadTest [2024-03-05T10:36:36.959Z] [INFO] Running org.glassfish.hk2.tests.locator.factory.FactoryTest [2024-03-05T10:36:36.959Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 s -- in org.glassfish.hk2.tests.locator.factory.FactoryTest [2024-03-05T10:36:36.959Z] [INFO] Running org.glassfish.hk2.tests.locator.factory.ParameterizedFactoryTest [2024-03-05T10:36:36.959Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s -- in org.glassfish.hk2.tests.locator.factory.ParameterizedFactoryTest [2024-03-05T10:36:36.959Z] [INFO] Running org.glassfish.hk2.tests.locator.types.BinderTypesTest [2024-03-05T10:36:36.959Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.types.BinderTypesTest [2024-03-05T10:36:36.959Z] [INFO] Running org.glassfish.hk2.tests.locator.types.TypesTest [2024-03-05T10:36:36.959Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.tests.locator.types.TypesTest [2024-03-05T10:36:36.959Z] [INFO] Running org.glassfish.hk2.tests.locator.interception1.InterceptorTest [2024-03-05T10:36:37.218Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s -- in org.glassfish.hk2.tests.locator.interception1.InterceptorTest [2024-03-05T10:36:37.218Z] [INFO] Running org.glassfish.hk2.tests.locator.validating.ValidatingTest [2024-03-05T10:36:37.218Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s -- in org.glassfish.hk2.tests.locator.validating.ValidatingTest [2024-03-05T10:36:37.218Z] [INFO] Running org.glassfish.hk2.tests.locator.immediate.ImmediateTest [2024-03-05T10:36:39.134Z] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 s -- in org.glassfish.hk2.tests.locator.immediate.ImmediateTest [2024-03-05T10:36:39.134Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable.ProxiableTest [2024-03-05T10:36:39.134Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.hk2.tests.locator.proxiable.ProxiableTest [2024-03-05T10:36:39.134Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable2.ProxiableTest [2024-03-05T10:36:39.134Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.hk2.tests.locator.proxiable2.ProxiableTest [2024-03-05T10:36:39.134Z] [INFO] Running org.glassfish.hk2.tests.locator.lifecycle.LifecycleTest [2024-03-05T10:36:39.134Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.lifecycle.LifecycleTest [2024-03-05T10:36:39.134Z] [INFO] Running org.glassfish.hk2.tests.locator.context.ghost.ContextGhostTest [2024-03-05T10:36:39.135Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.context.ghost.ContextGhostTest [2024-03-05T10:36:39.135Z] [INFO] Running org.glassfish.hk2.tests.locator.context.multiples.MultipleContextsTest [2024-03-05T10:36:39.135Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.context.multiples.MultipleContextsTest [2024-03-05T10:36:39.135Z] [INFO] Running org.glassfish.hk2.tests.locator.context.ContextTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s -- in org.glassfish.hk2.tests.locator.context.ContextTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.locator.LocatorTest [2024-03-05T10:36:39.437Z] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.029 s -- in org.glassfish.hk2.tests.locator.locator.LocatorTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.defaultunqualified.DefaultUnqualifiedTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.tests.locator.defaultunqualified.DefaultUnqualifiedTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.injector.InjectorTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s -- in org.glassfish.hk2.tests.locator.injector.InjectorTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.locatorutilities.Hk2LocatorUtilitiesTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.tests.locator.locatorutilities.Hk2LocatorUtilitiesTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.provider.ProviderTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.provider.ProviderTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.singletoncycle.SingletonCycleTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.proxiable.NegativeProxyTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.self.InvalidSelfInjectionTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.errorservice1.ErrorService1Test [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.immediate.cycle.ImmediateCycleTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.immediate.cycle2.ImmediateCycle2Test [2024-03-05T10:36:39.437Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.negative.immediate.cycle2.ImmediateCycle2Test [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.errorservice.ErrorServiceTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.injector.NegativeInjectorTest [2024-03-05T10:36:39.437Z] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.negative.injector.NegativeInjectorTest [2024-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.scope.NegativeScopeTest [2024-03-05T10:36:39.437Z] [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-03-05T10:36:39.437Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.deadlock1.Deadlock1Test [2024-03-05T10:36:40.042Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.600 s -- in org.glassfish.hk2.tests.locator.negative.deadlock1.Deadlock1Test [2024-03-05T10:36:40.042Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.constructor.NegativeConstructorTest [2024-03-05T10:36:40.043Z] [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-03-05T10:36:40.043Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.method.NegativeMethodTest [2024-03-05T10:36:40.043Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.negative.method.NegativeMethodTest [2024-03-05T10:36:40.043Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.proxy.NotProxiableTest [2024-03-05T10:36:40.336Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.negative.proxy.NotProxiableTest [2024-03-05T10:36:40.336Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.field.NegativeFieldTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.negative.field.NegativeFieldTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.locator.NegativeLocatorTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.tests.locator.negative.locator.NegativeLocatorTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.dynamicconfig.NegativeConfigTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.tests.locator.negative.dynamicconfig.NegativeConfigTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.validation.ValidateThrowsTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.negative.validation.ValidateThrowsTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.api.NegativeApiTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.hk2.tests.locator.negative.api.NegativeApiTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.classanalysis.NegativeClassAnalysisTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.negative.classanalysis.NegativeClassAnalysisTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.negative.factory.NegativeFactoryTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.tests.locator.negative.factory.NegativeFactoryTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.destroy.DestroyTest [2024-03-05T10:36:40.337Z] [WARNING] Tests run: 5, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.destroy.DestroyTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.qualifiers.QualifierTest [2024-03-05T10:36:40.337Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.glassfish.hk2.tests.locator.qualifiers.QualifierTest [2024-03-05T10:36:40.337Z] [INFO] Running org.glassfish.hk2.tests.locator.servicelocatorutilities.ServiceLocatorUtilitiesTest [2024-03-05T10:36:40.337Z] SystemDescriptor( [2024-03-05T10:36:40.337Z] implementation=org.jvnet.hk2.internal.ServiceLocatorImpl [2024-03-05T10:36:40.337Z] contracts={org.glassfish.hk2.api.ServiceLocator} [2024-03-05T10:36:40.337Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:36:40.337Z] qualifiers={} [2024-03-05T10:36:40.337Z] descriptorType=CLASS [2024-03-05T10:36:40.337Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.337Z] metadata= [2024-03-05T10:36:40.337Z] rank=0 [2024-03-05T10:36:40.337Z] loader=null [2024-03-05T10:36:40.337Z] proxiable=null [2024-03-05T10:36:40.337Z] proxyForSameScope=null [2024-03-05T10:36:40.337Z] analysisName=null [2024-03-05T10:36:40.337Z] id=0 [2024-03-05T10:36:40.337Z] locatorId=248 [2024-03-05T10:36:40.337Z] identityHashCode=427980296 [2024-03-05T10:36:40.337Z] reified=true) [2024-03-05T10:36:40.337Z] SystemDescriptor( [2024-03-05T10:36:40.337Z] implementation=org.jvnet.hk2.internal.ThreeThirtyResolver [2024-03-05T10:36:40.337Z] name=SystemInjectResolver [2024-03-05T10:36:40.337Z] contracts={org.glassfish.hk2.api.InjectionResolver} [2024-03-05T10:36:40.337Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.337Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:36:40.337Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=1 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=264138968 [2024-03-05T10:36:40.338Z] reified=true) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.jvnet.hk2.internal.DynamicConfigurationServiceImpl [2024-03-05T10:36:40.338Z] contracts={org.glassfish.hk2.api.DynamicConfigurationService} [2024-03-05T10:36:40.338Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.338Z] qualifiers={} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=2 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=1677857831 [2024-03-05T10:36:40.338Z] reified=true) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.jvnet.hk2.internal.DefaultClassAnalyzer [2024-03-05T10:36:40.338Z] name=default [2024-03-05T10:36:40.338Z] contracts={org.jvnet.hk2.internal.DefaultClassAnalyzer,org.glassfish.hk2.api.ClassAnalyzer} [2024-03-05T10:36:40.338Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.338Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=3 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=2100048989 [2024-03-05T10:36:40.338Z] reified=true) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl [2024-03-05T10:36:40.338Z] contracts={org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl,org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean} [2024-03-05T10:36:40.338Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.338Z] qualifiers={} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=4 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=561890446 [2024-03-05T10:36:40.338Z] reified=false) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.jvnet.hk2.internal.InstantiationServiceImpl [2024-03-05T10:36:40.338Z] contracts={org.jvnet.hk2.internal.InstantiationServiceImpl,org.glassfish.hk2.api.InstantiationService} [2024-03-05T10:36:40.338Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:36:40.338Z] qualifiers={} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=5 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=1572423881 [2024-03-05T10:36:40.338Z] reified=true) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.glassfish.hk2.utilities.IgnoringErrorService [2024-03-05T10:36:40.338Z] contracts={org.glassfish.hk2.utilities.IgnoringErrorService,org.glassfish.hk2.api.ErrorService} [2024-03-05T10:36:40.338Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.338Z] qualifiers={} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=NORMAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.338Z] proxyForSameScope=null [2024-03-05T10:36:40.338Z] analysisName=null [2024-03-05T10:36:40.338Z] id=6 [2024-03-05T10:36:40.338Z] locatorId=248 [2024-03-05T10:36:40.338Z] identityHashCode=695131253 [2024-03-05T10:36:40.338Z] reified=true) [2024-03-05T10:36:40.338Z] SystemDescriptor( [2024-03-05T10:36:40.338Z] implementation=org.jvnet.hk2.internal.ServiceLocatorImpl [2024-03-05T10:36:40.338Z] contracts={org.glassfish.hk2.api.ServiceLocator} [2024-03-05T10:36:40.338Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:36:40.338Z] qualifiers={} [2024-03-05T10:36:40.338Z] descriptorType=CLASS [2024-03-05T10:36:40.338Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.338Z] metadata= [2024-03-05T10:36:40.338Z] rank=0 [2024-03-05T10:36:40.338Z] loader=null [2024-03-05T10:36:40.338Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=0 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=427980296 [2024-03-05T10:36:40.339Z] reified=true) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.jvnet.hk2.internal.ThreeThirtyResolver [2024-03-05T10:36:40.339Z] name=SystemInjectResolver [2024-03-05T10:36:40.339Z] contracts={org.glassfish.hk2.api.InjectionResolver} [2024-03-05T10:36:40.339Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.339Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:36:40.339Z] descriptorType=CLASS [2024-03-05T10:36:40.339Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.339Z] metadata= [2024-03-05T10:36:40.339Z] rank=0 [2024-03-05T10:36:40.339Z] loader=null [2024-03-05T10:36:40.339Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=1 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=264138968 [2024-03-05T10:36:40.339Z] reified=true) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.jvnet.hk2.internal.DynamicConfigurationServiceImpl [2024-03-05T10:36:40.339Z] contracts={org.glassfish.hk2.api.DynamicConfigurationService} [2024-03-05T10:36:40.339Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.339Z] qualifiers={} [2024-03-05T10:36:40.339Z] descriptorType=CLASS [2024-03-05T10:36:40.339Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.339Z] metadata= [2024-03-05T10:36:40.339Z] rank=0 [2024-03-05T10:36:40.339Z] loader=null [2024-03-05T10:36:40.339Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=2 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=1677857831 [2024-03-05T10:36:40.339Z] reified=true) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.jvnet.hk2.internal.DefaultClassAnalyzer [2024-03-05T10:36:40.339Z] name=default [2024-03-05T10:36:40.339Z] contracts={org.jvnet.hk2.internal.DefaultClassAnalyzer,org.glassfish.hk2.api.ClassAnalyzer} [2024-03-05T10:36:40.339Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.339Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:36:40.339Z] descriptorType=CLASS [2024-03-05T10:36:40.339Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.339Z] metadata= [2024-03-05T10:36:40.339Z] rank=0 [2024-03-05T10:36:40.339Z] loader=null [2024-03-05T10:36:40.339Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=3 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=2100048989 [2024-03-05T10:36:40.339Z] reified=true) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl [2024-03-05T10:36:40.339Z] contracts={org.jvnet.hk2.internal.ServiceLocatorRuntimeImpl,org.jvnet.hk2.external.runtime.ServiceLocatorRuntimeBean} [2024-03-05T10:36:40.339Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.339Z] qualifiers={} [2024-03-05T10:36:40.339Z] descriptorType=CLASS [2024-03-05T10:36:40.339Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.339Z] metadata= [2024-03-05T10:36:40.339Z] rank=0 [2024-03-05T10:36:40.339Z] loader=null [2024-03-05T10:36:40.339Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=4 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=561890446 [2024-03-05T10:36:40.339Z] reified=false) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.jvnet.hk2.internal.InstantiationServiceImpl [2024-03-05T10:36:40.339Z] contracts={org.jvnet.hk2.internal.InstantiationServiceImpl,org.glassfish.hk2.api.InstantiationService} [2024-03-05T10:36:40.339Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:36:40.339Z] qualifiers={} [2024-03-05T10:36:40.339Z] descriptorType=CLASS [2024-03-05T10:36:40.339Z] descriptorVisibility=LOCAL [2024-03-05T10:36:40.339Z] metadata= [2024-03-05T10:36:40.339Z] rank=0 [2024-03-05T10:36:40.339Z] loader=null [2024-03-05T10:36:40.339Z] proxiable=null [2024-03-05T10:36:40.339Z] proxyForSameScope=null [2024-03-05T10:36:40.339Z] analysisName=null [2024-03-05T10:36:40.339Z] id=5 [2024-03-05T10:36:40.339Z] locatorId=248 [2024-03-05T10:36:40.339Z] identityHashCode=1572423881 [2024-03-05T10:36:40.339Z] reified=true) [2024-03-05T10:36:40.339Z] SystemDescriptor( [2024-03-05T10:36:40.339Z] implementation=org.glassfish.hk2.utilities.IgnoringErrorService [2024-03-05T10:36:40.340Z] contracts={org.glassfish.hk2.utilities.IgnoringErrorService,org.glassfish.hk2.api.ErrorService} [2024-03-05T10:36:40.340Z] scope=jakarta.inject.Singleton [2024-03-05T10:36:40.340Z] qualifiers={} [2024-03-05T10:36:40.340Z] descriptorType=CLASS [2024-03-05T10:36:40.340Z] descriptorVisibility=NORMAL [2024-03-05T10:36:40.340Z] metadata= [2024-03-05T10:36:40.340Z] rank=0 [2024-03-05T10:36:40.340Z] loader=null [2024-03-05T10:36:40.340Z] proxiable=null [2024-03-05T10:36:40.340Z] proxyForSameScope=null [2024-03-05T10:36:40.340Z] analysisName=null [2024-03-05T10:36:40.340Z] id=6 [2024-03-05T10:36:40.340Z] locatorId=248 [2024-03-05T10:36:40.340Z] identityHashCode=695131253 [2024-03-05T10:36:40.340Z] reified=true) [2024-03-05T10:36:40.637Z] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s -- in org.glassfish.hk2.tests.locator.servicelocatorutilities.ServiceLocatorUtilitiesTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.named.Named2Test [2024-03-05T10:36:40.637Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.named.Named2Test [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.named.NamedTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.named.NamedTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.inheritance.InheritanceTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.hk2.tests.locator.inheritance.InheritanceTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.typesafety.TypeSafetyTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.glassfish.hk2.tests.locator.typesafety.TypeSafetyTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.classanalysis.ClassAnalysisTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.classanalysis.ClassAnalysisTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.NestedOptionalTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.optional.NestedOptionalTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.OptionalTest [2024-03-05T10:36:40.637Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.glassfish.hk2.tests.locator.optional.OptionalTest [2024-03-05T10:36:40.637Z] [INFO] Running org.glassfish.hk2.tests.locator.optional.NamedOptionalTest [2024-03-05T10:36:40.934Z] [INFO] Tests run: 64, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s -- in org.glassfish.hk2.tests.locator.optional.NamedOptionalTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.factory2.Factory2Test [2024-03-05T10:36:40.935Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.hk2.tests.locator.factory2.Factory2Test [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.dynamicconfig.DynamicConfigTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.hk2.tests.locator.dynamicconfig.DynamicConfigTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.customresolver.CustomResolverTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.hk2.tests.locator.customresolver.CustomResolverTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.primitives.PrimitivesTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.hk2.tests.locator.primitives.PrimitivesTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.instantiationService.InstantiationServiceTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.instantiationService.InstantiationServiceTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.iterableinject.IterableInjectTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.iterableinject.IterableInjectTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.selfdescriptor.SelfDescriptorTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.locator.selfdescriptor.SelfDescriptorTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.parented.ParentedTest [2024-03-05T10:36:40.935Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.glassfish.hk2.tests.locator.parented.ParentedTest [2024-03-05T10:36:40.935Z] [INFO] Running org.glassfish.hk2.tests.locator.proxysamescope.ProxySameScopeTest [2024-03-05T10:36:41.193Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s -- in org.glassfish.hk2.tests.locator.proxysamescope.ProxySameScopeTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.justintime.JustInTimeTest [2024-03-05T10:36:41.194Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.tests.locator.justintime.JustInTimeTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.perlookup.PerLookupTest [2024-03-05T10:36:41.194Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.perlookup.PerLookupTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.visibility.VisibilityTest [2024-03-05T10:36:41.194Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.tests.locator.visibility.VisibilityTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiable3.Proxiable3Test [2024-03-05T10:36:41.194Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.hk2.tests.locator.proxiable3.Proxiable3Test [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.binder.BinderTest [2024-03-05T10:36:41.194Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.tests.locator.binder.BinderTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.unqualified.UnqualifiedTest [2024-03-05T10:36:41.194Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.glassfish.hk2.tests.locator.unqualified.UnqualifiedTest [2024-03-05T10:36:41.194Z] [INFO] Running org.glassfish.hk2.tests.locator.perthread.PerThreadTest [2024-03-05T10:36:42.236Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.163 s -- in org.glassfish.hk2.tests.locator.perthread.PerThreadTest [2024-03-05T10:36:42.236Z] [INFO] Running org.glassfish.hk2.tests.locator.memory.MemoryTest [2024-03-05T10:36:42.539Z] [WARNING] Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.155 s -- in org.glassfish.hk2.tests.locator.memory.MemoryTest [2024-03-05T10:36:42.539Z] [INFO] Running org.glassfish.hk2.tests.locator.arrays.ArraysTest [2024-03-05T10:36:42.539Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.tests.locator.arrays.ArraysTest [2024-03-05T10:36:42.539Z] [INFO] Running org.glassfish.hk2.tests.locator.multithreaded1.MultiThreaded1Test [2024-03-05T10:38:50.245Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 127.4 s -- in org.glassfish.hk2.tests.locator.multithreaded1.MultiThreaded1Test [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.lambda.LambdaTest [2024-03-05T10:38:50.245Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.012 s -- in org.glassfish.hk2.tests.locator.lambda.LambdaTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.interception3.HK2InvocationTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.tests.locator.interception3.HK2InvocationTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.inject.InjectTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.tests.locator.inject.InjectTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.singleton.SingletonTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s -- in org.glassfish.hk2.tests.locator.singleton.SingletonTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.runtime.RuntimeBeanTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.runtime.RuntimeBeanTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.initialization.InitializationTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.initialization.InitializationTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.dynamicpopulate.DynamicPopulateTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.hk2.tests.locator.dynamicpopulate.DynamicPopulateTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.interception2.ConstructorInterceptorTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.tests.locator.interception2.ConstructorInterceptorTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.alias.AliasDescriptorTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.tests.locator.alias.AliasDescriptorTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.twophaseresources.TwoPhaseResourceTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.twophaseresources.TwoPhaseResourceTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.proxiableinterface.ProxiableInterfaceTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.tests.locator.proxiableinterface.ProxiableInterfaceTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.descriptornamed.DescriptorNamedTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.descriptornamed.DescriptorNamedTest [2024-03-05T10:38:50.245Z] [INFO] Running org.glassfish.hk2.tests.locator.shutdown.ShutdownTest [2024-03-05T10:38:50.245Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.glassfish.hk2.tests.locator.shutdown.ShutdownTest [2024-03-05T10:38:50.246Z] [INFO] Running org.glassfish.hk2.tests.locator.idempotent.IdempotentTest [2024-03-05T10:38:50.246Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.hk2.tests.locator.idempotent.IdempotentTest [2024-03-05T10:38:50.246Z] [INFO] Running org.glassfish.hk2.tests.locator.children.ChildServiceLocatorTest [2024-03-05T10:38:50.246Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.glassfish.hk2.tests.locator.children.ChildServiceLocatorTest [2024-03-05T10:38:50.246Z] [INFO] [2024-03-05T10:38:50.246Z] [INFO] Results: [2024-03-05T10:38:50.246Z] [INFO] [2024-03-05T10:38:50.246Z] [WARNING] Tests run: 590, Failures: 0, Errors: 0, Skipped: 4 [2024-03-05T10:38:50.246Z] [INFO] [2024-03-05T10:38:50.246Z] [INFO] [2024-03-05T10:38:50.246Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator --- [2024-03-05T10:38:50.246Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/hk2-locator.jar [2024-03-05T10:38:50.246Z] [INFO] [2024-03-05T10:38:50.246Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator --- [2024-03-05T10:38:50.246Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:38:50.811Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-03-05T10:38:50.811Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.xml [2024-03-05T10:38:50.811Z] [INFO] attaching as hk2-locator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:38:50.811Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/bom.json [2024-03-05T10:38:50.811Z] [INFO] attaching as hk2-locator-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:38:50.811Z] [INFO] [2024-03-05T10:38:50.811Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator --- [2024-03-05T10:38:50.811Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/jacoco.exec [2024-03-05T10:38:50.811Z] [INFO] Analyzed bundle 'ServiceLocator Default Implementation' with 92 classes [2024-03-05T10:38:51.068Z] [INFO] [2024-03-05T10:38:51.068Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator --- [2024-03-05T10:38:51.068Z] [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-03-05T10:38:51.068Z] [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-03-05T10:38:51.068Z] [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-03-05T10:38:51.068Z] [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-03-05T10:38:51.068Z] [INFO] [2024-03-05T10:38:51.068Z] [INFO] ---------------------< org.glassfish.hk2:hk2-core >--------------------- [2024-03-05T10:38:51.068Z] [INFO] Building HK2 core module 4.0.0-SNAPSHOT [9/72] [2024-03-05T10:38:51.068Z] [INFO] from hk2-core/pom.xml [2024-03-05T10:38:51.068Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:38:51.068Z] [INFO] [2024-03-05T10:38:51.068Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-core --- [2024-03-05T10:38:51.068Z] [INFO] [2024-03-05T10:38:51.068Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-core --- [2024-03-05T10:38:51.068Z] [INFO] [2024-03-05T10:38:51.069Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-core --- [2024-03-05T10:38:51.069Z] [INFO] [2024-03-05T10:38:51.069Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-core --- [2024-03-05T10:38:51.069Z] [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-03-05T10:38:51.069Z] [INFO] [2024-03-05T10:38:51.069Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-core --- [2024-03-05T10:38:51.069Z] [INFO] [2024-03-05T10:38:51.069Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-core --- [2024-03-05T10:38:51.069Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/resources [2024-03-05T10:38:51.069Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:38:51.069Z] [INFO] [2024-03-05T10:38:51.069Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-core --- [2024-03-05T10:38:51.069Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:51.069Z] [INFO] Compiling 63 source files with javac [debug release 11] to target/classes [2024-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [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-03-05T10:38:51.326Z] [INFO] [2024-03-05T10:38:51.326Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-core --- [2024-03-05T10:38:51.326Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:38:51.588Z] [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-03-05T10:38:51.588Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:38:51.588Z] [INFO] [2024-03-05T10:38:51.588Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-core --- [2024-03-05T10:38:51.588Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-03-05T10:38:51.588Z] [INFO] [2024-03-05T10:38:51.588Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-core --- [2024-03-05T10:38:51.588Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:51.588Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:38:51.588Z] [INFO] [2024-03-05T10:38:51.588Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-core --- [2024-03-05T10:38:51.588Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:38:51.588Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:38:51.588Z] [INFO] [2024-03-05T10:38:51.588Z] [INFO] ------------------------------------------------------- [2024-03-05T10:38:51.588Z] [INFO] T E S T S [2024-03-05T10:38:51.588Z] [INFO] ------------------------------------------------------- [2024-03-05T10:38:51.845Z] [INFO] Running com.sun.enterprise.module.single.ProxyModuleDefinitionTest [2024-03-05T10:38:52.132Z] [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.30.2-GA/javassist-3.30.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-03-05T10:38:52.132Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 s -- in com.sun.enterprise.module.single.ProxyModuleDefinitionTest [2024-03-05T10:38:52.132Z] [INFO] Running org.glassfish.hk2.bootstrap.impl.ServiceLocatorTest [2024-03-05T10:38:52.389Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 s -- in org.glassfish.hk2.bootstrap.impl.ServiceLocatorTest [2024-03-05T10:38:52.389Z] [INFO] [2024-03-05T10:38:52.389Z] [INFO] Results: [2024-03-05T10:38:52.389Z] [INFO] [2024-03-05T10:38:52.389Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:38:52.389Z] [INFO] [2024-03-05T10:38:52.389Z] [INFO] [2024-03-05T10:38:52.389Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-core --- [2024-03-05T10:38:52.389Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/hk2-core.jar [2024-03-05T10:38:52.389Z] [INFO] [2024-03-05T10:38:52.389Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-core --- [2024-03-05T10:38:52.389Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:38:52.953Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:38:52.954Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.xml [2024-03-05T10:38:52.954Z] [INFO] attaching as hk2-core-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:38:52.954Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/bom.json [2024-03-05T10:38:52.954Z] [INFO] attaching as hk2-core-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-core --- [2024-03-05T10:38:52.954Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-core --- [2024-03-05T10:38:52.954Z] [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-03-05T10:38:52.954Z] [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-03-05T10:38:52.954Z] [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-03-05T10:38:52.954Z] [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-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] ---------< org.glassfish.hk2:consolidatedbundle-maven-plugin >---------- [2024-03-05T10:38:52.954Z] [INFO] Building consolidated bundle Maven plugin 4.0.0-SNAPSHOT [10/72] [2024-03-05T10:38:52.954Z] [INFO] from maven-plugins/consolidatedbundle-maven-plugin/pom.xml [2024-03-05T10:38:52.954Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- clean:3.2.0:clean (default-clean) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [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-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- resources:3.3.1:resources (default-resources) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/resources [2024-03-05T10:38:52.954Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:38:52.954Z] [INFO] [2024-03-05T10:38:52.954Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.954Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:52.954Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:38:52.954Z] [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-03-05T10:38:52.955Z] [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-03-05T10:38:52.955Z] [INFO] [2024-03-05T10:38:52.955Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:52.955Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-03-05T10:38:53.237Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:53.237Z] [INFO] java-javadoc mojo extractor found 1 mojo descriptor. [2024-03-05T10:38:53.237Z] [WARNING] [2024-03-05T10:38:53.237Z] [WARNING] Deprecated extractor java-javadoc extracted 1 descriptor. Upgrade your Mojo definitions. [2024-03-05T10:38:53.237Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-03-05T10:38:53.237Z] [WARNING] [2024-03-05T10:38:53.237Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:53.237Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 68 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 45 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:53.237Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:53.237Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:53.237Z] [INFO] [2024-03-05T10:38:53.237Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.237Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/test/resources [2024-03-05T10:38:53.237Z] [INFO] [2024-03-05T10:38:53.237Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.237Z] [INFO] No sources to compile [2024-03-05T10:38:53.238Z] [INFO] [2024-03-05T10:38:53.238Z] [INFO] --- surefire:3.2.5:test (default-test) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.238Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:38:53.238Z] [INFO] No tests to run. [2024-03-05T10:38:53.238Z] [INFO] [2024-03-05T10:38:53.238Z] [INFO] --- jar:3.3.0:jar (default-jar) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.238Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/consolidatedbundle-maven-plugin.jar [2024-03-05T10:38:53.238Z] [INFO] [2024-03-05T10:38:53.238Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.238Z] [INFO] [2024-03-05T10:38:53.238Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:53.238Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:38:55.200Z] [INFO] CycloneDX: Creating BOM version 1.4 with 41 component(s) [2024-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [INFO] attaching as consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [INFO] attaching as consolidatedbundle-maven-plugin-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:55.200Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] --- install:3.1.1:install (default-install) @ consolidatedbundle-maven-plugin --- [2024-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [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-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] -------------< org.glassfish.hk2:hk2-inhabitant-generator >------------- [2024-03-05T10:38:55.200Z] [INFO] Building Inhabitant Generator 4.0.0-SNAPSHOT [11/72] [2024-03-05T10:38:55.200Z] [INFO] from maven-plugins/hk2-inhabitant-generator/pom.xml [2024-03-05T10:38:55.200Z] [INFO] ----------------------------[ maven-plugin ]---------------------------- [2024-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.200Z] [INFO] [2024-03-05T10:38:55.200Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.201Z] [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-03-05T10:38:55.201Z] [INFO] [2024-03-05T10:38:55.201Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.201Z] [INFO] [2024-03-05T10:38:55.201Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.201Z] [INFO] Copying 2 resources from src/main/resources to target/classes [2024-03-05T10:38:55.201Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:38:55.201Z] [INFO] [2024-03-05T10:38:55.201Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.201Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:55.201Z] [INFO] Compiling 16 source files with javac [debug release 11] to target/classes [2024-03-05T10:38:55.458Z] [INFO] [2024-03-05T10:38:55.458Z] [INFO] --- plugin:3.10.2:descriptor (default-descriptor) @ hk2-inhabitant-generator --- [2024-03-05T10:38:55.458Z] [INFO] Using 'UTF-8' encoding to read mojo source files. [2024-03-05T10:38:56.022Z] [INFO] java-annotations mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:56.022Z] [INFO] java-javadoc mojo extractor found 2 mojo descriptors. [2024-03-05T10:38:56.022Z] [WARNING] [2024-03-05T10:38:56.022Z] [WARNING] Deprecated extractor java-javadoc extracted 2 descriptors. Upgrade your Mojo definitions. [2024-03-05T10:38:56.022Z] [WARNING] You should use Mojo Annotations instead of Javadoc tags. [2024-03-05T10:38:56.023Z] [WARNING] [2024-03-05T10:38:56.023Z] [INFO] ant mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:56.023Z] [INFO] bsh mojo extractor found 0 mojo descriptor. [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 21 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: missing declaration [2024-03-05T10:38:56.023Z] line 1 column 1 - Warning: plain text isn't allowed in elements [2024-03-05T10:38:56.023Z] line 1 column 19 - Warning: inserting missing 'title' element [2024-03-05T10:38:56.023Z] [INFO] [2024-03-05T10:38:56.023Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.023Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/src/test/resources [2024-03-05T10:38:56.023Z] [INFO] [2024-03-05T10:38:56.023Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.023Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:56.023Z] [INFO] Compiling 48 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:38:56.287Z] [INFO] [2024-03-05T10:38:56.287Z] [INFO] --- compiler:3.12.1:testCompile (gendir) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.287Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:56.287Z] [INFO] Compiling 44 source files with javac [debug release 11] to target/test-classes/gendir [2024-03-05T10:38:56.546Z] [INFO] [2024-03-05T10:38:56.546Z] [INFO] --- compiler:3.12.1:testCompile (negative) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.546Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:56.546Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes/negative [2024-03-05T10:38:56.546Z] [INFO] [2024-03-05T10:38:56.546Z] [INFO] --- jar:3.3.0:test-jar (gendir-package) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.546Z] [WARNING] Parameter 'finalName' is read-only, must not be used in configuration [2024-03-05T10:38:56.547Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes/gendir-tests.jar [2024-03-05T10:38:56.547Z] [INFO] [2024-03-05T10:38:56.547Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-inhabitant-generator --- [2024-03-05T10:38:56.547Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:38:56.547Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:38:56.547Z] [INFO] [2024-03-05T10:38:56.547Z] [INFO] ------------------------------------------------------- [2024-03-05T10:38:56.547Z] [INFO] T E S T S [2024-03-05T10:38:56.547Z] [INFO] ------------------------------------------------------- [2024-03-05T10:38:57.532Z] [INFO] Running org.jvnet.hk2.generator.tests.InhabitantsGeneratorTest [2024-03-05T10:38:57.836Z] The elements of the path that will be searched is: [2024-03-05T10:38:57.836Z] 1. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/test-classes [2024-03-05T10:38:57.836Z] 2. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/classes [2024-03-05T10:38:57.836Z] 3. /home/jenkins/.m2/repository/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [2024-03-05T10:38:57.836Z] 4. /home/jenkins/.m2/repository/org/ow2/asm/asm/9.6/asm-9.6.jar [2024-03-05T10:38:57.836Z] 5. /home/jenkins/.m2/repository/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [2024-03-05T10:38:57.836Z] 6. /home/jenkins/.m2/repository/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [2024-03-05T10:38:57.836Z] 7. /home/jenkins/.m2/repository/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [2024-03-05T10:38:57.836Z] 8. /home/jenkins/.m2/repository/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [2024-03-05T10:38:57.836Z] 9. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/hk2-api.jar [2024-03-05T10:38:57.836Z] 10. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/hk2-utils.jar [2024-03-05T10:38:57.836Z] 11. /home/jenkins/.m2/repository/jakarta/annotation/jakarta.annotation-api/3.0.0-M1/jakarta.annotation-api-3.0.0-M1.jar [2024-03-05T10:38:57.836Z] 12. /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/aopalliance-repackaged.jar [2024-03-05T10:38:57.836Z] 13. /home/jenkins/.m2/repository/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar [2024-03-05T10:38:57.836Z] 14. /home/jenkins/.m2/repository/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar [2024-03-05T10:38:57.836Z] 15. /home/jenkins/.m2/repository/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar [2024-03-05T10:38:57.836Z] 16. /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [2024-03-05T10:38:57.836Z] 17. /home/jenkins/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [2024-03-05T10:38:57.836Z] 18. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [2024-03-05T10:38:57.836Z] 19. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-classworlds/2.7.0/plexus-classworlds-2.7.0.jar [2024-03-05T10:38:57.836Z] 20. /home/jenkins/.m2/repository/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar [2024-03-05T10:38:57.836Z] 21. /home/jenkins/.m2/repository/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar [2024-03-05T10:38:57.836Z] 22. /home/jenkins/.m2/repository/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar [2024-03-05T10:38:57.836Z] 23. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [2024-03-05T10:38:57.836Z] 24. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [2024-03-05T10:38:57.836Z] 25. /home/jenkins/.m2/repository/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar [2024-03-05T10:38:57.836Z] 26. /home/jenkins/.m2/repository/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar [2024-03-05T10:38:57.836Z] 27. /home/jenkins/.m2/repository/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar [2024-03-05T10:38:57.836Z] 28. /home/jenkins/.m2/repository/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar [2024-03-05T10:38:57.836Z] 29. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar [2024-03-05T10:38:57.836Z] 30. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar [2024-03-05T10:38:57.836Z] 31. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [2024-03-05T10:38:57.836Z] 32. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar [2024-03-05T10:38:57.836Z] 33. /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [2024-03-05T10:38:57.836Z] 34. /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [2024-03-05T10:38:57.836Z] 35. /home/jenkins/.m2/repository/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [2024-03-05T10:38:57.836Z] 36. /home/jenkins/.m2/repository/com/google/inject/guice/7.0.0/guice-7.0.0.jar [2024-03-05T10:38:57.836Z] 37. /home/jenkins/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [2024-03-05T10:38:57.837Z] 38. /home/jenkins/.m2/repository/com/google/guava/guava/32.0.1-jre/guava-32.0.1-jre.jar [2024-03-05T10:38:57.837Z] 39. /home/jenkins/.m2/repository/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [2024-03-05T10:38:57.837Z] 40. /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar [2024-03-05T10:38:57.837Z] 41. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [2024-03-05T10:38:57.837Z] 42. /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [2024-03-05T10:38:57.837Z] 43. /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [2024-03-05T10:38:57.837Z] 44. /home/jenkins/.m2/repository/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [2024-03-05T10:38:57.837Z] 45. /home/jenkins/.m2/repository/org/apache/ant/ant/1.10.14/ant-1.10.14.jar [2024-03-05T10:38:57.837Z] 46. /home/jenkins/.m2/repository/org/apache/ant/ant-launcher/1.10.14/ant-launcher-1.10.14.jar [2024-03-05T10:38:57.837Z] 47. /home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar [2024-03-05T10:38:57.837Z] 48. /home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [2024-03-05T10:38:57.837Z] 49. /home/jenkins/.m2/repository/org/easymock/easymock/5.2.0/easymock-5.2.0.jar [2024-03-05T10:38:57.837Z] 50. /home/jenkins/.m2/repository/org/objenesis/objenesis/3.3/objenesis-3.3.jar [2024-03-05T10:38:57.837Z] Finished printing search path elements [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexFactory for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexImpl for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexA for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexB for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexC for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexEImpl for discovery of isaContract [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexE for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexDImpl for discovery of isaContract [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.837Z] Looking for org.jvnet.hk2.generator.tests.ComplexD for discovery of superclass [2024-03-05T10:38:57.837Z] 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-03-05T10:38:57.838Z] Looking for org.jvnet.hk2.generator.tests.Blue for discovery of isascope [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] Adding a factory descriptor: Descriptor( [2024-03-05T10:38:57.838Z] implementation=org.jvnet.hk2.generator.tests.ComplexFactory [2024-03-05T10:38:57.838Z] name=non-default-name [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:57.838Z] qualifiers={org.jvnet.hk2.generator.tests.Blue,jakarta.inject.Named} [2024-03-05T10:38:57.838Z] descriptorType=PROVIDE_METHOD [2024-03-05T10:38:57.838Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.838Z] metadata= [2024-03-05T10:38:57.838Z] rank=0 [2024-03-05T10:38:57.838Z] loader=null [2024-03-05T10:38:57.838Z] proxiable=null [2024-03-05T10:38:57.838Z] proxyForSameScope=null [2024-03-05T10:38:57.838Z] analysisName=null [2024-03-05T10:38:57.838Z] id=null [2024-03-05T10:38:57.838Z] locatorId=null [2024-03-05T10:38:57.838Z] identityHashCode=872826668) [2024-03-05T10:38:57.838Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:57.838Z] implementation=org.jvnet.hk2.generator.tests.ComplexFactory [2024-03-05T10:38:57.838Z] name=ComplexFactory [2024-03-05T10:38:57.838Z] contracts={org.jvnet.hk2.generator.tests.ComplexFactory,org.glassfish.hk2.api.Factory} [2024-03-05T10:38:57.838Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:57.838Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:38:57.838Z] descriptorType=CLASS [2024-03-05T10:38:57.838Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.838Z] metadata= [2024-03-05T10:38:57.838Z] rank=0 [2024-03-05T10:38:57.838Z] loader=null [2024-03-05T10:38:57.838Z] proxiable=null [2024-03-05T10:38:57.838Z] proxyForSameScope=null [2024-03-05T10:38:57.838Z] analysisName=default [2024-03-05T10:38:57.838Z] id=null [2024-03-05T10:38:57.838Z] locatorId=null [2024-03-05T10:38:57.838Z] identityHashCode=91323447) [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexImpl is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexEImpl is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexDImpl is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexD is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexE is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexA is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexB is not annotated with @Service [2024-03-05T10:38:57.838Z] Class org.jvnet.hk2.generator.tests.ComplexC is not annotated with @Service [2024-03-05T10:38:57.838Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithRank for discovery of superclass [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:57.838Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithRank [2024-03-05T10:38:57.838Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithRank} [2024-03-05T10:38:57.838Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:57.838Z] qualifiers={} [2024-03-05T10:38:57.838Z] descriptorType=CLASS [2024-03-05T10:38:57.838Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.838Z] metadata= [2024-03-05T10:38:57.838Z] rank=13 [2024-03-05T10:38:57.838Z] loader=null [2024-03-05T10:38:57.838Z] proxiable=null [2024-03-05T10:38:57.838Z] proxyForSameScope=null [2024-03-05T10:38:57.838Z] analysisName=default [2024-03-05T10:38:57.838Z] id=null [2024-03-05T10:38:57.838Z] locatorId=null [2024-03-05T10:38:57.838Z] identityHashCode=110053477) [2024-03-05T10:38:57.838Z] Looking for org.jvnet.hk2.generator.tests.AddressBean for discovery of superclass [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] Looking for org.jvnet.hk2.generator.tests.CreateMe for discovery of isaMethodGenerator [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] Looking for org.jvnet.hk2.generator.tests.DeleteMe for discovery of isaMethodGenerator [2024-03-05T10:38:57.838Z] 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-03-05T10:38:57.838Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:57.838Z] implementation=com.acme.service.GenerateMethodImpl [2024-03-05T10:38:57.838Z] name=name1 [2024-03-05T10:38:57.838Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-03-05T10:38:57.838Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:57.838Z] qualifiers={} [2024-03-05T10:38:57.838Z] descriptorType=CLASS [2024-03-05T10:38:57.838Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.838Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-03-05T10:38:57.839Z] rank=0 [2024-03-05T10:38:57.839Z] loader=null [2024-03-05T10:38:57.839Z] proxiable=null [2024-03-05T10:38:57.839Z] proxyForSameScope=null [2024-03-05T10:38:57.839Z] analysisName=null [2024-03-05T10:38:57.839Z] id=null [2024-03-05T10:38:57.839Z] locatorId=null [2024-03-05T10:38:57.839Z] identityHashCode=1209411469) [2024-03-05T10:38:57.839Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:57.839Z] implementation=com.acme.service.DeleteImpl [2024-03-05T10:38:57.839Z] contracts={com.acme.api.GenerateMethod} [2024-03-05T10:38:57.839Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:57.839Z] qualifiers={} [2024-03-05T10:38:57.839Z] descriptorType=CLASS [2024-03-05T10:38:57.839Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.839Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-03-05T10:38:57.839Z] rank=0 [2024-03-05T10:38:57.839Z] loader=null [2024-03-05T10:38:57.839Z] proxiable=null [2024-03-05T10:38:57.839Z] proxyForSameScope=null [2024-03-05T10:38:57.839Z] analysisName=null [2024-03-05T10:38:57.839Z] id=null [2024-03-05T10:38:57.839Z] locatorId=null [2024-03-05T10:38:57.839Z] identityHashCode=1320105604) [2024-03-05T10:38:57.839Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:57.839Z] implementation=com.acme.service.GenerateMethodImpl [2024-03-05T10:38:57.839Z] name=name2 [2024-03-05T10:38:57.839Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-03-05T10:38:57.839Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:57.839Z] qualifiers={} [2024-03-05T10:38:57.839Z] descriptorType=CLASS [2024-03-05T10:38:57.839Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.839Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={getSecondaryStreetAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-03-05T10:38:57.839Z] rank=0 [2024-03-05T10:38:57.839Z] loader=null [2024-03-05T10:38:57.839Z] proxiable=null [2024-03-05T10:38:57.839Z] proxyForSameScope=null [2024-03-05T10:38:57.839Z] analysisName=null [2024-03-05T10:38:57.839Z] id=null [2024-03-05T10:38:57.839Z] locatorId=null [2024-03-05T10:38:57.839Z] identityHashCode=1076984738) [2024-03-05T10:38:57.839Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:57.839Z] implementation=com.acme.service.GenerateMethodImpl [2024-03-05T10:38:57.839Z] name=name5 [2024-03-05T10:38:57.839Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-03-05T10:38:57.839Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:57.839Z] qualifiers={} [2024-03-05T10:38:57.839Z] descriptorType=CLASS [2024-03-05T10:38:57.839Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.839Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.StreetAddress},MethodName={setMyAddress},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-03-05T10:38:57.839Z] rank=0 [2024-03-05T10:38:57.839Z] loader=null [2024-03-05T10:38:57.839Z] proxiable=null [2024-03-05T10:38:57.839Z] proxyForSameScope=null [2024-03-05T10:38:57.839Z] analysisName=null [2024-03-05T10:38:57.839Z] id=null [2024-03-05T10:38:57.839Z] locatorId=null [2024-03-05T10:38:57.839Z] identityHashCode=1006751649) [2024-03-05T10:38:57.839Z] Class org.jvnet.hk2.generator.tests.AddressBean is not annotated with @Service [2024-03-05T10:38:57.839Z] Looking for org.jvnet.hk2.generator.tests.StreetAddress for discovery of superclass [2024-03-05T10:38:57.839Z] 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-03-05T10:38:57.839Z] Class org.jvnet.hk2.generator.tests.StreetAddress is not annotated with @Service [2024-03-05T10:38:57.839Z] Looking for org.jvnet.hk2.generator.tests.Town for discovery of superclass [2024-03-05T10:38:57.839Z] 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-03-05T10:38:57.839Z] Class org.jvnet.hk2.generator.tests.Town is not annotated with @Service [2024-03-05T10:38:57.839Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithRanks for discovery of superclass [2024-03-05T10:38:57.839Z] 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-03-05T10:38:57.839Z] Looking for org.jvnet.hk2.generator.tests.SimpleInterface for discovery of superclass [2024-03-05T10:38:57.839Z] 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-03-05T10:38:57.839Z] Adding a factory descriptor: Descriptor( [2024-03-05T10:38:57.839Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithRanks [2024-03-05T10:38:57.839Z] contracts={org.jvnet.hk2.generator.tests.SimpleInterface} [2024-03-05T10:38:57.839Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:57.839Z] qualifiers={} [2024-03-05T10:38:57.839Z] descriptorType=PROVIDE_METHOD [2024-03-05T10:38:57.839Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.839Z] metadata= [2024-03-05T10:38:57.839Z] rank=-1 [2024-03-05T10:38:57.839Z] loader=null [2024-03-05T10:38:57.839Z] proxiable=null [2024-03-05T10:38:57.839Z] proxyForSameScope=null [2024-03-05T10:38:57.839Z] analysisName=null [2024-03-05T10:38:57.839Z] id=null [2024-03-05T10:38:57.839Z] locatorId=null [2024-03-05T10:38:57.839Z] identityHashCode=1171434979) [2024-03-05T10:38:57.839Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:57.839Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithRanks [2024-03-05T10:38:57.839Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithRanks,org.glassfish.hk2.api.Factory} [2024-03-05T10:38:57.839Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:57.840Z] qualifiers={} [2024-03-05T10:38:57.840Z] descriptorType=CLASS [2024-03-05T10:38:57.840Z] descriptorVisibility=NORMAL [2024-03-05T10:38:57.840Z] metadata= [2024-03-05T10:38:57.840Z] rank=13 [2024-03-05T10:38:57.840Z] loader=null [2024-03-05T10:38:57.840Z] proxiable=null [2024-03-05T10:38:57.840Z] proxyForSameScope=null [2024-03-05T10:38:57.840Z] analysisName=default [2024-03-05T10:38:57.840Z] id=null [2024-03-05T10:38:57.840Z] locatorId=null [2024-03-05T10:38:57.840Z] identityHashCode=1920907467) [2024-03-05T10:38:57.840Z] Class org.jvnet.hk2.generator.tests.SimpleInterface is not annotated with @Service [2024-03-05T10:38:57.840Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy for discovery of superclass [2024-03-05T10:38:57.840Z] 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-03-05T10:38:57.840Z] Looking for java.lang.Object for discovery of superclass [2024-03-05T10:38:57.840Z] Did not find java.lang.Object in classpath for superclass [2024-03-05T10:38:57.840Z] Looking for org.glassfish.hk2.api.UseProxy for discovery of isascope [2024-03-05T10:38:58.097Z] 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-03-05T10:38:58.097Z] Adding a factory descriptor: Descriptor( [2024-03-05T10:38:58.097Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy [2024-03-05T10:38:58.097Z] contracts={java.lang.Object} [2024-03-05T10:38:58.097Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.097Z] qualifiers={} [2024-03-05T10:38:58.097Z] descriptorType=PROVIDE_METHOD [2024-03-05T10:38:58.097Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.097Z] metadata= [2024-03-05T10:38:58.097Z] rank=0 [2024-03-05T10:38:58.097Z] loader=null [2024-03-05T10:38:58.097Z] proxiable=true [2024-03-05T10:38:58.097Z] proxyForSameScope=null [2024-03-05T10:38:58.097Z] analysisName=null [2024-03-05T10:38:58.097Z] id=null [2024-03-05T10:38:58.097Z] locatorId=null [2024-03-05T10:38:58.097Z] identityHashCode=94157402) [2024-03-05T10:38:58.097Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.097Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy [2024-03-05T10:38:58.097Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithDefaultProxy,org.glassfish.hk2.api.Factory} [2024-03-05T10:38:58.097Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.097Z] qualifiers={} [2024-03-05T10:38:58.097Z] descriptorType=CLASS [2024-03-05T10:38:58.097Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.097Z] metadata= [2024-03-05T10:38:58.097Z] rank=0 [2024-03-05T10:38:58.097Z] loader=null [2024-03-05T10:38:58.097Z] proxiable=null [2024-03-05T10:38:58.097Z] proxyForSameScope=null [2024-03-05T10:38:58.097Z] analysisName=default [2024-03-05T10:38:58.097Z] id=null [2024-03-05T10:38:58.097Z] locatorId=null [2024-03-05T10:38:58.097Z] identityHashCode=466853180) [2024-03-05T10:38:58.097Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithFalseProxy for discovery of superclass [2024-03-05T10:38:58.097Z] 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-03-05T10:38:58.098Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.098Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithFalseProxy [2024-03-05T10:38:58.098Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithFalseProxy} [2024-03-05T10:38:58.098Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.098Z] qualifiers={} [2024-03-05T10:38:58.098Z] descriptorType=CLASS [2024-03-05T10:38:58.098Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.098Z] metadata= [2024-03-05T10:38:58.098Z] rank=0 [2024-03-05T10:38:58.098Z] loader=null [2024-03-05T10:38:58.098Z] proxiable=false [2024-03-05T10:38:58.098Z] proxyForSameScope=null [2024-03-05T10:38:58.098Z] analysisName=default [2024-03-05T10:38:58.098Z] id=null [2024-03-05T10:38:58.098Z] locatorId=null [2024-03-05T10:38:58.098Z] identityHashCode=1863953433) [2024-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.generator.tests.ZipCode for discovery of superclass [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Class org.jvnet.hk2.generator.tests.ZipCode is not annotated with @Service [2024-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.generator.tests.ContractsProvidedService for discovery of superclass [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.generator.tests.SimpleContract for discovery of superclass [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.098Z] implementation=org.jvnet.hk2.generator.tests.ContractsProvidedService [2024-03-05T10:38:58.098Z] contracts={org.jvnet.hk2.generator.tests.SimpleInterface} [2024-03-05T10:38:58.098Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.098Z] qualifiers={} [2024-03-05T10:38:58.098Z] descriptorType=CLASS [2024-03-05T10:38:58.098Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.098Z] metadata= [2024-03-05T10:38:58.098Z] rank=0 [2024-03-05T10:38:58.098Z] loader=null [2024-03-05T10:38:58.098Z] proxiable=null [2024-03-05T10:38:58.098Z] proxyForSameScope=null [2024-03-05T10:38:58.098Z] analysisName=default [2024-03-05T10:38:58.098Z] id=null [2024-03-05T10:38:58.098Z] locatorId=null [2024-03-05T10:38:58.098Z] identityHashCode=295485334) [2024-03-05T10:38:58.098Z] Class org.jvnet.hk2.generator.tests.SimpleContract is not annotated with @Service [2024-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.generator.tests.CreateMe for discovery of superclass [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.config.GenerateServiceFromMethod for discovery of isascope [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.config.GenerateServiceFromMethod for discovery of isaMethodGenerator [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Class org.jvnet.hk2.generator.tests.CreateMe is not annotated with @Service [2024-03-05T10:38:58.098Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithTrueProxy for discovery of superclass [2024-03-05T10:38:58.098Z] 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-03-05T10:38:58.098Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.098Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithTrueProxy [2024-03-05T10:38:58.098Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithTrueProxy} [2024-03-05T10:38:58.098Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.098Z] qualifiers={} [2024-03-05T10:38:58.098Z] descriptorType=CLASS [2024-03-05T10:38:58.098Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.098Z] metadata= [2024-03-05T10:38:58.098Z] rank=0 [2024-03-05T10:38:58.099Z] loader=null [2024-03-05T10:38:58.099Z] proxiable=true [2024-03-05T10:38:58.099Z] proxyForSameScope=null [2024-03-05T10:38:58.099Z] analysisName=default [2024-03-05T10:38:58.099Z] id=null [2024-03-05T10:38:58.099Z] locatorId=null [2024-03-05T10:38:58.099Z] identityHashCode=1899141525) [2024-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithName for discovery of superclass [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.099Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithName [2024-03-05T10:38:58.099Z] name=non-default-name [2024-03-05T10:38:58.099Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithName} [2024-03-05T10:38:58.099Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.099Z] qualifiers={} [2024-03-05T10:38:58.099Z] descriptorType=CLASS [2024-03-05T10:38:58.099Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.099Z] metadata= [2024-03-05T10:38:58.099Z] rank=0 [2024-03-05T10:38:58.099Z] loader=null [2024-03-05T10:38:58.099Z] proxiable=null [2024-03-05T10:38:58.099Z] proxyForSameScope=null [2024-03-05T10:38:58.099Z] analysisName=default [2024-03-05T10:38:58.099Z] id=null [2024-03-05T10:38:58.099Z] locatorId=null [2024-03-05T10:38:58.099Z] identityHashCode=1989132530) [2024-03-05T10:38:58.099Z] Class org.jvnet.hk2.generator.tests.Blue is not annotated with @Service [2024-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy for discovery of superclass [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.099Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy [2024-03-05T10:38:58.099Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithDefaultProxy} [2024-03-05T10:38:58.099Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.099Z] qualifiers={} [2024-03-05T10:38:58.099Z] descriptorType=CLASS [2024-03-05T10:38:58.099Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.099Z] metadata= [2024-03-05T10:38:58.099Z] rank=0 [2024-03-05T10:38:58.099Z] loader=null [2024-03-05T10:38:58.099Z] proxiable=true [2024-03-05T10:38:58.099Z] proxyForSameScope=null [2024-03-05T10:38:58.099Z] analysisName=default [2024-03-05T10:38:58.099Z] id=null [2024-03-05T10:38:58.099Z] locatorId=null [2024-03-05T10:38:58.099Z] identityHashCode=1414845278) [2024-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithMetadata for discovery of superclass [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.ScopeWithMetadata for discovery of isascope [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.QualifierWithMetadata for discovery of isascope [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.099Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithMetadata [2024-03-05T10:38:58.099Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithMetadata} [2024-03-05T10:38:58.099Z] scope=org.jvnet.hk2.generator.tests.ScopeWithMetadata [2024-03-05T10:38:58.099Z] qualifiers={org.jvnet.hk2.generator.tests.QualifierWithMetadata} [2024-03-05T10:38:58.099Z] descriptorType=CLASS [2024-03-05T10:38:58.099Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.099Z] 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-03-05T10:38:58.099Z] rank=0 [2024-03-05T10:38:58.099Z] loader=null [2024-03-05T10:38:58.099Z] proxiable=null [2024-03-05T10:38:58.099Z] proxyForSameScope=null [2024-03-05T10:38:58.099Z] analysisName=default [2024-03-05T10:38:58.099Z] id=null [2024-03-05T10:38:58.099Z] locatorId=null [2024-03-05T10:38:58.099Z] identityHashCode=549496397) [2024-03-05T10:38:58.099Z] Class org.jvnet.hk2.generator.tests.ScopeWithMetadata is not annotated with @Service [2024-03-05T10:38:58.099Z] Class org.jvnet.hk2.generator.tests.QualifierWithMetadata is not annotated with @Service [2024-03-05T10:38:58.099Z] Looking for org.jvnet.hk2.generator.tests.DeleteMe for discovery of superclass [2024-03-05T10:38:58.100Z] 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-03-05T10:38:58.100Z] Class org.jvnet.hk2.generator.tests.DeleteMe is not annotated with @Service [2024-03-05T10:38:58.100Z] Looking for org.jvnet.hk2.generator.tests.GivenNameFromQualifier for discovery of superclass [2024-03-05T10:38:58.100Z] 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-03-05T10:38:58.100Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.100Z] implementation=org.jvnet.hk2.generator.tests.GivenNameFromQualifier [2024-03-05T10:38:58.100Z] name=non-default-name [2024-03-05T10:38:58.100Z] contracts={org.jvnet.hk2.generator.tests.GivenNameFromQualifier} [2024-03-05T10:38:58.100Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.100Z] qualifiers={jakarta.inject.Named} [2024-03-05T10:38:58.100Z] descriptorType=CLASS [2024-03-05T10:38:58.100Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.100Z] metadata= [2024-03-05T10:38:58.100Z] rank=0 [2024-03-05T10:38:58.100Z] loader=null [2024-03-05T10:38:58.100Z] proxiable=null [2024-03-05T10:38:58.100Z] proxyForSameScope=null [2024-03-05T10:38:58.100Z] analysisName=default [2024-03-05T10:38:58.100Z] id=null [2024-03-05T10:38:58.100Z] locatorId=null [2024-03-05T10:38:58.100Z] identityHashCode=1163619825) [2024-03-05T10:38:58.100Z] Looking for org.jvnet.hk2.generator.tests.NormalService for discovery of superclass [2024-03-05T10:38:58.100Z] 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-03-05T10:38:58.100Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.100Z] implementation=org.jvnet.hk2.generator.tests.NormalService [2024-03-05T10:38:58.100Z] contracts={org.jvnet.hk2.generator.tests.NormalService} [2024-03-05T10:38:58.100Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.100Z] qualifiers={} [2024-03-05T10:38:58.100Z] descriptorType=CLASS [2024-03-05T10:38:58.100Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.100Z] metadata= [2024-03-05T10:38:58.100Z] rank=0 [2024-03-05T10:38:58.100Z] loader=null [2024-03-05T10:38:58.100Z] proxiable=null [2024-03-05T10:38:58.100Z] proxyForSameScope=null [2024-03-05T10:38:58.100Z] analysisName=default [2024-03-05T10:38:58.100Z] id=null [2024-03-05T10:38:58.100Z] locatorId=null [2024-03-05T10:38:58.100Z] identityHashCode=1306246648) [2024-03-05T10:38:58.100Z] Looking for org.jvnet.hk2.generator.tests.ServiceWithDefaultName for discovery of superclass [2024-03-05T10:38:58.100Z] 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-03-05T10:38:58.100Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.100Z] implementation=org.jvnet.hk2.generator.tests.ServiceWithDefaultName [2024-03-05T10:38:58.100Z] name=ServiceWithDefaultName [2024-03-05T10:38:58.100Z] contracts={org.jvnet.hk2.generator.tests.ServiceWithDefaultName} [2024-03-05T10:38:58.100Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.100Z] qualifiers={jakarta.inject.Named,org.jvnet.hk2.generator.tests.Blue} [2024-03-05T10:38:58.100Z] descriptorType=CLASS [2024-03-05T10:38:58.100Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.100Z] metadata=key1={value1},key2={value2} [2024-03-05T10:38:58.100Z] rank=0 [2024-03-05T10:38:58.100Z] loader=null [2024-03-05T10:38:58.100Z] proxiable=null [2024-03-05T10:38:58.100Z] proxyForSameScope=null [2024-03-05T10:38:58.100Z] analysisName=default [2024-03-05T10:38:58.100Z] id=null [2024-03-05T10:38:58.100Z] locatorId=null [2024-03-05T10:38:58.100Z] identityHashCode=1063737662) [2024-03-05T10:38:58.100Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithFalseProxy for discovery of superclass [2024-03-05T10:38:58.100Z] 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-03-05T10:38:58.100Z] Adding a factory descriptor: Descriptor( [2024-03-05T10:38:58.100Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithFalseProxy [2024-03-05T10:38:58.100Z] contracts={java.lang.Object} [2024-03-05T10:38:58.100Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.100Z] qualifiers={} [2024-03-05T10:38:58.100Z] descriptorType=PROVIDE_METHOD [2024-03-05T10:38:58.100Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.100Z] metadata= [2024-03-05T10:38:58.100Z] rank=0 [2024-03-05T10:38:58.100Z] loader=null [2024-03-05T10:38:58.100Z] proxiable=false [2024-03-05T10:38:58.100Z] proxyForSameScope=null [2024-03-05T10:38:58.100Z] analysisName=null [2024-03-05T10:38:58.100Z] id=null [2024-03-05T10:38:58.100Z] locatorId=null [2024-03-05T10:38:58.100Z] identityHashCode=447767121) [2024-03-05T10:38:58.100Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.100Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithFalseProxy [2024-03-05T10:38:58.100Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithFalseProxy,org.glassfish.hk2.api.Factory} [2024-03-05T10:38:58.100Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.100Z] qualifiers={} [2024-03-05T10:38:58.100Z] descriptorType=CLASS [2024-03-05T10:38:58.100Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.101Z] metadata= [2024-03-05T10:38:58.101Z] rank=0 [2024-03-05T10:38:58.101Z] loader=null [2024-03-05T10:38:58.101Z] proxiable=null [2024-03-05T10:38:58.101Z] proxyForSameScope=null [2024-03-05T10:38:58.101Z] analysisName=default [2024-03-05T10:38:58.101Z] id=null [2024-03-05T10:38:58.101Z] locatorId=null [2024-03-05T10:38:58.101Z] identityHashCode=68857875) [2024-03-05T10:38:58.101Z] Looking for org.jvnet.hk2.generator.tests.LocalService for discovery of superclass [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.101Z] implementation=org.jvnet.hk2.generator.tests.LocalService [2024-03-05T10:38:58.101Z] contracts={org.jvnet.hk2.generator.tests.LocalService} [2024-03-05T10:38:58.101Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.101Z] qualifiers={} [2024-03-05T10:38:58.101Z] descriptorType=CLASS [2024-03-05T10:38:58.101Z] descriptorVisibility=LOCAL [2024-03-05T10:38:58.101Z] metadata= [2024-03-05T10:38:58.101Z] rank=0 [2024-03-05T10:38:58.101Z] loader=null [2024-03-05T10:38:58.101Z] proxiable=null [2024-03-05T10:38:58.101Z] proxyForSameScope=null [2024-03-05T10:38:58.101Z] analysisName=default [2024-03-05T10:38:58.101Z] id=null [2024-03-05T10:38:58.101Z] locatorId=null [2024-03-05T10:38:58.101Z] identityHashCode=348055829) [2024-03-05T10:38:58.101Z] Looking for org.jvnet.hk2.generator.tests.ComplexG for discovery of superclass [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] Looking for org.jvnet.hk2.generator.tests.ComplexF for discovery of superclass [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] Class org.jvnet.hk2.generator.tests.ComplexG is not annotated with @Service [2024-03-05T10:38:58.101Z] Class org.jvnet.hk2.generator.tests.ComplexF is not annotated with @Service [2024-03-05T10:38:58.101Z] Looking for org.jvnet.hk2.generator.tests.TwoContractImpl for discovery of superclass [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.101Z] implementation=org.jvnet.hk2.generator.tests.TwoContractImpl [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.101Z] qualifiers={} [2024-03-05T10:38:58.101Z] descriptorType=CLASS [2024-03-05T10:38:58.101Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.101Z] metadata= [2024-03-05T10:38:58.101Z] rank=0 [2024-03-05T10:38:58.101Z] loader=null [2024-03-05T10:38:58.101Z] proxiable=null [2024-03-05T10:38:58.101Z] proxyForSameScope=null [2024-03-05T10:38:58.101Z] analysisName=default [2024-03-05T10:38:58.101Z] id=null [2024-03-05T10:38:58.101Z] locatorId=null [2024-03-05T10:38:58.101Z] identityHashCode=286649365) [2024-03-05T10:38:58.101Z] Looking for org.jvnet.hk2.generator.tests.DecoratedTown for discovery of superclass [2024-03-05T10:38:58.101Z] 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-03-05T10:38:58.101Z] Generated Descriptor for GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:58.101Z] implementation=com.acme.service.GenerateMethodImpl [2024-03-05T10:38:58.101Z] name=name4 [2024-03-05T10:38:58.101Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-03-05T10:38:58.101Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.101Z] qualifiers={} [2024-03-05T10:38:58.101Z] descriptorType=CLASS [2024-03-05T10:38:58.101Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.101Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.ZipCode},MethodName={getZipCodes},ParentConfigured={org.jvnet.hk2.generator.tests.DecoratedTown} [2024-03-05T10:38:58.101Z] rank=0 [2024-03-05T10:38:58.101Z] loader=null [2024-03-05T10:38:58.101Z] proxiable=null [2024-03-05T10:38:58.101Z] proxyForSameScope=null [2024-03-05T10:38:58.101Z] analysisName=null [2024-03-05T10:38:58.101Z] id=null [2024-03-05T10:38:58.101Z] locatorId=null [2024-03-05T10:38:58.101Z] identityHashCode=137275020) [2024-03-05T10:38:58.101Z] Generated Descriptor for class-level GenerateServiceFromMethod annotation: Descriptor( [2024-03-05T10:38:58.102Z] implementation=com.acme.service.GenerateMethodImpl [2024-03-05T10:38:58.102Z] name=name3 [2024-03-05T10:38:58.102Z] contracts={com.acme.service.GenerateMethodImpl,com.acme.api.GenerateMethod} [2024-03-05T10:38:58.102Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.102Z] qualifiers={} [2024-03-05T10:38:58.102Z] descriptorType=CLASS [2024-03-05T10:38:58.102Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.102Z] metadata=MethodListActual={org.jvnet.hk2.generator.tests.DecoratedTown},MethodName={getTown},ParentConfigured={org.jvnet.hk2.generator.tests.AddressBean} [2024-03-05T10:38:58.102Z] rank=0 [2024-03-05T10:38:58.102Z] loader=null [2024-03-05T10:38:58.102Z] proxiable=null [2024-03-05T10:38:58.102Z] proxyForSameScope=null [2024-03-05T10:38:58.102Z] analysisName=null [2024-03-05T10:38:58.102Z] id=null [2024-03-05T10:38:58.102Z] locatorId=null [2024-03-05T10:38:58.102Z] identityHashCode=1508181426) [2024-03-05T10:38:58.102Z] Looking for org.jvnet.hk2.generator.tests.CustomAnalysisService for discovery of superclass [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.102Z] implementation=org.jvnet.hk2.generator.tests.CustomAnalysisService [2024-03-05T10:38:58.102Z] contracts={org.jvnet.hk2.generator.tests.CustomAnalysisService} [2024-03-05T10:38:58.102Z] scope=jakarta.inject.Singleton [2024-03-05T10:38:58.102Z] qualifiers={} [2024-03-05T10:38:58.102Z] descriptorType=CLASS [2024-03-05T10:38:58.102Z] descriptorVisibility=NORMAL [2024-03-05T10:38:58.102Z] metadata= [2024-03-05T10:38:58.102Z] rank=0 [2024-03-05T10:38:58.102Z] loader=null [2024-03-05T10:38:58.102Z] proxiable=null [2024-03-05T10:38:58.102Z] proxyForSameScope=null [2024-03-05T10:38:58.102Z] analysisName=CustomAnalyzer [2024-03-05T10:38:58.102Z] id=null [2024-03-05T10:38:58.102Z] locatorId=null [2024-03-05T10:38:58.102Z] identityHashCode=988850650) [2024-03-05T10:38:58.102Z] Looking for org.jvnet.hk2.generator.tests.FactoryWithVisibility for discovery of superclass [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] Looking for java.lang.String for discovery of superclass [2024-03-05T10:38:58.102Z] Did not find java.lang.String in classpath for superclass [2024-03-05T10:38:58.102Z] Looking for org.glassfish.hk2.api.Visibility for discovery of isascope [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] Adding a factory descriptor: Descriptor( [2024-03-05T10:38:58.102Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithVisibility [2024-03-05T10:38:58.102Z] contracts={java.lang.String} [2024-03-05T10:38:58.102Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.102Z] qualifiers={} [2024-03-05T10:38:58.102Z] descriptorType=PROVIDE_METHOD [2024-03-05T10:38:58.102Z] descriptorVisibility=LOCAL [2024-03-05T10:38:58.102Z] metadata= [2024-03-05T10:38:58.102Z] rank=0 [2024-03-05T10:38:58.102Z] loader=null [2024-03-05T10:38:58.102Z] proxiable=null [2024-03-05T10:38:58.102Z] proxyForSameScope=null [2024-03-05T10:38:58.102Z] analysisName=null [2024-03-05T10:38:58.102Z] id=null [2024-03-05T10:38:58.102Z] locatorId=null [2024-03-05T10:38:58.102Z] identityHashCode=149225732) [2024-03-05T10:38:58.102Z] Generated Descriptor: Descriptor( [2024-03-05T10:38:58.102Z] implementation=org.jvnet.hk2.generator.tests.FactoryWithVisibility [2024-03-05T10:38:58.102Z] contracts={org.jvnet.hk2.generator.tests.FactoryWithVisibility,org.glassfish.hk2.api.Factory} [2024-03-05T10:38:58.102Z] scope=org.glassfish.hk2.api.PerLookup [2024-03-05T10:38:58.102Z] qualifiers={} [2024-03-05T10:38:58.102Z] descriptorType=CLASS [2024-03-05T10:38:58.102Z] descriptorVisibility=LOCAL [2024-03-05T10:38:58.102Z] metadata= [2024-03-05T10:38:58.102Z] rank=0 [2024-03-05T10:38:58.102Z] loader=null [2024-03-05T10:38:58.102Z] proxiable=null [2024-03-05T10:38:58.102Z] proxyForSameScope=null [2024-03-05T10:38:58.102Z] analysisName=default [2024-03-05T10:38:58.102Z] id=null [2024-03-05T10:38:58.102Z] locatorId=null [2024-03-05T10:38:58.102Z] identityHashCode=937744315) [2024-03-05T10:38:58.102Z] Looking for org.jvnet.hk2.config.GeneratedServiceName for discovery of superclass [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] Class org.jvnet.hk2.config.GeneratedServiceName is not annotated with @Service [2024-03-05T10:38:58.102Z] Class org.jvnet.hk2.config.Configured is not annotated with @Service [2024-03-05T10:38:58.102Z] Class org.jvnet.hk2.config.GenerateServiceFromMethod is not annotated with @Service [2024-03-05T10:38:58.102Z] Looking for org.jvnet.hk2.annotations.Decorate for discovery of superclass [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] Class org.jvnet.hk2.annotations.Decorate is not annotated with @Service [2024-03-05T10:38:58.102Z] 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-03-05T10:38:58.102Z] 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-03-05T10:38:58.103Z] HabitatGenerator completed successfully [2024-03-05T10:38:58.103Z] 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-03-05T10:38:58.103Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.827 s -- in org.jvnet.hk2.generator.tests.InhabitantsGeneratorTest [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] Results: [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-inhabitant-generator --- [2024-03-05T10:38:58.387Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/hk2-inhabitant-generator.jar [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] --- plugin:3.10.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ hk2-inhabitant-generator --- [2024-03-05T10:38:58.387Z] [INFO] [2024-03-05T10:38:58.387Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-inhabitant-generator --- [2024-03-05T10:38:58.387Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:38:59.317Z] [INFO] CycloneDX: Creating BOM version 1.4 with 44 component(s) [2024-03-05T10:38:59.317Z] [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-03-05T10:38:59.317Z] [INFO] attaching as hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:38:59.317Z] [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-03-05T10:38:59.318Z] [INFO] attaching as hk2-inhabitant-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:38:59.318Z] [INFO] [2024-03-05T10:38:59.318Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-inhabitant-generator --- [2024-03-05T10:38:59.318Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/jacoco.exec [2024-03-05T10:38:59.318Z] [INFO] Analyzed bundle 'Inhabitant Generator' with 40 classes [2024-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-inhabitant-generator --- [2024-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] ----------< org.glassfish.hk2:hk2-metadata-generator-parent >----------- [2024-03-05T10:38:59.588Z] [INFO] Building HK2 Metadata Generator Subsystem 4.0.0-SNAPSHOT [12/72] [2024-03-05T10:38:59.588Z] [INFO] from hk2-metadata-generator/pom.xml [2024-03-05T10:38:59.588Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.588Z] [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-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.588Z] [INFO] [2024-03-05T10:38:59.588Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.588Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:38:59.588Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:38:59.588Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.xml [2024-03-05T10:38:59.847Z] [INFO] attaching as hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:38:59.847Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/target/bom.json [2024-03-05T10:38:59.847Z] [INFO] attaching as hk2-metadata-generator-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.847Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator-parent --- [2024-03-05T10:38:59.847Z] [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-03-05T10:38:59.847Z] [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-03-05T10:38:59.847Z] [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-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --------------< org.glassfish.hk2:hk2-metadata-generator >-------------- [2024-03-05T10:38:59.847Z] [INFO] Building HK2 Metadata Generator 4.0.0-SNAPSHOT [13/72] [2024-03-05T10:38:59.847Z] [INFO] from hk2-metadata-generator/main/pom.xml [2024-03-05T10:38:59.847Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [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-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:38:59.847Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:38:59.847Z] [INFO] [2024-03-05T10:38:59.847Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-metadata-generator --- [2024-03-05T10:38:59.847Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:38:59.847Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:00.104Z] [INFO] [2024-03-05T10:39:00.104Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-metadata-generator --- [2024-03-05T10:39:00.104Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/src/test/resources [2024-03-05T10:39:00.104Z] [INFO] [2024-03-05T10:39:00.104Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-metadata-generator --- [2024-03-05T10:39:00.104Z] [INFO] No sources to compile [2024-03-05T10:39:00.104Z] [INFO] [2024-03-05T10:39:00.104Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-metadata-generator --- [2024-03-05T10:39:00.104Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:00.104Z] [INFO] No tests to run. [2024-03-05T10:39:00.104Z] [INFO] [2024-03-05T10:39:00.104Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-metadata-generator --- [2024-03-05T10:39:00.104Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/hk2-metadata-generator.jar [2024-03-05T10:39:00.104Z] [INFO] [2024-03-05T10:39:00.104Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator --- [2024-03-05T10:39:00.104Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:00.362Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-03-05T10:39:00.362Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.xml [2024-03-05T10:39:00.362Z] [INFO] attaching as hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:00.362Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/bom.json [2024-03-05T10:39:00.362Z] [INFO] attaching as hk2-metadata-generator-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:00.362Z] [INFO] [2024-03-05T10:39:00.362Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator --- [2024-03-05T10:39:00.362Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:00.362Z] [INFO] [2024-03-05T10:39:00.362Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator --- [2024-03-05T10:39:00.362Z] [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-03-05T10:39:00.362Z] [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-03-05T10:39:00.363Z] [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-03-05T10:39:00.363Z] [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-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] -----------< org.glassfish.hk2:hk2-metadata-generator-test1 >----------- [2024-03-05T10:39:00.363Z] [INFO] Building HK2 Metadata Generator Test One 4.0.0-SNAPSHOT [14/72] [2024-03-05T10:39:00.363Z] [INFO] from hk2-metadata-generator/test1/pom.xml [2024-03-05T10:39:00.363Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [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-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/main/resources [2024-03-05T10:39:00.363Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:00.363Z] [INFO] [2024-03-05T10:39:00.363Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.363Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:00.363Z] [INFO] Compiling 55 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:00.620Z] [INFO] [2024-03-05T10:39:00.620Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.620Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/test/resources [2024-03-05T10:39:00.620Z] [INFO] [2024-03-05T10:39:00.620Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.620Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:00.620Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:00.887Z] [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-03-05T10:39:00.887Z] [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-03-05T10:39:00.887Z] [INFO] [2024-03-05T10:39:00.887Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:00.888Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:00.888Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:00.888Z] [INFO] [2024-03-05T10:39:00.888Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:00.888Z] [INFO] T E S T S [2024-03-05T10:39:00.888Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:01.452Z] [INFO] Running org.jvnet.hk2.metadata.tests.StubTest [2024-03-05T10:39:02.042Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.550 s -- in org.jvnet.hk2.metadata.tests.StubTest [2024-03-05T10:39:02.042Z] [INFO] Running org.jvnet.hk2.metadata.tests.InhabitantsGeneratorTest [2024-03-05T10:39:02.299Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.111 s -- in org.jvnet.hk2.metadata.tests.InhabitantsGeneratorTest [2024-03-05T10:39:02.299Z] [INFO] [2024-03-05T10:39:02.299Z] [INFO] Results: [2024-03-05T10:39:02.299Z] [INFO] [2024-03-05T10:39:02.299Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:02.299Z] [INFO] [2024-03-05T10:39:02.299Z] [INFO] [2024-03-05T10:39:02.299Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:02.299Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/hk2-metadata-generator-test1.jar [2024-03-05T10:39:02.299Z] [INFO] [2024-03-05T10:39:02.299Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:02.299Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:02.556Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:39:02.556Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.xml [2024-03-05T10:39:02.556Z] [INFO] attaching as hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:02.557Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/bom.json [2024-03-05T10:39:02.557Z] [INFO] attaching as hk2-metadata-generator-test1-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:02.557Z] [INFO] [2024-03-05T10:39:02.557Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:02.557Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/jacoco.exec [2024-03-05T10:39:02.837Z] [INFO] Analyzed bundle 'HK2 Metadata Generator Test One' with 39 classes [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-metadata-generator-test1 --- [2024-03-05T10:39:02.837Z] [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-03-05T10:39:02.837Z] [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-03-05T10:39:02.837Z] [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-03-05T10:39:02.837Z] [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-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] -----------------< org.glassfish.hk2:hk2-junitrunner >------------------ [2024-03-05T10:39:02.837Z] [INFO] Building HK2 Junit Runner 4.0.0-SNAPSHOT [15/72] [2024-03-05T10:39:02.837Z] [INFO] from hk2-testing/hk2-junitrunner/pom.xml [2024-03-05T10:39:02.837Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-junitrunner --- [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-junitrunner --- [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-junitrunner --- [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-junitrunner --- [2024-03-05T10:39:02.837Z] [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-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-junitrunner --- [2024-03-05T10:39:02.837Z] [INFO] [2024-03-05T10:39:02.837Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-junitrunner --- [2024-03-05T10:39:02.838Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/src/main/resources [2024-03-05T10:39:02.838Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:02.838Z] [INFO] [2024-03-05T10:39:02.838Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-junitrunner --- [2024-03-05T10:39:02.838Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:02.838Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:03.096Z] [INFO] [2024-03-05T10:39:03.096Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-junitrunner --- [2024-03-05T10:39:03.096Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:03.096Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:03.096Z] [INFO] [2024-03-05T10:39:03.096Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-junitrunner --- [2024-03-05T10:39:03.096Z] [INFO] Copying 2 resources from src/test/resources to target/test-classes [2024-03-05T10:39:03.096Z] [INFO] [2024-03-05T10:39:03.096Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-junitrunner --- [2024-03-05T10:39:03.096Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:03.096Z] [INFO] Compiling 32 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:03.096Z] [INFO] [2024-03-05T10:39:03.096Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-junitrunner --- [2024-03-05T10:39:03.096Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:03.096Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:03.096Z] [INFO] [2024-03-05T10:39:03.096Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:03.096Z] [INFO] T E S T S [2024-03-05T10:39:03.096Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:04.033Z] [INFO] Running org.jvnet.hk2.testing.test.PackageAnnotationTest [2024-03-05T10:39:04.336Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.470 s -- in org.jvnet.hk2.testing.test.PackageAnnotationTest [2024-03-05T10:39:04.336Z] [INFO] Running org.jvnet.hk2.testing.test.JunitRunnerTest [2024-03-05T10:39:04.336Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.jvnet.hk2.testing.test.JunitRunnerTest [2024-03-05T10:39:04.336Z] [INFO] Running org.jvnet.hk2.testing.test.ClassesAnnotationTest [2024-03-05T10:39:04.336Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.jvnet.hk2.testing.test.ClassesAnnotationTest [2024-03-05T10:39:04.336Z] [INFO] Running org.jvnet.hk2.testing.test.ExcludeTest [2024-03-05T10:39:04.594Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.jvnet.hk2.testing.test.ExcludeTest [2024-03-05T10:39:04.594Z] [INFO] Running org.jvnet.hk2.testing.test.RunnerTest [2024-03-05T10:39:04.594Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.jvnet.hk2.testing.test.RunnerTest [2024-03-05T10:39:04.594Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleTest [2024-03-05T10:39:04.594Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleTest [2024-03-05T10:39:04.594Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithInhabitantFilesTest [2024-03-05T10:39:04.594Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithInhabitantFilesTest [2024-03-05T10:39:04.594Z] [INFO] Running org.jvnet.hk2.testing.test.ExcludeAnnotationTest [2024-03-05T10:39:04.594Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.jvnet.hk2.testing.test.ExcludeAnnotationTest [2024-03-05T10:39:04.594Z] [INFO] Running org.jvnet.hk2.testing.test.InhabitantFilesAnnotationTest [2024-03-05T10:39:04.595Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.jvnet.hk2.testing.test.InhabitantFilesAnnotationTest [2024-03-05T10:39:04.595Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithClassesTest [2024-03-05T10:39:04.595Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithClassesTest [2024-03-05T10:39:04.595Z] [INFO] Running org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithPackagesTest [2024-03-05T10:39:04.595Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.jvnet.hk2.testing.test.ServiceLocatorTestRuleWithPackagesTest [2024-03-05T10:39:04.595Z] [INFO] Running org.jvnet.hk2.testing.test.AlternateInhabitantLocationTest [2024-03-05T10:39:04.595Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.jvnet.hk2.testing.test.AlternateInhabitantLocationTest [2024-03-05T10:39:04.595Z] [INFO] [2024-03-05T10:39:04.595Z] [INFO] Results: [2024-03-05T10:39:04.595Z] [INFO] [2024-03-05T10:39:04.595Z] [INFO] Tests run: 23, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:04.595Z] [INFO] [2024-03-05T10:39:04.595Z] [INFO] [2024-03-05T10:39:04.595Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-junitrunner --- [2024-03-05T10:39:04.595Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/hk2-junitrunner.jar [2024-03-05T10:39:04.595Z] [INFO] [2024-03-05T10:39:04.595Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-junitrunner --- [2024-03-05T10:39:04.595Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:05.159Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-03-05T10:39:05.159Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.xml [2024-03-05T10:39:05.159Z] [INFO] attaching as hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:05.159Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/bom.json [2024-03-05T10:39:05.159Z] [INFO] attaching as hk2-junitrunner-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:05.159Z] [INFO] [2024-03-05T10:39:05.159Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-junitrunner --- [2024-03-05T10:39:05.159Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/jacoco.exec [2024-03-05T10:39:05.159Z] [INFO] Analyzed bundle 'HK2 Junit Runner' with 17 classes [2024-03-05T10:39:05.159Z] [INFO] [2024-03-05T10:39:05.159Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-junitrunner --- [2024-03-05T10:39:05.159Z] [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-03-05T10:39:05.159Z] [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-03-05T10:39:05.159Z] [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-03-05T10:39:05.159Z] [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-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] -------------------< org.glassfish.hk2:hk2-runlevel >------------------- [2024-03-05T10:39:05.160Z] [INFO] Building Run Level Service 4.0.0-SNAPSHOT [16/72] [2024-03-05T10:39:05.160Z] [INFO] from hk2-runlevel/pom.xml [2024-03-05T10:39:05.160Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-runlevel --- [2024-03-05T10:39:05.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-runlevel/target/jacoco.exec [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/resources [2024-03-05T10:39:05.160Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:39:05.160Z] [INFO] [2024-03-05T10:39:05.160Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-runlevel --- [2024-03-05T10:39:05.160Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:05.160Z] [INFO] Compiling 21 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:05.436Z] [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-03-05T10:39:05.436Z] [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-03-05T10:39:05.436Z] [INFO] [2024-03-05T10:39:05.436Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-runlevel --- [2024-03-05T10:39:05.436Z] [INFO] [2024-03-05T10:39:05.436Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-runlevel --- [2024-03-05T10:39:05.436Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:05.692Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:05.693Z] [INFO] [2024-03-05T10:39:05.693Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-runlevel --- [2024-03-05T10:39:05.693Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/test/resources [2024-03-05T10:39:05.693Z] [INFO] [2024-03-05T10:39:05.693Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-runlevel --- [2024-03-05T10:39:05.693Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:05.693Z] [INFO] Compiling 108 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:05.952Z] [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-03-05T10:39:05.953Z] [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-03-05T10:39:05.953Z] [INFO] [2024-03-05T10:39:05.953Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-runlevel --- [2024-03-05T10:39:05.953Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:05.953Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:05.953Z] [INFO] [2024-03-05T10:39:05.953Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:05.953Z] [INFO] T E S T S [2024-03-05T10:39:05.953Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:06.906Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener1.Listener1Test [2024-03-05T10:39:07.164Z] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 s -- in org.glassfish.hk2.runlevel.tests.listener1.Listener1Test [2024-03-05T10:39:07.164Z] [INFO] Running org.glassfish.hk2.runlevel.tests.validation.ValidationTest [2024-03-05T10:39:07.164Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.hk2.runlevel.tests.validation.ValidationTest [2024-03-05T10:39:07.164Z] [INFO] Running org.glassfish.hk2.runlevel.tests.failmeagain.FailMeAgainTest [2024-03-05T10:39:07.740Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 s -- in org.glassfish.hk2.runlevel.tests.failmeagain.FailMeAgainTest [2024-03-05T10:39:07.740Z] [INFO] Running org.glassfish.hk2.runlevel.tests.ghost.GhostRunLevelTest [2024-03-05T10:39:07.740Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.hk2.runlevel.tests.ghost.GhostRunLevelTest [2024-03-05T10:39:07.740Z] [INFO] Running org.glassfish.hk2.runlevel.tests.sorter.SorterTest [2024-03-05T10:39:07.740Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.runlevel.tests.sorter.SorterTest [2024-03-05T10:39:07.740Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking2.Blocking2Test [2024-03-05T10:39:09.639Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.010 s -- in org.glassfish.hk2.runlevel.tests.blocking2.Blocking2Test [2024-03-05T10:39:09.639Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking.BlockingTest [2024-03-05T10:39:09.639Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.runlevel.tests.blocking.BlockingTest [2024-03-05T10:39:09.639Z] [INFO] Running org.glassfish.hk2.runlevel.tests.blocking1.Blocking1Test [2024-03-05T10:39:11.010Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.006 s -- in org.glassfish.hk2.runlevel.tests.blocking1.Blocking1Test [2024-03-05T10:39:11.010Z] [INFO] Running org.glassfish.hk2.runlevel.tests.executor.ExecutorTest [2024-03-05T10:39:11.010Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.glassfish.hk2.runlevel.tests.executor.ExecutorTest [2024-03-05T10:39:11.010Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener.ListenerTest [2024-03-05T10:39:11.010Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.224 s -- in org.glassfish.hk2.runlevel.tests.listener.ListenerTest [2024-03-05T10:39:11.010Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener.ListenerErrorTest [2024-03-05T10:39:11.010Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.glassfish.hk2.runlevel.tests.listener.ListenerErrorTest [2024-03-05T10:39:11.010Z] [INFO] Running org.glassfish.hk2.runlevel.tests.cancel.CancelTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.726 s -- in org.glassfish.hk2.runlevel.tests.cancel.CancelTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.AsyncRLSTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s -- in org.glassfish.hk2.runlevel.tests.async.AsyncRLSTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.CancelTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.runlevel.tests.async.CancelTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.async.ErrorTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.runlevel.tests.async.ErrorTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.sync.SyncTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.runlevel.tests.sync.SyncTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.factory.RunLevelFactoryTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.runlevel.tests.factory.RunLevelFactoryTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.thrusingleton.ThruSingletonTest [2024-03-05T10:39:16.265Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.207 s -- in org.glassfish.hk2.runlevel.tests.thrusingleton.ThruSingletonTest [2024-03-05T10:39:16.265Z] [INFO] Running org.glassfish.hk2.runlevel.tests.ordering.OrderingTest [2024-03-05T10:39:16.535Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.205 s -- in org.glassfish.hk2.runlevel.tests.ordering.OrderingTest [2024-03-05T10:39:16.535Z] [INFO] Running org.glassfish.hk2.runlevel.tests.deadlock1.Deadlock1Test [2024-03-05T10:39:16.535Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.runlevel.tests.deadlock1.Deadlock1Test [2024-03-05T10:39:16.535Z] [INFO] Running org.glassfish.hk2.runlevel.tests.negative.circular.CircularTest [2024-03-05T10:39:16.535Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.runlevel.tests.negative.circular.CircularTest [2024-03-05T10:39:16.535Z] [INFO] Running org.glassfish.hk2.runlevel.tests.listener2.ListenerLevelsTest [2024-03-05T10:39:16.535Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.glassfish.hk2.runlevel.tests.listener2.ListenerLevelsTest [2024-03-05T10:39:16.792Z] [INFO] [2024-03-05T10:39:16.792Z] [INFO] Results: [2024-03-05T10:39:16.792Z] [INFO] [2024-03-05T10:39:16.792Z] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:16.792Z] [INFO] [2024-03-05T10:39:16.792Z] [INFO] [2024-03-05T10:39:16.792Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-runlevel --- [2024-03-05T10:39:16.792Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/hk2-runlevel.jar [2024-03-05T10:39:16.792Z] [INFO] [2024-03-05T10:39:16.792Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-runlevel --- [2024-03-05T10:39:16.792Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:17.048Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:17.048Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.xml [2024-03-05T10:39:17.048Z] [INFO] attaching as hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:17.048Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/bom.json [2024-03-05T10:39:17.048Z] [INFO] attaching as hk2-runlevel-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:17.048Z] [INFO] [2024-03-05T10:39:17.048Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-runlevel --- [2024-03-05T10:39:17.048Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/jacoco.exec [2024-03-05T10:39:17.048Z] [INFO] Analyzed bundle 'Run Level Service' with 27 classes [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-runlevel --- [2024-03-05T10:39:17.305Z] [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-03-05T10:39:17.305Z] [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-03-05T10:39:17.305Z] [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-03-05T10:39:17.305Z] [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-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] -------------------< org.glassfish.hk2:class-model >-------------------- [2024-03-05T10:39:17.305Z] [INFO] Building Class Model for Hk2 4.0.0-SNAPSHOT [17/72] [2024-03-05T10:39:17.305Z] [INFO] from class-model/pom.xml [2024-03-05T10:39:17.305Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- clean:3.2.0:clean (default-clean) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ class-model --- [2024-03-05T10:39:17.305Z] [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-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- resources:3.3.1:resources (default-resources) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/resources [2024-03-05T10:39:17.305Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:39:17.305Z] [INFO] [2024-03-05T10:39:17.305Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ class-model --- [2024-03-05T10:39:17.305Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:39:17.305Z] [INFO] Compiling 52 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [INFO] [2024-03-05T10:39:17.563Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ class-model --- [2024-03-05T10:39:17.563Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:17.563Z] [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-03-05T10:39:17.563Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:17.563Z] [INFO] [2024-03-05T10:39:17.563Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ class-model --- [2024-03-05T10:39:17.563Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/test/resources [2024-03-05T10:39:17.563Z] [INFO] [2024-03-05T10:39:17.563Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ class-model --- [2024-03-05T10:39:17.564Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:17.564Z] [INFO] Compiling 29 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:17.833Z] [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-03-05T10:39:17.834Z] [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-03-05T10:39:17.834Z] [INFO] [2024-03-05T10:39:17.834Z] [INFO] --- surefire:3.2.5:test (default-test) @ class-model --- [2024-03-05T10:39:17.834Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:17.834Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:17.834Z] [INFO] [2024-03-05T10:39:17.834Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:17.834Z] [INFO] T E S T S [2024-03-05T10:39:17.834Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:18.441Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.GFInstallationTest [2024-03-05T10:39:18.441Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.021 s -- in org.glassfish.hk2.classmodel.reflect.test.GFInstallationTest [2024-03-05T10:39:18.441Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.LocatorTest [2024-03-05T10:39:18.699Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.079 s -- in org.glassfish.hk2.classmodel.reflect.test.LocatorTest [2024-03-05T10:39:18.699Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.method.MethodTest [2024-03-05T10:39:18.699Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s -- in org.glassfish.hk2.classmodel.reflect.test.method.MethodTest [2024-03-05T10:39:18.699Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.test.ModelTest [2024-03-05T10:39:18.699Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.classmodel.reflect.test.ModelTest [2024-03-05T10:39:18.699Z] [INFO] Running org.glassfish.hk2.classmodel.reflect.impl.TypeImplTest [2024-03-05T10:39:18.699Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.glassfish.hk2.classmodel.reflect.impl.TypeImplTest [2024-03-05T10:39:18.699Z] [INFO] [2024-03-05T10:39:18.699Z] [INFO] Results: [2024-03-05T10:39:18.699Z] [INFO] [2024-03-05T10:39:18.699Z] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 2 [2024-03-05T10:39:18.699Z] [INFO] [2024-03-05T10:39:18.699Z] [INFO] [2024-03-05T10:39:18.699Z] [INFO] --- jar:3.3.0:jar (default-jar) @ class-model --- [2024-03-05T10:39:18.955Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/class-model.jar [2024-03-05T10:39:18.956Z] [INFO] [2024-03-05T10:39:18.956Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ class-model --- [2024-03-05T10:39:18.956Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:19.213Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:19.213Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.xml [2024-03-05T10:39:19.213Z] [INFO] attaching as class-model-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:19.213Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/bom.json [2024-03-05T10:39:19.213Z] [INFO] attaching as class-model-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:19.213Z] [INFO] [2024-03-05T10:39:19.213Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ class-model --- [2024-03-05T10:39:19.213Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/jacoco.exec [2024-03-05T10:39:19.213Z] [INFO] Analyzed bundle 'Class Model for Hk2' with 57 classes [2024-03-05T10:39:19.213Z] [INFO] [2024-03-05T10:39:19.213Z] [INFO] --- install:3.1.1:install (default-install) @ class-model --- [2024-03-05T10:39:19.213Z] [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-03-05T10:39:19.213Z] [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-03-05T10:39:19.213Z] [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-03-05T10:39:19.213Z] [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-03-05T10:39:19.213Z] [INFO] [2024-03-05T10:39:19.213Z] [INFO] -----------------------< org.glassfish.hk2:osgi >----------------------- [2024-03-05T10:39:19.213Z] [INFO] Building OSGi code 4.0.0-SNAPSHOT [18/72] [2024-03-05T10:39:19.213Z] [INFO] from osgi/pom.xml [2024-03-05T10:39:19.213Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:19.213Z] [INFO] [2024-03-05T10:39:19.213Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi --- [2024-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi --- [2024-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi --- [2024-03-05T10:39:19.470Z] [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-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ osgi --- [2024-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi --- [2024-03-05T10:39:19.470Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:19.470Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:19.470Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.xml [2024-03-05T10:39:19.470Z] [INFO] attaching as osgi-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:19.470Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/target/bom.json [2024-03-05T10:39:19.470Z] [INFO] attaching as osgi-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi --- [2024-03-05T10:39:19.470Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] --- install:3.1.1:install (default-install) @ osgi --- [2024-03-05T10:39:19.470Z] [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-03-05T10:39:19.470Z] [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-03-05T10:39:19.470Z] [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-03-05T10:39:19.470Z] [INFO] [2024-03-05T10:39:19.470Z] [INFO] -------------------< org.glassfish.hk2:osgi-adapter >------------------- [2024-03-05T10:39:19.470Z] [INFO] Building HK2 OSGi Adapter 4.0.0-SNAPSHOT [19/72] [2024-03-05T10:39:19.470Z] [INFO] from osgi/adapter/pom.xml [2024-03-05T10:39:19.470Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi-adapter --- [2024-03-05T10:39:19.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/osgi/adapter/target/jacoco.exec [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- resources:3.3.1:resources (default-resources) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/resources [2024-03-05T10:39:19.471Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:19.471Z] [INFO] [2024-03-05T10:39:19.471Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ osgi-adapter --- [2024-03-05T10:39:19.471Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:19.471Z] [INFO] Compiling 19 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:20.039Z] [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-03-05T10:39:20.040Z] [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-03-05T10:39:20.040Z] [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-03-05T10:39:20.040Z] [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-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:20.040Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/test/resources [2024-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [INFO] No sources to compile [2024-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- surefire:3.2.5:test (default-test) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:20.040Z] [INFO] No tests to run. [2024-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- jar:3.3.0:jar (default-jar) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/osgi-adapter.jar [2024-03-05T10:39:20.040Z] [INFO] [2024-03-05T10:39:20.040Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-adapter --- [2024-03-05T10:39:20.040Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Creating BOM version 1.4 with 47 component(s) [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.xml [2024-03-05T10:39:21.407Z] [INFO] attaching as osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/bom.json [2024-03-05T10:39:21.407Z] [INFO] attaching as osgi-adapter-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi-adapter --- [2024-03-05T10:39:21.407Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- install:3.1.1:install (default-install) @ osgi-adapter --- [2024-03-05T10:39:21.407Z] [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-03-05T10:39:21.407Z] [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-03-05T10:39:21.407Z] [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-03-05T10:39:21.407Z] [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-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] ------------< org.glassfish.hk2:osgi-adapter-tests-parent >------------- [2024-03-05T10:39:21.407Z] [INFO] Building osgi-adapter-tests-parent 4.0.0-SNAPSHOT [20/72] [2024-03-05T10:39:21.407Z] [INFO] from osgi/adapter-tests/pom.xml [2024-03-05T10:39:21.407Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- clean:3.2.0:clean (default-clean) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [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-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.xml [2024-03-05T10:39:21.407Z] [INFO] attaching as osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:21.407Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/target/bom.json [2024-03-05T10:39:21.407Z] [INFO] attaching as osgi-adapter-tests-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:21.407Z] [INFO] [2024-03-05T10:39:21.407Z] [INFO] --- install:3.1.1:install (default-install) @ osgi-adapter-tests-parent --- [2024-03-05T10:39:21.407Z] [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-03-05T10:39:21.408Z] [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-03-05T10:39:21.408Z] [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-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] -----------------< org.glassfish.hk2:contract-bundle >------------------ [2024-03-05T10:39:21.408Z] [INFO] Building Holds test contracts 4.0.0-SNAPSHOT [21/72] [2024-03-05T10:39:21.408Z] [INFO] from osgi/adapter-tests/contract-bundle/pom.xml [2024-03-05T10:39:21.408Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- clean:3.2.0:clean (default-clean) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [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-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- resources:3.3.1:resources (default-resources) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/main/resources [2024-03-05T10:39:21.408Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:21.408Z] [INFO] [2024-03-05T10:39:21.408Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ contract-bundle --- [2024-03-05T10:39:21.408Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:21.408Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:21.665Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/test/resources [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [INFO] No sources to compile [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- surefire:3.2.5:test (default-test) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:21.665Z] [INFO] No tests to run. [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- jar:3.3.0:jar (default-jar) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/contract-bundle.jar [2024-03-05T10:39:21.665Z] [INFO] [2024-03-05T10:39:21.665Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ contract-bundle --- [2024-03-05T10:39:21.665Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:21.935Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [INFO] attaching as contract-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [INFO] attaching as contract-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ contract-bundle --- [2024-03-05T10:39:21.935Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- install:3.1.1:install (default-install) @ contract-bundle --- [2024-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] -----------------< org.glassfish.hk2:faux-sdp-bundle >------------------ [2024-03-05T10:39:21.935Z] [INFO] Building Simulates a bundle 4.0.0-SNAPSHOT [22/72] [2024-03-05T10:39:21.935Z] [INFO] from osgi/adapter-tests/faux-sdp-bundle/pom.xml [2024-03-05T10:39:21.935Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- clean:3.2.0:clean (default-clean) @ faux-sdp-bundle --- [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ faux-sdp-bundle --- [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ faux-sdp-bundle --- [2024-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.935Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ faux-sdp-bundle --- [2024-03-05T10:39:21.935Z] [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-03-05T10:39:21.935Z] [INFO] [2024-03-05T10:39:21.936Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ faux-sdp-bundle --- [2024-03-05T10:39:21.936Z] [INFO] [2024-03-05T10:39:21.936Z] [INFO] --- resources:3.3.1:resources (default-resources) @ faux-sdp-bundle --- [2024-03-05T10:39:21.936Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/main/resources [2024-03-05T10:39:21.936Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:21.936Z] [INFO] [2024-03-05T10:39:21.936Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ faux-sdp-bundle --- [2024-03-05T10:39:21.936Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:21.936Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:21.936Z] [INFO] [2024-03-05T10:39:21.936Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ faux-sdp-bundle --- [2024-03-05T10:39:21.936Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:22.192Z] [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-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/test/resources [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] No sources to compile [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- surefire:3.2.5:test (default-test) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- jar:3.3.0:jar (default-jar) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/faux-sdp-bundle.jar [2024-03-05T10:39:22.193Z] [INFO] [2024-03-05T10:39:22.193Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ faux-sdp-bundle --- [2024-03-05T10:39:22.193Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:22.450Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [INFO] attaching as faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [INFO] attaching as faux-sdp-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ faux-sdp-bundle --- [2024-03-05T10:39:22.450Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- install:3.1.1:install (default-install) @ faux-sdp-bundle --- [2024-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --------------< org.glassfish.hk2:sdp-management-bundle >--------------- [2024-03-05T10:39:22.450Z] [INFO] Building Manages the faux sdp management bundle 4.0.0-SNAPSHOT [23/72] [2024-03-05T10:39:22.450Z] [INFO] from osgi/adapter-tests/sdp-management-bundle/pom.xml [2024-03-05T10:39:22.450Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- clean:3.2.0:clean (default-clean) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [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-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- resources:3.3.1:resources (default-resources) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/main/resources [2024-03-05T10:39:22.450Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:39:22.450Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:22.450Z] [INFO] [2024-03-05T10:39:22.450Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ sdp-management-bundle --- [2024-03-05T10:39:22.450Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:22.707Z] [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-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/test/resources [2024-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [INFO] No sources to compile [2024-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- surefire:3.2.5:test (default-test) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:22.708Z] [INFO] No tests to run. [2024-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- dependency:3.6.1:copy (copy) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [INFO] Configured Artifact: org.glassfish.hk2:faux-sdp-bundle:4.0.0-SNAPSHOT:jar [2024-03-05T10:39:22.708Z] [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-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- jar:3.3.0:jar (default-jar) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/sdp-management-bundle.jar [2024-03-05T10:39:22.708Z] [INFO] [2024-03-05T10:39:22.708Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ sdp-management-bundle --- [2024-03-05T10:39:22.708Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:22.965Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [INFO] attaching as sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [INFO] attaching as sdp-management-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ sdp-management-bundle --- [2024-03-05T10:39:22.965Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- install:3.1.1:install (default-install) @ sdp-management-bundle --- [2024-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [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-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] ---------------< org.glassfish.hk2:test-module-startup >---------------- [2024-03-05T10:39:22.965Z] [INFO] Building a test module startup 4.0.0-SNAPSHOT [24/72] [2024-03-05T10:39:22.965Z] [INFO] from osgi/adapter-tests/test-module-startup/pom.xml [2024-03-05T10:39:22.965Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- clean:3.2.0:clean (default-clean) @ test-module-startup --- [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ test-module-startup --- [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ test-module-startup --- [2024-03-05T10:39:22.965Z] [INFO] [2024-03-05T10:39:22.965Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [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-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- resources:3.3.1:resources (default-resources) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:39:22.966Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:22.966Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:22.966Z] [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-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/src/test/resources [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] No sources to compile [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- surefire:3.2.5:test (default-test) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:22.966Z] [INFO] No tests to run. [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- jar:3.3.0:jar (default-jar) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/test-module-startup.jar [2024-03-05T10:39:22.966Z] [INFO] [2024-03-05T10:39:22.966Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ test-module-startup --- [2024-03-05T10:39:22.966Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:23.233Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [INFO] attaching as test-module-startup-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [INFO] attaching as test-module-startup-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ test-module-startup --- [2024-03-05T10:39:23.490Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- install:3.1.1:install (default-install) @ test-module-startup --- [2024-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] ------------------< org.glassfish.hk2:no-hk2-bundle >------------------- [2024-03-05T10:39:23.490Z] [INFO] Building A bundle with no hk2 dependencies 4.0.0-SNAPSHOT [25/72] [2024-03-05T10:39:23.490Z] [INFO] from osgi/adapter-tests/no-hk2-bundle/pom.xml [2024-03-05T10:39:23.490Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- clean:3.2.0:clean (default-clean) @ no-hk2-bundle --- [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ no-hk2-bundle --- [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ no-hk2-bundle --- [2024-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.490Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ no-hk2-bundle --- [2024-03-05T10:39:23.490Z] [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-03-05T10:39:23.490Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- resources:3.3.1:resources (default-resources) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/main/resources [2024-03-05T10:39:23.491Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:39:23.491Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:23.491Z] [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-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/test/resources [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] No sources to compile [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- surefire:3.2.5:test (default-test) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:23.491Z] [INFO] No tests to run. [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- jar:3.3.0:jar (default-jar) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/no-hk2-bundle.jar [2024-03-05T10:39:23.491Z] [INFO] [2024-03-05T10:39:23.491Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ no-hk2-bundle --- [2024-03-05T10:39:23.491Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:23.747Z] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [2024-03-05T10:39:23.747Z] [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-03-05T10:39:23.747Z] [INFO] attaching as no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:23.747Z] [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-03-05T10:39:23.747Z] [INFO] attaching as no-hk2-bundle-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:23.747Z] [INFO] [2024-03-05T10:39:23.747Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ no-hk2-bundle --- [2024-03-05T10:39:23.747Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:23.747Z] [INFO] [2024-03-05T10:39:23.747Z] [INFO] --- install:3.1.1:install (default-install) @ no-hk2-bundle --- [2024-03-05T10:39:23.747Z] [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-03-05T10:39:23.748Z] [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-03-05T10:39:23.748Z] [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-03-05T10:39:23.748Z] [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-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] ---------------------< org.glassfish.hk2:examples >--------------------- [2024-03-05T10:39:23.748Z] [INFO] Building Examples of various use cases 4.0.0-SNAPSHOT [26/72] [2024-03-05T10:39:23.748Z] [INFO] from examples/pom.xml [2024-03-05T10:39:23.748Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] --- clean:3.2.0:clean (default-clean) @ examples --- [2024-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ examples --- [2024-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ examples --- [2024-03-05T10:39:23.748Z] [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-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ examples --- [2024-03-05T10:39:23.748Z] [INFO] [2024-03-05T10:39:23.748Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ examples --- [2024-03-05T10:39:23.748Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:24.004Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:24.004Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.xml [2024-03-05T10:39:24.004Z] [INFO] attaching as examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:24.004Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/target/bom.json [2024-03-05T10:39:24.004Z] [INFO] attaching as examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:24.004Z] [INFO] [2024-03-05T10:39:24.004Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ examples --- [2024-03-05T10:39:24.005Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- install:3.1.1:install (default-install) @ examples --- [2024-03-05T10:39:24.005Z] [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-03-05T10:39:24.005Z] [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-03-05T10:39:24.005Z] [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-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] -------------< org.glassfish.hk2:custom-resolver-example >-------------- [2024-03-05T10:39:24.005Z] [INFO] Building Custom Resolver Example 4.0.0-SNAPSHOT [27/72] [2024-03-05T10:39:24.005Z] [INFO] from examples/custom-resolver/pom.xml [2024-03-05T10:39:24.005Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- clean:3.2.0:clean (default-clean) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [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-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- resources:3.3.1:resources (default-resources) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/main/resources [2024-03-05T10:39:24.005Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:24.005Z] [INFO] [2024-03-05T10:39:24.005Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ custom-resolver-example --- [2024-03-05T10:39:24.005Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:24.005Z] [INFO] Compiling 10 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:24.261Z] [INFO] [2024-03-05T10:39:24.262Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ custom-resolver-example --- [2024-03-05T10:39:24.262Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:24.262Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:24.262Z] [INFO] [2024-03-05T10:39:24.262Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ custom-resolver-example --- [2024-03-05T10:39:24.262Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/test/resources [2024-03-05T10:39:24.262Z] [INFO] [2024-03-05T10:39:24.262Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ custom-resolver-example --- [2024-03-05T10:39:24.262Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:24.262Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:24.262Z] [INFO] [2024-03-05T10:39:24.262Z] [INFO] --- surefire:3.2.5:test (default-test) @ custom-resolver-example --- [2024-03-05T10:39:24.262Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:24.262Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:24.262Z] [INFO] [2024-03-05T10:39:24.262Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:24.262Z] [INFO] T E S T S [2024-03-05T10:39:24.262Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:25.208Z] [INFO] Running org.glassfish.examples.http.test.CustomResolverTest [2024-03-05T10:39:25.487Z] I got a message of rank 50 and id 1 and action FirstRequest [2024-03-05T10:39:25.487Z] I got a message of rank 100 and id 2 and action SecondRequest [2024-03-05T10:39:25.487Z] I got a message of rank 1000 and id 3 and action ThirdRequest [2024-03-05T10:39:25.487Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.603 s -- in org.glassfish.examples.http.test.CustomResolverTest [2024-03-05T10:39:25.487Z] [INFO] [2024-03-05T10:39:25.487Z] [INFO] Results: [2024-03-05T10:39:25.487Z] [INFO] [2024-03-05T10:39:25.487Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:25.487Z] [INFO] [2024-03-05T10:39:25.487Z] [INFO] [2024-03-05T10:39:25.487Z] [INFO] --- jar:3.3.0:jar (default-jar) @ custom-resolver-example --- [2024-03-05T10:39:25.487Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/custom-resolver-example.jar [2024-03-05T10:39:25.744Z] [INFO] [2024-03-05T10:39:25.744Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ custom-resolver-example --- [2024-03-05T10:39:25.744Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:26.001Z] [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [2024-03-05T10:39:26.001Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.xml [2024-03-05T10:39:26.001Z] [INFO] attaching as custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:26.001Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/bom.json [2024-03-05T10:39:26.001Z] [INFO] attaching as custom-resolver-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ custom-resolver-example --- [2024-03-05T10:39:26.001Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/jacoco.exec [2024-03-05T10:39:26.001Z] [INFO] Analyzed bundle 'Custom Resolver Example' with 7 classes [2024-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] --- install:3.1.1:install (default-install) @ custom-resolver-example --- [2024-03-05T10:39:26.001Z] [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-03-05T10:39:26.001Z] [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-03-05T10:39:26.001Z] [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-03-05T10:39:26.001Z] [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-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] ------------< org.glassfish.hk2:security-lockdown-example >------------- [2024-03-05T10:39:26.001Z] [INFO] Building Security Lockdown Example 4.0.0-SNAPSHOT [28/72] [2024-03-05T10:39:26.001Z] [INFO] from examples/security-lockdown/pom.xml [2024-03-05T10:39:26.001Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example --- [2024-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example --- [2024-03-05T10:39:26.001Z] [INFO] [2024-03-05T10:39:26.001Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example --- [2024-03-05T10:39:26.002Z] [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-03-05T10:39:26.002Z] [INFO] [2024-03-05T10:39:26.002Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ security-lockdown-example --- [2024-03-05T10:39:26.002Z] [INFO] [2024-03-05T10:39:26.002Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example --- [2024-03-05T10:39:26.002Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:26.259Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:26.259Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.xml [2024-03-05T10:39:26.259Z] [INFO] attaching as security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:26.259Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/target/bom.json [2024-03-05T10:39:26.259Z] [INFO] attaching as security-lockdown-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example --- [2024-03-05T10:39:26.259Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example --- [2024-03-05T10:39:26.259Z] [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-03-05T10:39:26.259Z] [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-03-05T10:39:26.259Z] [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-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-system >--------- [2024-03-05T10:39:26.259Z] [INFO] Building Security Lockdown System 4.0.0-SNAPSHOT [29/72] [2024-03-05T10:39:26.259Z] [INFO] from examples/security-lockdown/system/pom.xml [2024-03-05T10:39:26.259Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [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-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/main/resources [2024-03-05T10:39:26.259Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:26.259Z] [INFO] [2024-03-05T10:39:26.259Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ security-lockdown-example-system --- [2024-03-05T10:39:26.259Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:26.259Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:26.260Z] [INFO] [2024-03-05T10:39:26.260Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-system --- [2024-03-05T10:39:26.260Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:26.534Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/test/resources [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [INFO] No sources to compile [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:26.534Z] [INFO] No tests to run. [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/security-lockdown-example-system.jar [2024-03-05T10:39:26.534Z] [INFO] [2024-03-05T10:39:26.534Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-system --- [2024-03-05T10:39:26.534Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:26.790Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:26.790Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.xml [2024-03-05T10:39:26.791Z] [INFO] attaching as security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:26.791Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/bom.json [2024-03-05T10:39:26.791Z] [INFO] attaching as security-lockdown-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-system --- [2024-03-05T10:39:26.791Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-system --- [2024-03-05T10:39:26.791Z] [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-03-05T10:39:26.791Z] [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-03-05T10:39:26.791Z] [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-03-05T10:39:26.791Z] [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-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-alice >---------- [2024-03-05T10:39:26.791Z] [INFO] Building Security Lockdown System Alice 4.0.0-SNAPSHOT [30/72] [2024-03-05T10:39:26.791Z] [INFO] from examples/security-lockdown/alice/pom.xml [2024-03-05T10:39:26.791Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [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-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/main/resources [2024-03-05T10:39:26.791Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:26.791Z] [INFO] [2024-03-05T10:39:26.791Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ security-lockdown-example-alice --- [2024-03-05T10:39:26.791Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:27.049Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:27.049Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/test/resources [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] No sources to compile [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:27.049Z] [INFO] No tests to run. [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/security-lockdown-example-alice.jar [2024-03-05T10:39:27.049Z] [INFO] [2024-03-05T10:39:27.049Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.049Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:27.306Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:39:27.306Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.xml [2024-03-05T10:39:27.306Z] [INFO] attaching as security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:27.306Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/bom.json [2024-03-05T10:39:27.306Z] [INFO] attaching as security-lockdown-example-alice-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:27.306Z] [INFO] [2024-03-05T10:39:27.306Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.306Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:27.306Z] [INFO] [2024-03-05T10:39:27.306Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-alice --- [2024-03-05T10:39:27.306Z] [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-03-05T10:39:27.306Z] [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-03-05T10:39:27.306Z] [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-03-05T10:39:27.306Z] [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-03-05T10:39:27.306Z] [INFO] [2024-03-05T10:39:27.306Z] [INFO] --------< org.glassfish.hk2:security-lockdown-example-mallory >--------- [2024-03-05T10:39:27.306Z] [INFO] Building Security Lockdown Mallory 4.0.0-SNAPSHOT [31/72] [2024-03-05T10:39:27.306Z] [INFO] from examples/security-lockdown/mallory/pom.xml [2024-03-05T10:39:27.306Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:27.306Z] [INFO] [2024-03-05T10:39:27.306Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.306Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [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-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/main/resources [2024-03-05T10:39:27.307Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:27.307Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:27.307Z] [INFO] [2024-03-05T10:39:27.307Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.307Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:27.565Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/test/resources [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [INFO] No sources to compile [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:27.565Z] [INFO] No tests to run. [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/security-lockdown-example-mallory.jar [2024-03-05T10:39:27.565Z] [INFO] [2024-03-05T10:39:27.565Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.565Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:27.833Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-03-05T10:39:27.833Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.xml [2024-03-05T10:39:27.833Z] [INFO] attaching as security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:27.833Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/bom.json [2024-03-05T10:39:27.834Z] [INFO] attaching as security-lockdown-example-mallory-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.834Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-mallory --- [2024-03-05T10:39:27.834Z] [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-03-05T10:39:27.834Z] [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-03-05T10:39:27.834Z] [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-03-05T10:39:27.834Z] [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-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] ---------< org.glassfish.hk2:security-lockdown-example-runner >--------- [2024-03-05T10:39:27.834Z] [INFO] Building Security Lockdown Runner 4.0.0-SNAPSHOT [32/72] [2024-03-05T10:39:27.834Z] [INFO] from examples/security-lockdown/runner/pom.xml [2024-03-05T10:39:27.834Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- clean:3.2.0:clean (default-clean) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [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-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- resources:3.3.1:resources (default-resources) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/src/main/resources [2024-03-05T10:39:27.834Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:27.834Z] [INFO] [2024-03-05T10:39:27.834Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ security-lockdown-example-runner --- [2024-03-05T10:39:27.834Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:27.834Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:28.092Z] [INFO] [2024-03-05T10:39:28.092Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ security-lockdown-example-runner --- [2024-03-05T10:39:28.092Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:28.092Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:28.092Z] [INFO] [2024-03-05T10:39:28.092Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ security-lockdown-example-runner --- [2024-03-05T10:39:28.092Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:39:28.092Z] [INFO] [2024-03-05T10:39:28.092Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ security-lockdown-example-runner --- [2024-03-05T10:39:28.092Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:28.092Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:39:28.092Z] [INFO] [2024-03-05T10:39:28.092Z] [INFO] --- surefire:3.2.5:test (default-test) @ security-lockdown-example-runner --- [2024-03-05T10:39:28.092Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:28.092Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:28.092Z] [INFO] [2024-03-05T10:39:28.092Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:28.092Z] [INFO] T E S T S [2024-03-05T10:39:28.092Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:28.350Z] WARNING: A command line option has enabled the Security Manager [2024-03-05T10:39:28.350Z] WARNING: The Security Manager is deprecated and will be removed in a future release [2024-03-05T10:39:28.914Z] [INFO] Running org.glassfish.securitylockdown.test.SecurityLockdownTest [2024-03-05T10:39:29.170Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.glassfish.securitylockdown.test.SecurityLockdownTest [2024-03-05T10:39:29.170Z] [INFO] [2024-03-05T10:39:29.170Z] [INFO] Results: [2024-03-05T10:39:29.170Z] [INFO] [2024-03-05T10:39:29.170Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:29.170Z] [INFO] [2024-03-05T10:39:29.170Z] [INFO] [2024-03-05T10:39:29.170Z] [INFO] --- jar:3.3.0:jar (default-jar) @ security-lockdown-example-runner --- [2024-03-05T10:39:29.170Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/security-lockdown-example-runner.jar [2024-03-05T10:39:29.170Z] [INFO] [2024-03-05T10:39:29.170Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ security-lockdown-example-runner --- [2024-03-05T10:39:29.171Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:29.740Z] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [2024-03-05T10:39:29.740Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.xml [2024-03-05T10:39:29.741Z] [INFO] attaching as security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:29.741Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/bom.json [2024-03-05T10:39:29.741Z] [INFO] attaching as security-lockdown-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ security-lockdown-example-runner --- [2024-03-05T10:39:29.741Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/jacoco.exec [2024-03-05T10:39:29.741Z] [INFO] Analyzed bundle 'Security Lockdown Runner' with 1 classes [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- install:3.1.1:install (default-install) @ security-lockdown-example-runner --- [2024-03-05T10:39:29.741Z] [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-03-05T10:39:29.741Z] [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-03-05T10:39:29.741Z] [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-03-05T10:39:29.741Z] [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-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] ---------------< org.glassfish.hk2:caching-aop-example >---------------- [2024-03-05T10:39:29.741Z] [INFO] Building AOP Caching Example 4.0.0-SNAPSHOT [33/72] [2024-03-05T10:39:29.741Z] [INFO] from examples/caching/pom.xml [2024-03-05T10:39:29.741Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example --- [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example --- [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example --- [2024-03-05T10:39:29.741Z] [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-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ caching-aop-example --- [2024-03-05T10:39:29.741Z] [INFO] [2024-03-05T10:39:29.741Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example --- [2024-03-05T10:39:29.741Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:29.998Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:29.998Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.xml [2024-03-05T10:39:29.998Z] [INFO] attaching as caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:29.998Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/target/bom.json [2024-03-05T10:39:29.998Z] [INFO] attaching as caching-aop-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:29.998Z] [INFO] [2024-03-05T10:39:29.998Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example --- [2024-03-05T10:39:29.998Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:29.998Z] [INFO] [2024-03-05T10:39:29.998Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example --- [2024-03-05T10:39:29.998Z] [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-03-05T10:39:29.998Z] [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-03-05T10:39:29.998Z] [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-03-05T10:39:29.998Z] [INFO] [2024-03-05T10:39:29.998Z] [INFO] ------------< org.glassfish.hk2:caching-aop-example-system >------------ [2024-03-05T10:39:29.998Z] [INFO] Building Caching AOP Example System 4.0.0-SNAPSHOT [34/72] [2024-03-05T10:39:29.998Z] [INFO] from examples/caching/system/pom.xml [2024-03-05T10:39:29.998Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:29.998Z] [INFO] [2024-03-05T10:39:29.998Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example-system --- [2024-03-05T10:39:29.998Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [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-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- resources:3.3.1:resources (default-resources) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/main/resources [2024-03-05T10:39:29.999Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:29.999Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:29.999Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/test/resources [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] No sources to compile [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- surefire:3.2.5:test (default-test) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:29.999Z] [INFO] No tests to run. [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- jar:3.3.0:jar (default-jar) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/caching-aop-example-system.jar [2024-03-05T10:39:29.999Z] [INFO] [2024-03-05T10:39:29.999Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example-system --- [2024-03-05T10:39:29.999Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:30.564Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:30.564Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.xml [2024-03-05T10:39:30.564Z] [INFO] attaching as caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:30.564Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/bom.json [2024-03-05T10:39:30.564Z] [INFO] attaching as caching-aop-example-system-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.564Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example-system --- [2024-03-05T10:39:30.564Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.564Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example-system --- [2024-03-05T10:39:30.564Z] [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-03-05T10:39:30.564Z] [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-03-05T10:39:30.564Z] [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-03-05T10:39:30.564Z] [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-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.564Z] [INFO] ------------< org.glassfish.hk2:caching-aop-example-runner >------------ [2024-03-05T10:39:30.564Z] [INFO] Building Caching AOP Example Runner 4.0.0-SNAPSHOT [35/72] [2024-03-05T10:39:30.564Z] [INFO] from examples/caching/runner/pom.xml [2024-03-05T10:39:30.564Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.564Z] [INFO] --- clean:3.2.0:clean (default-clean) @ caching-aop-example-runner --- [2024-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.564Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ caching-aop-example-runner --- [2024-03-05T10:39:30.564Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [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-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- resources:3.3.1:resources (default-resources) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/main/resources [2024-03-05T10:39:30.565Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:30.565Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:30.565Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/test/resources [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:30.565Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] --- surefire:3.2.5:test (default-test) @ caching-aop-example-runner --- [2024-03-05T10:39:30.565Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:30.565Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:30.565Z] [INFO] [2024-03-05T10:39:30.565Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:30.565Z] [INFO] T E S T S [2024-03-05T10:39:30.565Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:31.507Z] [INFO] Running org.glassfish.examples.caching.runner.CachingTest [2024-03-05T10:39:31.764Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.429 s -- in org.glassfish.examples.caching.runner.CachingTest [2024-03-05T10:39:31.764Z] [INFO] [2024-03-05T10:39:31.764Z] [INFO] Results: [2024-03-05T10:39:31.764Z] [INFO] [2024-03-05T10:39:31.764Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:31.764Z] [INFO] [2024-03-05T10:39:31.764Z] [INFO] [2024-03-05T10:39:31.764Z] [INFO] --- jar:3.3.0:jar (default-jar) @ caching-aop-example-runner --- [2024-03-05T10:39:31.764Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/caching-aop-example-runner.jar [2024-03-05T10:39:31.764Z] [INFO] [2024-03-05T10:39:31.764Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ caching-aop-example-runner --- [2024-03-05T10:39:31.764Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:32.336Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-03-05T10:39:32.336Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.xml [2024-03-05T10:39:32.336Z] [INFO] attaching as caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:32.336Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/bom.json [2024-03-05T10:39:32.336Z] [INFO] attaching as caching-aop-example-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:32.336Z] [INFO] [2024-03-05T10:39:32.336Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ caching-aop-example-runner --- [2024-03-05T10:39:32.336Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/jacoco.exec [2024-03-05T10:39:32.336Z] [INFO] Analyzed bundle 'Caching AOP Example Runner' with 3 classes [2024-03-05T10:39:32.336Z] [INFO] [2024-03-05T10:39:32.336Z] [INFO] --- install:3.1.1:install (default-install) @ caching-aop-example-runner --- [2024-03-05T10:39:32.336Z] [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-03-05T10:39:32.336Z] [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-03-05T10:39:32.336Z] [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-03-05T10:39:32.336Z] [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-03-05T10:39:32.336Z] [INFO] [2024-03-05T10:39:32.336Z] [INFO] --------------------< org.glassfish.hk2:hk2-extras >-------------------- [2024-03-05T10:39:32.336Z] [INFO] Building HK2 extras module 4.0.0-SNAPSHOT [36/72] [2024-03-05T10:39:32.336Z] [INFO] from hk2-extras/pom.xml [2024-03-05T10:39:32.336Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [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-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/resources [2024-03-05T10:39:32.337Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:39:32.337Z] [INFO] [2024-03-05T10:39:32.337Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-extras --- [2024-03-05T10:39:32.337Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:32.337Z] [INFO] Compiling 30 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:32.594Z] [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-03-05T10:39:32.594Z] [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-03-05T10:39:32.594Z] [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-03-05T10:39:32.594Z] [INFO] [2024-03-05T10:39:32.594Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-extras --- [2024-03-05T10:39:32.594Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:32.851Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:32.851Z] [INFO] [2024-03-05T10:39:32.851Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-extras --- [2024-03-05T10:39:32.851Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/test/resources [2024-03-05T10:39:32.851Z] [INFO] [2024-03-05T10:39:32.851Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-extras --- [2024-03-05T10:39:32.851Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:32.851Z] [INFO] Compiling 150 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:33.785Z] [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-03-05T10:39:33.785Z] [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-03-05T10:39:33.785Z] [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-03-05T10:39:33.785Z] [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-03-05T10:39:33.785Z] [INFO] [2024-03-05T10:39:33.785Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-extras --- [2024-03-05T10:39:33.785Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:33.785Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:33.785Z] [INFO] [2024-03-05T10:39:33.785Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:33.785Z] [INFO] T E S T S [2024-03-05T10:39:33.785Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:34.350Z] [INFO] Running org.glassfish.hk2.tests.operation.basic.OperationsTest [2024-03-05T10:39:35.301Z] [INFO] Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.715 s -- in org.glassfish.hk2.tests.operation.basic.OperationsTest [2024-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.operation.shutdown.OperationShutdownTest [2024-03-05T10:39:35.302Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.hk2.tests.operation.shutdown.OperationShutdownTest [2024-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.basic.BasicTopicTest [2024-03-05T10:39:35.302Z] BasicTopicTest testDestroyedServiceNoLongerGetsNotified is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testDestroyedServiceNoLongerGetsNotified has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testPerLookupDestroyedAfterPassedToSubscriptionMethod is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testPerLookupDestroyedAfterPassedToSubscriptionMethod has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribers is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribers has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribersOnOneService is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribersOnOneService has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributionByQualifier is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributionByQualifier has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testDifferentClassFactory is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testDifferentClassFactory has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testNeverAnySubscibers is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testNeverAnySubscibers has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributionByType is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributionByType has succeeded [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribersViaModules is starting [2024-03-05T10:39:35.302Z] BasicTopicTest testEventDistributedToAllSubscribersViaModules has succeeded [2024-03-05T10:39:35.302Z] [WARNING] Tests run: 10, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.164 s -- in org.glassfish.hk2.tests.locator.messaging.basic.BasicTopicTest [2024-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.resolver.CustomResolverTest [2024-03-05T10:39:35.302Z] [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-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.error.TopicErrorCasesTest [2024-03-05T10:39:35.302Z] [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-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.locator.messaging.operation.MessagingOperationTest [2024-03-05T10:39:35.302Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s -- in org.glassfish.hk2.tests.locator.messaging.operation.MessagingOperationTest [2024-03-05T10:39:35.302Z] [INFO] Running org.glassfish.hk2.tests.hk2bridge.BridgeTest [2024-03-05T10:39:35.559Z] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.glassfish.hk2.tests.hk2bridge.BridgeTest [2024-03-05T10:39:35.559Z] [INFO] Running org.glassfish.hk2.tests.proxiableshared.TwoLocatorsInjectSharedComponentWithProxyTest [2024-03-05T10:39:35.559Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s -- in org.glassfish.hk2.tests.proxiableshared.TwoLocatorsInjectSharedComponentWithProxyTest [2024-03-05T10:39:35.560Z] [INFO] Running org.glassfish.hk2.tests.interception.DefaultInterceptionTest [2024-03-05T10:39:35.560Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.glassfish.hk2.tests.interception.DefaultInterceptionTest [2024-03-05T10:39:35.560Z] [INFO] Running org.glassfish.hk2.tests.interception.ordering.InterceptorOrderingTest [2024-03-05T10:39:35.560Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.glassfish.hk2.tests.interception.ordering.InterceptorOrderingTest [2024-03-05T10:39:35.560Z] [INFO] Running org.glassfish.hk2.tests.extras.provides.ProvidesTest [2024-03-05T10:39:36.143Z] [WARNING] Tests run: 86, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.643 s -- in org.glassfish.hk2.tests.extras.provides.ProvidesTest [2024-03-05T10:39:36.143Z] [INFO] Running org.glassfish.hk2.tests.extras.provides.NoInstancesFilterTest [2024-03-05T10:39:36.400Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.hk2.tests.extras.provides.NoInstancesFilterTest [2024-03-05T10:39:36.400Z] [INFO] [2024-03-05T10:39:36.400Z] [INFO] Results: [2024-03-05T10:39:36.400Z] [INFO] [2024-03-05T10:39:36.400Z] [WARNING] Tests run: 164, Failures: 0, Errors: 0, Skipped: 2 [2024-03-05T10:39:36.400Z] [INFO] [2024-03-05T10:39:36.400Z] [INFO] [2024-03-05T10:39:36.400Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-extras --- [2024-03-05T10:39:36.400Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/hk2-extras.jar [2024-03-05T10:39:36.400Z] [INFO] [2024-03-05T10:39:36.400Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-extras --- [2024-03-05T10:39:36.400Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:36.658Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:36.658Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.xml [2024-03-05T10:39:36.658Z] [INFO] attaching as hk2-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:36.658Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/bom.json [2024-03-05T10:39:36.658Z] [INFO] attaching as hk2-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:36.658Z] [INFO] [2024-03-05T10:39:36.658Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-extras --- [2024-03-05T10:39:36.658Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/jacoco.exec [2024-03-05T10:39:36.658Z] [INFO] Analyzed bundle 'HK2 extras module' with 46 classes [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-extras --- [2024-03-05T10:39:36.916Z] [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-03-05T10:39:36.916Z] [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-03-05T10:39:36.916Z] [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-03-05T10:39:36.916Z] [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-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] ------------------< org.glassfish.hk2:event-examples >------------------ [2024-03-05T10:39:36.916Z] [INFO] Building Event Examples 4.0.0-SNAPSHOT [37/72] [2024-03-05T10:39:36.916Z] [INFO] from examples/events/pom.xml [2024-03-05T10:39:36.916Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- clean:3.2.0:clean (default-clean) @ event-examples --- [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ event-examples --- [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ event-examples --- [2024-03-05T10:39:36.916Z] [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-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ event-examples --- [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ event-examples --- [2024-03-05T10:39:36.916Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:36.916Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:36.916Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.xml [2024-03-05T10:39:36.916Z] [INFO] attaching as event-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:36.916Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/target/bom.json [2024-03-05T10:39:36.916Z] [INFO] attaching as event-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.916Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ event-examples --- [2024-03-05T10:39:36.916Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:36.916Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- install:3.1.1:install (default-install) @ event-examples --- [2024-03-05T10:39:36.917Z] [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-03-05T10:39:36.917Z] [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-03-05T10:39:36.917Z] [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-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] -------------< org.glassfish.hk2:threading-event-example >-------------- [2024-03-05T10:39:36.917Z] [INFO] Building Threaded Event Example 4.0.0-SNAPSHOT [38/72] [2024-03-05T10:39:36.917Z] [INFO] from examples/events/threaded/pom.xml [2024-03-05T10:39:36.917Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- clean:3.2.0:clean (default-clean) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [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-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [INFO] [2024-03-05T10:39:36.917Z] [INFO] --- resources:3.3.1:resources (default-resources) @ threading-event-example --- [2024-03-05T10:39:36.917Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/main/resources [2024-03-05T10:39:37.176Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:37.176Z] [INFO] [2024-03-05T10:39:37.176Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ threading-event-example --- [2024-03-05T10:39:37.176Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:37.176Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:39:37.176Z] [INFO] [2024-03-05T10:39:37.176Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ threading-event-example --- [2024-03-05T10:39:37.176Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:37.176Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:37.176Z] [INFO] [2024-03-05T10:39:37.176Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ threading-event-example --- [2024-03-05T10:39:37.176Z] [INFO] [2024-03-05T10:39:37.176Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ threading-event-example --- [2024-03-05T10:39:37.176Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/test/resources [2024-03-05T10:39:37.177Z] [INFO] [2024-03-05T10:39:37.177Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ threading-event-example --- [2024-03-05T10:39:37.177Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:37.177Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:37.177Z] [INFO] [2024-03-05T10:39:37.177Z] [INFO] --- surefire:3.2.5:test (default-test) @ threading-event-example --- [2024-03-05T10:39:37.177Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:37.177Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:37.177Z] [INFO] [2024-03-05T10:39:37.177Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:37.177Z] [INFO] T E S T S [2024-03-05T10:39:37.177Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:38.133Z] [INFO] Running org.glassfish.examples.events.threaded.tests.ThreadedTest [2024-03-05T10:39:38.390Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.467 s -- in org.glassfish.examples.events.threaded.tests.ThreadedTest [2024-03-05T10:39:38.390Z] [INFO] [2024-03-05T10:39:38.390Z] [INFO] Results: [2024-03-05T10:39:38.390Z] [INFO] [2024-03-05T10:39:38.390Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:38.390Z] [INFO] [2024-03-05T10:39:38.390Z] [INFO] [2024-03-05T10:39:38.390Z] [INFO] --- jar:3.3.0:jar (default-jar) @ threading-event-example --- [2024-03-05T10:39:38.391Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/threading-event-example.jar [2024-03-05T10:39:38.391Z] [INFO] [2024-03-05T10:39:38.391Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ threading-event-example --- [2024-03-05T10:39:38.391Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:38.955Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-03-05T10:39:38.955Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.xml [2024-03-05T10:39:38.955Z] [INFO] attaching as threading-event-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:38.955Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/bom.json [2024-03-05T10:39:38.955Z] [INFO] attaching as threading-event-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:38.955Z] [INFO] [2024-03-05T10:39:38.955Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ threading-event-example --- [2024-03-05T10:39:38.955Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/jacoco.exec [2024-03-05T10:39:38.955Z] [INFO] Analyzed bundle 'Threaded Event Example' with 2 classes [2024-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- install:3.1.1:install (default-install) @ threading-event-example --- [2024-03-05T10:39:38.956Z] [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-03-05T10:39:38.956Z] [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-03-05T10:39:38.956Z] [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-03-05T10:39:38.956Z] [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-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] ----------------< org.glassfish.hk2:hk2-configuration >----------------- [2024-03-05T10:39:38.956Z] [INFO] Building HK2 Configuration Subsystem 4.0.0-SNAPSHOT [39/72] [2024-03-05T10:39:38.956Z] [INFO] from hk2-configuration/pom.xml [2024-03-05T10:39:38.956Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration --- [2024-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration --- [2024-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration --- [2024-03-05T10:39:38.956Z] [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-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-configuration --- [2024-03-05T10:39:38.956Z] [INFO] [2024-03-05T10:39:38.956Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration --- [2024-03-05T10:39:38.956Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:39.213Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:39.213Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.xml [2024-03-05T10:39:39.213Z] [INFO] attaching as hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:39.213Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/target/bom.json [2024-03-05T10:39:39.213Z] [INFO] attaching as hk2-configuration-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:39.213Z] [INFO] [2024-03-05T10:39:39.213Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration --- [2024-03-05T10:39:39.214Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration --- [2024-03-05T10:39:39.214Z] [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-03-05T10:39:39.214Z] [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-03-05T10:39:39.214Z] [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-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --------------< org.glassfish.hk2:hk2-configuration-hub >--------------- [2024-03-05T10:39:39.214Z] [INFO] Building HK2 Configuration Hub 4.0.0-SNAPSHOT [40/72] [2024-03-05T10:39:39.214Z] [INFO] from hk2-configuration/manager/pom.xml [2024-03-05T10:39:39.214Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [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-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/main/resources [2024-03-05T10:39:39.214Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:39.214Z] [INFO] Compiling 20 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:39.214Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/test/resources [2024-03-05T10:39:39.214Z] [INFO] [2024-03-05T10:39:39.214Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-configuration-hub --- [2024-03-05T10:39:39.214Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:39.214Z] [INFO] Compiling 10 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:39.471Z] [INFO] [2024-03-05T10:39:39.471Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-configuration-hub --- [2024-03-05T10:39:39.471Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:39.471Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:39.471Z] [INFO] [2024-03-05T10:39:39.471Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:39.471Z] [INFO] T E S T S [2024-03-05T10:39:39.471Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:40.045Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.HubResourceTest [2024-03-05T10:39:40.644Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s -- in org.glassfish.hk2.configuration.hub.test.HubResourceTest [2024-03-05T10:39:40.644Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.NegativeHubTest [2024-03-05T10:39:40.644Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.configuration.hub.test.NegativeHubTest [2024-03-05T10:39:40.644Z] [INFO] Running org.glassfish.hk2.configuration.hub.test.HubTest [2024-03-05T10:39:40.901Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s -- in org.glassfish.hk2.configuration.hub.test.HubTest [2024-03-05T10:39:40.901Z] [INFO] [2024-03-05T10:39:40.901Z] [INFO] Results: [2024-03-05T10:39:40.901Z] [INFO] [2024-03-05T10:39:40.901Z] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:40.901Z] [INFO] [2024-03-05T10:39:40.901Z] [INFO] [2024-03-05T10:39:40.901Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-configuration-hub --- [2024-03-05T10:39:40.901Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/hk2-configuration-hub.jar [2024-03-05T10:39:40.901Z] [INFO] [2024-03-05T10:39:40.901Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-hub --- [2024-03-05T10:39:40.901Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:41.158Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:41.158Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.xml [2024-03-05T10:39:41.158Z] [INFO] attaching as hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:41.158Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/bom.json [2024-03-05T10:39:41.158Z] [INFO] attaching as hk2-configuration-hub-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:41.158Z] [INFO] [2024-03-05T10:39:41.158Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-hub --- [2024-03-05T10:39:41.158Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/jacoco.exec [2024-03-05T10:39:41.158Z] [INFO] Analyzed bundle 'HK2 Configuration Hub' with 14 classes [2024-03-05T10:39:41.432Z] [INFO] [2024-03-05T10:39:41.432Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-hub --- [2024-03-05T10:39:41.432Z] [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-03-05T10:39:41.432Z] [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-03-05T10:39:41.432Z] [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-03-05T10:39:41.432Z] [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-03-05T10:39:41.432Z] [INFO] [2024-03-05T10:39:41.432Z] [INFO] ----------< org.glassfish.hk2:hk2-configuration-integration >----------- [2024-03-05T10:39:41.432Z] [INFO] Building HK2 Configuration Integration 4.0.0-SNAPSHOT [41/72] [2024-03-05T10:39:41.432Z] [INFO] from hk2-configuration/hk2-integration/pom.xml [2024-03-05T10:39:41.432Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:41.432Z] [INFO] [2024-03-05T10:39:41.432Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-integration --- [2024-03-05T10:39:41.432Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [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-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/resources [2024-03-05T10:39:41.433Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:41.433Z] [INFO] Compiling 20 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:41.433Z] [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-03-05T10:39:41.433Z] [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-03-05T10:39:41.433Z] [INFO] [2024-03-05T10:39:41.433Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-configuration-integration --- [2024-03-05T10:39:41.433Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:41.690Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:41.690Z] [INFO] [2024-03-05T10:39:41.690Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-configuration-integration --- [2024-03-05T10:39:41.690Z] [INFO] [2024-03-05T10:39:41.690Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-configuration-integration --- [2024-03-05T10:39:41.690Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/test/resources [2024-03-05T10:39:41.690Z] [INFO] [2024-03-05T10:39:41.690Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-configuration-integration --- [2024-03-05T10:39:41.690Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:41.690Z] [INFO] Compiling 52 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:41.691Z] [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-03-05T10:39:41.691Z] [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-03-05T10:39:41.691Z] [INFO] [2024-03-05T10:39:41.691Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-configuration-integration --- [2024-03-05T10:39:41.691Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:41.691Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:41.691Z] [INFO] [2024-03-05T10:39:41.691Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:41.691Z] [INFO] T E S T S [2024-03-05T10:39:41.691Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:42.256Z] [INFO] Running org.glassfish.hk2.configuration.tests.simpleMap.MapConfigurationTest [2024-03-05T10:39:42.832Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s -- in org.glassfish.hk2.configuration.tests.simpleMap.MapConfigurationTest [2024-03-05T10:39:42.832Z] [INFO] Running org.glassfish.hk2.configuration.tests.hierarchical.HierarchicalTest [2024-03-05T10:39:42.832Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s -- in org.glassfish.hk2.configuration.tests.hierarchical.HierarchicalTest [2024-03-05T10:39:42.832Z] [INFO] Running org.glassfish.hk2.configuration.tests.creationPolicy.CreationPolicyTest [2024-03-05T10:39:42.832Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s -- in org.glassfish.hk2.configuration.tests.creationPolicy.CreationPolicyTest [2024-03-05T10:39:42.832Z] [INFO] Running org.glassfish.hk2.configuration.tests.simple.BasicConfigurationTest [2024-03-05T10:39:43.089Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s -- in org.glassfish.hk2.configuration.tests.simple.BasicConfigurationTest [2024-03-05T10:39:43.090Z] [INFO] Running org.glassfish.hk2.configuration.tests.threaded.ConfiguredThreadedTest [2024-03-05T10:39:43.090Z] [WARNING] Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s -- in org.glassfish.hk2.configuration.tests.threaded.ConfiguredThreadedTest [2024-03-05T10:39:43.090Z] [INFO] Running org.glassfish.hk2.configuration.tests.beankey.BeanKeyTest [2024-03-05T10:39:43.090Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.glassfish.hk2.configuration.tests.beankey.BeanKeyTest [2024-03-05T10:39:43.090Z] [INFO] Running org.glassfish.hk2.configuration.tests.injected.InjectedConfiguredTest [2024-03-05T10:39:43.090Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 s -- in org.glassfish.hk2.configuration.tests.injected.InjectedConfiguredTest [2024-03-05T10:39:43.090Z] [INFO] [2024-03-05T10:39:43.090Z] [INFO] Results: [2024-03-05T10:39:43.090Z] [INFO] [2024-03-05T10:39:43.090Z] [WARNING] Tests run: 31, Failures: 0, Errors: 0, Skipped: 1 [2024-03-05T10:39:43.090Z] [INFO] [2024-03-05T10:39:43.090Z] [INFO] [2024-03-05T10:39:43.090Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-configuration-integration --- [2024-03-05T10:39:43.090Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/hk2-configuration-integration.jar [2024-03-05T10:39:43.090Z] [INFO] [2024-03-05T10:39:43.090Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-integration --- [2024-03-05T10:39:43.090Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:43.654Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:39:43.654Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.xml [2024-03-05T10:39:43.654Z] [INFO] attaching as hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:43.654Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/bom.json [2024-03-05T10:39:43.655Z] [INFO] attaching as hk2-configuration-integration-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-integration --- [2024-03-05T10:39:43.655Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/jacoco.exec [2024-03-05T10:39:43.655Z] [INFO] Analyzed bundle 'HK2 Configuration Integration' with 20 classes [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-integration --- [2024-03-05T10:39:43.655Z] [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-03-05T10:39:43.655Z] [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-03-05T10:39:43.655Z] [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-03-05T10:39:43.655Z] [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-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] ----------< org.glassfish.hk2:hk2-configuration-persistence >----------- [2024-03-05T10:39:43.655Z] [INFO] Building HK2 Configuration Persistence Modules 4.0.0-SNAPSHOT [42/72] [2024-03-05T10:39:43.655Z] [INFO] from hk2-configuration/persistence/pom.xml [2024-03-05T10:39:43.655Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.655Z] [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-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.655Z] [INFO] [2024-03-05T10:39:43.655Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.655Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:43.934Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:43.934Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.xml [2024-03-05T10:39:43.934Z] [INFO] attaching as hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:43.934Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/target/bom.json [2024-03-05T10:39:43.934Z] [INFO] attaching as hk2-configuration-persistence-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.934Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-configuration-persistence --- [2024-03-05T10:39:43.934Z] [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-03-05T10:39:43.934Z] [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-03-05T10:39:43.934Z] [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-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] ----------------< org.glassfish.hk2:hk2-property-file >----------------- [2024-03-05T10:39:43.934Z] [INFO] Building HK2 Configuration Property File Reader 4.0.0-SNAPSHOT [43/72] [2024-03-05T10:39:43.934Z] [INFO] from hk2-configuration/persistence/property-file/pom.xml [2024-03-05T10:39:43.934Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-property-file --- [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-property-file --- [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-property-file --- [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-property-file --- [2024-03-05T10:39:43.934Z] [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-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-property-file --- [2024-03-05T10:39:43.934Z] [INFO] [2024-03-05T10:39:43.934Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-property-file --- [2024-03-05T10:39:43.935Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/resources [2024-03-05T10:39:43.935Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:43.935Z] [INFO] [2024-03-05T10:39:43.935Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-property-file --- [2024-03-05T10:39:43.935Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:43.935Z] [INFO] Compiling 6 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:43.935Z] [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-03-05T10:39:43.935Z] [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-03-05T10:39:43.935Z] [INFO] [2024-03-05T10:39:43.935Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-property-file --- [2024-03-05T10:39:43.935Z] [INFO] [2024-03-05T10:39:43.935Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-property-file --- [2024-03-05T10:39:43.935Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:43.935Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:39:43.935Z] [INFO] [2024-03-05T10:39:43.935Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-property-file --- [2024-03-05T10:39:43.935Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:39:43.935Z] [INFO] [2024-03-05T10:39:43.935Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-property-file --- [2024-03-05T10:39:44.191Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:44.191Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:44.191Z] [INFO] [2024-03-05T10:39:44.192Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-property-file --- [2024-03-05T10:39:44.192Z] [INFO] [2024-03-05T10:39:44.192Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-property-file --- [2024-03-05T10:39:44.192Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:44.192Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:44.192Z] [INFO] [2024-03-05T10:39:44.192Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:44.192Z] [INFO] T E S T S [2024-03-05T10:39:44.192Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:44.757Z] [INFO] Running org.glassfish.hk2.configuration.properties.test.PropertiesTest [2024-03-05T10:39:45.341Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.547 s -- in org.glassfish.hk2.configuration.properties.test.PropertiesTest [2024-03-05T10:39:45.600Z] [INFO] [2024-03-05T10:39:45.600Z] [INFO] Results: [2024-03-05T10:39:45.600Z] [INFO] [2024-03-05T10:39:45.600Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:45.600Z] [INFO] [2024-03-05T10:39:45.600Z] [INFO] [2024-03-05T10:39:45.600Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-property-file --- [2024-03-05T10:39:45.600Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file.jar [2024-03-05T10:39:45.600Z] [INFO] [2024-03-05T10:39:45.600Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-property-file --- [2024-03-05T10:39:45.600Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:45.857Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [INFO] attaching as hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [INFO] attaching as hk2-property-file-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-property-file --- [2024-03-05T10:39:45.857Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/hk2-property-file-tests.jar [2024-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-property-file --- [2024-03-05T10:39:45.857Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/jacoco.exec [2024-03-05T10:39:45.857Z] [INFO] Analyzed bundle 'HK2 Configuration Property File Reader' with 5 classes [2024-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-property-file --- [2024-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [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-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --------------< org.glassfish.hk2:configuration-examples >-------------- [2024-03-05T10:39:45.857Z] [INFO] Building Examples of configuration use cases 4.0.0-SNAPSHOT [44/72] [2024-03-05T10:39:45.857Z] [INFO] from examples/configuration/pom.xml [2024-03-05T10:39:45.857Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --- clean:3.2.0:clean (default-clean) @ configuration-examples --- [2024-03-05T10:39:45.857Z] [INFO] [2024-03-05T10:39:45.857Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ configuration-examples --- [2024-03-05T10:39:45.858Z] [INFO] [2024-03-05T10:39:45.858Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ configuration-examples --- [2024-03-05T10:39:45.858Z] [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-03-05T10:39:45.858Z] [INFO] [2024-03-05T10:39:45.858Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ configuration-examples --- [2024-03-05T10:39:45.858Z] [INFO] [2024-03-05T10:39:45.858Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ configuration-examples --- [2024-03-05T10:39:45.858Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:46.115Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:39:46.115Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.xml [2024-03-05T10:39:46.115Z] [INFO] attaching as configuration-examples-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:46.115Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/target/bom.json [2024-03-05T10:39:46.115Z] [INFO] attaching as configuration-examples-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:46.115Z] [INFO] [2024-03-05T10:39:46.115Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ configuration-examples --- [2024-03-05T10:39:46.115Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:46.115Z] [INFO] [2024-03-05T10:39:46.115Z] [INFO] --- install:3.1.1:install (default-install) @ configuration-examples --- [2024-03-05T10:39:46.115Z] [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-03-05T10:39:46.115Z] [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-03-05T10:39:46.116Z] [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-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] ---------< org.glassfish.hk2:webserver-configuration-example >---------- [2024-03-05T10:39:46.116Z] [INFO] Building A fake WebServer configured by a property file 4.0.0-SNAPSHOT [45/72] [2024-03-05T10:39:46.116Z] [INFO] from examples/configuration/webserver/pom.xml [2024-03-05T10:39:46.116Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- clean:3.2.0:clean (default-clean) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [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-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- resources:3.3.1:resources (default-resources) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/src/main/resources [2024-03-05T10:39:46.116Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:46.116Z] [INFO] [2024-03-05T10:39:46.116Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ webserver-configuration-example --- [2024-03-05T10:39:46.116Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:46.116Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:46.373Z] [INFO] [2024-03-05T10:39:46.373Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ webserver-configuration-example --- [2024-03-05T10:39:46.373Z] [INFO] [2024-03-05T10:39:46.373Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ webserver-configuration-example --- [2024-03-05T10:39:46.373Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:39:46.373Z] [INFO] [2024-03-05T10:39:46.373Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ webserver-configuration-example --- [2024-03-05T10:39:46.373Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:46.373Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:39:46.373Z] [INFO] [2024-03-05T10:39:46.373Z] [INFO] --- surefire:3.2.5:test (default-test) @ webserver-configuration-example --- [2024-03-05T10:39:46.373Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:46.373Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:46.373Z] [INFO] [2024-03-05T10:39:46.373Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:46.373Z] [INFO] T E S T S [2024-03-05T10:39:46.373Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:46.941Z] [INFO] Running org.glassfish.examples.configuration.webserver.tests.WebServerTest [2024-03-05T10:39:47.199Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 s -- in org.glassfish.examples.configuration.webserver.tests.WebServerTest [2024-03-05T10:39:47.456Z] [INFO] [2024-03-05T10:39:47.456Z] [INFO] Results: [2024-03-05T10:39:47.456Z] [INFO] [2024-03-05T10:39:47.456Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:47.456Z] [INFO] [2024-03-05T10:39:47.456Z] [INFO] [2024-03-05T10:39:47.456Z] [INFO] --- jar:3.3.0:jar (default-jar) @ webserver-configuration-example --- [2024-03-05T10:39:47.456Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/webserver-configuration-example.jar [2024-03-05T10:39:47.456Z] [INFO] [2024-03-05T10:39:47.456Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ webserver-configuration-example --- [2024-03-05T10:39:47.456Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:48.037Z] [INFO] CycloneDX: Creating BOM version 1.4 with 16 component(s) [2024-03-05T10:39:48.037Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.xml [2024-03-05T10:39:48.037Z] [INFO] attaching as webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:48.037Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/bom.json [2024-03-05T10:39:48.037Z] [INFO] attaching as webserver-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:48.037Z] [INFO] [2024-03-05T10:39:48.037Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ webserver-configuration-example --- [2024-03-05T10:39:48.037Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/jacoco.exec [2024-03-05T10:39:48.037Z] [INFO] Analyzed bundle 'A fake WebServer configured by a property file' with 4 classes [2024-03-05T10:39:48.037Z] [INFO] [2024-03-05T10:39:48.037Z] [INFO] --- install:3.1.1:install (default-install) @ webserver-configuration-example --- [2024-03-05T10:39:48.038Z] [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-03-05T10:39:48.038Z] [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-03-05T10:39:48.038Z] [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-03-05T10:39:48.038Z] [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-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] ------------------< org.glassfish.hk2:hk2-xml-parent >------------------ [2024-03-05T10:39:48.038Z] [INFO] Building HK2 XML Parser using JAXB 4.0.0-SNAPSHOT [46/72] [2024-03-05T10:39:48.038Z] [INFO] from hk2-configuration/persistence/hk2-xml/pom.xml [2024-03-05T10:39:48.038Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-parent --- [2024-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-parent --- [2024-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-parent --- [2024-03-05T10:39:48.038Z] [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-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-xml-parent --- [2024-03-05T10:39:48.038Z] [INFO] [2024-03-05T10:39:48.038Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-parent --- [2024-03-05T10:39:48.038Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:48.295Z] [INFO] CycloneDX: Creating BOM version 1.4 with 7 component(s) [2024-03-05T10:39:48.295Z] [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-03-05T10:39:48.295Z] [INFO] attaching as hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:48.295Z] [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-03-05T10:39:48.295Z] [INFO] attaching as hk2-xml-parent-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:48.295Z] [INFO] [2024-03-05T10:39:48.295Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-parent --- [2024-03-05T10:39:48.295Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:39:48.295Z] [INFO] [2024-03-05T10:39:48.295Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-parent --- [2024-03-05T10:39:48.295Z] [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-03-05T10:39:48.295Z] [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-03-05T10:39:48.295Z] [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-03-05T10:39:48.295Z] [INFO] [2024-03-05T10:39:48.295Z] [INFO] ---------------------< org.glassfish.hk2:hk2-xml >---------------------- [2024-03-05T10:39:48.295Z] [INFO] Building HK2 XML Reader using JAXB 4.0.0-SNAPSHOT [47/72] [2024-03-05T10:39:48.295Z] [INFO] from hk2-configuration/persistence/hk2-xml/main/pom.xml [2024-03-05T10:39:48.295Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:48.295Z] [INFO] [2024-03-05T10:39:48.295Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [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-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:39:48.296Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:39:48.296Z] [INFO] [2024-03-05T10:39:48.296Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-xml --- [2024-03-05T10:39:48.296Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:48.296Z] [INFO] Compiling 69 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:48.862Z] [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-03-05T10:39:48.862Z] [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-03-05T10:39:48.862Z] [INFO] [2024-03-05T10:39:48.862Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml --- [2024-03-05T10:39:48.862Z] [INFO] [2024-03-05T10:39:48.862Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml --- [2024-03-05T10:39:48.862Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:39:48.862Z] [WARNING] Manifest org.glassfish.hk2:hk2-xml:jar:4.0.0-SNAPSHOT : Unused Import-Package instructions: [org.hibernate.validator.*] [2024-03-05T10:39:48.862Z] [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-03-05T10:39:48.862Z] [INFO] [2024-03-05T10:39:48.862Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml --- [2024-03-05T10:39:48.862Z] [INFO] Copying 33 resources from src/test/resources to target/test-classes [2024-03-05T10:39:48.862Z] [INFO] [2024-03-05T10:39:48.862Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-xml --- [2024-03-05T10:39:48.862Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:48.862Z] [INFO] Compiling 184 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:49.834Z] [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-03-05T10:39:49.834Z] [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-03-05T10:39:49.834Z] [INFO] [2024-03-05T10:39:49.834Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml --- [2024-03-05T10:39:49.834Z] [INFO] [2024-03-05T10:39:49.834Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml --- [2024-03-05T10:39:49.834Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:49.834Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:49.834Z] [INFO] [2024-03-05T10:39:49.834Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:49.834Z] [INFO] T E S T S [2024-03-05T10:39:49.834Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:50.436Z] [INFO] Running org.glassfish.hk2.xml.test.defaulting.DefaultingTest [2024-03-05T10:39:52.358Z] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.415 s -- in org.glassfish.hk2.xml.test.defaulting.DefaultingTest [2024-03-05T10:39:52.358Z] [INFO] Running org.glassfish.hk2.xml.test.namespace.NamespaceTest [2024-03-05T10:39:52.359Z] [WARNING] Tests run: 4, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.034 s -- in org.glassfish.hk2.xml.test.namespace.NamespaceTest [2024-03-05T10:39:52.359Z] [INFO] Running org.glassfish.hk2.xml.test.customizer.CustomizerTest [2024-03-05T10:39:52.359Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.162 s -- in org.glassfish.hk2.xml.test.customizer.CustomizerTest [2024-03-05T10:39:52.359Z] [INFO] Running org.glassfish.hk2.xml.test.basic.beans.jaxb.JaxbTest [2024-03-05T10:39:52.359Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.xml.test.basic.beans.jaxb.JaxbTest [2024-03-05T10:39:52.359Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallTest [2024-03-05T10:39:52.634Z] [WARNING] Tests run: 16, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.470 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallTest [2024-03-05T10:39:52.634Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallDomTest [2024-03-05T10:39:52.891Z] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallDomTest [2024-03-05T10:39:52.891Z] [INFO] Running org.glassfish.hk2.xml.test.basic.UnmarshallXMLStreamTest [2024-03-05T10:39:52.891Z] [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.hk2.xml.test.basic.UnmarshallXMLStreamTest [2024-03-05T10:39:52.891Z] [INFO] Running org.glassfish.hk2.xml.test.readonly.ReadOnlyTest [2024-03-05T10:39:52.891Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s -- in org.glassfish.hk2.xml.test.readonly.ReadOnlyTest [2024-03-05T10:39:52.891Z] [INFO] Running org.glassfish.hk2.xml.test.childrensametype.ChildrenSameTypeTest [2024-03-05T10:39:52.891Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.glassfish.hk2.xml.test.childrensametype.ChildrenSameTypeTest [2024-03-05T10:39:52.891Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.marshall.MarshallTest [2024-03-05T10:39:52.891Z] [WARNING] Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.121 s -- in org.glassfish.hk2.xml.test.dynamic.marshall.MarshallTest [2024-03-05T10:39:52.892Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.overlay.direct.OverlayDirectTest [2024-03-05T10:39:53.149Z] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.glassfish.hk2.xml.test.dynamic.overlay.direct.OverlayDirectTest [2024-03-05T10:39:53.149Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.overlay.OverlayTest [2024-03-05T10:39:53.435Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 s -- in org.glassfish.hk2.xml.test.dynamic.overlay.OverlayTest [2024-03-05T10:39:53.435Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.removes.RemovesTest [2024-03-05T10:39:53.435Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s -- in org.glassfish.hk2.xml.test.dynamic.removes.RemovesTest [2024-03-05T10:39:53.435Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.rawsets.RawSetsTest [2024-03-05T10:39:53.693Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s -- in org.glassfish.hk2.xml.test.dynamic.rawsets.RawSetsTest [2024-03-05T10:39:53.693Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.adds.AddsTest [2024-03-05T10:39:54.257Z] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.587 s -- in org.glassfish.hk2.xml.test.dynamic.adds.AddsTest [2024-03-05T10:39:54.257Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.adds.AddsArrayTest [2024-03-05T10:39:54.257Z] [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s -- in org.glassfish.hk2.xml.test.dynamic.adds.AddsArrayTest [2024-03-05T10:39:54.257Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.transaction.TransactionTest [2024-03-05T10:39:54.257Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.glassfish.hk2.xml.test.dynamic.transaction.TransactionTest [2024-03-05T10:39:54.257Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.negative.NegativeTest [2024-03-05T10:39:54.257Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.glassfish.hk2.xml.test.dynamic.negative.NegativeTest [2024-03-05T10:39:54.257Z] [INFO] Running org.glassfish.hk2.xml.test.dynamic.merge.MergeTest [2024-03-05T10:39:54.534Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 s -- in org.glassfish.hk2.xml.test.dynamic.merge.MergeTest [2024-03-05T10:39:54.534Z] [INFO] Running org.glassfish.hk2.xml.test.jaxb.RawJAXBTest [2024-03-05T10:39:54.534Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.xml.test.jaxb.RawJAXBTest [2024-03-05T10:39:54.534Z] [INFO] Running org.glassfish.hk2.xml.test.naked.NakedTest [2024-03-05T10:39:54.534Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s -- in org.glassfish.hk2.xml.test.naked.NakedTest [2024-03-05T10:39:54.534Z] [INFO] Running org.glassfish.hk2.xml.test.validation.ValidationTest [2024-03-05T10:39:54.790Z] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.287 s -- in org.glassfish.hk2.xml.test.validation.ValidationTest [2024-03-05T10:39:54.791Z] [INFO] Running org.glassfish.hk2.xml.test.negative.api.NegativeAPITest [2024-03-05T10:39:54.791Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.glassfish.hk2.xml.test.negative.api.NegativeAPITest [2024-03-05T10:39:54.791Z] [INFO] Running org.glassfish.hk2.xml.test.negative.ea.ElementAttributeTest [2024-03-05T10:39:54.791Z] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s -- in org.glassfish.hk2.xml.test.negative.ea.ElementAttributeTest [2024-03-05T10:39:54.791Z] [INFO] Running org.glassfish.hk2.xml.test.unordered.UnorderedTest [2024-03-05T10:39:54.791Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s -- in org.glassfish.hk2.xml.test.unordered.UnorderedTest [2024-03-05T10:39:54.791Z] [INFO] Running org.glassfish.hk2.xml.test.arrays.ArraysTest [2024-03-05T10:39:54.791Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.glassfish.hk2.xml.test.arrays.ArraysTest [2024-03-05T10:39:54.791Z] [INFO] Running org.glassfish.hk2.xml.test.elements.ElementsTest [2024-03-05T10:39:55.048Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s -- in org.glassfish.hk2.xml.test.elements.ElementsTest [2024-03-05T10:39:55.048Z] [INFO] Running org.glassfish.hk2.xml.test.elementwrapper.XmlElementWrapperTest [2024-03-05T10:39:55.048Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.glassfish.hk2.xml.test.elementwrapper.XmlElementWrapperTest [2024-03-05T10:39:55.048Z] [INFO] Running org.glassfish.hk2.xml.test.copy.CopyTest [2024-03-05T10:39:55.048Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.glassfish.hk2.xml.test.copy.CopyTest [2024-03-05T10:39:55.048Z] [INFO] Running org.glassfish.hk2.xml.test.childlocators.ChildLocatorTest [2024-03-05T10:39:55.048Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.glassfish.hk2.xml.test.childlocators.ChildLocatorTest [2024-03-05T10:39:55.048Z] [INFO] [2024-03-05T10:39:55.048Z] [INFO] Results: [2024-03-05T10:39:55.048Z] [INFO] [2024-03-05T10:39:55.048Z] [WARNING] Tests run: 203, Failures: 0, Errors: 0, Skipped: 4 [2024-03-05T10:39:55.048Z] [INFO] [2024-03-05T10:39:55.048Z] [INFO] [2024-03-05T10:39:55.048Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml --- [2024-03-05T10:39:55.048Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml.jar [2024-03-05T10:39:55.048Z] [INFO] [2024-03-05T10:39:55.048Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml --- [2024-03-05T10:39:55.048Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:56.011Z] [INFO] CycloneDX: Creating BOM version 1.4 with 19 component(s) [2024-03-05T10:39:56.011Z] [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-03-05T10:39:56.011Z] [INFO] attaching as hk2-xml-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:56.011Z] [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-03-05T10:39:56.011Z] [INFO] attaching as hk2-xml-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:56.011Z] [INFO] [2024-03-05T10:39:56.011Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml --- [2024-03-05T10:39:56.011Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/hk2-xml-tests.jar [2024-03-05T10:39:56.011Z] [INFO] [2024-03-05T10:39:56.011Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml --- [2024-03-05T10:39:56.011Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/jacoco.exec [2024-03-05T10:39:56.011Z] [INFO] Analyzed bundle 'HK2 XML Reader using JAXB' with 79 classes [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml --- [2024-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] ------------< org.glassfish.hk2:xml-configuration-example >------------- [2024-03-05T10:39:56.269Z] [INFO] Building Xml Application Configuration Example 4.0.0-SNAPSHOT [48/72] [2024-03-05T10:39:56.269Z] [INFO] from examples/configuration/xml/pom.xml [2024-03-05T10:39:56.269Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- clean:3.2.0:clean (default-clean) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [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-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- resources:3.3.1:resources (default-resources) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/src/main/resources [2024-03-05T10:39:56.269Z] [INFO] Copying 2 resources from ../../.. to target/classes/META-INF [2024-03-05T10:39:56.269Z] [INFO] [2024-03-05T10:39:56.269Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ xml-configuration-example --- [2024-03-05T10:39:56.269Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:56.269Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-03-05T10:39:56.535Z] [INFO] [2024-03-05T10:39:56.535Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ xml-configuration-example --- [2024-03-05T10:39:56.535Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:39:56.535Z] [INFO] [2024-03-05T10:39:56.535Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ xml-configuration-example --- [2024-03-05T10:39:56.535Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:39:56.535Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:39:56.535Z] [INFO] [2024-03-05T10:39:56.535Z] [INFO] --- surefire:3.2.5:test (default-test) @ xml-configuration-example --- [2024-03-05T10:39:56.535Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:39:56.536Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:39:56.536Z] [INFO] [2024-03-05T10:39:56.536Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:56.536Z] [INFO] T E S T S [2024-03-05T10:39:56.536Z] [INFO] ------------------------------------------------------- [2024-03-05T10:39:57.534Z] [INFO] Running org.glassfish.examples.configuration.xml.webserver.tests.WebServerXmlTest [2024-03-05T10:39:58.464Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.183 s -- in org.glassfish.examples.configuration.xml.webserver.tests.WebServerXmlTest [2024-03-05T10:39:58.464Z] [INFO] Running org.glassfish.examples.configuration.xml.webserver.tests.WebServersAsHK2ServicesTest [2024-03-05T10:39:58.464Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.examples.configuration.xml.webserver.tests.WebServersAsHK2ServicesTest [2024-03-05T10:39:58.737Z] [INFO] [2024-03-05T10:39:58.737Z] [INFO] Results: [2024-03-05T10:39:58.737Z] [INFO] [2024-03-05T10:39:58.737Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:39:58.737Z] [INFO] [2024-03-05T10:39:58.737Z] [INFO] [2024-03-05T10:39:58.737Z] [INFO] --- jar:3.3.0:jar (default-jar) @ xml-configuration-example --- [2024-03-05T10:39:58.737Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/xml-configuration-example.jar [2024-03-05T10:39:58.737Z] [INFO] [2024-03-05T10:39:58.737Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ xml-configuration-example --- [2024-03-05T10:39:58.737Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:39:59.301Z] [INFO] CycloneDX: Creating BOM version 1.4 with 28 component(s) [2024-03-05T10:39:59.301Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.xml [2024-03-05T10:39:59.301Z] [INFO] attaching as xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:39:59.301Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/bom.json [2024-03-05T10:39:59.302Z] [INFO] attaching as xml-configuration-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:39:59.302Z] [INFO] [2024-03-05T10:39:59.302Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ xml-configuration-example --- [2024-03-05T10:39:59.302Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/jacoco.exec [2024-03-05T10:39:59.302Z] [INFO] Analyzed bundle 'Xml Application Configuration Example' with 3 classes [2024-03-05T10:39:59.302Z] [INFO] [2024-03-05T10:39:59.302Z] [INFO] --- install:3.1.1:install (default-install) @ xml-configuration-example --- [2024-03-05T10:39:59.302Z] [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-03-05T10:39:59.302Z] [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-03-05T10:39:59.302Z] [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-03-05T10:39:59.302Z] [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-03-05T10:39:59.302Z] [INFO] [2024-03-05T10:39:59.302Z] [INFO] ----------------< org.glassfish.hk2:operations-example >---------------- [2024-03-05T10:39:59.302Z] [INFO] Building Operations Example 4.0.0-SNAPSHOT [49/72] [2024-03-05T10:39:59.302Z] [INFO] from examples/operations/pom.xml [2024-03-05T10:39:59.302Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:39:59.559Z] [INFO] [2024-03-05T10:39:59.559Z] [INFO] --- clean:3.2.0:clean (default-clean) @ operations-example --- [2024-03-05T10:39:59.559Z] [INFO] [2024-03-05T10:39:59.559Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ operations-example --- [2024-03-05T10:39:59.559Z] [INFO] [2024-03-05T10:39:59.559Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ operations-example --- [2024-03-05T10:39:59.559Z] [INFO] [2024-03-05T10:39:59.559Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ operations-example --- [2024-03-05T10:39:59.559Z] [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-03-05T10:39:59.559Z] [INFO] [2024-03-05T10:39:59.559Z] [INFO] --- config-generator:2.5.0-b53:generate-injectors (generate-injectors) @ operations-example --- [2024-03-05T10:40:03.736Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/main/java [2024-03-05T10:40:03.736Z] [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-03-05T10:40:03.736Z] [INFO] [2024-03-05T10:40:03.736Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ operations-example --- [2024-03-05T10:40:03.736Z] [INFO] [2024-03-05T10:40:03.736Z] [INFO] --- resources:3.3.1:resources (default-resources) @ operations-example --- [2024-03-05T10:40:03.736Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/resources [2024-03-05T10:40:03.736Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:03.736Z] [INFO] [2024-03-05T10:40:03.736Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ operations-example --- [2024-03-05T10:40:03.736Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:03.736Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:03.736Z] [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-03-05T10:40:03.736Z] [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-03-05T10:40:03.736Z] [INFO] [2024-03-05T10:40:03.736Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ operations-example --- [2024-03-05T10:40:03.997Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:03.997Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:03.997Z] [INFO] [2024-03-05T10:40:03.997Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ operations-example --- [2024-03-05T10:40:03.997Z] [INFO] [2024-03-05T10:40:03.997Z] [INFO] --- config-generator:2.5.0-b53:generate-test-injectors (generate-test-injectors) @ operations-example --- [2024-03-05T10:40:03.997Z] [INFO] /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/generated-sources/hk2-config-generator/src/test/java [2024-03-05T10:40:03.997Z] [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-03-05T10:40:03.997Z] [INFO] [2024-03-05T10:40:03.997Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ operations-example --- [2024-03-05T10:40:03.998Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/test/resources [2024-03-05T10:40:03.998Z] [INFO] [2024-03-05T10:40:03.998Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ operations-example --- [2024-03-05T10:40:03.998Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:03.998Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:40:03.998Z] [INFO] [2024-03-05T10:40:03.998Z] [INFO] --- surefire:3.2.5:test (default-test) @ operations-example --- [2024-03-05T10:40:03.998Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:03.998Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:03.998Z] [INFO] [2024-03-05T10:40:03.998Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:03.998Z] [INFO] T E S T S [2024-03-05T10:40:03.998Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:05.001Z] [INFO] Running org.glassfish.examples.operations.tests.OperationsTest [2024-03-05T10:40:05.594Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.690 s -- in org.glassfish.examples.operations.tests.OperationsTest [2024-03-05T10:40:05.594Z] [INFO] [2024-03-05T10:40:05.594Z] [INFO] Results: [2024-03-05T10:40:05.594Z] [INFO] [2024-03-05T10:40:05.594Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:05.594Z] [INFO] [2024-03-05T10:40:05.594Z] [INFO] [2024-03-05T10:40:05.594Z] [INFO] --- jar:3.3.0:jar (default-jar) @ operations-example --- [2024-03-05T10:40:05.850Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/operations-example.jar [2024-03-05T10:40:05.850Z] [INFO] [2024-03-05T10:40:05.850Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ operations-example --- [2024-03-05T10:40:05.850Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:06.414Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-03-05T10:40:06.414Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.xml [2024-03-05T10:40:06.414Z] [INFO] attaching as operations-example-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:06.414Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/bom.json [2024-03-05T10:40:06.414Z] [INFO] attaching as operations-example-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:06.414Z] [INFO] [2024-03-05T10:40:06.414Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ operations-example --- [2024-03-05T10:40:06.414Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/jacoco.exec [2024-03-05T10:40:06.414Z] [INFO] Analyzed bundle 'Operations Example' with 8 classes [2024-03-05T10:40:06.414Z] [INFO] [2024-03-05T10:40:06.414Z] [INFO] --- install:3.1.1:install (default-install) @ operations-example --- [2024-03-05T10:40:06.414Z] [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-03-05T10:40:06.414Z] [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-03-05T10:40:06.414Z] [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-03-05T10:40:06.414Z] [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-03-05T10:40:06.414Z] [INFO] [2024-03-05T10:40:06.414Z] [INFO] -------------------< org.glassfish.hk2:hk2-ant-test >------------------- [2024-03-05T10:40:06.414Z] [INFO] Building HK2 Ant Inhabitant Generator Test 4.0.0-SNAPSHOT [50/72] [2024-03-05T10:40:06.414Z] [INFO] from hk2-testing/ant/pom.xml [2024-03-05T10:40:06.414Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:06.414Z] [INFO] [2024-03-05T10:40:06.414Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-ant-test --- [2024-03-05T10:40:06.414Z] [INFO] [2024-03-05T10:40:06.414Z] [INFO] --- antrun:3.1.0:run (clean) @ hk2-ant-test --- [2024-03-05T10:40:06.979Z] [INFO] Executing tasks [2024-03-05T10:40:06.979Z] [INFO] [delete] Deleting directory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target [2024-03-05T10:40:06.979Z] [INFO] Executed tasks [2024-03-05T10:40:06.979Z] [INFO] [2024-03-05T10:40:06.979Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-ant-test --- [2024-03-05T10:40:06.979Z] [INFO] [2024-03-05T10:40:06.979Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-ant-test --- [2024-03-05T10:40:06.979Z] [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-03-05T10:40:06.979Z] [INFO] [2024-03-05T10:40:06.979Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-ant-test --- [2024-03-05T10:40:06.979Z] [INFO] [2024-03-05T10:40:06.979Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-ant-test --- [2024-03-05T10:40:06.979Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/main/resources [2024-03-05T10:40:06.979Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:06.980Z] [INFO] [2024-03-05T10:40:06.980Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-ant-test --- [2024-03-05T10:40:06.980Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:06.980Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:40:06.980Z] [INFO] [2024-03-05T10:40:06.980Z] [INFO] --- antrun:3.1.0:run (dist) @ hk2-ant-test --- [2024-03-05T10:40:06.980Z] [INFO] Executing tasks [2024-03-05T10:40:06.980Z] [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-03-05T10:40:06.980Z] [INFO] [javac] Compiling 1 source file to /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes [2024-03-05T10:40:06.980Z] The elements of the path that will be searched is: [2024-03-05T10:40:06.980Z] 1. /opt/tools/apache-maven/latest/boot/plexus-classworlds-2.7.0.jar [2024-03-05T10:40:06.980Z] Finished printing search path elements [2024-03-05T10:40:06.980Z] 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-03-05T10:40:06.980Z] Looking for test.Test for discovery of superclass [2024-03-05T10:40:06.980Z] Found test.Test in /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes for superclass [2024-03-05T10:40:06.980Z] Class test.Test is not annotated with @Service [2024-03-05T10:40:06.980Z] Looking for org.jvnet.hk2.examples.ant.services.Service1 for discovery of superclass [2024-03-05T10:40:06.980Z] 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-03-05T10:40:06.980Z] Generated Descriptor: Descriptor( [2024-03-05T10:40:06.980Z] implementation=org.jvnet.hk2.examples.ant.services.Service1 [2024-03-05T10:40:06.980Z] contracts={org.jvnet.hk2.examples.ant.services.Service1} [2024-03-05T10:40:06.980Z] scope=jakarta.inject.Singleton [2024-03-05T10:40:06.980Z] qualifiers={} [2024-03-05T10:40:06.980Z] descriptorType=CLASS [2024-03-05T10:40:06.980Z] descriptorVisibility=NORMAL [2024-03-05T10:40:06.980Z] metadata= [2024-03-05T10:40:06.980Z] rank=0 [2024-03-05T10:40:06.980Z] loader=null [2024-03-05T10:40:06.980Z] proxiable=null [2024-03-05T10:40:06.980Z] proxyForSameScope=null [2024-03-05T10:40:06.980Z] analysisName=default [2024-03-05T10:40:06.980Z] id=null [2024-03-05T10:40:06.980Z] locatorId=null [2024-03-05T10:40:06.980Z] identityHashCode=1821812406) [2024-03-05T10:40:06.980Z] 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-03-05T10:40:06.980Z] 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-03-05T10:40:06.980Z] HabitatGenerator completed successfully [2024-03-05T10:40:06.980Z] [INFO] Executed tasks [2024-03-05T10:40:06.980Z] [INFO] [2024-03-05T10:40:06.980Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-ant-test --- [2024-03-05T10:40:06.980Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/test/resources [2024-03-05T10:40:06.980Z] [INFO] [2024-03-05T10:40:06.980Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-ant-test --- [2024-03-05T10:40:06.980Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:06.980Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:40:07.236Z] [INFO] [2024-03-05T10:40:07.236Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-ant-test --- [2024-03-05T10:40:07.236Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:07.236Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:07.236Z] [INFO] [2024-03-05T10:40:07.236Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:07.237Z] [INFO] T E S T S [2024-03-05T10:40:07.237Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:07.842Z] [INFO] Running org.jvnet.hk2.examples.ant.test.AntTest [2024-03-05T10:40:07.842Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.160 s -- in org.jvnet.hk2.examples.ant.test.AntTest [2024-03-05T10:40:08.100Z] [INFO] [2024-03-05T10:40:08.100Z] [INFO] Results: [2024-03-05T10:40:08.100Z] [INFO] [2024-03-05T10:40:08.100Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:08.100Z] [INFO] [2024-03-05T10:40:08.100Z] [INFO] [2024-03-05T10:40:08.100Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-ant-test --- [2024-03-05T10:40:08.100Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/hk2-ant-test.jar [2024-03-05T10:40:08.100Z] [INFO] [2024-03-05T10:40:08.100Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-ant-test --- [2024-03-05T10:40:08.100Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:08.357Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-03-05T10:40:08.357Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.xml [2024-03-05T10:40:08.357Z] [INFO] attaching as hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:08.357Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/bom.json [2024-03-05T10:40:08.357Z] [INFO] attaching as hk2-ant-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-ant-test --- [2024-03-05T10:40:08.357Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/jacoco.exec [2024-03-05T10:40:08.357Z] [INFO] Analyzed bundle 'HK2 Ant Inhabitant Generator Test' with 2 classes [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-ant-test --- [2024-03-05T10:40:08.357Z] [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-03-05T10:40:08.357Z] [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-03-05T10:40:08.357Z] [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-03-05T10:40:08.357Z] [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-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] ----------------< org.glassfish.hk2:hk2-locator-extras >---------------- [2024-03-05T10:40:08.357Z] [INFO] Building HK2 Locator unit tests 4.0.0-SNAPSHOT [51/72] [2024-03-05T10:40:08.357Z] [INFO] from hk2-testing/hk2-locator-extras/pom.xml [2024-03-05T10:40:08.357Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-extras --- [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-extras --- [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-extras --- [2024-03-05T10:40:08.357Z] [INFO] [2024-03-05T10:40:08.357Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-extras --- [2024-03-05T10:40:08.358Z] [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-03-05T10:40:08.358Z] [INFO] [2024-03-05T10:40:08.358Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-locator-extras --- [2024-03-05T10:40:08.358Z] [INFO] [2024-03-05T10:40:08.358Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-extras --- [2024-03-05T10:40:08.358Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/main/resources [2024-03-05T10:40:08.358Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:08.358Z] [INFO] [2024-03-05T10:40:08.358Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-locator-extras --- [2024-03-05T10:40:08.358Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:08.358Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:40:08.614Z] [INFO] [2024-03-05T10:40:08.614Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-extras --- [2024-03-05T10:40:08.614Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:08.614Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:08.614Z] [INFO] [2024-03-05T10:40:08.614Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-extras --- [2024-03-05T10:40:08.614Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/test/resources [2024-03-05T10:40:08.614Z] [INFO] [2024-03-05T10:40:08.614Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-locator-extras --- [2024-03-05T10:40:08.614Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:08.614Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:08.614Z] [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-03-05T10:40:08.614Z] [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-03-05T10:40:08.615Z] [INFO] [2024-03-05T10:40:08.615Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-extras --- [2024-03-05T10:40:08.615Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:08.615Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:08.615Z] [INFO] [2024-03-05T10:40:08.615Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:08.615Z] [INFO] T E S T S [2024-03-05T10:40:08.615Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:09.635Z] [INFO] Running org.glassfish.hk2.tests.locator.extras.contextclassloader.ContextClassLoaderTest [2024-03-05T10:40:09.891Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.419 s -- in org.glassfish.hk2.tests.locator.extras.contextclassloader.ContextClassLoaderTest [2024-03-05T10:40:10.188Z] [INFO] [2024-03-05T10:40:10.188Z] [INFO] Results: [2024-03-05T10:40:10.188Z] [INFO] [2024-03-05T10:40:10.188Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:10.188Z] [INFO] [2024-03-05T10:40:10.188Z] [INFO] [2024-03-05T10:40:10.188Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-extras --- [2024-03-05T10:40:10.188Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/hk2-locator-extras.jar [2024-03-05T10:40:10.188Z] [INFO] [2024-03-05T10:40:10.188Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-extras --- [2024-03-05T10:40:10.188Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:10.444Z] [INFO] CycloneDX: Creating BOM version 1.4 with 12 component(s) [2024-03-05T10:40:10.444Z] [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-03-05T10:40:10.444Z] [INFO] attaching as hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:10.444Z] [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-03-05T10:40:10.444Z] [INFO] attaching as hk2-locator-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:10.444Z] [INFO] [2024-03-05T10:40:10.444Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-extras --- [2024-03-05T10:40:10.444Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/jacoco.exec [2024-03-05T10:40:10.444Z] [INFO] Analyzed bundle 'HK2 Locator unit tests' with 1 classes [2024-03-05T10:40:10.444Z] [INFO] [2024-03-05T10:40:10.444Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-extras --- [2024-03-05T10:40:10.444Z] [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-03-05T10:40:10.445Z] [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-03-05T10:40:10.445Z] [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-03-05T10:40:10.445Z] [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-03-05T10:40:10.445Z] [INFO] [2024-03-05T10:40:10.445Z] [INFO] --------------------< org.glassfish.hk2:hk2-testng >-------------------- [2024-03-05T10:40:10.445Z] [INFO] Building HK2 TestNG runner 4.0.0-SNAPSHOT [52/72] [2024-03-05T10:40:10.445Z] [INFO] from hk2-testing/hk2-testng/pom.xml [2024-03-05T10:40:10.445Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:10.445Z] [INFO] [2024-03-05T10:40:10.445Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testng --- [2024-03-05T10:40:10.445Z] [INFO] [2024-03-05T10:40:10.445Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testng --- [2024-03-05T10:40:10.445Z] [INFO] [2024-03-05T10:40:10.445Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testng --- [2024-03-05T10:40:10.701Z] [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-03-05T10:40:10.701Z] [INFO] [2024-03-05T10:40:10.701Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-testng --- [2024-03-05T10:40:10.701Z] [INFO] [2024-03-05T10:40:10.701Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-testng --- [2024-03-05T10:40:10.701Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:40:10.701Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:10.701Z] [INFO] [2024-03-05T10:40:10.701Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-testng --- [2024-03-05T10:40:10.701Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:10.701Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:10.702Z] [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-03-05T10:40:10.702Z] [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-03-05T10:40:10.702Z] [INFO] [2024-03-05T10:40:10.702Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-testng --- [2024-03-05T10:40:10.702Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/test/resources [2024-03-05T10:40:10.702Z] [INFO] [2024-03-05T10:40:10.702Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-testng --- [2024-03-05T10:40:10.702Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:10.702Z] [INFO] Compiling 41 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:10.959Z] [INFO] [2024-03-05T10:40:10.959Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (default) @ hk2-testng --- [2024-03-05T10:40:10.959Z] [INFO] [2024-03-05T10:40:10.959Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-testng --- [2024-03-05T10:40:10.959Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:10.959Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-03-05T10:40:11.233Z] [INFO] [2024-03-05T10:40:11.233Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:11.233Z] [INFO] T E S T S [2024-03-05T10:40:11.233Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:11.842Z] [INFO] Running TestSuite [2024-03-05T10:40:11.842Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-03-05T10:40:11.842Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-03-05T10:40:11.842Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-03-05T10:40:13.798Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.886 s -- in TestSuite [2024-03-05T10:40:13.798Z] [INFO] [2024-03-05T10:40:13.798Z] [INFO] Results: [2024-03-05T10:40:13.798Z] [INFO] [2024-03-05T10:40:13.798Z] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:13.798Z] [INFO] [2024-03-05T10:40:13.798Z] [INFO] [2024-03-05T10:40:13.798Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-testng --- [2024-03-05T10:40:13.798Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/hk2-testng.jar [2024-03-05T10:40:13.798Z] [INFO] [2024-03-05T10:40:13.798Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testng --- [2024-03-05T10:40:13.798Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:14.361Z] [INFO] CycloneDX: Creating BOM version 1.4 with 18 component(s) [2024-03-05T10:40:14.361Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.xml [2024-03-05T10:40:14.361Z] [INFO] attaching as hk2-testng-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:14.361Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/bom.json [2024-03-05T10:40:14.636Z] [INFO] attaching as hk2-testng-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:14.636Z] [INFO] [2024-03-05T10:40:14.636Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testng --- [2024-03-05T10:40:14.636Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/jacoco.exec [2024-03-05T10:40:14.636Z] [INFO] Analyzed bundle 'HK2 TestNG runner' with 1 classes [2024-03-05T10:40:14.636Z] [INFO] [2024-03-05T10:40:14.636Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testng --- [2024-03-05T10:40:14.636Z] [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-03-05T10:40:14.636Z] [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-03-05T10:40:14.636Z] [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-03-05T10:40:14.636Z] [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-03-05T10:40:14.636Z] [INFO] [2024-03-05T10:40:14.636Z] [INFO] ---------------< org.glassfish.hk2:hk2-runlevel-extras >---------------- [2024-03-05T10:40:14.636Z] [INFO] Building HK2 RunLevel unit tests 4.0.0-SNAPSHOT [53/72] [2024-03-05T10:40:14.636Z] [INFO] from hk2-testing/hk2-runlevel-extras/pom.xml [2024-03-05T10:40:14.637Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [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-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/main/resources [2024-03-05T10:40:14.637Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:14.637Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/test/resources [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:14.637Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-runlevel-extras --- [2024-03-05T10:40:14.637Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:14.637Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-03-05T10:40:14.637Z] [INFO] [2024-03-05T10:40:14.637Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:14.637Z] [INFO] T E S T S [2024-03-05T10:40:14.637Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:15.203Z] [INFO] Running TestSuite [2024-03-05T10:40:15.203Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-03-05T10:40:15.203Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-03-05T10:40:15.203Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-03-05T10:40:16.135Z] Kernel starting up. Proceeding to: 2 [2024-03-05T10:40:16.135Z] onProgress Actived Level: -1 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 0 [2024-03-05T10:40:16.135Z] StartupRunLevelService postConstruct [2024-03-05T10:40:16.135Z] onProgress Actived Level: 1 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 2 [2024-03-05T10:40:16.135Z] Running primary integration test [2024-03-05T10:40:16.135Z] Kernel starting up. Proceeding to: 2 [2024-03-05T10:40:16.135Z] onProgress Actived Level: -1 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 0 [2024-03-05T10:40:16.135Z] StartupRunLevelService postConstruct [2024-03-05T10:40:16.135Z] onProgress Actived Level: 1 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 2 [2024-03-05T10:40:16.135Z] Running secondary integration test [2024-03-05T10:40:16.135Z] Kernel shutting down. Proceeding to: 0 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 1 [2024-03-05T10:40:16.135Z] StartupRunLevelService preDestory [2024-03-05T10:40:16.135Z] onProgress Actived Level: 0 [2024-03-05T10:40:16.135Z] Kernel shutting down. Proceeding to: 0 [2024-03-05T10:40:16.135Z] onProgress Actived Level: 1 [2024-03-05T10:40:16.135Z] StartupRunLevelService preDestory [2024-03-05T10:40:16.135Z] onProgress Actived Level: 0 [2024-03-05T10:40:16.135Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.917 s -- in TestSuite [2024-03-05T10:40:16.135Z] [INFO] [2024-03-05T10:40:16.135Z] [INFO] Results: [2024-03-05T10:40:16.135Z] [INFO] [2024-03-05T10:40:16.135Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:16.135Z] [INFO] [2024-03-05T10:40:16.135Z] [INFO] [2024-03-05T10:40:16.135Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-runlevel-extras --- [2024-03-05T10:40:16.135Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/hk2-runlevel-extras.jar [2024-03-05T10:40:16.135Z] [INFO] [2024-03-05T10:40:16.135Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-runlevel-extras --- [2024-03-05T10:40:16.135Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:16.700Z] [INFO] CycloneDX: Creating BOM version 1.4 with 8 component(s) [2024-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [INFO] attaching as hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [INFO] attaching as hk2-runlevel-extras-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-runlevel-extras --- [2024-03-05T10:40:16.700Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/jacoco.exec [2024-03-05T10:40:16.700Z] [INFO] Analyzed bundle 'HK2 RunLevel unit tests' with 4 classes [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-runlevel-extras --- [2024-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --------------< org.glassfish.hk2:hk2-locator-no-proxies >-------------- [2024-03-05T10:40:16.700Z] [INFO] Building HK2 Locator No Proxy Unit tests 4.0.0-SNAPSHOT [54/72] [2024-03-05T10:40:16.700Z] [INFO] from hk2-testing/hk2-locator-no-proxies/pom.xml [2024-03-05T10:40:16.700Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/main/resources [2024-03-05T10:40:16.700Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:16.700Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.700Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.700Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:16.700Z] [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-03-05T10:40:16.700Z] [INFO] [2024-03-05T10:40:16.701Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.701Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/test/resources [2024-03-05T10:40:16.701Z] [INFO] [2024-03-05T10:40:16.701Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.701Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:16.701Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:16.701Z] [INFO] [2024-03-05T10:40:16.701Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-no-proxies --- [2024-03-05T10:40:16.701Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:16.701Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:16.701Z] [INFO] [2024-03-05T10:40:16.701Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:16.701Z] [INFO] T E S T S [2024-03-05T10:40:16.701Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:17.633Z] [INFO] Running org.glassfish.noproxy.NoProxyTest [2024-03-05T10:40:17.890Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s -- in org.glassfish.noproxy.NoProxyTest [2024-03-05T10:40:17.890Z] [INFO] [2024-03-05T10:40:17.890Z] [INFO] Results: [2024-03-05T10:40:17.890Z] [INFO] [2024-03-05T10:40:17.890Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:17.890Z] [INFO] [2024-03-05T10:40:17.890Z] [INFO] [2024-03-05T10:40:17.890Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-no-proxies --- [2024-03-05T10:40:17.890Z] [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-03-05T10:40:17.890Z] [INFO] [2024-03-05T10:40:17.890Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-no-proxies --- [2024-03-05T10:40:17.890Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:18.147Z] [INFO] CycloneDX: Creating BOM version 1.4 with 5 component(s) [2024-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [INFO] attaching as hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [INFO] attaching as hk2-locator-no-proxies-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-no-proxies --- [2024-03-05T10:40:18.147Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/jacoco.exec [2024-03-05T10:40:18.147Z] [INFO] Analyzed bundle 'HK2 Locator No Proxy Unit tests' with 1 classes [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-no-proxies --- [2024-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] -------------< org.glassfish.hk2:hk2-locator-no-proxies2 >-------------- [2024-03-05T10:40:18.147Z] [INFO] Building HK2 Locator No Proxy Unit tests (2) 4.0.0-SNAPSHOT [55/72] [2024-03-05T10:40:18.147Z] [INFO] from hk2-testing/hk2-locator-no-proxies2/pom.xml [2024-03-05T10:40:18.147Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [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-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [INFO] [2024-03-05T10:40:18.147Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.147Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/main/resources [2024-03-05T10:40:18.147Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:18.148Z] [INFO] [2024-03-05T10:40:18.148Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.148Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:18.148Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:40:18.435Z] [INFO] [2024-03-05T10:40:18.435Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.435Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:18.435Z] [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-03-05T10:40:18.435Z] [INFO] [2024-03-05T10:40:18.435Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.435Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/test/resources [2024-03-05T10:40:18.435Z] [INFO] [2024-03-05T10:40:18.435Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.435Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:18.435Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:18.435Z] [INFO] [2024-03-05T10:40:18.435Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:18.435Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:18.435Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:18.435Z] [INFO] [2024-03-05T10:40:18.435Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:18.435Z] [INFO] T E S T S [2024-03-05T10:40:18.435Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:19.039Z] [INFO] Running org.glassfish.hk2.noproxy2.NoProxy2Test [2024-03-05T10:40:19.640Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.418 s -- in org.glassfish.hk2.noproxy2.NoProxy2Test [2024-03-05T10:40:19.640Z] [INFO] [2024-03-05T10:40:19.640Z] [INFO] Results: [2024-03-05T10:40:19.640Z] [INFO] [2024-03-05T10:40:19.640Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:19.640Z] [INFO] [2024-03-05T10:40:19.640Z] [INFO] [2024-03-05T10:40:19.640Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:19.640Z] [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-03-05T10:40:19.640Z] [INFO] [2024-03-05T10:40:19.640Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:19.640Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:19.897Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [INFO] attaching as hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [INFO] attaching as hk2-locator-no-proxies2-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:19.897Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/jacoco.exec [2024-03-05T10:40:19.897Z] [INFO] Analyzed bundle 'HK2 Locator No Proxy Unit tests (2)' with 1 classes [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-locator-no-proxies2 --- [2024-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] -------------------< org.glassfish.hk2:hk2-testing >-------------------- [2024-03-05T10:40:19.897Z] [INFO] Building Utilities for testing with HK2 4.0.0-SNAPSHOT [56/72] [2024-03-05T10:40:19.897Z] [INFO] from hk2-testing/pom.xml [2024-03-05T10:40:19.897Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing --- [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing --- [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing --- [2024-03-05T10:40:19.897Z] [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-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-testing --- [2024-03-05T10:40:19.897Z] [INFO] [2024-03-05T10:40:19.897Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing --- [2024-03-05T10:40:19.897Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:20.155Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:40:20.155Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.xml [2024-03-05T10:40:20.155Z] [INFO] attaching as hk2-testing-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:20.155Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/target/bom.json [2024-03-05T10:40:20.155Z] [INFO] attaching as hk2-testing-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing --- [2024-03-05T10:40:20.155Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing --- [2024-03-05T10:40:20.155Z] [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-03-05T10:40:20.155Z] [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-03-05T10:40:20.155Z] [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-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] ----------------< org.glassfish.hk2:interceptor-events >---------------- [2024-03-05T10:40:20.155Z] [INFO] Building Interceptor/Eventing Test Suite 4.0.0-SNAPSHOT [57/72] [2024-03-05T10:40:20.155Z] [INFO] from hk2-testing/interceptor-events/pom.xml [2024-03-05T10:40:20.155Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- clean:3.2.0:clean (default-clean) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [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-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- resources:3.3.1:resources (default-resources) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/main/resources [2024-03-05T10:40:20.155Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:20.155Z] [INFO] Compiling 8 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/test/resources [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:20.155Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:40:20.155Z] [INFO] [2024-03-05T10:40:20.155Z] [INFO] --- surefire:3.2.5:test (default-test) @ interceptor-events --- [2024-03-05T10:40:20.155Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:20.156Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:20.435Z] [INFO] [2024-03-05T10:40:20.435Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:20.435Z] [INFO] T E S T S [2024-03-05T10:40:20.435Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:21.039Z] [INFO] Running org.glassfish.hk2.aopEvents.test.AOPEventsTest [2024-03-05T10:40:21.637Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.629 s -- in org.glassfish.hk2.aopEvents.test.AOPEventsTest [2024-03-05T10:40:21.637Z] [INFO] [2024-03-05T10:40:21.637Z] [INFO] Results: [2024-03-05T10:40:21.637Z] [INFO] [2024-03-05T10:40:21.637Z] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:21.637Z] [INFO] [2024-03-05T10:40:21.637Z] [INFO] [2024-03-05T10:40:21.637Z] [INFO] --- jar:3.3.0:jar (default-jar) @ interceptor-events --- [2024-03-05T10:40:21.637Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/interceptor-events.jar [2024-03-05T10:40:21.637Z] [INFO] [2024-03-05T10:40:21.637Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ interceptor-events --- [2024-03-05T10:40:21.637Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:22.200Z] [INFO] CycloneDX: Creating BOM version 1.4 with 9 component(s) [2024-03-05T10:40:22.200Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.xml [2024-03-05T10:40:22.200Z] [INFO] attaching as interceptor-events-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:22.200Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/bom.json [2024-03-05T10:40:22.200Z] [INFO] attaching as interceptor-events-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:22.200Z] [INFO] [2024-03-05T10:40:22.200Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ interceptor-events --- [2024-03-05T10:40:22.200Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/jacoco.exec [2024-03-05T10:40:22.200Z] [INFO] Analyzed bundle 'Interceptor/Eventing Test Suite' with 9 classes [2024-03-05T10:40:22.200Z] [INFO] [2024-03-05T10:40:22.200Z] [INFO] --- install:3.1.1:install (default-install) @ interceptor-events --- [2024-03-05T10:40:22.200Z] [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-03-05T10:40:22.200Z] [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-03-05T10:40:22.200Z] [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-03-05T10:40:22.201Z] [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-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] -------------------< org.glassfish.hk2:hk2-mockito >-------------------- [2024-03-05T10:40:22.201Z] [INFO] Building HK2 Mockito 4.0.0-SNAPSHOT [58/72] [2024-03-05T10:40:22.201Z] [INFO] from hk2-testing/hk2-mockito/pom.xml [2024-03-05T10:40:22.201Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [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-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/resources [2024-03-05T10:40:22.201Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:22.201Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:22.201Z] [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-03-05T10:40:22.201Z] [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-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (default) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/test/resources [2024-03-05T10:40:22.201Z] [INFO] [2024-03-05T10:40:22.201Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-mockito --- [2024-03-05T10:40:22.201Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:22.201Z] [INFO] Compiling 35 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:22.488Z] [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-03-05T10:40:22.488Z] [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-03-05T10:40:22.488Z] [INFO] [2024-03-05T10:40:22.488Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (default) @ hk2-mockito --- [2024-03-05T10:40:22.488Z] [INFO] [2024-03-05T10:40:22.488Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-mockito --- [2024-03-05T10:40:22.488Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:22.488Z] [INFO] Using auto detected provider org.apache.maven.surefire.testng.TestNGProvider [2024-03-05T10:40:22.488Z] [INFO] [2024-03-05T10:40:22.488Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:22.489Z] [INFO] T E S T S [2024-03-05T10:40:22.489Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:23.422Z] [INFO] Running TestSuite [2024-03-05T10:40:23.422Z] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". [2024-03-05T10:40:23.422Z] SLF4J: Defaulting to no-operation (NOP) logger implementation [2024-03-05T10:40:23.422Z] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. [2024-03-05T10:40:24.843Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [2024-03-05T10:40:27.365Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.999 s -- in TestSuite [2024-03-05T10:40:27.365Z] [INFO] [2024-03-05T10:40:27.365Z] [INFO] Results: [2024-03-05T10:40:27.365Z] [INFO] [2024-03-05T10:40:27.365Z] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:27.365Z] [INFO] [2024-03-05T10:40:27.365Z] [INFO] [2024-03-05T10:40:27.365Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-mockito --- [2024-03-05T10:40:27.365Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/hk2-mockito.jar [2024-03-05T10:40:27.365Z] [INFO] [2024-03-05T10:40:27.365Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-mockito --- [2024-03-05T10:40:27.365Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:27.938Z] [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [2024-03-05T10:40:27.938Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.xml [2024-03-05T10:40:28.195Z] [INFO] attaching as hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:28.195Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/bom.json [2024-03-05T10:40:28.195Z] [INFO] attaching as hk2-mockito-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-mockito --- [2024-03-05T10:40:28.195Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/jacoco.exec [2024-03-05T10:40:28.195Z] [INFO] Analyzed bundle 'HK2 Mockito' with 7 classes [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-mockito --- [2024-03-05T10:40:28.195Z] [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-03-05T10:40:28.195Z] [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-03-05T10:40:28.195Z] [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-03-05T10:40:28.195Z] [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-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --------------< org.glassfish.hk2:hk2-collections-tests >--------------- [2024-03-05T10:40:28.195Z] [INFO] Building Collections Tests 4.0.0-SNAPSHOT [59/72] [2024-03-05T10:40:28.195Z] [INFO] from hk2-testing/collections/pom.xml [2024-03-05T10:40:28.195Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [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-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/resources [2024-03-05T10:40:28.195Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:40:28.195Z] [INFO] [2024-03-05T10:40:28.195Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-collections-tests --- [2024-03-05T10:40:28.195Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:40:28.195Z] [INFO] Compiling 6 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:28.196Z] [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-03-05T10:40:28.196Z] [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-03-05T10:40:28.196Z] [INFO] [2024-03-05T10:40:28.196Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-collections-tests --- [2024-03-05T10:40:28.196Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:28.453Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:28.453Z] [INFO] [2024-03-05T10:40:28.453Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-collections-tests --- [2024-03-05T10:40:28.453Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/test/resources [2024-03-05T10:40:28.453Z] [INFO] [2024-03-05T10:40:28.453Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-collections-tests --- [2024-03-05T10:40:28.453Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:28.453Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:28.453Z] [INFO] [2024-03-05T10:40:28.453Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-collections-tests --- [2024-03-05T10:40:28.453Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:28.453Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:28.453Z] [INFO] [2024-03-05T10:40:28.453Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:28.453Z] [INFO] T E S T S [2024-03-05T10:40:28.453Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:29.435Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashSetTest [2024-03-05T10:40:29.435Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.glassfish.hk2.testing.collections.test.HashSetTest [2024-03-05T10:40:29.435Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashMapTest [2024-03-05T10:40:29.435Z] [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.glassfish.hk2.testing.collections.test.HashMapTest [2024-03-05T10:40:29.435Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListAsCollectionTest [2024-03-05T10:40:29.435Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.080 s -- in org.glassfish.hk2.testing.collections.test.LinkedListAsCollectionTest [2024-03-05T10:40:29.435Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListTest [2024-03-05T10:40:29.435Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 s -- in org.glassfish.hk2.testing.collections.test.LinkedListTest [2024-03-05T10:40:29.435Z] [INFO] Running org.glassfish.hk2.testing.collections.test.LinkedListSubListTest [2024-03-05T10:40:29.691Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.glassfish.hk2.testing.collections.test.LinkedListSubListTest [2024-03-05T10:40:29.691Z] [INFO] Running org.glassfish.hk2.testing.collections.test.ArrayListTest [2024-03-05T10:40:29.691Z] [INFO] Tests run: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s -- in org.glassfish.hk2.testing.collections.test.ArrayListTest [2024-03-05T10:40:29.691Z] [INFO] Running org.glassfish.hk2.testing.collections.test.HashSetAsCollectionTest [2024-03-05T10:40:29.692Z] [INFO] Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.glassfish.hk2.testing.collections.test.HashSetAsCollectionTest [2024-03-05T10:40:29.692Z] [INFO] [2024-03-05T10:40:29.692Z] [INFO] Results: [2024-03-05T10:40:29.692Z] [INFO] [2024-03-05T10:40:29.692Z] [INFO] Tests run: 477, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:29.692Z] [INFO] [2024-03-05T10:40:29.692Z] [INFO] [2024-03-05T10:40:29.692Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-collections-tests --- [2024-03-05T10:40:29.692Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/hk2-collections-tests.jar [2024-03-05T10:40:29.692Z] [INFO] [2024-03-05T10:40:29.692Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-collections-tests --- [2024-03-05T10:40:29.692Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:29.951Z] [INFO] CycloneDX: Creating BOM version 1.4 with 2 component(s) [2024-03-05T10:40:29.951Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.xml [2024-03-05T10:40:29.951Z] [INFO] attaching as hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:29.951Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/bom.json [2024-03-05T10:40:29.951Z] [INFO] attaching as hk2-collections-tests-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:29.951Z] [INFO] [2024-03-05T10:40:29.951Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-collections-tests --- [2024-03-05T10:40:29.951Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/jacoco.exec [2024-03-05T10:40:29.951Z] [INFO] Analyzed bundle 'Collections Tests' with 5 classes [2024-03-05T10:40:29.951Z] [INFO] [2024-03-05T10:40:29.951Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-collections-tests --- [2024-03-05T10:40:29.951Z] [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-03-05T10:40:29.951Z] [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-03-05T10:40:29.951Z] [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-03-05T10:40:29.951Z] [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-03-05T10:40:29.951Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] -------------------< org.glassfish.hk2:guice-bridge >------------------- [2024-03-05T10:40:29.952Z] [INFO] Building HK2 Guice Bridge 4.0.0-SNAPSHOT [60/72] [2024-03-05T10:40:29.952Z] [INFO] from guice-bridge/pom.xml [2024-03-05T10:40:29.952Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- clean:3.2.0:clean (default-clean) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [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-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- resources:3.3.1:resources (default-resources) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/resources [2024-03-05T10:40:29.952Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:40:29.952Z] [INFO] [2024-03-05T10:40:29.952Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ guice-bridge --- [2024-03-05T10:40:29.952Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:29.952Z] [INFO] Compiling 11 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:30.234Z] [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-03-05T10:40:30.234Z] [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-03-05T10:40:30.234Z] [INFO] [2024-03-05T10:40:30.234Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ guice-bridge --- [2024-03-05T10:40:30.234Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:30.234Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:30.234Z] [INFO] [2024-03-05T10:40:30.234Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ guice-bridge --- [2024-03-05T10:40:30.234Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/test/resources [2024-03-05T10:40:30.234Z] [INFO] [2024-03-05T10:40:30.234Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ guice-bridge --- [2024-03-05T10:40:30.234Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:30.234Z] [INFO] Compiling 25 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:30.234Z] [INFO] [2024-03-05T10:40:30.234Z] [INFO] --- surefire:3.2.5:test (default-test) @ guice-bridge --- [2024-03-05T10:40:30.234Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:30.234Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:30.234Z] [INFO] [2024-03-05T10:40:30.234Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:30.234Z] [INFO] T E S T S [2024-03-05T10:40:30.234Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:30.838Z] [INFO] Running org.jvnet.hk2.guice.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-03-05T10:40:31.833Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.987 s -- in org.jvnet.hk2.guice.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-03-05T10:40:31.833Z] [INFO] Running org.jvnet.hk2.guice.bridge.test.GuiceBridgeTest [2024-03-05T10:40:32.090Z] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.193 s -- in org.jvnet.hk2.guice.bridge.test.GuiceBridgeTest [2024-03-05T10:40:32.090Z] [INFO] [2024-03-05T10:40:32.090Z] [INFO] Results: [2024-03-05T10:40:32.090Z] [INFO] [2024-03-05T10:40:32.090Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:32.090Z] [INFO] [2024-03-05T10:40:32.090Z] [INFO] [2024-03-05T10:40:32.090Z] [INFO] --- jar:3.3.0:jar (default-jar) @ guice-bridge --- [2024-03-05T10:40:32.347Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/guice-bridge.jar [2024-03-05T10:40:32.347Z] [INFO] [2024-03-05T10:40:32.347Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ guice-bridge --- [2024-03-05T10:40:32.347Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:32.910Z] [INFO] CycloneDX: Creating BOM version 1.4 with 14 component(s) [2024-03-05T10:40:32.910Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.xml [2024-03-05T10:40:32.910Z] [INFO] attaching as guice-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:32.910Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/bom.json [2024-03-05T10:40:32.910Z] [INFO] attaching as guice-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:32.910Z] [INFO] [2024-03-05T10:40:32.910Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ guice-bridge --- [2024-03-05T10:40:32.910Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/jacoco.exec [2024-03-05T10:40:32.910Z] [INFO] Analyzed bundle 'HK2 Guice Bridge' with 9 classes [2024-03-05T10:40:32.910Z] [INFO] [2024-03-05T10:40:32.910Z] [INFO] --- install:3.1.1:install (default-install) @ guice-bridge --- [2024-03-05T10:40:32.910Z] [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-03-05T10:40:32.910Z] [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-03-05T10:40:32.910Z] [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-03-05T10:40:32.910Z] [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-03-05T10:40:32.910Z] [INFO] [2024-03-05T10:40:32.910Z] [INFO] -------< org.glassfish.hk2:hk2-testing-jersey-guice-form-param >-------- [2024-03-05T10:40:32.910Z] [INFO] Building Jersey Guice FormParam Test 4.0.0-SNAPSHOT [61/72] [2024-03-05T10:40:32.910Z] [INFO] from hk2-testing/jersey/jersey-guice/form-param/pom.xml [2024-03-05T10:40:32.910Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:32.910Z] [INFO] [2024-03-05T10:40:32.910Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.910Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [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-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [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-03-05T10:40:32.911Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:32.911Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [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-03-05T10:40:32.911Z] [INFO] [2024-03-05T10:40:32.911Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:32.911Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:32.911Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:33.169Z] [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-03-05T10:40:33.169Z] [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-03-05T10:40:33.169Z] [INFO] [2024-03-05T10:40:33.169Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:33.169Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:33.169Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:33.169Z] [INFO] [2024-03-05T10:40:33.169Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:33.169Z] [INFO] T E S T S [2024-03-05T10:40:33.169Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:33.739Z] [INFO] Running sample.controllers.SampleControllerTest [2024-03-05T10:40:37.013Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.785 s -- in sample.controllers.SampleControllerTest [2024-03-05T10:40:37.013Z] [INFO] [2024-03-05T10:40:37.013Z] [INFO] Results: [2024-03-05T10:40:37.013Z] [INFO] [2024-03-05T10:40:37.013Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:37.013Z] [INFO] [2024-03-05T10:40:37.013Z] [INFO] [2024-03-05T10:40:37.013Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:37.013Z] [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-03-05T10:40:37.013Z] [INFO] [2024-03-05T10:40:37.013Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:37.013Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:37.944Z] [INFO] CycloneDX: Creating BOM version 1.4 with 43 component(s) [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [INFO] attaching as hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [INFO] attaching as hk2-testing-jersey-guice-form-param-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [INFO] Analyzed bundle 'Jersey Guice FormParam Test' with 4 classes [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey-guice-form-param --- [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] -------------< org.glassfish.hk2:hk2-testing-jersey-guice >------------- [2024-03-05T10:40:37.944Z] [INFO] Building HK2 Jersey Guice Tests 4.0.0-SNAPSHOT [62/72] [2024-03-05T10:40:37.944Z] [INFO] from hk2-testing/jersey/jersey-guice/pom.xml [2024-03-05T10:40:37.944Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.944Z] [INFO] [2024-03-05T10:40:37.944Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.944Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:37.944Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:40:37.944Z] [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-03-05T10:40:37.945Z] [INFO] attaching as hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:37.945Z] [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-03-05T10:40:37.945Z] [INFO] attaching as hk2-testing-jersey-guice-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.945Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey-guice --- [2024-03-05T10:40:37.945Z] [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-03-05T10:40:37.945Z] [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-03-05T10:40:37.945Z] [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-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] ----------------< org.glassfish.hk2:hk2-testing-jersey >---------------- [2024-03-05T10:40:37.945Z] [INFO] Building HK2 Jersey Tests 4.0.0-SNAPSHOT [63/72] [2024-03-05T10:40:37.945Z] [INFO] from hk2-testing/jersey/pom.xml [2024-03-05T10:40:37.945Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-testing-jersey --- [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-testing-jersey --- [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-testing-jersey --- [2024-03-05T10:40:37.945Z] [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-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-testing-jersey --- [2024-03-05T10:40:37.945Z] [INFO] [2024-03-05T10:40:37.945Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-testing-jersey --- [2024-03-05T10:40:37.945Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:38.235Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:40:38.235Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.xml [2024-03-05T10:40:38.235Z] [INFO] attaching as hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:38.235Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/target/bom.json [2024-03-05T10:40:38.235Z] [INFO] attaching as hk2-testing-jersey-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:38.235Z] [INFO] [2024-03-05T10:40:38.235Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-testing-jersey --- [2024-03-05T10:40:38.235Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:40:38.235Z] [INFO] [2024-03-05T10:40:38.235Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-testing-jersey --- [2024-03-05T10:40:38.235Z] [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-03-05T10:40:38.236Z] [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-03-05T10:40:38.236Z] [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-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] ------------------< org.glassfish.hk2:spring-bridge >------------------- [2024-03-05T10:40:38.236Z] [INFO] Building HK2 Spring Bridge 4.0.0-SNAPSHOT [64/72] [2024-03-05T10:40:38.236Z] [INFO] from spring-bridge/pom.xml [2024-03-05T10:40:38.236Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- clean:3.2.0:clean (default-clean) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ spring-bridge --- [2024-03-05T10:40:38.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/spring-bridge/target/jacoco.exec [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- resources:3.3.1:resources (default-resources) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/resources [2024-03-05T10:40:38.236Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:40:38.236Z] [INFO] [2024-03-05T10:40:38.236Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ spring-bridge --- [2024-03-05T10:40:38.236Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:38.236Z] [INFO] Compiling 9 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:38.492Z] [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-03-05T10:40:38.492Z] [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-03-05T10:40:38.492Z] [INFO] [2024-03-05T10:40:38.492Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ spring-bridge --- [2024-03-05T10:40:38.492Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:38.492Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:38.492Z] [INFO] [2024-03-05T10:40:38.492Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ spring-bridge --- [2024-03-05T10:40:38.492Z] [INFO] Copying 3 resources from src/test/resources to target/test-classes [2024-03-05T10:40:38.492Z] [INFO] [2024-03-05T10:40:38.492Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ spring-bridge --- [2024-03-05T10:40:38.492Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:38.492Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:38.492Z] [INFO] [2024-03-05T10:40:38.492Z] [INFO] --- surefire:3.2.5:test (default-test) @ spring-bridge --- [2024-03-05T10:40:38.492Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:38.492Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:38.492Z] [INFO] [2024-03-05T10:40:38.492Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:38.492Z] [INFO] T E S T S [2024-03-05T10:40:38.492Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:39.434Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-03-05T10:40:40.363Z] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.916 s -- in org.jvnet.hk2.spring.bridge.test.bidirectional.BiDirectionalBridgeTest [2024-03-05T10:40:40.363Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.hk2tospring.HK2ToSpringTest [2024-03-05T10:40:40.363Z] [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-03-05T10:40:40.363Z] [INFO] Running org.jvnet.hk2.spring.bridge.test.spring2hk2.SpringBridgeTest [2024-03-05T10:40:40.363Z] [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-03-05T10:40:40.363Z] [INFO] [2024-03-05T10:40:40.363Z] [INFO] Results: [2024-03-05T10:40:40.363Z] [INFO] [2024-03-05T10:40:40.364Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:40.364Z] [INFO] [2024-03-05T10:40:40.364Z] [INFO] [2024-03-05T10:40:40.364Z] [INFO] --- jar:3.3.0:jar (default-jar) @ spring-bridge --- [2024-03-05T10:40:40.364Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/spring-bridge.jar [2024-03-05T10:40:40.364Z] [INFO] [2024-03-05T10:40:40.364Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ spring-bridge --- [2024-03-05T10:40:40.364Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:40.941Z] [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [2024-03-05T10:40:40.941Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.xml [2024-03-05T10:40:40.941Z] [INFO] attaching as spring-bridge-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:40.941Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/bom.json [2024-03-05T10:40:40.941Z] [INFO] attaching as spring-bridge-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:40.941Z] [INFO] [2024-03-05T10:40:40.941Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ spring-bridge --- [2024-03-05T10:40:40.941Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/jacoco.exec [2024-03-05T10:40:40.941Z] [INFO] Analyzed bundle 'HK2 Spring Bridge' with 7 classes [2024-03-05T10:40:40.941Z] [INFO] [2024-03-05T10:40:40.941Z] [INFO] --- install:3.1.1:install (default-install) @ spring-bridge --- [2024-03-05T10:40:40.941Z] [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-03-05T10:40:40.941Z] [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-03-05T10:40:40.942Z] [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-03-05T10:40:40.942Z] [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-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] ---------------------< org.glassfish.hk2:hk2-jmx >---------------------- [2024-03-05T10:40:40.942Z] [INFO] Building HK2 JMX module 4.0.0-SNAPSHOT [65/72] [2024-03-05T10:40:40.942Z] [INFO] from hk2-jmx/pom.xml [2024-03-05T10:40:40.942Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [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-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/main/resources [2024-03-05T10:40:40.942Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:40.942Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:40.942Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/test/resources [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] No sources to compile [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:40.942Z] [INFO] No tests to run. [2024-03-05T10:40:40.942Z] [INFO] [2024-03-05T10:40:40.942Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-jmx --- [2024-03-05T10:40:40.942Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/hk2-jmx.jar [2024-03-05T10:40:41.199Z] [INFO] [2024-03-05T10:40:41.199Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-jmx --- [2024-03-05T10:40:41.199Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:41.461Z] [INFO] CycloneDX: Creating BOM version 1.4 with 6 component(s) [2024-03-05T10:40:41.461Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.xml [2024-03-05T10:40:41.461Z] [INFO] attaching as hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:41.461Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/bom.json [2024-03-05T10:40:41.461Z] [INFO] attaching as hk2-jmx-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.461Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-jmx --- [2024-03-05T10:40:41.461Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.461Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-jmx --- [2024-03-05T10:40:41.461Z] [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-03-05T10:40:41.461Z] [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-03-05T10:40:41.461Z] [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-03-05T10:40:41.461Z] [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-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.461Z] [INFO] -----------------------< org.glassfish.hk2:hk2 >------------------------ [2024-03-05T10:40:41.461Z] [INFO] Building HK2 module of HK2 itself 4.0.0-SNAPSHOT [66/72] [2024-03-05T10:40:41.461Z] [INFO] from hk2/pom.xml [2024-03-05T10:40:41.461Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.461Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2 --- [2024-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.461Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2 --- [2024-03-05T10:40:41.461Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2 --- [2024-03-05T10:40:41.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/hk2/target/jacoco.exec [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/src/main/resources [2024-03-05T10:40:41.462Z] [INFO] Copying 2 resources from .. to target/classes/META-INF [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] No sources to compile [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:41.462Z] [INFO] Writing manifest: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/classes/META-INF/MANIFEST.MF [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/src/test/resources [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] No sources to compile [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2 --- [2024-03-05T10:40:41.462Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:41.462Z] [INFO] No tests to run. [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2.jar [2024-03-05T10:40:41.462Z] [INFO] [2024-03-05T10:40:41.462Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2 --- [2024-03-05T10:40:41.462Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:42.037Z] [INFO] CycloneDX: Creating BOM version 1.4 with 15 component(s) [2024-03-05T10:40:42.037Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.xml [2024-03-05T10:40:42.037Z] [INFO] attaching as hk2-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:42.037Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/bom.json [2024-03-05T10:40:42.037Z] [INFO] attaching as hk2-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:42.037Z] [INFO] [2024-03-05T10:40:42.037Z] [INFO] --- jar:3.3.0:jar (create-empty-javadoc-jar) @ hk2 --- [2024-03-05T10:40:42.037Z] [WARNING] JAR will be empty - no content was marked for inclusion! [2024-03-05T10:40:42.037Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/hk2-javadoc.jar [2024-03-05T10:40:42.037Z] [INFO] [2024-03-05T10:40:42.037Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2 --- [2024-03-05T10:40:42.037Z] [INFO] Skipping JaCoCo execution due to missing execution data file. [2024-03-05T10:40:42.037Z] [INFO] [2024-03-05T10:40:42.037Z] [INFO] --- install:3.1.1:install (default-install) @ hk2 --- [2024-03-05T10:40:42.037Z] [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-03-05T10:40:42.037Z] [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-03-05T10:40:42.037Z] [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-03-05T10:40:42.037Z] [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-03-05T10:40:42.037Z] [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-03-05T10:40:42.037Z] [INFO] [2024-03-05T10:40:42.037Z] [INFO] ---------------------< org.glassfish.hk2:hk2-bom >---------------------- [2024-03-05T10:40:42.037Z] [INFO] Building HK2 Bom Pom 4.0.0-SNAPSHOT [67/72] [2024-03-05T10:40:42.037Z] [INFO] from bom/pom.xml [2024-03-05T10:40:42.037Z] [INFO] --------------------------------[ pom ]--------------------------------- [2024-03-05T10:40:42.038Z] [INFO] [2024-03-05T10:40:42.038Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-bom --- [2024-03-05T10:40:42.038Z] [INFO] [2024-03-05T10:40:42.038Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-bom --- [2024-03-05T10:40:42.038Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:42.294Z] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [2024-03-05T10:40:42.294Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.xml [2024-03-05T10:40:42.294Z] [INFO] attaching as hk2-bom-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:42.294Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/bom/target/bom.json [2024-03-05T10:40:42.551Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-03-05T10:40:42.552Z] [INFO] attaching as hk2-bom-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-bom --- [2024-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] ---------------------< org.glassfish.hk2:hk2-json >--------------------- [2024-03-05T10:40:42.552Z] [INFO] Building HK2 JSON beans 4.0.0-SNAPSHOT [68/72] [2024-03-05T10:40:42.552Z] [INFO] from hk2-configuration/persistence/hk2-xml/hk2-json/pom.xml [2024-03-05T10:40:42.552Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-json --- [2024-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-json --- [2024-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:42.552Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:42.552Z] [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-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-json --- [2024-03-05T10:40:42.552Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:40:42.552Z] [INFO] [2024-03-05T10:40:42.552Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-json --- [2024-03-05T10:40:42.553Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:42.553Z] [INFO] Compiling 5 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:42.833Z] [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-03-05T10:40:42.833Z] [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-03-05T10:40:42.833Z] [INFO] [2024-03-05T10:40:42.833Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-json --- [2024-03-05T10:40:42.833Z] [INFO] [2024-03-05T10:40:42.833Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-json --- [2024-03-05T10:40:42.833Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:42.833Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:42.833Z] [INFO] [2024-03-05T10:40:42.833Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:42.833Z] [INFO] T E S T S [2024-03-05T10:40:42.833Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:43.441Z] [INFO] Running org.glassfish.hk2.json.test.basic.JsonParserTest [2024-03-05T10:40:44.373Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s -- in org.glassfish.hk2.json.test.basic.JsonParserTest [2024-03-05T10:40:44.373Z] [INFO] [2024-03-05T10:40:44.373Z] [INFO] Results: [2024-03-05T10:40:44.373Z] [INFO] [2024-03-05T10:40:44.373Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:44.373Z] [INFO] [2024-03-05T10:40:44.373Z] [INFO] [2024-03-05T10:40:44.373Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-json --- [2024-03-05T10:40:44.374Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/hk2-json.jar [2024-03-05T10:40:44.374Z] [INFO] [2024-03-05T10:40:44.374Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-json --- [2024-03-05T10:40:44.374Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:45.306Z] [INFO] CycloneDX: Creating BOM version 1.4 with 22 component(s) [2024-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [INFO] attaching as hk2-json-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [INFO] attaching as hk2-json-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:45.306Z] [INFO] [2024-03-05T10:40:45.306Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-json --- [2024-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [INFO] [2024-03-05T10:40:45.306Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-json --- [2024-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [INFO] Analyzed bundle 'HK2 JSON beans' with 2 classes [2024-03-05T10:40:45.306Z] [INFO] [2024-03-05T10:40:45.306Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-json --- [2024-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [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-03-05T10:40:45.306Z] [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-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] ---------------------< org.glassfish.hk2:hk2-pbuf >--------------------- [2024-03-05T10:40:45.307Z] [INFO] Building HK2 ProtoBuffer beans 4.0.0-SNAPSHOT [69/72] [2024-03-05T10:40:45.307Z] [INFO] from hk2-configuration/persistence/hk2-xml/hk2-pbuf/pom.xml [2024-03-05T10:40:45.307Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] Copying 1 resource from src/main/resources to target/classes [2024-03-05T10:40:45.307Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:45.307Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:45.307Z] [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-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] Copying 3 resources from src/test/resources to target/test-classes [2024-03-05T10:40:45.307Z] [INFO] [2024-03-05T10:40:45.307Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-pbuf --- [2024-03-05T10:40:45.307Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:45.308Z] [INFO] Compiling 13 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:45.564Z] [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-03-05T10:40:45.565Z] [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-03-05T10:40:45.565Z] [INFO] [2024-03-05T10:40:45.565Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-pbuf --- [2024-03-05T10:40:45.565Z] [INFO] [2024-03-05T10:40:45.565Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-pbuf --- [2024-03-05T10:40:45.565Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:45.565Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:45.565Z] [INFO] [2024-03-05T10:40:45.565Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:45.565Z] [INFO] T E S T S [2024-03-05T10:40:45.565Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:46.139Z] [INFO] Running org.glassfish.hk2.pbuf.test.basic.PBufParserTest [2024-03-05T10:40:47.575Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.530 s -- in org.glassfish.hk2.pbuf.test.basic.PBufParserTest [2024-03-05T10:40:47.834Z] [INFO] [2024-03-05T10:40:47.834Z] [INFO] Results: [2024-03-05T10:40:47.834Z] [INFO] [2024-03-05T10:40:47.834Z] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:47.834Z] [INFO] [2024-03-05T10:40:47.834Z] [INFO] [2024-03-05T10:40:47.834Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-pbuf --- [2024-03-05T10:40:47.834Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/hk2-pbuf.jar [2024-03-05T10:40:47.834Z] [INFO] [2024-03-05T10:40:47.834Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-pbuf --- [2024-03-05T10:40:47.834Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:48.396Z] [INFO] CycloneDX: Creating BOM version 1.4 with 21 component(s) [2024-03-05T10:40:48.396Z] [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-03-05T10:40:48.396Z] [INFO] attaching as hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:48.396Z] [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-03-05T10:40:48.396Z] [INFO] attaching as hk2-pbuf-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:48.396Z] [INFO] [2024-03-05T10:40:48.396Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-pbuf --- [2024-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-pbuf --- [2024-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [INFO] Analyzed bundle 'HK2 ProtoBuffer beans' with 9 classes [2024-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-pbuf --- [2024-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [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-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] -------------------< org.glassfish.hk2:hk2-xml-test >------------------- [2024-03-05T10:40:48.653Z] [INFO] Building HK2 XML Reader Test 4.0.0-SNAPSHOT [70/72] [2024-03-05T10:40:48.653Z] [INFO] from hk2-configuration/persistence/hk2-xml/test1/pom.xml [2024-03-05T10:40:48.653Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-test --- [2024-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-test --- [2024-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-test --- [2024-03-05T10:40:48.653Z] [INFO] [2024-03-05T10:40:48.653Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-test --- [2024-03-05T10:40:48.653Z] [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-03-05T10:40:48.654Z] [INFO] [2024-03-05T10:40:48.654Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-xml-test --- [2024-03-05T10:40:48.654Z] [INFO] [2024-03-05T10:40:48.654Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-test --- [2024-03-05T10:40:48.654Z] [INFO] Copying 3 resources from src/main/resources to target/classes [2024-03-05T10:40:48.654Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:48.654Z] [INFO] [2024-03-05T10:40:48.654Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-xml-test --- [2024-03-05T10:40:48.654Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:48.654Z] [INFO] Compiling 51 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:49.604Z] [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-03-05T10:40:49.604Z] [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-03-05T10:40:49.604Z] [INFO] [2024-03-05T10:40:49.604Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml-test --- [2024-03-05T10:40:49.604Z] [INFO] [2024-03-05T10:40:49.604Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-test --- [2024-03-05T10:40:49.604Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:49.861Z] [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-03-05T10:40:49.861Z] [INFO] [2024-03-05T10:40:49.861Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-test --- [2024-03-05T10:40:49.861Z] [INFO] Copying 15 resources from src/test/resources to target/test-classes [2024-03-05T10:40:49.861Z] [INFO] [2024-03-05T10:40:49.861Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-xml-test --- [2024-03-05T10:40:49.861Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:49.861Z] [INFO] Compiling 7 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:50.133Z] [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-03-05T10:40:50.133Z] [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-03-05T10:40:50.133Z] [INFO] [2024-03-05T10:40:50.133Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml-test --- [2024-03-05T10:40:50.133Z] [INFO] [2024-03-05T10:40:50.133Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-test --- [2024-03-05T10:40:50.133Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:50.133Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:50.133Z] [INFO] [2024-03-05T10:40:50.133Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:50.133Z] [INFO] T E S T S [2024-03-05T10:40:50.133Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:50.741Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.elements.ElementsTest [2024-03-05T10:40:51.034Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_0,0,24293395) [2024-03-05T10:40:51.292Z] HK2DEBUG: Took 20 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:51.292Z] 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-03-05T10:40:51.857Z] 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 327 milliseconds , now with 1 proxies generated and 5 pre generated proxies loaded [2024-03-05T10:40:51.857Z] 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 55 milliseconds [2024-03-05T10:40:51.857Z] 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 17 milliseconds [2024-03-05T10:40:51.857Z] 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-03-05T10:40:51.857Z] 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 1 milliseconds [2024-03-05T10:40:51.857Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_1,1,1783418615) [2024-03-05T10:40:51.857Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 6 pre generated with a non-lazy parser [2024-03-05T10:40:51.857Z] 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-03-05T10:40:52.132Z] 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 333 milliseconds , now with 0 proxies generated and 6 pre generated proxies loaded [2024-03-05T10:40:52.132Z] 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 1 milliseconds [2024-03-05T10:40:52.132Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_2,2,568221863) [2024-03-05T10:40:52.133Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 6 pre generated with a non-lazy parser [2024-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_3,3,1986679541) [2024-03-05T10:40:52.133Z] HK2DEBUG: Took 1 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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 1 milliseconds [2024-03-05T10:40:52.133Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_4,4,362030306) [2024-03-05T10:40:52.133Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.133Z] 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-03-05T10:40:52.133Z] 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 5 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-03-05T10:40:52.133Z] 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-03-05T10:40:52.134Z] 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-03-05T10:40:52.134Z] 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-03-05T10:40:52.134Z] 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 1 milliseconds [2024-03-05T10:40:52.391Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_5,5,1215456927) [2024-03-05T10:40:52.391Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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 44 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.500 s -- in org.glassfish.hk2.xml.test.precompile.elements.ElementsTest [2024-03-05T10:40:52.391Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.PreCompiledDomTest [2024-03-05T10:40:52.391Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_6,6,1922859107) [2024-03-05T10:40:52.391Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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 21 milliseconds , now with 2 proxies generated and 4 pre generated proxies loaded [2024-03-05T10:40:52.391Z] 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-03-05T10:40:52.391Z] 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-03-05T10:40:52.392Z] 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 0 milliseconds [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_7,7,1565560098) [2024-03-05T10:40:52.392Z] HK2DEBUG: Took 1 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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 0 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-03-05T10:40:52.392Z] 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 1 milliseconds [2024-03-05T10:40:52.392Z] 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 1 milliseconds [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_8,8,2037199851) [2024-03-05T10:40:52.392Z] HK2DEBUG: Took 1 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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 17 milliseconds , now with 3 proxies generated and 4 pre generated proxies loaded [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] 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-03-05T10:40:52.392Z] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s -- in org.glassfish.hk2.xml.test.precompile.PreCompiledDomTest [2024-03-05T10:40:52.392Z] [INFO] Running org.glassfish.hk2.xml.test.precompile.PreCompiledTest [2024-03-05T10:40:52.392Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_9,9,1391890442) [2024-03-05T10:40:52.392Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-03-05T10:40:52.392Z] 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-03-05T10:40:52.393Z] 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 8 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_10,10,1397282876) [2024-03-05T10:40:52.393Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 7 pre generated with a non-lazy parser [2024-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] 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-03-05T10:40:52.393Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s -- in org.glassfish.hk2.xml.test.precompile.PreCompiledTest [2024-03-05T10:40:52.393Z] [INFO] Running org.glassfish.hk2.xml.test.interop.InteropTest [2024-03-05T10:40:52.651Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_11,11,1250553668) [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 2 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.pbuf is 159 milliseconds , now with 0 proxies generated and 0 pre generated proxies loaded [2024-03-05T10:40:52.651Z] 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 0 milliseconds [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_12,12,231055042) [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] 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 0 milliseconds [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.651Z] 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 1 milliseconds [2024-03-05T10:40:52.651Z] 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-03-05T10:40:52.652Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_13,13,269685385) [2024-03-05T10:40:52.652Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] HK2DEBUG: Time parsing file:/home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes/standard.json is 11 milliseconds , now with 0 proxies generated and 1 pre generated proxies loaded [2024-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_14,14,1950555036) [2024-03-05T10:40:52.652Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_15,15,1587020590) [2024-03-05T10:40:52.652Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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-03-05T10:40:52.652Z] 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 1 milliseconds [2024-03-05T10:40:52.652Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_16,16,566105282) [2024-03-05T10:40:52.653Z] HK2DEBUG: Took 0 to perform 0 generations with 1 pre generated with a lazy parser [2024-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] 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-03-05T10:40:52.653Z] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.345 s -- in org.glassfish.hk2.xml.test.interop.InteropTest [2024-03-05T10:40:52.653Z] [INFO] Running org.glassfish.hk2.xml.test.pbuf.PBufPreCompileTest [2024-03-05T10:40:52.911Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_17,17,1681875321) [2024-03-05T10:40:52.911Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-03-05T10:40:52.911Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.911Z] HK2DEBUG: Took 2 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:52.911Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.911Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 1 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 2 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 to perform 0 generations with 0 pre generated with a lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Time up to parsing null is 0 milliseconds [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:52.912Z] HK2DEBUG: Time parsing null is 1 milliseconds , now with 0 proxies generated and 0 pre generated proxies loaded [2024-03-05T10:40:52.912Z] HK2DEBUG: Time from parsing to PreAdvertisement null is 1 milliseconds [2024-03-05T10:40:52.912Z] HK2DEBUG: Time from JAXB to PreAdvertisement null is 0 milliseconds [2024-03-05T10:40:52.912Z] HK2DEBUG: Time to advertise null in HK2 is 0 milliseconds [2024-03-05T10:40:52.912Z] HK2DEBUG: Time to advertise null in Hub is 0 milliseconds [2024-03-05T10:40:52.912Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.070 s -- in org.glassfish.hk2.xml.test.pbuf.PBufPreCompileTest [2024-03-05T10:40:52.912Z] [INFO] [2024-03-05T10:40:52.912Z] [INFO] Results: [2024-03-05T10:40:52.912Z] [INFO] [2024-03-05T10:40:52.912Z] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:52.912Z] [INFO] [2024-03-05T10:40:52.912Z] [INFO] [2024-03-05T10:40:52.912Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-test --- [2024-03-05T10:40:52.912Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/hk2-xml-test.jar [2024-03-05T10:40:52.912Z] [INFO] [2024-03-05T10:40:52.912Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-test --- [2024-03-05T10:40:52.912Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:53.475Z] [INFO] CycloneDX: Creating BOM version 1.4 with 25 component(s) [2024-03-05T10:40:53.475Z] [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-03-05T10:40:53.735Z] [INFO] attaching as hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:53.735Z] [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-03-05T10:40:53.735Z] [INFO] attaching as hk2-xml-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:53.735Z] [INFO] [2024-03-05T10:40:53.735Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-test --- [2024-03-05T10:40:53.735Z] [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-03-05T10:40:53.735Z] [INFO] [2024-03-05T10:40:53.735Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-test --- [2024-03-05T10:40:53.735Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/jacoco.exec [2024-03-05T10:40:53.735Z] [INFO] Analyzed bundle 'HK2 XML Reader Test' with 78 classes [2024-03-05T10:40:53.735Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-test --- [2024-03-05T10:40:53.736Z] [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-03-05T10:40:53.736Z] [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-03-05T10:40:53.736Z] [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-03-05T10:40:53.736Z] [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-03-05T10:40:53.736Z] [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-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] ------------------< org.glassfish.hk2:hk2-xml-schema >------------------ [2024-03-05T10:40:53.736Z] [INFO] Building HK2 XML Schema Utilities 4.0.0-SNAPSHOT [71/72] [2024-03-05T10:40:53.736Z] [INFO] from hk2-configuration/persistence/hk2-xml/schema/pom.xml [2024-03-05T10:40:53.736Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-schema --- [2024-03-05T10:40:53.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/hk2-configuration/persistence/hk2-xml/schema/target/jacoco.exec [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/src/main/resources [2024-03-05T10:40:53.736Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:53.736Z] [INFO] [2024-03-05T10:40:53.736Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-xml-schema --- [2024-03-05T10:40:53.736Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:53.736Z] [INFO] Compiling 59 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-inhabitants (generate-inhabitants) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:55.146Z] [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-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [INFO] Copying 1 resource from src/test/resources to target/test-classes [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:55.146Z] [INFO] Compiling 3 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- hk2-inhabitant-generator:4.0.0-SNAPSHOT:generate-test-inhabitants (generate-test-inhabitants) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-schema --- [2024-03-05T10:40:55.146Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:55.146Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:55.146Z] [INFO] [2024-03-05T10:40:55.146Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:55.146Z] [INFO] T E S T S [2024-03-05T10:40:55.146Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:56.108Z] [INFO] Running org.glassfish.hk2.xml.schema.tests.basic.SchemaReaderTest [2024-03-05T10:40:56.108Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.098 s -- in org.glassfish.hk2.xml.schema.tests.basic.SchemaReaderTest [2024-03-05T10:40:56.108Z] [INFO] [2024-03-05T10:40:56.108Z] [INFO] Results: [2024-03-05T10:40:56.108Z] [INFO] [2024-03-05T10:40:56.108Z] [WARNING] Tests run: 2, Failures: 0, Errors: 0, Skipped: 2 [2024-03-05T10:40:56.108Z] [INFO] [2024-03-05T10:40:56.108Z] [INFO] [2024-03-05T10:40:56.108Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-schema --- [2024-03-05T10:40:56.109Z] [INFO] Building jar: /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/hk2-xml-schema.jar [2024-03-05T10:40:56.109Z] [INFO] [2024-03-05T10:40:56.109Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-schema --- [2024-03-05T10:40:56.109Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:56.672Z] [INFO] CycloneDX: Creating BOM version 1.4 with 20 component(s) [2024-03-05T10:40:56.672Z] [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-03-05T10:40:56.672Z] [INFO] attaching as hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:56.672Z] [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-03-05T10:40:56.672Z] [INFO] attaching as hk2-xml-schema-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:56.672Z] [INFO] [2024-03-05T10:40:56.672Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-schema --- [2024-03-05T10:40:56.672Z] [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-03-05T10:40:56.673Z] [INFO] [2024-03-05T10:40:56.673Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-schema --- [2024-03-05T10:40:56.673Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/jacoco.exec [2024-03-05T10:40:56.673Z] [INFO] Analyzed bundle 'HK2 XML Schema Utilities' with 58 classes [2024-03-05T10:40:56.931Z] [INFO] [2024-03-05T10:40:56.931Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-schema --- [2024-03-05T10:40:56.931Z] [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-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] -------------< org.glassfish.hk2:hk2-xml-integration-test >------------- [2024-03-05T10:40:56.932Z] [INFO] Building HK2 XML Integration Test 4.0.0-SNAPSHOT [72/72] [2024-03-05T10:40:56.932Z] [INFO] from hk2-configuration/persistence/hk2-xml/integration-test/pom.xml [2024-03-05T10:40:56.932Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- osgiversion:4.0.0-SNAPSHOT:compute-osgi-version (compute-osgi-version) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [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-03-05T10:40:56.932Z] [INFO] Copying 2 resources from ../../../.. to target/classes/META-INF [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:56.932Z] [INFO] Compiling 2 source files with javac [debug release 11] to target/classes [2024-03-05T10:40:56.932Z] [INFO] [2024-03-05T10:40:56.932Z] [INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ hk2-xml-integration-test --- [2024-03-05T10:40:56.932Z] [INFO] No MANIFEST.MF file found, generating manifest. [2024-03-05T10:40:57.188Z] [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-03-05T10:40:57.189Z] [INFO] [2024-03-05T10:40:57.189Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-xml-integration-test --- [2024-03-05T10:40:57.189Z] [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-03-05T10:40:57.189Z] [INFO] [2024-03-05T10:40:57.189Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-xml-integration-test --- [2024-03-05T10:40:57.189Z] [INFO] Recompiling the module because of changed dependency. [2024-03-05T10:40:57.189Z] [INFO] Compiling 4 source files with javac [debug release 11] to target/test-classes [2024-03-05T10:40:57.189Z] [INFO] [2024-03-05T10:40:57.189Z] [INFO] --- surefire:3.2.5:test (default-test) @ hk2-xml-integration-test --- [2024-03-05T10:40:57.189Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:40:57.189Z] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider [2024-03-05T10:40:57.189Z] [INFO] [2024-03-05T10:40:57.189Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:57.189Z] [INFO] T E S T S [2024-03-05T10:40:57.189Z] [INFO] ------------------------------------------------------- [2024-03-05T10:40:57.752Z] [INFO] Running org.glassfish.hk2.xml.integration.test.tests.XmlIntegrationTest [2024-03-05T10:40:58.009Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_0,0,1642785848) [2024-03-05T10:40:58.265Z] HK2DEBUG: Took 21 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:58.265Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:58.265Z] HK2DEBUG: Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_1,1,466319810) [2024-03-05T10:40:58.265Z] HK2DEBUG: Took 0 milliseconds to perform 0 generations with 2 pre generated with a non-lazy parser [2024-03-05T10:40:58.265Z] HK2DEBUG: Took 1 milliseconds to perform 0 generations with 0 pre generated with a non-lazy parser [2024-03-05T10:40:58.265Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.502 s -- in org.glassfish.hk2.xml.integration.test.tests.XmlIntegrationTest [2024-03-05T10:40:58.535Z] [INFO] [2024-03-05T10:40:58.535Z] [INFO] Results: [2024-03-05T10:40:58.535Z] [INFO] [2024-03-05T10:40:58.535Z] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:40:58.535Z] [INFO] [2024-03-05T10:40:58.535Z] [INFO] [2024-03-05T10:40:58.535Z] [INFO] --- jar:3.3.0:jar (default-jar) @ hk2-xml-integration-test --- [2024-03-05T10:40:58.535Z] [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-03-05T10:40:58.535Z] [INFO] [2024-03-05T10:40:58.535Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-xml-integration-test --- [2024-03-05T10:40:58.535Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:40:59.100Z] [INFO] CycloneDX: Creating BOM version 1.4 with 23 component(s) [2024-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [INFO] attaching as hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [INFO] attaching as hk2-xml-integration-test-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:40:59.100Z] [INFO] [2024-03-05T10:40:59.100Z] [INFO] --- jar:3.3.0:test-jar (default) @ hk2-xml-integration-test --- [2024-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [INFO] [2024-03-05T10:40:59.100Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-xml-integration-test --- [2024-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [INFO] Analyzed bundle 'HK2 XML Integration Test' with 2 classes [2024-03-05T10:40:59.100Z] [WARNING] To enable source code annotation class files have to be compiled with debug information. [2024-03-05T10:40:59.100Z] [INFO] [2024-03-05T10:40:59.100Z] [INFO] --- install:3.1.1:install (default-install) @ hk2-xml-integration-test --- [2024-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [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-03-05T10:40:59.100Z] [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-03-05T10:40:59.101Z] [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-03-05T10:40:59.101Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:40:59.101Z] [INFO] Reactor Summary for GlassFish HK2 4.0.0-SNAPSHOT: [2024-03-05T10:40:59.101Z] [INFO] [2024-03-05T10:40:59.101Z] [INFO] GlassFish HK2 ...................................... SUCCESS [ 29.894 s] [2024-03-05T10:40:59.101Z] [INFO] OSGi repackaging of HK2 dependencies ............... SUCCESS [ 0.360 s] [2024-03-05T10:40:59.101Z] [INFO] aopalliance version 1.0 repackaged as a module ..... SUCCESS [ 16.403 s] [2024-03-05T10:40:59.101Z] [INFO] maven-plugins ...................................... SUCCESS [ 0.340 s] [2024-03-05T10:40:59.101Z] [INFO] OSGiVersion Maven Plugin ........................... SUCCESS [ 6.358 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Implementation Utilities ....................... SUCCESS [ 14.357 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 API module ..................................... SUCCESS [ 3.493 s] [2024-03-05T10:40:59.101Z] [INFO] ServiceLocator Default Implementation .............. SUCCESS [02:21 min] [2024-03-05T10:40:59.101Z] [INFO] HK2 core module .................................... SUCCESS [ 1.800 s] [2024-03-05T10:40:59.101Z] [INFO] consolidated bundle Maven plugin ................... SUCCESS [ 2.251 s] [2024-03-05T10:40:59.101Z] [INFO] Inhabitant Generator ............................... SUCCESS [ 4.412 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Metadata Generator Subsystem ................... SUCCESS [ 0.250 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Metadata Generator ............................. SUCCESS [ 0.655 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Metadata Generator Test One .................... SUCCESS [ 2.337 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Junit Runner ................................... SUCCESS [ 2.515 s] [2024-03-05T10:40:59.101Z] [INFO] Run Level Service .................................. SUCCESS [ 11.957 s] [2024-03-05T10:40:59.101Z] [INFO] Class Model for Hk2 ................................ SUCCESS [ 2.135 s] [2024-03-05T10:40:59.101Z] [INFO] OSGi code .......................................... SUCCESS [ 0.242 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 OSGi Adapter ................................... SUCCESS [ 1.682 s] [2024-03-05T10:40:59.101Z] [INFO] osgi-adapter-tests-parent .......................... SUCCESS [ 0.249 s] [2024-03-05T10:40:59.101Z] [INFO] Holds test contracts ............................... SUCCESS [ 0.456 s] [2024-03-05T10:40:59.101Z] [INFO] Simulates a bundle ................................. SUCCESS [ 0.527 s] [2024-03-05T10:40:59.101Z] [INFO] Manages the faux sdp management bundle ............. SUCCESS [ 0.401 s] [2024-03-05T10:40:59.101Z] [INFO] a test module startup .............................. SUCCESS [ 0.495 s] [2024-03-05T10:40:59.101Z] [INFO] A bundle with no hk2 dependencies .................. SUCCESS [ 0.457 s] [2024-03-05T10:40:59.101Z] [INFO] Examples of various use cases ...................... SUCCESS [ 0.246 s] [2024-03-05T10:40:59.101Z] [INFO] Custom Resolver Example ............................ SUCCESS [ 1.950 s] [2024-03-05T10:40:59.101Z] [INFO] Security Lockdown Example .......................... SUCCESS [ 0.252 s] [2024-03-05T10:40:59.101Z] [INFO] Security Lockdown System ........................... SUCCESS [ 0.602 s] [2024-03-05T10:40:59.101Z] [INFO] Security Lockdown System Alice ..................... SUCCESS [ 0.484 s] [2024-03-05T10:40:59.101Z] [INFO] Security Lockdown Mallory .......................... SUCCESS [ 0.529 s] [2024-03-05T10:40:59.101Z] [INFO] Security Lockdown Runner ........................... SUCCESS [ 1.767 s] [2024-03-05T10:40:59.101Z] [INFO] AOP Caching Example ................................ SUCCESS [ 0.248 s] [2024-03-05T10:40:59.101Z] [INFO] Caching AOP Example System ......................... SUCCESS [ 0.557 s] [2024-03-05T10:40:59.101Z] [INFO] Caching AOP Example Runner ......................... SUCCESS [ 1.789 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 extras module .................................. SUCCESS [ 4.530 s] [2024-03-05T10:40:59.101Z] [INFO] Event Examples ..................................... SUCCESS [ 0.225 s] [2024-03-05T10:40:59.101Z] [INFO] Threaded Event Example ............................. SUCCESS [ 1.857 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Configuration Subsystem ........................ SUCCESS [ 0.238 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Configuration Hub .............................. SUCCESS [ 2.182 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Configuration Integration ...................... SUCCESS [ 2.257 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Configuration Persistence Modules .............. SUCCESS [ 0.250 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Configuration Property File Reader ............. SUCCESS [ 2.140 s] [2024-03-05T10:40:59.101Z] [INFO] Examples of configuration use cases ................ SUCCESS [ 0.242 s] [2024-03-05T10:40:59.101Z] [INFO] A fake WebServer configured by a property file ..... SUCCESS [ 1.727 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 XML Parser using JAXB .......................... SUCCESS [ 0.356 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 XML Reader using JAXB .......................... SUCCESS [ 7.968 s] [2024-03-05T10:40:59.101Z] [INFO] Xml Application Configuration Example .............. SUCCESS [ 3.042 s] [2024-03-05T10:40:59.101Z] [INFO] Operations Example ................................. SUCCESS [ 7.024 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Ant Inhabitant Generator Test .................. SUCCESS [ 2.124 s] [2024-03-05T10:40:59.101Z] [INFO] HK2 Locator unit tests ............................. SUCCESS [ 2.122 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 TestNG runner .................................. SUCCESS [ 3.945 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 RunLevel unit tests ............................ SUCCESS [ 2.170 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Locator No Proxy Unit tests .................... SUCCESS [ 1.575 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Locator No Proxy Unit tests (2) ................ SUCCESS [ 1.674 s] [2024-03-05T10:40:59.102Z] [INFO] Utilities for testing with HK2 ..................... SUCCESS [ 0.245 s] [2024-03-05T10:40:59.102Z] [INFO] Interceptor/Eventing Test Suite .................... SUCCESS [ 1.894 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Mockito ........................................ SUCCESS [ 6.056 s] [2024-03-05T10:40:59.102Z] [INFO] Collections Tests .................................. SUCCESS [ 1.894 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Guice Bridge ................................... SUCCESS [ 2.903 s] [2024-03-05T10:40:59.102Z] [INFO] Jersey Guice FormParam Test ........................ SUCCESS [ 4.881 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Jersey Guice Tests ............................. SUCCESS [ 0.223 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Jersey Tests ................................... SUCCESS [ 0.242 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Spring Bridge .................................. SUCCESS [ 2.715 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 JMX module ..................................... SUCCESS [ 0.391 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 module of HK2 itself ........................... SUCCESS [ 0.627 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 Bom Pom ........................................ SUCCESS [ 0.486 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 JSON beans ..................................... SUCCESS [ 2.678 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 ProtoBuffer beans .............................. SUCCESS [ 3.410 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 XML Reader Test ................................ SUCCESS [ 5.217 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 XML Schema Utilities ........................... SUCCESS [ 3.052 s] [2024-03-05T10:40:59.102Z] [INFO] HK2 XML Integration Test ........................... SUCCESS [ 2.308 s] [2024-03-05T10:40:59.102Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:40:59.102Z] [INFO] BUILD SUCCESS [2024-03-05T10:40:59.102Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:40:59.102Z] [INFO] Total time: 05:41 min [2024-03-05T10:40:59.102Z] [INFO] Finished at: 2024-03-05T10:40:59Z [2024-03-05T10:40:59.102Z] [INFO] ------------------------------------------------------------------------ [Pipeline] sh [2024-03-05T10:40:59.646Z] + mvn clean install -P jacoco -f hk2-testing/di-tck [2024-03-05T10:41:01.032Z] [INFO] Scanning for projects... [2024-03-05T10:41:01.032Z] [INFO] [2024-03-05T10:41:01.032Z] [INFO] ----------------< org.glassfish.hk2:hk2-di-tck-runner >----------------- [2024-03-05T10:41:01.032Z] [INFO] Building DI TCK Runner 4.0.0-SNAPSHOT [2024-03-05T10:41:01.032Z] [INFO] from pom.xml [2024-03-05T10:41:01.032Z] [INFO] --------------------------------[ jar ]--------------------------------- [2024-03-05T10:41:02.403Z] [INFO] [2024-03-05T10:41:02.403Z] [INFO] --- clean:3.2.0:clean (default-clean) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.403Z] [INFO] [2024-03-05T10:41:02.403Z] [INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.403Z] [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [2024-03-05T10:41:02.403Z] [INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed [2024-03-05T10:41:02.403Z] [INFO] [2024-03-05T10:41:02.403Z] [INFO] --- jacoco:0.8.11:prepare-agent (agent-jacoco-property) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.661Z] [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-03-05T10:41:02.661Z] [INFO] [2024-03-05T10:41:02.661Z] [INFO] --- build-helper:3.5.0:add-resource (add-legal-resource) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.661Z] [INFO] [2024-03-05T10:41:02.661Z] [INFO] --- resources:3.3.1:resources (default-resources) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/src/main/resources [2024-03-05T10:41:02.661Z] [INFO] Copying 2 resources from ../.. to target/classes/META-INF [2024-03-05T10:41:02.661Z] [INFO] [2024-03-05T10:41:02.661Z] [INFO] --- compiler:3.12.1:compile (default-compile) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.661Z] [INFO] No sources to compile [2024-03-05T10:41:02.661Z] [INFO] [2024-03-05T10:41:02.661Z] [INFO] --- resources:3.3.1:testResources (default-testResources) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.661Z] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/src/test/resources [2024-03-05T10:41:02.661Z] [INFO] [2024-03-05T10:41:02.661Z] [INFO] --- compiler:3.12.1:testCompile (default-testCompile) @ hk2-di-tck-runner --- [2024-03-05T10:41:02.919Z] [INFO] Recompiling the module because of changed source code. [2024-03-05T10:41:02.919Z] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes [2024-03-05T10:41:03.483Z] [INFO] [2024-03-05T10:41:03.483Z] [INFO] --- dependency:3.3.0:unpack (unpack) @ hk2-di-tck-runner --- [2024-03-05T10:41:08.746Z] [INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.0:jar [2024-03-05T10:41:08.746Z] [INFO] Configured Artifact: jakarta.inject:jakarta.inject-tck:2.0.1:jar [2024-03-05T10:41:08.746Z] [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-03-05T10:41:08.746Z] [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-03-05T10:41:08.746Z] [INFO] [2024-03-05T10:41:08.746Z] [INFO] --- surefire:3.0.0-M3:test (default-test) @ hk2-di-tck-runner --- [2024-03-05T10:41:10.119Z] [WARNING] Parameter 'systemProperties' is deprecated: Use systemPropertyVariables instead. [2024-03-05T10:41:10.686Z] [INFO] [2024-03-05T10:41:10.686Z] [INFO] ------------------------------------------------------- [2024-03-05T10:41:10.686Z] [INFO] T E S T S [2024-03-05T10:41:10.686Z] [INFO] ------------------------------------------------------- [2024-03-05T10:41:11.250Z] [INFO] Running org.glassfish.hk2.ditck.TCKRunner [2024-03-05T10:41:11.535Z] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.386 s - in org.glassfish.hk2.ditck.TCKRunner [2024-03-05T10:41:12.100Z] [INFO] [2024-03-05T10:41:12.100Z] [INFO] Results: [2024-03-05T10:41:12.100Z] [INFO] [2024-03-05T10:41:12.100Z] [INFO] Tests run: 50, Failures: 0, Errors: 0, Skipped: 0 [2024-03-05T10:41:12.100Z] [INFO] [2024-03-05T10:41:12.100Z] [INFO] [2024-03-05T10:41:12.100Z] [INFO] --- cyclonedx:2.7.9:makeAggregateBom (default) @ hk2-di-tck-runner --- [2024-03-05T10:41:12.100Z] [INFO] CycloneDX: Resolving Dependencies [2024-03-05T10:41:13.031Z] [INFO] CycloneDX: Creating BOM version 1.4 with 10 component(s) [2024-03-05T10:41:13.288Z] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/bom.xml [2024-03-05T10:41:13.544Z] [INFO] attaching as hk2-di-tck-runner-4.0.0-SNAPSHOT-cyclonedx.xml [2024-03-05T10:41:13.544Z] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/bom.json [2024-03-05T10:41:13.544Z] [WARNING] Unknown keyword additionalItems - you should define your own Meta Schema. If the keyword is irrelevant for validation, just use a NonValidationKeyword [2024-03-05T10:41:13.544Z] [INFO] attaching as hk2-di-tck-runner-4.0.0-SNAPSHOT-cyclonedx.json [2024-03-05T10:41:13.544Z] [INFO] [2024-03-05T10:41:13.544Z] [INFO] --- jacoco:0.8.11:report (post-unit-test) @ hk2-di-tck-runner --- [2024-03-05T10:41:13.545Z] [INFO] Loading execution data file /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/jacoco.exec [2024-03-05T10:41:13.545Z] [INFO] Analyzed bundle 'DI TCK Runner' with 0 classes [2024-03-05T10:41:13.545Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:41:13.545Z] [INFO] BUILD SUCCESS [2024-03-05T10:41:13.545Z] [INFO] ------------------------------------------------------------------------ [2024-03-05T10:41:13.545Z] [INFO] Total time: 12.799 s [2024-03-05T10:41:13.545Z] [INFO] Finished at: 2024-03-05T10:41:13Z [2024-03-05T10:41:13.545Z] [INFO] ------------------------------------------------------------------------ [Pipeline] junit [2024-03-05T10:41:13.558Z] Recording test results [2024-03-05T10:41:15.354Z] [Checks API] No suitable checks publisher found. [Pipeline] jacoco [2024-03-05T10:41:15.363Z] [JaCoCo plugin] Collecting JaCoCo coverage data... [2024-03-05T10:41:15.363Z] [JaCoCo plugin] Version: 3.3.5 [2024-03-05T10:41:15.364Z] [JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured [2024-03-05T10:41:15.579Z] [JaCoCo plugin] Number of found exec files for pattern **/**.exec: 39 [2024-03-05T10:41:16.006Z] [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-03-05T10:41:16.415Z] [JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: [2024-03-05T10:41:16.430Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/target/classes 83 files [2024-03-05T10:41:16.452Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/target/classes 3 files [2024-03-05T10:41:16.474Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/target/classes 5 files [2024-03-05T10:41:16.493Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/target/classes 5 files [2024-03-05T10:41:16.524Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/target/classes 5 files [2024-03-05T10:41:16.537Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/target/classes 10 files [2024-03-05T10:41:16.578Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/target/classes 2 files [2024-03-05T10:41:16.587Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/target/classes 11 files [2024-03-05T10:41:16.602Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/target/classes 1 files [2024-03-05T10:41:16.610Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/target/classes 4 files [2024-03-05T10:41:16.629Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/target/classes 1 files [2024-03-05T10:41:16.705Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/target/classes 5 files [2024-03-05T10:41:16.747Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/external/aopalliance/target/classes 26 files [2024-03-05T10:41:17.268Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/target/classes 12 files [2024-03-05T10:41:17.353Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/target/classes 179 files [2024-03-05T10:41:17.422Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/target/classes 26 files [2024-03-05T10:41:17.439Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/target/classes 22 files [2024-03-05T10:41:17.489Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/target/classes 3 files [2024-03-05T10:41:17.509Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/target/classes 14 files [2024-03-05T10:41:17.802Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/target/classes 4 files [2024-03-05T10:41:18.108Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/target/classes 102 files [2024-03-05T10:41:18.451Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/target/classes 113 files [2024-03-05T10:41:18.482Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/target/classes 123 files [2024-03-05T10:41:18.746Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/target/classes 7 files [2024-03-05T10:41:18.918Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/target/classes 85 files [2024-03-05T10:41:18.928Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/target/classes 56 files [2024-03-05T10:41:19.198Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/target/classes 1 files [2024-03-05T10:41:19.236Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/target/classes 97 files [2024-03-05T10:41:19.424Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/target/classes 7 files [2024-03-05T10:41:19.549Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/target/classes 60 files [2024-03-05T10:41:19.570Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/target/classes 36 files [2024-03-05T10:41:19.608Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/target/classes 2 files [2024-03-05T10:41:19.612Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/target/classes 6 files [2024-03-05T10:41:19.707Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/di-tck/target/classes 0 files [2024-03-05T10:41:19.716Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/target/classes 22 files [2024-03-05T10:41:19.724Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/target/classes 1 files [2024-03-05T10:41:19.731Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/target/classes 1 files [2024-03-05T10:41:19.767Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/target/classes 1 files [2024-03-05T10:41:19.785Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/target/classes 11 files [2024-03-05T10:41:19.793Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/target/classes 4 files [2024-03-05T10:41:19.831Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/target/classes 2 files [2024-03-05T10:41:19.848Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/target/classes 9 files [2024-03-05T10:41:20.080Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/target/classes 4 files [2024-03-05T10:41:20.085Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/target/classes 77 files [2024-03-05T10:41:20.093Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2/target/classes 0 files [2024-03-05T10:41:20.215Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/target/classes 1 files [2024-03-05T10:41:20.234Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/target/classes 41 files [2024-03-05T10:41:20.241Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/target/classes 4 files [2024-03-05T10:41:20.247Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/target/classes 1 files [2024-03-05T10:41:20.257Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/target/classes 1 files [2024-03-05T10:41:20.268Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/target/classes 2 files [2024-03-05T10:41:20.275Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/target/classes 2 files [2024-03-05T10:41:20.416Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/target/classes 1 files [2024-03-05T10:41:20.449Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/target/classes 42 files [2024-03-05T10:41:20.631Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/target/classes 9 files [2024-03-05T10:41:20.631Z] [JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: [2024-03-05T10:41:20.631Z] [JaCoCo plugin] Source Inclusions: **/*.java [2024-03-05T10:41:20.808Z] [JaCoCo plugin] Source Exclusions: [2024-03-05T10:41:20.824Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/class-model/src/main/java 52 files [2024-03-05T10:41:20.845Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/runner/src/main/java 3 files [2024-03-05T10:41:20.865Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/caching/system/src/main/java 5 files [2024-03-05T10:41:20.887Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/webserver/src/main/java 5 files [2024-03-05T10:41:20.924Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/configuration/xml/src/main/java 4 files [2024-03-05T10:41:20.933Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/custom-resolver/src/main/java 10 files [2024-03-05T10:41:20.977Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/events/threaded/src/main/java 1 files [2024-03-05T10:41:20.981Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/operations/src/main/java 11 files [2024-03-05T10:41:20.990Z] [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-03-05T10:41:21.003Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/alice/src/main/java 1 files [2024-03-05T10:41:21.010Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/mallory/src/main/java 3 files [2024-03-05T10:41:21.025Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/runner/src/main/java 1 files [2024-03-05T10:41:21.062Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/examples/security-lockdown/system/src/main/java 3 files [2024-03-05T10:41:21.484Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/guice-bridge/src/main/java 11 files [2024-03-05T10:41:21.558Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-api/src/main/java 137 files [2024-03-05T10:41:21.632Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/hk2-integration/src/main/java 20 files [2024-03-05T10:41:21.644Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/manager/src/main/java 20 files [2024-03-05T10:41:21.673Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-json/src/main/java 2 files [2024-03-05T10:41:21.687Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/hk2-pbuf/src/main/java 7 files [2024-03-05T10:41:21.899Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/integration-test/src/main/java 2 files [2024-03-05T10:41:22.087Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/main/src/main/java 69 files [2024-03-05T10:41:22.273Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/schema/src/main/java 59 files [2024-03-05T10:41:22.302Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/hk2-xml/test1/src/main/java 51 files [2024-03-05T10:41:22.559Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-configuration/persistence/property-file/src/main/java 6 files [2024-03-05T10:41:22.679Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-core/src/main/java 63 files [2024-03-05T10:41:22.688Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-extras/src/main/java 30 files [2024-03-05T10:41:22.853Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-jmx/src/main/java 1 files [2024-03-05T10:41:22.872Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-locator/src/main/java 49 files [2024-03-05T10:41:23.017Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/main/src/main/java 3 files [2024-03-05T10:41:23.093Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-metadata-generator/test1/src/main/java 55 files [2024-03-05T10:41:23.102Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-runlevel/src/main/java 21 files [2024-03-05T10:41:23.131Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/ant/src/main/java 1 files [2024-03-05T10:41:23.185Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/collections/src/main/java 6 files [2024-03-05T10:41:23.193Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-junitrunner/src/main/java 13 files [2024-03-05T10:41:23.200Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-extras/src/main/java 1 files [2024-03-05T10:41:23.207Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies/src/main/java 1 files [2024-03-05T10:41:23.247Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-locator-no-proxies2/src/main/java 1 files [2024-03-05T10:41:23.272Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-mockito/src/main/java 11 files [2024-03-05T10:41:23.293Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-runlevel-extras/src/main/java 4 files [2024-03-05T10:41:23.316Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/hk2-testng/src/main/java 2 files [2024-03-05T10:41:23.341Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/interceptor-events/src/main/java 8 files [2024-03-05T10:41:23.501Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-testing/jersey/jersey-guice/form-param/src/main/java 4 files [2024-03-05T10:41:23.511Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/hk2-utils/src/main/java 39 files [2024-03-05T10:41:23.568Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/consolidatedbundle-maven-plugin/src/main/java 1 files [2024-03-05T10:41:23.580Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/hk2-inhabitant-generator/src/main/java 16 files [2024-03-05T10:41:23.588Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/maven-plugins/osgiversion-maven-plugin/src/main/java 2 files [2024-03-05T10:41:23.594Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/contract-bundle/src/main/java 1 files [2024-03-05T10:41:23.602Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/faux-sdp-bundle/src/main/java 1 files [2024-03-05T10:41:23.610Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/no-hk2-bundle/src/main/java 2 files [2024-03-05T10:41:23.616Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/sdp-management-bundle/src/main/java 2 files [2024-03-05T10:41:23.681Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter-tests/test-module-startup/src/main/java 1 files [2024-03-05T10:41:23.712Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/osgi/adapter/src/main/java 19 files [2024-03-05T10:41:23.712Z] [JaCoCo plugin] - /home/jenkins/agent/workspace/hk2_4.0.0-prepare/spring-bridge/src/main/java 9 files [2024-03-05T10:41:23.712Z] [JaCoCo plugin] Loading inclusions files.. [2024-03-05T10:41:23.712Z] [JaCoCo plugin] inclusions: [] [2024-03-05T10:41:23.712Z] [JaCoCo plugin] exclusions: [] [2024-03-05T10:41:26.340Z] [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-03-05T10:41:26.340Z] [JaCoCo plugin] Publishing the results.. [2024-03-05T10:41:29.242Z] [JaCoCo plugin] Loading packages.. [2024-03-05T10:41:29.260Z] [JaCoCo plugin] Done. [2024-03-05T10:41:29.261Z] [JaCoCo plugin] Overall coverage: class: 68.36099, method: 52.038937, line: 66.536606, branch: 59.043736, instruction: 60.92576, complexity: 48.693638 [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