Skip to content
Success

Console Output

Started by upstream project "sisu.plexus" build number 234
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent basic-3hr96 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-3hr96"
  namespace: "sisu"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.sisu.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3hr96"
    - 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-3hr96"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.sisu.svc.cluster.local/sisu/"
    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-sisu"
      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"

Building remotely on basic-3hr96 (basic) in workspace /home/jenkins/agent/workspace/sisu.plexus-sonar
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/sisu.plexus.git
 > git init /home/jenkins/agent/workspace/sisu.plexus-sonar # timeout=10
Fetching upstream changes from https://github.com/eclipse/sisu.plexus.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/sisu.plexus.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/sisu.plexus.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6157daec8d1779a655122e909a643492ba02af8c (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6157daec8d1779a655122e909a643492ba02af8c # timeout=10
Commit message: "Irrelevant change (#64)"
 > git rev-list --no-walk b35dbec2c22697a487d6b5e3c9a65b961e775a64 # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud.io
[sisu.plexus-sonar] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.repo.local=/home/jenkins/agent/workspace/sisu.plexus-sonar/.repository clean verify -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.projectKey=org.eclipse.sisu:sisu-plexus -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=**** -Dsonar.coverage.jacoco.xmlReportPaths=/home/jenkins/agent/workspace/sisu.plexus-sonar/target/site/jacoco/jacoco.xml
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Sisu Plexus                                                        [pom]
[INFO] org.eclipse.sisu.plexus                                            [jar]
[INFO] org.eclipse.sisu.plexus.extender                                   [jar]
[INFO] 
[INFO] --------------------< org.eclipse.sisu:sisu-plexus >--------------------
[INFO] Building Sisu Plexus 0.9.0-SNAPSHOT                                [1/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ sisu-plexus ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ sisu-plexus ---
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] Rule 2: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --------------< org.eclipse.sisu:org.eclipse.sisu.plexus >--------------
[INFO] Building org.eclipse.sisu.plexus 0.9.0-SNAPSHOT                    [2/3]
[INFO]   from org.eclipse.sisu.plexus/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sisu.plexus ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.sisu.plexus ---
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
[INFO] 
[INFO] --- jacoco:0.8.12:prepare-agent (jacoco-prepare) @ org.eclipse.sisu.plexus ---
[INFO] jacoco.argLine set to -javaagent:/home/jenkins/agent/workspace/sisu.plexus-sonar/.repository/org/jacoco/org.jacoco.agent/0.8.12/org.jacoco.agent-0.8.12-runtime.jar=destfile=/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/jacoco.exec
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sisu.plexus ---
[INFO] Copying 2 resources from  to target/classes
[INFO] 
[INFO] --- dependency:3.6.1:copy (copy-old-annotations) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: org.codehaus.plexus:plexus-component-annotations:1.2.1:jar
[INFO] Copying plexus-component-annotations-1.2.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/dependency/plexus-component-annotations-1.2.1.jar
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.sisu.plexus ---
[INFO] Recompiling the module because of changed source code.
[INFO] Compiling 138 source files with javac [debug deprecation release 8] to target/classes
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/configurator/AbstractComponentConfigurator.java:[18,32] org.codehaus.classworlds.ClassRealmAdapter in org.codehaus.classworlds has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/configurator/converters/special/ClassRealmConverter.java:[18,32] org.codehaus.classworlds.ClassRealmAdapter in org.codehaus.classworlds has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/configurator/converters/special/ClassRealmConverter.java:[19,32] org.codehaus.classworlds.ClassRealmReverseAdapter in org.codehaus.classworlds has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/factory/AbstractComponentFactory.java:[15,32] org.codehaus.classworlds.ClassRealmAdapter in org.codehaus.classworlds has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/PlexusXmlScanner.java:[28,32] org.codehaus.plexus.util.ReaderFactory in org.codehaus.plexus.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/DefaultPlexusContainer.java:[457,38] PlexusAnnotatedBeanModule(org.eclipse.sisu.space.ClassSpace,java.util.Map<?,?>,org.eclipse.sisu.space.BeanScanning) in org.eclipse.sisu.plexus.PlexusAnnotatedBeanModule has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/PlexusSpaceModule.java:[94,26] PlexusAnnotatedBeanModule(org.eclipse.sisu.space.ClassSpace,java.util.Map<?,?>,org.eclipse.sisu.space.BeanScanning) in org.eclipse.sisu.plexus.PlexusAnnotatedBeanModule has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/PlexusXmlScanner.java:[113,31] org.codehaus.plexus.util.ReaderFactory in org.codehaus.plexus.util has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/PlexusXmlScanner.java:[165,23] close(java.io.InputStream) in org.codehaus.plexus.util.IOUtil has been deprecated
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/PlexusXmlScanner.java:[202,23] close(java.io.InputStream) in org.codehaus.plexus.util.IOUtil has been deprecated
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/ComponentDescriptorBeanModule.java: Some input files use unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/eclipse/sisu/plexus/ComponentDescriptorBeanModule.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- sisu:0.9.0.M2:main-index (index-project) @ org.eclipse.sisu.plexus ---
[INFO] 
[INFO] --- bnd:6.4.0:bnd-process (bnd-process) @ org.eclipse.sisu.plexus ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.sisu.plexus ---
[INFO] Copying 12 resources from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.sisu.plexus ---
[INFO] Recompiling the module because of changed dependency.
[INFO] Compiling 30 source files with javac [debug deprecation release 8] to target/test-classes
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/test/java/org/eclipse/sisu/plexus/ParameterizedCollectionTest.java: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/test/java/org/eclipse/sisu/plexus/ParameterizedCollectionTest.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/test/java/org/eclipse/sisu/plexus/ParameterizedCollectionTest.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- sisu:0.9.0.M2:test-index (index-project) @ org.eclipse.sisu.plexus ---
[INFO] 
[INFO] --- clean:3.3.2:clean (remove-missing-class) @ org.eclipse.sisu.plexus ---
[INFO] Deleting /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/test-classes (includes = [**/*MissingClass.class], excludes = [])
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.sisu.plexus ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.6.1:copy (guice3) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: com.google.inject:guice:no_aop:3.0:jar
[INFO] Copying guice-3.0-no_aop.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice3/guice-no_aop.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy (guice4) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: com.google.guava:guava:16.0.1:jar
[INFO] Configured Artifact: com.google.inject:guice:no_aop:4.0:jar
[INFO] Copying guava-16.0.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice4/guava.jar
[INFO] Copying guice-4.0-no_aop.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice4/guice-no_aop.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy (guice423) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar
[INFO] Configured Artifact: com.google.guava:guava:27.1-jre:jar
[INFO] Configured Artifact: com.google.inject:guice:no_aop:4.2.3:jar
[INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice423/failureaccess.jar
[INFO] Copying guava-27.1-jre.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice423/guava.jar
[INFO] Copying guice-4.2.3-no_aop.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice423/guice-no_aop.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy (guice5) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar
[INFO] Configured Artifact: com.google.guava:guava:30.1-jre:jar
[INFO] Configured Artifact: org.ow2.asm:asm:9.5:jar
[INFO] Configured Artifact: com.google.inject:guice:classes:5.1.0:jar
[INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice5/failureaccess.jar
[INFO] Copying guava-30.1-jre.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice5/guava.jar
[INFO] Copying asm-9.5.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice5/asm.jar
[INFO] Copying guice-5.1.0-classes.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice5/guice-classes.jar
[INFO] 
[INFO] --- dependency:3.6.1:copy (guice6) @ org.eclipse.sisu.plexus ---
[INFO] Configured Artifact: jakarta.inject:jakarta.inject-api:2.0.1:jar
[INFO] Configured Artifact: com.google.guava:failureaccess:1.0.1:jar
[INFO] Configured Artifact: com.google.guava:guava:31.0.1-jre:jar
[INFO] Configured Artifact: org.ow2.asm:asm:9.5:jar
[INFO] Configured Artifact: com.google.inject:guice:classes:6.0.0:jar
[INFO] Copying jakarta.inject-api-2.0.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice6/jakarta.inject-api.jar
[INFO] Copying failureaccess-1.0.1.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice6/failureaccess.jar
[INFO] Copying guava-31.0.1-jre.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice6/guava.jar
[INFO] Copying asm-9.5.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice6/asm.jar
[INFO] Copying guice-6.0.0-classes.jar to /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/guice6/guice-classes.jar
[INFO] 
[INFO] --- surefire:3.2.5:test (base) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice3) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s -- in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.480 s -- in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Running org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice4) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.270 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.366 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.108 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 s -- in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s -- in org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Running org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice423) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 s -- in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s -- in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.100 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s -- in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s -- in org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Running org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice5) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.339 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.347 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s -- in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s -- in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s -- in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s -- in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.649 s -- in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s -- in org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Running org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice6) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.390 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 s -- in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s -- in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.ConfigurationAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s -- in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 s -- in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.687 s -- in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.110 s -- in org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Running org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ org.eclipse.sisu.plexus ---
[INFO] Building jar: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/org.eclipse.sisu.plexus-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jacoco:0.8.12:report (jacoco-report) @ org.eclipse.sisu.plexus ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/jacoco.exec
[INFO] Analyzed bundle 'Sisu Plexus' with 134 classes
[INFO] 
[INFO] ---------< org.eclipse.sisu:org.eclipse.sisu.plexus.extender >----------
[INFO] Building org.eclipse.sisu.plexus.extender 0.9.0-SNAPSHOT           [3/3]
[INFO]   from org.eclipse.sisu.plexus.extender/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.3.2:clean (default-clean) @ org.eclipse.sisu.plexus.extender ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ org.eclipse.sisu.plexus.extender ---
[INFO] Rule 0: org.codehaus.mojo.extraenforcer.dependencies.EnforceBytecodeVersion passed
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.sisu.plexus.extender ---
[INFO] Copying 3 resources from  to target/classes
[INFO] 
[INFO] --- compiler:3.13.0:compile (default-compile) @ org.eclipse.sisu.plexus.extender ---
[INFO] Nothing to compile - all classes are up to date.
[INFO] 
[INFO] --- bnd:6.4.0:bnd-process (bnd-process) @ org.eclipse.sisu.plexus.extender ---
[WARNING] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender/bnd.bnd [0:0]: Host org.eclipse.sisu.inject.extender= for this fragment/require bundle cannot be found on the classpath
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.sisu.plexus.extender ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender/src/test/resources
[INFO] 
[INFO] --- compiler:3.13.0:testCompile (default-testCompile) @ org.eclipse.sisu.plexus.extender ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.2.5:test (default-test) @ org.eclipse.sisu.plexus.extender ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.4.1:jar (default-jar) @ org.eclipse.sisu.plexus.extender ---
[INFO] Building jar: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender/target/org.eclipse.sisu.plexus.extender-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- jar:3.4.1:jar (empty-javadoc) @ org.eclipse.sisu.plexus.extender ---
[INFO] Building jar: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender/target/org.eclipse.sisu.plexus.extender-0.9.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --------------------< org.eclipse.sisu:sisu-plexus >--------------------
[INFO] Building Sisu Plexus 0.9.0-SNAPSHOT                                [4/3]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.11.0.3922:sonar (default-cli) @ sisu-plexus ---
[INFO] 06:11:55.093 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 06:11:55.093 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 06:11:55.120 User cache: /home/jenkins/.sonar/cache
[INFO] 06:11:58.007 Communicating with SonarCloud
[INFO] 06:11:58.019 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 06:11:58.611 Load global settings
[INFO] 06:11:59.043 Load global settings (done) | time=434ms
[INFO] 06:11:59.046 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 06:11:59.179 User cache: /home/jenkins/.sonar/cache
[INFO] 06:11:59.373 Loading required plugins
[INFO] 06:11:59.373 Load plugins index
[INFO] 06:11:59.763 Load plugins index (done) | time=390ms
[INFO] 06:11:59.764 Load/download plugins
[INFO] 06:12:00.280 Load/download plugins (done) | time=516ms
[INFO] 06:12:00.887 Found an active CI vendor: 'Jenkins'
[INFO] 06:12:01.105 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus'
[INFO] 06:12:01.504 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus' (done) | time=399ms
[INFO] 06:12:01.508 Process project properties
[INFO] 06:12:01.518 Project key: org.eclipse.sisu:sisu-plexus
[INFO] 06:12:01.518 Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 06:12:01.518 Working dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar
[INFO] 06:12:01.616 Load project branches
[INFO] 06:12:02.034 Load project branches (done) | time=418ms
[INFO] 06:12:02.159 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus'
[INFO] 06:12:02.538 Detected project binding: NOT_BOUND
[INFO] 06:12:02.538 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus' (done) | time=379ms
[INFO] 06:12:02.636 Load project pull requests
[INFO] 06:12:03.015 Load project pull requests (done) | time=380ms
[INFO] 06:12:03.131 Load branch configuration
[INFO] 06:12:03.132 Load branch configuration (done) | time=1ms
[INFO] 06:12:03.361 Load quality profiles
[INFO] 06:12:03.821 Load quality profiles (done) | time=461ms
[INFO] 06:12:03.910 Load active rules
[INFO] 06:12:10.153 Load active rules (done) | time=6243ms
[INFO] 06:12:10.641 Organization key: eclipse
[INFO] 06:12:10.661 Preprocessing files...
[INFO] 06:12:11.015 2 languages detected in 171 preprocessed files
[INFO] 06:12:11.015 0 files ignored because of inclusion/exclusion patterns
[INFO] 06:12:11.015 0 files ignored because of scm ignore settings
[INFO] 06:12:11.026 Loading plugins for detected languages
[INFO] 06:12:11.026 Load/download plugins
[INFO] 06:12:11.456 Load/download plugins (done) | time=430ms
[INFO] 06:12:11.814 Load project repositories
[INFO] 06:12:12.308 Load project repositories (done) | time=494ms
[INFO] 06:12:12.310 Indexing files...
[INFO] 06:12:12.310 Project configuration:
[INFO] 06:12:12.310   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:12:12.312 Indexing files of module 'org.eclipse.sisu.plexus'
[INFO] 06:12:12.312   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus
[INFO] 06:12:12.312   Source paths: pom.xml, src/main/java
[INFO] 06:12:12.312   Test paths: src/test/java
[INFO] 06:12:12.312   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:12:12.319 Indexing files of module 'org.eclipse.sisu.plexus.extender'
[INFO] 06:12:12.320   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender
[INFO] 06:12:12.320   Source paths: pom.xml, src/main/java
[INFO] 06:12:12.320   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:12:12.320 Indexing files of module 'Sisu Plexus'
[INFO] 06:12:12.320   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 06:12:12.320   Source paths: pom.xml
[INFO] 06:12:12.320   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:12:12.320 171 files indexed
[INFO] 06:12:12.324 Quality profile for java: Sonar way
[INFO] 06:12:12.324 Quality profile for xml: Sonar way
[INFO] 06:12:12.324 ------------- Run sensors on module org.eclipse.sisu.plexus.extender
[INFO] 06:12:12.468 Load metrics repository
[INFO] 06:12:12.850 Load metrics repository (done) | time=382ms
[INFO] 06:12:12.855 Sensor cache enabled
[INFO] 06:12:12.957 Load sensor cache
[INFO] 06:12:14.363 Load sensor cache (440 KB) | time=1406ms
[INFO] 06:12:15.230 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:12:15.231 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:12:15.231 Sensor XML Sensor [xml]
[INFO] 06:12:15.235 1 source file to be analyzed
[INFO] 06:12:15.379 1/1 source file has been analyzed
[INFO] 06:12:15.379 Sensor XML Sensor [xml] (done) | time=148ms
[INFO] 06:12:15.379 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:12:15.382 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:12:15.428 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=48ms
[INFO] 06:12:15.428 Sensor IaC Docker Sensor [iac]
[INFO] 06:12:15.431 0 source files to be analyzed
[INFO] 06:12:15.485 0/0 source files have been analyzed
[INFO] 06:12:15.485 Sensor IaC Docker Sensor [iac] (done) | time=57ms
[INFO] 06:12:15.486 Sensor Serverless configuration file sensor [security]
[INFO] 06:12:15.486 0 Serverless function entries were found in the project
[INFO] 06:12:15.488 0 Serverless function handlers were kept as entrypoints
[INFO] 06:12:15.488 Sensor Serverless configuration file sensor [security] (done) | time=2ms
[INFO] 06:12:15.488 Sensor AWS SAM template file sensor [security]
[INFO] 06:12:15.489 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:12:15.489 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:12:15.489 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:12:15.491 ------------- Run sensors on module org.eclipse.sisu.plexus
[INFO] 06:12:15.550 Sensor JavaSensor [java]
[INFO] 06:12:15.554 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 06:12:15.570 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:12:15.571 Using ECJ batch to parse 138 Main java source files with batch size 53 KB.
[INFO] 06:12:23.566 Starting batch processing.
[INFO] 06:12:23.965 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:12:34.446 100% analyzed
[INFO] 06:12:34.447 Batch processing: Done.
[INFO] 06:12:34.447 Did not optimize analysis for any files, performed a full analysis for all 138 files.
[INFO] 06:12:34.494 Using ECJ batch to parse 30 Test java source files with batch size 53 KB.
[INFO] 06:12:34.498 Starting batch processing.
[INFO] 06:12:35.309 100% analyzed
[INFO] 06:12:35.309 Batch processing: Done.
[INFO] 06:12:35.309 Did not optimize analysis for any files, performed a full analysis for all 30 files.
[WARNING] 06:12:35.311 Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 06:12:35.311 No "Generated" source files to scan.
[INFO] 06:12:35.311 Sensor JavaSensor [java] (done) | time=19761ms
[INFO] 06:12:35.312 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:12:35.312 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 06:12:35.312 Sensor SurefireSensor [java]
[INFO] 06:12:35.314 parsing [/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/surefire-reports]
[INFO] 06:12:35.400 Sensor SurefireSensor [java] (done) | time=87ms
[INFO] 06:12:35.400 Sensor XML Sensor [xml]
[INFO] 06:12:35.401 1 source file to be analyzed
[INFO] 06:12:35.473 1/1 source file has been analyzed
[INFO] 06:12:35.473 Sensor XML Sensor [xml] (done) | time=73ms
[INFO] 06:12:35.474 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:12:35.475 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:12:35.542 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=68ms
[INFO] 06:12:35.542 Sensor IaC Docker Sensor [iac]
[INFO] 06:12:35.544 0 source files to be analyzed
[INFO] 06:12:35.551 0/0 source files have been analyzed
[INFO] 06:12:35.551 Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] 06:12:35.551 Sensor Serverless configuration file sensor [security]
[INFO] 06:12:35.551 0 Serverless function entries were found in the project
[INFO] 06:12:35.551 0 Serverless function handlers were kept as entrypoints
[INFO] 06:12:35.551 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:12:35.552 Sensor AWS SAM template file sensor [security]
[INFO] 06:12:35.552 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:12:35.552 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:12:35.552 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:12:35.553 ------------- Run sensors on module Sisu Plexus
[INFO] 06:12:35.625 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:12:35.626 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:12:35.626 Sensor XML Sensor [xml]
[INFO] 06:12:35.626 1 source file to be analyzed
[INFO] 06:12:35.681 1/1 source file has been analyzed
[INFO] 06:12:35.681 Sensor XML Sensor [xml] (done) | time=55ms
[INFO] 06:12:35.682 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:12:35.682 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:12:35.701 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=19ms
[INFO] 06:12:35.702 Sensor IaC Docker Sensor [iac]
[INFO] 06:12:35.702 0 source files to be analyzed
[INFO] 06:12:35.729 0/0 source files have been analyzed
[INFO] 06:12:35.729 Sensor IaC Docker Sensor [iac] (done) | time=27ms
[INFO] 06:12:35.730 Sensor Serverless configuration file sensor [security]
[INFO] 06:12:35.730 0 Serverless function entries were found in the project
[INFO] 06:12:35.730 0 Serverless function handlers were kept as entrypoints
[INFO] 06:12:35.730 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:12:35.730 Sensor AWS SAM template file sensor [security]
[INFO] 06:12:35.730 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:12:35.730 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:12:35.730 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:12:35.730 Sensor javabugs [dbd]
[INFO] 06:12:35.763 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/java
[INFO] 06:12:35.797 Analyzing 810 functions to detect bugs.
[INFO] 06:12:36.892 Sensor javabugs [dbd] (done) | time=1162ms
[INFO] 06:12:36.893 Sensor pythonbugs [dbd]
[INFO] 06:12:36.893 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/python
[INFO] 06:12:36.893 No IR files have been included for analysis.
[INFO] 06:12:36.893 Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] 06:12:36.893 Sensor TextAndSecretsSensor [text]
[INFO] 06:12:36.893 Available processors: 2
[INFO] 06:12:36.894 Using 2 threads for analysis.
[INFO] 06:12:37.430 171 source files to be analyzed
[INFO] 06:12:38.285 171/171 source files have been analyzed
[INFO] 06:12:38.285 Sensor TextAndSecretsSensor [text] (done) | time=1392ms
[INFO] 06:12:38.286 Sensor JavaSecuritySensor [security]
[INFO] 06:12:38.289 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549
[INFO] 06:12:38.289 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:38.289 Load type hierarchy: Starting
[INFO] 06:12:38.289 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 06:12:38.375 Read 383 type definitions
[INFO] 06:12:38.383 Load type hierarchy: Time spent was 00:00:00.093
[INFO] 06:12:38.383 Load UCFGs: Starting
[INFO] 06:12:38.383 Reading UCFGs from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 06:12:38.703 Load UCFGs: Time spent was 00:00:00.320
[INFO] 06:12:38.703 Load type hierarchy and UCFGs: Time spent was 00:00:00.414
[INFO] 06:12:38.703 Analyzing 713 UCFGs to detect vulnerabilities.
[INFO] 06:12:38.703 Check cache: Starting
[INFO] 06:12:38.704 Load cache: Starting
[INFO] 06:12:38.704 Load cache: Time spent was 00:00:00.000
[INFO] 06:12:38.704 Check cache: Time spent was 00:00:00.000
[INFO] 06:12:38.704 Create runtime call graph: Starting
[INFO] 06:12:38.705 Variable Type Analysis #1: Starting
[INFO] 06:12:38.705 Create runtime type propagation graph: Starting
[INFO] 06:12:38.751 Create runtime type propagation graph: Time spent was 00:00:00.044
[INFO] 06:12:38.751 Run SCC (Tarjan) on 3533 nodes: Starting
[INFO] 06:12:38.758 Run SCC (Tarjan) on 3533 nodes: Time spent was 00:00:00.006
[INFO] 06:12:38.758 Tarjan found 3379 strongly connected components
[INFO] 06:12:38.758 Propagate runtime types to strongly connected components: Starting
[INFO] 06:12:38.770 Propagate runtime types to strongly connected components: Time spent was 00:00:00.011
[INFO] 06:12:38.770 Variable Type Analysis #1: Time spent was 00:00:00.065
[INFO] 06:12:38.775 Variable Type Analysis #2: Starting
[INFO] 06:12:38.775 Create runtime type propagation graph: Starting
[INFO] 06:12:38.796 Create runtime type propagation graph: Time spent was 00:00:00.021
[INFO] 06:12:38.796 Run SCC (Tarjan) on 3502 nodes: Starting
[INFO] 06:12:38.800 Run SCC (Tarjan) on 3502 nodes: Time spent was 00:00:00.004
[INFO] 06:12:38.800 Tarjan found 3347 strongly connected components
[INFO] 06:12:38.800 Propagate runtime types to strongly connected components: Starting
[INFO] 06:12:38.825 Propagate runtime types to strongly connected components: Time spent was 00:00:00.024
[INFO] 06:12:38.826 Variable Type Analysis #2: Time spent was 00:00:00.051
[INFO] 06:12:38.827 Create runtime call graph: Time spent was 00:00:00.123
[INFO] 06:12:38.827 Load config: Starting
[INFO] 06:12:41.207 Load config: Time spent was 00:00:02.379
[INFO] 06:12:41.207 Compute entry points: Starting
[INFO] 06:12:44.039 Compute entry points: Time spent was 00:00:02.832
[INFO] 06:12:44.040 No entry points found.
[INFO] 06:12:44.059 java security sensor: Time spent was 00:00:05.771
[INFO] 06:12:44.060 java security sensor: Begin: 2024-05-11T06:12:38.288031261Z, End: 2024-05-11T06:12:44.059433404Z, Duration: 00:00:05.771
  Load type hierarchy and UCFGs: Begin: 2024-05-11T06:12:38.289653874Z, End: 2024-05-11T06:12:38.703846658Z, Duration: 00:00:00.414
    Load type hierarchy: Begin: 2024-05-11T06:12:38.289751342Z, End: 2024-05-11T06:12:38.383106439Z, Duration: 00:00:00.093
    Load UCFGs: Begin: 2024-05-11T06:12:38.383419965Z, End: 2024-05-11T06:12:38.703580756Z, Duration: 00:00:00.320
  Check cache: Begin: 2024-05-11T06:12:38.703952778Z, End: 2024-05-11T06:12:38.704342441Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-05-11T06:12:38.703991564Z, End: 2024-05-11T06:12:38.704039934Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-05-11T06:12:38.704442127Z, End: 2024-05-11T06:12:38.827499468Z, Duration: 00:00:00.123
    Variable Type Analysis #1: Begin: 2024-05-11T06:12:38.705091008Z, End: 2024-05-11T06:12:38.770616743Z, Duration: 00:00:00.065
      Create runtime type propagation graph: Begin: 2024-05-11T06:12:38.705922076Z, End: 2024-05-11T06:12:38.750887855Z, Duration: 00:00:00.044
      Run SCC (Tarjan) on 3533 nodes: Begin: 2024-05-11T06:12:38.751420808Z, End: 2024-05-11T06:12:38.758209560Z, Duration: 00:00:00.006
      Propagate runtime types to strongly connected components: Begin: 2024-05-11T06:12:38.758525775Z, End: 2024-05-11T06:12:38.770410777Z, Duration: 00:00:00.011
    Variable Type Analysis #2: Begin: 2024-05-11T06:12:38.775038157Z, End: 2024-05-11T06:12:38.826044297Z, Duration: 00:00:00.051
      Create runtime type propagation graph: Begin: 2024-05-11T06:12:38.775162347Z, End: 2024-05-11T06:12:38.796287985Z, Duration: 00:00:00.021
      Run SCC (Tarjan) on 3502 nodes: Begin: 2024-05-11T06:12:38.796551653Z, End: 2024-05-11T06:12:38.800693397Z, Duration: 00:00:00.004
      Propagate runtime types to strongly connected components: Begin: 2024-05-11T06:12:38.800923557Z, End: 2024-05-11T06:12:38.825871639Z, Duration: 00:00:00.024
  Load config: Begin: 2024-05-11T06:12:38.827640914Z, End: 2024-05-11T06:12:41.207040557Z, Duration: 00:00:02.379
  Compute entry points: Begin: 2024-05-11T06:12:41.207285036Z, End: 2024-05-11T06:12:44.039302879Z, Duration: 00:00:02.832
[INFO] 06:12:44.060 java security sensor peak memory: 485 MB
[INFO] 06:12:44.060 Sensor JavaSecuritySensor [security] (done) | time=5775ms
[INFO] 06:12:44.061 Sensor CSharpSecuritySensor [security]
[INFO] 06:12:44.061 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641
[INFO] 06:12:44.061 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:44.061 Load type hierarchy: Starting
[INFO] 06:12:44.061 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/ucfg2/cs
[INFO] 06:12:44.061 Read 0 type definitions
[INFO] 06:12:44.062 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:44.062 Load UCFGs: Starting
[INFO] 06:12:44.062 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.062 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.062 No UCFGs have been included for analysis.
[INFO] 06:12:44.062 csharp security sensor: Time spent was 00:00:00.001
[INFO] 06:12:44.062 csharp security sensor: Begin: 2024-05-11T06:12:44.061422353Z, End: 2024-05-11T06:12:44.062780308Z, Duration: 00:00:00.001
  Load type hierarchy and UCFGs: Begin: 2024-05-11T06:12:44.061654163Z, End: 2024-05-11T06:12:44.062554610Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-11T06:12:44.061692996Z, End: 2024-05-11T06:12:44.061997821Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-11T06:12:44.062390101Z, End: 2024-05-11T06:12:44.062495458Z, Duration: 00:00:00.000
[INFO] 06:12:44.062 csharp security sensor peak memory: 485 MB
[INFO] 06:12:44.063 Sensor CSharpSecuritySensor [security] (done) | time=2ms
[INFO] 06:12:44.063 Sensor PhpSecuritySensor [security]
[INFO] 06:12:44.063 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 06:12:44.063 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:44.063 Load type hierarchy: Starting
[INFO] 06:12:44.063 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/php
[INFO] 06:12:44.063 Read 0 type definitions
[INFO] 06:12:44.063 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:44.063 Load UCFGs: Starting
[INFO] 06:12:44.063 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.063 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.063 No UCFGs have been included for analysis.
[INFO] 06:12:44.064 php security sensor: Time spent was 00:00:00.000
[INFO] 06:12:44.064 php security sensor: Begin: 2024-05-11T06:12:44.063226809Z, End: 2024-05-11T06:12:44.063980395Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-11T06:12:44.063363725Z, End: 2024-05-11T06:12:44.063756684Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-11T06:12:44.063409181Z, End: 2024-05-11T06:12:44.063595890Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-11T06:12:44.063683118Z, End: 2024-05-11T06:12:44.063720501Z, Duration: 00:00:00.000
[INFO] 06:12:44.064 php security sensor peak memory: 485 MB
[INFO] 06:12:44.064 Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] 06:12:44.064 Sensor PythonSecuritySensor [security]
[INFO] 06:12:44.064 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839
[INFO] 06:12:44.064 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:44.064 Load type hierarchy: Starting
[INFO] 06:12:44.064 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/python
[INFO] 06:12:44.064 Read 0 type definitions
[INFO] 06:12:44.064 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:44.064 Load UCFGs: Starting
[INFO] 06:12:44.064 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.064 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.064 No UCFGs have been included for analysis.
[INFO] 06:12:44.065 python security sensor: Time spent was 00:00:00.000
[INFO] 06:12:44.065 python security sensor: Begin: 2024-05-11T06:12:44.064433976Z, End: 2024-05-11T06:12:44.065021883Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-11T06:12:44.064561262Z, End: 2024-05-11T06:12:44.064841288Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-11T06:12:44.064588128Z, End: 2024-05-11T06:12:44.064736635Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-11T06:12:44.064784404Z, End: 2024-05-11T06:12:44.064811669Z, Duration: 00:00:00.000
[INFO] 06:12:44.065 python security sensor peak memory: 485 MB
[INFO] 06:12:44.065 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 06:12:44.065 Sensor JsSecuritySensor [security]
[INFO] 06:12:44.065 Enabled taint analysis rules: S5146, S2076, S6350, S3649, S5147, S5334, S6287, S6096, S2083, S5144, S6105, S5883, S5131, S5696, S2631
[INFO] 06:12:44.065 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:44.065 Load type hierarchy: Starting
[INFO] 06:12:44.065 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/js
[INFO] 06:12:44.065 Read 0 type definitions
[INFO] 06:12:44.065 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:44.065 Load UCFGs: Starting
[INFO] 06:12:44.065 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.065 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:44.065 No UCFGs have been included for analysis.
[INFO] 06:12:44.066 js security sensor: Time spent was 00:00:00.000
[INFO] 06:12:44.066 js security sensor: Begin: 2024-05-11T06:12:44.065420919Z, End: 2024-05-11T06:12:44.066031007Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-11T06:12:44.065568772Z, End: 2024-05-11T06:12:44.065842086Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-11T06:12:44.065622111Z, End: 2024-05-11T06:12:44.065751207Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-11T06:12:44.065788122Z, End: 2024-05-11T06:12:44.065813658Z, Duration: 00:00:00.000
[INFO] 06:12:44.066 js security sensor peak memory: 485 MB
[INFO] 06:12:44.066 Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] 06:12:44.066 ------------- Run sensors on project
[INFO] 06:12:44.071 Sensor Zero Coverage Sensor
[INFO] 06:12:44.073 Sensor Zero Coverage Sensor (done) | time=2ms
[INFO] 06:12:44.073 Sensor Java CPD Block Indexer
[INFO] 06:12:44.236 Sensor Java CPD Block Indexer (done) | time=163ms
[INFO] 06:12:44.250 SCM Publisher SCM provider for this project is: git
[INFO] 06:12:44.251 SCM Publisher 1 source file to be analyzed
[INFO] 06:12:44.558 SCM Publisher 1/1 source file have been analyzed (done) | time=307ms
[INFO] 06:12:44.567 CPD Executor 62 files had no CPD blocks
[INFO] 06:12:44.567 CPD Executor Calculating CPD for 76 files
[INFO] 06:12:44.586 CPD Executor CPD calculation finished (done) | time=19ms
[INFO] 06:12:44.854 Analysis report generated in 257ms, dir size=1 MB
[INFO] 06:12:45.163 Analysis report compressed in 309ms, zip size=597 KB
[INFO] 06:12:46.368 Analysis report uploaded in 1205ms
[INFO] 06:12:46.370 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.sisu%3Asisu-plexus
[INFO] 06:12:46.370 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 06:12:46.370 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY9mSFACTILlryVcoOEK
[INFO] 06:12:47.923 Sensor cache published successfully
[INFO] 06:12:47.960 Analysis total time: 47.278 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sisu Plexus 0.9.0-SNAPSHOT:
[INFO] 
[INFO] Sisu Plexus ........................................ SUCCESS [ 53.108 s]
[INFO] org.eclipse.sisu.plexus ............................ SUCCESS [ 27.312 s]
[INFO] org.eclipse.sisu.plexus.extender ................... SUCCESS [  0.074 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:22 min
[INFO] Finished at: 2024-05-11T06:12:47Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS