Skip to content

Console Output

Started by upstream project "sisu.plexus" build number 235
originally caused by:
 Started by upstream project "sisu.inject" build number 188
 originally caused by:
  Started by an SCM change
 Started by upstream project "sisu.inject" build number 188
Running as SYSTEM
Agent basic-q1rmg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-q1rmg"
  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-q1rmg"
    - 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-q1rmg"
    - 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-q1rmg (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 41fb36c6c93d58c70df1f514c8c8b72767a8f055 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 41fb36c6c93d58c70df1f514c8c8b72767a8f055 # timeout=10
Commit message: "Address dependabot alerts (#65)"
 > git rev-list --no-walk 6157daec8d1779a655122e909a643492ba02af8c # 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.197 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.188 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.239 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.017 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.007 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.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.006 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.004 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.092 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.017 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.007 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 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.503 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.115 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.009 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 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.306 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.186 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.297 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.040 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.021 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.007 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.003 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.066 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.005 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.005 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.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.064 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.106 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.019 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.074 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.538 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.152 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.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] --- 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.306 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.169 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.219 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.011 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.007 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.003 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.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.012 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.006 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.121 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.041 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.012 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.080 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.600 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.108 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.452 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.206 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.362 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.040 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.040 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.013 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.006 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.006 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.122 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.046 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.103 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.761 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.099 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 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 (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.492 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.263 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.378 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.031 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.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.013 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.068 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.047 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.012 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.088 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.830 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.075 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.032 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 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] --- 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:18.309 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 06:11:18.309 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 06:11:18.339 User cache: /home/jenkins/.sonar/cache
[INFO] 06:11:20.008 Communicating with SonarCloud
[INFO] 06:11:20.021 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 06:11:20.691 Load global settings
[INFO] 06:11:21.016 Load global settings (done) | time=327ms
[INFO] 06:11:21.020 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 06:11:21.143 User cache: /home/jenkins/.sonar/cache
[INFO] 06:11:21.383 Loading required plugins
[INFO] 06:11:21.384 Load plugins index
[INFO] 06:11:21.683 Load plugins index (done) | time=299ms
[INFO] 06:11:21.683 Load/download plugins
[INFO] 06:11:22.350 Load/download plugins (done) | time=666ms
[INFO] 06:11:22.860 Found an active CI vendor: 'Jenkins'
[INFO] 06:11:23.108 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus'
[INFO] 06:11:23.468 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus' (done) | time=360ms
[INFO] 06:11:23.473 Process project properties
[INFO] 06:11:23.484 Project key: org.eclipse.sisu:sisu-plexus
[INFO] 06:11:23.484 Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 06:11:23.484 Working dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar
[INFO] 06:11:23.616 Load project branches
[INFO] 06:11:23.946 Load project branches (done) | time=330ms
[INFO] 06:11:24.062 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus'
[INFO] 06:11:24.370 Detected project binding: NOT_BOUND
[INFO] 06:11:24.370 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus' (done) | time=308ms
[INFO] 06:11:24.510 Load project pull requests
[INFO] 06:11:24.835 Load project pull requests (done) | time=325ms
[INFO] 06:11:24.946 Load branch configuration
[INFO] 06:11:24.948 Load branch configuration (done) | time=2ms
[INFO] 06:11:25.200 Load quality profiles
[INFO] 06:11:25.585 Load quality profiles (done) | time=385ms
[INFO] 06:11:25.706 Load active rules
[INFO] 06:11:35.797 Load active rules (done) | time=10091ms
[INFO] 06:11:36.272 Organization key: eclipse
[INFO] 06:11:36.284 Preprocessing files...
[INFO] 06:11:36.709 2 languages detected in 171 preprocessed files
[INFO] 06:11:36.709 0 files ignored because of inclusion/exclusion patterns
[INFO] 06:11:36.709 0 files ignored because of scm ignore settings
[INFO] 06:11:36.716 Loading plugins for detected languages
[INFO] 06:11:36.716 Load/download plugins
[INFO] 06:11:37.416 Load/download plugins (done) | time=700ms
[INFO] 06:11:37.856 Load project repositories
[INFO] 06:11:38.404 Load project repositories (done) | time=548ms
[INFO] 06:11:38.406 Indexing files...
[INFO] 06:11:38.407 Project configuration:
[INFO] 06:11:38.407   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:11:38.408 Indexing files of module 'org.eclipse.sisu.plexus'
[INFO] 06:11:38.409   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus
[INFO] 06:11:38.409   Source paths: pom.xml, src/main/java
[INFO] 06:11:38.409   Test paths: src/test/java
[INFO] 06:11:38.409   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:11:38.418 Indexing files of module 'org.eclipse.sisu.plexus.extender'
[INFO] 06:11:38.418   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender
[INFO] 06:11:38.418   Source paths: pom.xml, src/main/java
[INFO] 06:11:38.418   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:11:38.418 Indexing files of module 'Sisu Plexus'
[INFO] 06:11:38.418   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 06:11:38.419   Source paths: pom.xml
[INFO] 06:11:38.419   Excluded sources: **/build-wrapper-dump.json
[INFO] 06:11:38.419 171 files indexed
[INFO] 06:11:38.424 Quality profile for java: Sonar way
[INFO] 06:11:38.424 Quality profile for xml: Sonar way
[INFO] 06:11:38.424 ------------- Run sensors on module org.eclipse.sisu.plexus.extender
[INFO] 06:11:38.591 Load metrics repository
[INFO] 06:11:38.900 Load metrics repository (done) | time=309ms
[INFO] 06:11:38.905 Sensor cache enabled
[INFO] 06:11:39.027 Load sensor cache
[INFO] 06:11:42.009 Load sensor cache (440 KB) | time=2982ms
[INFO] 06:11:43.114 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:11:43.115 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:11:43.115 Sensor XML Sensor [xml]
[INFO] 06:11:43.120 1 source file to be analyzed
[INFO] 06:11:43.299 1/1 source file has been analyzed
[INFO] 06:11:43.299 Sensor XML Sensor [xml] (done) | time=184ms
[INFO] 06:11:43.300 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:11:43.303 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:11:43.341 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=41ms
[INFO] 06:11:43.342 Sensor IaC Docker Sensor [iac]
[INFO] 06:11:43.344 0 source files to be analyzed
[INFO] 06:11:43.419 0/0 source files have been analyzed
[INFO] 06:11:43.419 Sensor IaC Docker Sensor [iac] (done) | time=77ms
[INFO] 06:11:43.419 Sensor Serverless configuration file sensor [security]
[INFO] 06:11:43.420 0 Serverless function entries were found in the project
[INFO] 06:11:43.425 0 Serverless function handlers were kept as entrypoints
[INFO] 06:11:43.425 Sensor Serverless configuration file sensor [security] (done) | time=6ms
[INFO] 06:11:43.425 Sensor AWS SAM template file sensor [security]
[INFO] 06:11:43.426 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 06:11:43.426 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:11:43.427 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:11:43.429 ------------- Run sensors on module org.eclipse.sisu.plexus
[INFO] 06:11:43.495 Sensor JavaSensor [java]
[INFO] 06:11:43.500 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 06:11:43.517 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 06:11:43.518 Using ECJ batch to parse 138 Main java source files with batch size 53 KB.
[INFO] 06:11:43.791 Starting batch processing.
[INFO] 06:11:44.175 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 06:11:54.182 100% analyzed
[INFO] 06:11:54.182 Batch processing: Done.
[INFO] 06:11:54.183 Did not optimize analysis for any files, performed a full analysis for all 138 files.
[INFO] 06:11:54.227 Using ECJ batch to parse 30 Test java source files with batch size 53 KB.
[INFO] 06:11:54.231 Starting batch processing.
[INFO] 06:11:55.103 100% analyzed
[INFO] 06:11:55.103 Batch processing: Done.
[INFO] 06:11:55.103 Did not optimize analysis for any files, performed a full analysis for all 30 files.
[WARNING] 06:11:55.104 Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 06:11:55.105 No "Generated" source files to scan.
[INFO] 06:11:55.105 Sensor JavaSensor [java] (done) | time=11610ms
[INFO] 06:11:55.105 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:11:55.106 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:11:55.106 Sensor SurefireSensor [java]
[INFO] 06:11:55.107 parsing [/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/surefire-reports]
[INFO] 06:11:55.229 Sensor SurefireSensor [java] (done) | time=123ms
[INFO] 06:11:55.229 Sensor XML Sensor [xml]
[INFO] 06:11:55.230 1 source file to be analyzed
[INFO] 06:11:55.307 1/1 source file has been analyzed
[INFO] 06:11:55.307 Sensor XML Sensor [xml] (done) | time=78ms
[INFO] 06:11:55.307 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:11:55.309 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:11:55.375 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=68ms
[INFO] 06:11:55.375 Sensor IaC Docker Sensor [iac]
[INFO] 06:11:55.376 0 source files to be analyzed
[INFO] 06:11:55.383 0/0 source files have been analyzed
[INFO] 06:11:55.383 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 06:11:55.383 Sensor Serverless configuration file sensor [security]
[INFO] 06:11:55.383 0 Serverless function entries were found in the project
[INFO] 06:11:55.383 0 Serverless function handlers were kept as entrypoints
[INFO] 06:11:55.384 Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] 06:11:55.384 Sensor AWS SAM template file sensor [security]
[INFO] 06:11:55.384 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:11:55.384 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:11:55.385 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 06:11:55.385 ------------- Run sensors on module Sisu Plexus
[INFO] 06:11:55.444 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 06:11:55.445 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 06:11:55.445 Sensor XML Sensor [xml]
[INFO] 06:11:55.445 1 source file to be analyzed
[INFO] 06:11:55.501 1/1 source file has been analyzed
[INFO] 06:11:55.501 Sensor XML Sensor [xml] (done) | time=56ms
[INFO] 06:11:55.501 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 06:11:55.501 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 06:11:55.518 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=17ms
[INFO] 06:11:55.518 Sensor IaC Docker Sensor [iac]
[INFO] 06:11:55.519 0 source files to be analyzed
[INFO] 06:11:55.524 0/0 source files have been analyzed
[INFO] 06:11:55.524 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 06:11:55.524 Sensor Serverless configuration file sensor [security]
[INFO] 06:11:55.524 0 Serverless function entries were found in the project
[INFO] 06:11:55.524 0 Serverless function handlers were kept as entrypoints
[INFO] 06:11:55.524 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 06:11:55.525 Sensor AWS SAM template file sensor [security]
[INFO] 06:11:55.525 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 06:11:55.525 Sensor AWS SAM Inline template file sensor [security]
[INFO] 06:11:55.525 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 06:11:55.525 Sensor javabugs [dbd]
[INFO] 06:11:55.590 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/java
[INFO] 06:11:55.635 Analyzing 810 functions to detect bugs.
[INFO] 06:11:56.784 Sensor javabugs [dbd] (done) | time=1259ms
[INFO] 06:11:56.784 Sensor pythonbugs [dbd]
[INFO] 06:11:56.785 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/python
[INFO] 06:11:56.785 No IR files have been included for analysis.
[INFO] 06:11:56.785 Sensor pythonbugs [dbd] (done) | time=1ms
[INFO] 06:11:56.785 Sensor TextAndSecretsSensor [text]
[INFO] 06:11:56.786 Available processors: 2
[INFO] 06:11:56.786 Using 2 threads for analysis.
[INFO] 06:11:57.209 171 source files to be analyzed
[INFO] 06:11:58.323 171/171 source files have been analyzed
[INFO] 06:11:58.324 Sensor TextAndSecretsSensor [text] (done) | time=1539ms
[INFO] 06:11:58.324 Sensor JavaSecuritySensor [security]
[INFO] 06:11:58.327 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:11:58.328 Load type hierarchy and UCFGs: Starting
[INFO] 06:11:58.328 Load type hierarchy: Starting
[INFO] 06:11:58.328 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 06:11:58.408 Read 383 type definitions
[INFO] 06:11:58.416 Load type hierarchy: Time spent was 00:00:00.087
[INFO] 06:11:58.416 Load UCFGs: Starting
[INFO] 06:11:58.416 Reading UCFGs from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 06:11:58.787 Load UCFGs: Time spent was 00:00:00.371
[INFO] 06:11:58.787 Load type hierarchy and UCFGs: Time spent was 00:00:00.459
[INFO] 06:11:58.787 Analyzing 713 UCFGs to detect vulnerabilities.
[INFO] 06:11:58.787 Check cache: Starting
[INFO] 06:11:58.787 Load cache: Starting
[INFO] 06:11:58.788 Load cache: Time spent was 00:00:00.000
[INFO] 06:11:58.788 Check cache: Time spent was 00:00:00.000
[INFO] 06:11:58.788 Create runtime call graph: Starting
[INFO] 06:11:58.789 Variable Type Analysis #1: Starting
[INFO] 06:11:58.790 Create runtime type propagation graph: Starting
[INFO] 06:11:58.822 Create runtime type propagation graph: Time spent was 00:00:00.032
[INFO] 06:11:58.822 Run SCC (Tarjan) on 3533 nodes: Starting
[INFO] 06:11:58.829 Run SCC (Tarjan) on 3533 nodes: Time spent was 00:00:00.006
[INFO] 06:11:58.829 Tarjan found 3379 strongly connected components
[INFO] 06:11:58.829 Propagate runtime types to strongly connected components: Starting
[INFO] 06:11:58.839 Propagate runtime types to strongly connected components: Time spent was 00:00:00.010
[INFO] 06:11:58.839 Variable Type Analysis #1: Time spent was 00:00:00.050
[INFO] 06:11:58.842 Variable Type Analysis #2: Starting
[INFO] 06:11:58.842 Create runtime type propagation graph: Starting
[INFO] 06:11:58.884 Create runtime type propagation graph: Time spent was 00:00:00.041
[INFO] 06:11:58.884 Run SCC (Tarjan) on 3502 nodes: Starting
[INFO] 06:11:58.887 Run SCC (Tarjan) on 3502 nodes: Time spent was 00:00:00.003
[INFO] 06:11:58.887 Tarjan found 3347 strongly connected components
[INFO] 06:11:58.887 Propagate runtime types to strongly connected components: Starting
[INFO] 06:11:58.893 Propagate runtime types to strongly connected components: Time spent was 00:00:00.006
[INFO] 06:11:58.894 Variable Type Analysis #2: Time spent was 00:00:00.051
[INFO] 06:11:58.895 Create runtime call graph: Time spent was 00:00:00.106
[INFO] 06:11:58.895 Load config: Starting
[INFO] 06:12:01.094 Load config: Time spent was 00:00:02.199
[INFO] 06:12:01.095 Compute entry points: Starting
[INFO] 06:12:03.472 Compute entry points: Time spent was 00:00:02.376
[INFO] 06:12:03.472 No entry points found.
[INFO] 06:12:03.490 java security sensor: Time spent was 00:00:05.163
[INFO] 06:12:03.491 java security sensor: Begin: 2024-05-14T06:11:58.326611767Z, End: 2024-05-14T06:12:03.490023292Z, Duration: 00:00:05.163
  Load type hierarchy and UCFGs: Begin: 2024-05-14T06:11:58.328545144Z, End: 2024-05-14T06:11:58.787791775Z, Duration: 00:00:00.459
    Load type hierarchy: Begin: 2024-05-14T06:11:58.328620223Z, End: 2024-05-14T06:11:58.416028627Z, Duration: 00:00:00.087
    Load UCFGs: Begin: 2024-05-14T06:11:58.416235713Z, End: 2024-05-14T06:11:58.787575233Z, Duration: 00:00:00.371
  Check cache: Begin: 2024-05-14T06:11:58.787899662Z, End: 2024-05-14T06:11:58.788460547Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-05-14T06:11:58.787940653Z, End: 2024-05-14T06:11:58.787988588Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-05-14T06:11:58.788548163Z, End: 2024-05-14T06:11:58.895333405Z, Duration: 00:00:00.106
    Variable Type Analysis #1: Begin: 2024-05-14T06:11:58.789394353Z, End: 2024-05-14T06:11:58.839613945Z, Duration: 00:00:00.050
      Create runtime type propagation graph: Begin: 2024-05-14T06:11:58.790419493Z, End: 2024-05-14T06:11:58.822572801Z, Duration: 00:00:00.032
      Run SCC (Tarjan) on 3533 nodes: Begin: 2024-05-14T06:11:58.822861338Z, End: 2024-05-14T06:11:58.829022877Z, Duration: 00:00:00.006
      Propagate runtime types to strongly connected components: Begin: 2024-05-14T06:11:58.829157656Z, End: 2024-05-14T06:11:58.839468057Z, Duration: 00:00:00.010
    Variable Type Analysis #2: Begin: 2024-05-14T06:11:58.842654705Z, End: 2024-05-14T06:11:58.894026008Z, Duration: 00:00:00.051
      Create runtime type propagation graph: Begin: 2024-05-14T06:11:58.842717764Z, End: 2024-05-14T06:11:58.884080466Z, Duration: 00:00:00.041
      Run SCC (Tarjan) on 3502 nodes: Begin: 2024-05-14T06:11:58.884325099Z, End: 2024-05-14T06:11:58.887589152Z, Duration: 00:00:00.003
      Propagate runtime types to strongly connected components: Begin: 2024-05-14T06:11:58.887708356Z, End: 2024-05-14T06:11:58.893958889Z, Duration: 00:00:00.006
  Load config: Begin: 2024-05-14T06:11:58.895434029Z, End: 2024-05-14T06:12:01.094685299Z, Duration: 00:00:02.199
  Compute entry points: Begin: 2024-05-14T06:12:01.095142726Z, End: 2024-05-14T06:12:03.472035368Z, Duration: 00:00:02.376
[INFO] 06:12:03.491 java security sensor peak memory: 539 MB
[INFO] 06:12:03.491 Sensor JavaSecuritySensor [security] (done) | time=5167ms
[INFO] 06:12:03.492 Sensor CSharpSecuritySensor [security]
[INFO] 06:12:03.492 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:03.492 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:03.492 Load type hierarchy: Starting
[INFO] 06:12:03.492 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/ucfg2/cs
[INFO] 06:12:03.493 Read 0 type definitions
[INFO] 06:12:03.493 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:03.493 Load UCFGs: Starting
[INFO] 06:12:03.493 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.493 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.493 No UCFGs have been included for analysis.
[INFO] 06:12:03.493 csharp security sensor: Time spent was 00:00:00.001
[INFO] 06:12:03.494 csharp security sensor: Begin: 2024-05-14T06:12:03.492306476Z, End: 2024-05-14T06:12:03.493865870Z, Duration: 00:00:00.001
  Load type hierarchy and UCFGs: Begin: 2024-05-14T06:12:03.492629789Z, End: 2024-05-14T06:12:03.493605381Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-14T06:12:03.492702372Z, End: 2024-05-14T06:12:03.493224246Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-14T06:12:03.493354592Z, End: 2024-05-14T06:12:03.493489226Z, Duration: 00:00:00.000
[INFO] 06:12:03.494 csharp security sensor peak memory: 539 MB
[INFO] 06:12:03.494 Sensor CSharpSecuritySensor [security] (done) | time=2ms
[INFO] 06:12:03.494 Sensor PhpSecuritySensor [security]
[INFO] 06:12:03.494 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 06:12:03.494 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:03.494 Load type hierarchy: Starting
[INFO] 06:12:03.494 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/php
[INFO] 06:12:03.494 Read 0 type definitions
[INFO] 06:12:03.494 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:03.495 Load UCFGs: Starting
[INFO] 06:12:03.495 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.495 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.495 No UCFGs have been included for analysis.
[INFO] 06:12:03.495 php security sensor: Time spent was 00:00:00.001
[INFO] 06:12:03.495 php security sensor: Begin: 2024-05-14T06:12:03.494559816Z, End: 2024-05-14T06:12:03.495588762Z, Duration: 00:00:00.001
  Load type hierarchy and UCFGs: Begin: 2024-05-14T06:12:03.494680125Z, End: 2024-05-14T06:12:03.495166545Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-14T06:12:03.494718204Z, End: 2024-05-14T06:12:03.494910509Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-14T06:12:03.495006856Z, End: 2024-05-14T06:12:03.495081830Z, Duration: 00:00:00.000
[INFO] 06:12:03.495 php security sensor peak memory: 539 MB
[INFO] 06:12:03.496 Sensor PhpSecuritySensor [security] (done) | time=2ms
[INFO] 06:12:03.496 Sensor PythonSecuritySensor [security]
[INFO] 06:12:03.496 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:03.496 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:03.496 Load type hierarchy: Starting
[INFO] 06:12:03.496 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/python
[INFO] 06:12:03.496 Read 0 type definitions
[INFO] 06:12:03.496 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:03.496 Load UCFGs: Starting
[INFO] 06:12:03.497 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.497 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.497 No UCFGs have been included for analysis.
[INFO] 06:12:03.497 python security sensor: Time spent was 00:00:00.001
[INFO] 06:12:03.497 python security sensor: Begin: 2024-05-14T06:12:03.496325975Z, End: 2024-05-14T06:12:03.497430702Z, Duration: 00:00:00.001
  Load type hierarchy and UCFGs: Begin: 2024-05-14T06:12:03.496487836Z, End: 2024-05-14T06:12:03.497044558Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-14T06:12:03.496547487Z, End: 2024-05-14T06:12:03.496806845Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-14T06:12:03.496893183Z, End: 2024-05-14T06:12:03.496966835Z, Duration: 00:00:00.000
[INFO] 06:12:03.497 python security sensor peak memory: 539 MB
[INFO] 06:12:03.498 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 06:12:03.498 Sensor JsSecuritySensor [security]
[INFO] 06:12:03.498 Enabled taint analysis rules: S5146, S5696, S5334, S6105, S5883, S2083, S3649, S2631, S5147, S6350, S5131, S5144, S6096, S6287, S2076
[INFO] 06:12:03.498 Load type hierarchy and UCFGs: Starting
[INFO] 06:12:03.498 Load type hierarchy: Starting
[INFO] 06:12:03.498 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/js
[INFO] 06:12:03.498 Read 0 type definitions
[INFO] 06:12:03.498 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 06:12:03.498 Load UCFGs: Starting
[INFO] 06:12:03.499 Load UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.499 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 06:12:03.499 No UCFGs have been included for analysis.
[INFO] 06:12:03.499 js security sensor: Time spent was 00:00:00.001
[INFO] 06:12:03.499 js security sensor: Begin: 2024-05-14T06:12:03.498272236Z, End: 2024-05-14T06:12:03.499430742Z, Duration: 00:00:00.001
  Load type hierarchy and UCFGs: Begin: 2024-05-14T06:12:03.498499883Z, End: 2024-05-14T06:12:03.499062650Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-14T06:12:03.498574987Z, End: 2024-05-14T06:12:03.498819150Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-14T06:12:03.498911539Z, End: 2024-05-14T06:12:03.498979032Z, Duration: 00:00:00.000
[INFO] 06:12:03.499 js security sensor peak memory: 539 MB
[INFO] 06:12:03.499 Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] 06:12:03.500 ------------- Run sensors on project
[INFO] 06:12:03.505 Sensor Zero Coverage Sensor
[INFO] 06:12:03.507 Sensor Zero Coverage Sensor (done) | time=2ms
[INFO] 06:12:03.507 Sensor Java CPD Block Indexer
[INFO] 06:12:03.704 Sensor Java CPD Block Indexer (done) | time=197ms
[INFO] 06:12:03.722 SCM Publisher SCM provider for this project is: git
[INFO] 06:12:03.723 SCM Publisher 1 source file to be analyzed
[INFO] 06:12:04.019 SCM Publisher 1/1 source file have been analyzed (done) | time=296ms
[INFO] 06:12:04.072 CPD Executor 62 files had no CPD blocks
[INFO] 06:12:04.072 CPD Executor Calculating CPD for 76 files
[INFO] 06:12:04.096 CPD Executor CPD calculation finished (done) | time=22ms
[INFO] 06:12:04.398 Analysis report generated in 287ms, dir size=1 MB
[INFO] 06:12:04.809 Analysis report compressed in 411ms, zip size=598 KB
[INFO] 06:12:05.839 Analysis report uploaded in 1030ms
[INFO] 06:12:05.841 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.sisu%3Asisu-plexus
[INFO] 06:12:05.841 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 06:12:05.841 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY91usWmyukr3WHR6muK
[INFO] 06:12:07.277 Sensor cache published successfully
[INFO] 06:12:07.351 Analysis total time: 44.671 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sisu Plexus 0.9.0-SNAPSHOT:
[INFO] 
[INFO] Sisu Plexus ........................................ SUCCESS [ 49.211 s]
[INFO] org.eclipse.sisu.plexus ............................ SUCCESS [ 28.006 s]
[INFO] org.eclipse.sisu.plexus.extender ................... SUCCESS [  0.051 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:19 min
[INFO] Finished at: 2024-05-14T06:12:07Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS