Skip to content
Success

Console Output

Started by upstream project "sisu.plexus" build number 237
originally caused by:
 Started by upstream project "sisu.inject" build number 189
 originally caused by:
  Started by user Tamas Cservenak
 Started by upstream project "sisu.inject" build number 189
Running as Tamas Cservenak
Agent basic-7rgmb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-7rgmb"
  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-7rgmb"
    - 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-7rgmb"
    - 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-7rgmb (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 41fb36c6c93d58c70df1f514c8c8b72767a8f055 # 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.191 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.198 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.180 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.002 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.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.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.010 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.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.100 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.015 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.078 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.001 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.394 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.101 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.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 (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.254 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.151 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.289 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.012 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.070 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.009 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.117 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.016 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.049 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.487 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.111 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.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 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.277 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.122 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.013 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.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 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.008 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.088 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.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.085 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.516 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.106 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.013 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.379 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.192 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.328 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.050 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.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.059 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.111 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.032 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.038 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.128 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.010 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.799 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.033 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 (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.385 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.152 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.241 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.015 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.027 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.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.010 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.113 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.048 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.009 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.646 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.121 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.029 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] 11:55:23.183 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 11:55:23.183 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 11:55:23.208 User cache: /home/jenkins/.sonar/cache
[INFO] 11:55:26.103 Communicating with SonarCloud
[INFO] 11:55:26.114 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 11:55:26.671 Load global settings
[INFO] 11:55:27.087 Load global settings (done) | time=418ms
[INFO] 11:55:27.090 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 11:55:27.222 Loading required plugins
[INFO] 11:55:27.222 Load plugins index
[INFO] 11:55:27.345 Load plugins index (done) | time=123ms
[INFO] 11:55:27.345 Load/download plugins
[INFO] 11:55:27.798 Load/download plugins (done) | time=453ms
[INFO] 11:55:28.087 Found an active CI vendor: 'Jenkins'
[INFO] 11:55:28.091 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus'
[INFO] 11:55:28.217 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus' (done) | time=126ms
[INFO] 11:55:28.220 Process project properties
[INFO] 11:55:28.230 Project key: org.eclipse.sisu:sisu-plexus
[INFO] 11:55:28.230 Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 11:55:28.230 Working dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar
[INFO] 11:55:28.233 Load project branches
[INFO] 11:55:28.368 Load project branches (done) | time=135ms
[INFO] 11:55:28.371 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus'
[INFO] 11:55:28.483 Detected project binding: NOT_BOUND
[INFO] 11:55:28.484 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus' (done) | time=113ms
[INFO] 11:55:28.485 Load project pull requests
[INFO] 11:55:28.621 Load project pull requests (done) | time=136ms
[INFO] 11:55:28.622 Load branch configuration
[INFO] 11:55:28.624 Load branch configuration (done) | time=2ms
[INFO] 11:55:28.629 Load quality profiles
[INFO] 11:55:28.818 Load quality profiles (done) | time=189ms
[INFO] 11:55:28.821 Load active rules
[INFO] 11:55:34.997 Load active rules (done) | time=6176ms
[INFO] 11:55:35.132 Organization key: eclipse
[INFO] 11:55:35.141 Preprocessing files...
[INFO] 11:55:35.479 2 languages detected in 171 preprocessed files
[INFO] 11:55:35.480 0 files ignored because of inclusion/exclusion patterns
[INFO] 11:55:35.480 0 files ignored because of scm ignore settings
[INFO] 11:55:35.485 Loading plugins for detected languages
[INFO] 11:55:35.485 Load/download plugins
[INFO] 11:55:35.913 Load/download plugins (done) | time=428ms
[INFO] 11:55:36.070 Load project repositories
[INFO] 11:55:36.215 Load project repositories (done) | time=145ms
[INFO] 11:55:36.217 Indexing files...
[INFO] 11:55:36.217 Project configuration:
[INFO] 11:55:36.218   Excluded sources: **/build-wrapper-dump.json
[INFO] 11:55:36.219 Indexing files of module 'org.eclipse.sisu.plexus'
[INFO] 11:55:36.219   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus
[INFO] 11:55:36.219   Source paths: pom.xml, src/main/java
[INFO] 11:55:36.219   Test paths: src/test/java
[INFO] 11:55:36.219   Excluded sources: **/build-wrapper-dump.json
[INFO] 11:55:36.226 Indexing files of module 'org.eclipse.sisu.plexus.extender'
[INFO] 11:55:36.226   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender
[INFO] 11:55:36.226   Source paths: pom.xml, src/main/java
[INFO] 11:55:36.226   Excluded sources: **/build-wrapper-dump.json
[INFO] 11:55:36.226 Indexing files of module 'Sisu Plexus'
[INFO] 11:55:36.226   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 11:55:36.226   Source paths: pom.xml
[INFO] 11:55:36.227   Excluded sources: **/build-wrapper-dump.json
[INFO] 11:55:36.227 171 files indexed
[INFO] 11:55:36.232 Quality profile for java: Sonar way
[INFO] 11:55:36.232 Quality profile for xml: Sonar way
[INFO] 11:55:36.232 ------------- Run sensors on module org.eclipse.sisu.plexus.extender
[INFO] 11:55:36.275 Load metrics repository
[INFO] 11:55:36.385 Load metrics repository (done) | time=110ms
[INFO] 11:55:36.390 Sensor cache enabled
[INFO] 11:55:36.504 Load sensor cache
[INFO] 11:55:37.930 Load sensor cache (443 KB) | time=1426ms
[INFO] 11:55:38.825 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 11:55:38.825 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 11:55:38.826 Sensor XML Sensor [xml]
[INFO] 11:55:38.830 1 source file to be analyzed
[INFO] 11:55:38.970 1/1 source file has been analyzed
[INFO] 11:55:38.970 Sensor XML Sensor [xml] (done) | time=144ms
[INFO] 11:55:38.970 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 11:55:38.973 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 11:55:39.031 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=61ms
[INFO] 11:55:39.032 Sensor IaC Docker Sensor [iac]
[INFO] 11:55:39.047 0 source files to be analyzed
[INFO] 11:55:39.141 0/0 source files have been analyzed
[INFO] 11:55:39.141 Sensor IaC Docker Sensor [iac] (done) | time=109ms
[INFO] 11:55:39.142 Sensor Serverless configuration file sensor [security]
[INFO] 11:55:39.142 0 Serverless function entries were found in the project
[INFO] 11:55:39.144 0 Serverless function handlers were kept as entrypoints
[INFO] 11:55:39.144 Sensor Serverless configuration file sensor [security] (done) | time=2ms
[INFO] 11:55:39.144 Sensor AWS SAM template file sensor [security]
[INFO] 11:55:39.145 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 11:55:39.145 Sensor AWS SAM Inline template file sensor [security]
[INFO] 11:55:39.145 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 11:55:39.147 ------------- Run sensors on module org.eclipse.sisu.plexus
[INFO] 11:55:39.245 Sensor JavaSensor [java]
[INFO] 11:55:39.250 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 11:55:39.267 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 11:55:39.268 Using ECJ batch to parse 138 Main java source files with batch size 53 KB.
[INFO] 11:55:39.517 Starting batch processing.
[INFO] 11:55:39.857 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 11:55:49.422 100% analyzed
[INFO] 11:55:49.422 Batch processing: Done.
[INFO] 11:55:49.422 Did not optimize analysis for any files, performed a full analysis for all 138 files.
[INFO] 11:55:49.515 Using ECJ batch to parse 30 Test java source files with batch size 53 KB.
[INFO] 11:55:49.519 Starting batch processing.
[INFO] 11:55:50.365 100% analyzed
[INFO] 11:55:50.365 Batch processing: Done.
[INFO] 11:55:50.365 Did not optimize analysis for any files, performed a full analysis for all 30 files.
[WARNING] 11:55:50.366 Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 11:55:50.366 No "Generated" source files to scan.
[INFO] 11:55:50.367 Sensor JavaSensor [java] (done) | time=11121ms
[INFO] 11:55:50.367 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 11:55:50.367 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 11:55:50.367 Sensor SurefireSensor [java]
[INFO] 11:55:50.369 parsing [/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/surefire-reports]
[INFO] 11:55:50.453 Sensor SurefireSensor [java] (done) | time=86ms
[INFO] 11:55:50.453 Sensor XML Sensor [xml]
[INFO] 11:55:50.454 1 source file to be analyzed
[INFO] 11:55:50.533 1/1 source file has been analyzed
[INFO] 11:55:50.533 Sensor XML Sensor [xml] (done) | time=80ms
[INFO] 11:55:50.533 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 11:55:50.534 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 11:55:50.571 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=38ms
[INFO] 11:55:50.571 Sensor IaC Docker Sensor [iac]
[INFO] 11:55:50.572 0 source files to be analyzed
[INFO] 11:55:50.578 0/0 source files have been analyzed
[INFO] 11:55:50.578 Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] 11:55:50.579 Sensor Serverless configuration file sensor [security]
[INFO] 11:55:50.579 0 Serverless function entries were found in the project
[INFO] 11:55:50.579 0 Serverless function handlers were kept as entrypoints
[INFO] 11:55:50.579 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 11:55:50.579 Sensor AWS SAM template file sensor [security]
[INFO] 11:55:50.579 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 11:55:50.579 Sensor AWS SAM Inline template file sensor [security]
[INFO] 11:55:50.580 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 11:55:50.580 ------------- Run sensors on module Sisu Plexus
[INFO] 11:55:50.667 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 11:55:50.667 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 11:55:50.668 Sensor XML Sensor [xml]
[INFO] 11:55:50.668 1 source file to be analyzed
[INFO] 11:55:50.716 1/1 source file has been analyzed
[INFO] 11:55:50.716 Sensor XML Sensor [xml] (done) | time=48ms
[INFO] 11:55:50.716 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 11:55:50.716 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 11:55:50.734 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=18ms
[INFO] 11:55:50.734 Sensor IaC Docker Sensor [iac]
[INFO] 11:55:50.734 0 source files to be analyzed
[INFO] 11:55:50.739 0/0 source files have been analyzed
[INFO] 11:55:50.739 Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] 11:55:50.740 Sensor Serverless configuration file sensor [security]
[INFO] 11:55:50.740 0 Serverless function entries were found in the project
[INFO] 11:55:50.740 0 Serverless function handlers were kept as entrypoints
[INFO] 11:55:50.740 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 11:55:50.740 Sensor AWS SAM template file sensor [security]
[INFO] 11:55:50.740 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 11:55:50.740 Sensor AWS SAM Inline template file sensor [security]
[INFO] 11:55:50.740 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 11:55:50.740 Sensor javabugs [dbd]
[INFO] 11:55:50.771 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/java
[INFO] 11:55:50.819 Analyzing 810 functions to detect bugs.
[INFO] 11:55:52.046 Sensor javabugs [dbd] (done) | time=1306ms
[INFO] 11:55:52.046 Sensor pythonbugs [dbd]
[INFO] 11:55:52.046 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/python
[INFO] 11:55:52.047 No IR files have been included for analysis.
[INFO] 11:55:52.047 Sensor pythonbugs [dbd] (done) | time=1ms
[INFO] 11:55:52.047 Sensor TextAndSecretsSensor [text]
[INFO] 11:55:52.047 Available processors: 2
[INFO] 11:55:52.047 Using 2 threads for analysis.
[INFO] 11:55:52.420 171 source files to be analyzed
[INFO] 11:55:53.227 171/171 source files have been analyzed
[INFO] 11:55:53.228 Sensor TextAndSecretsSensor [text] (done) | time=1181ms
[INFO] 11:55:53.228 Sensor JavaSecuritySensor [security]
[INFO] 11:55:53.231 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] 11:55:53.231 Load type hierarchy and UCFGs: Starting
[INFO] 11:55:53.231 Load type hierarchy: Starting
[INFO] 11:55:53.231 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 11:55:53.280 Read 383 type definitions
[INFO] 11:55:53.287 Load type hierarchy: Time spent was 00:00:00.056
[INFO] 11:55:53.288 Load UCFGs: Starting
[INFO] 11:55:53.288 Reading UCFGs from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 11:55:53.577 Load UCFGs: Time spent was 00:00:00.289
[INFO] 11:55:53.577 Load type hierarchy and UCFGs: Time spent was 00:00:00.346
[INFO] 11:55:53.577 Analyzing 713 UCFGs to detect vulnerabilities.
[INFO] 11:55:53.577 Check cache: Starting
[INFO] 11:55:53.577 Load cache: Starting
[INFO] 11:55:53.577 Load cache: Time spent was 00:00:00.000
[INFO] 11:55:53.578 Check cache: Time spent was 00:00:00.000
[INFO] 11:55:53.578 Create runtime call graph: Starting
[INFO] 11:55:53.578 Variable Type Analysis #1: Starting
[INFO] 11:55:53.579 Create runtime type propagation graph: Starting
[INFO] 11:55:53.621 Create runtime type propagation graph: Time spent was 00:00:00.042
[INFO] 11:55:53.622 Run SCC (Tarjan) on 3533 nodes: Starting
[INFO] 11:55:53.627 Run SCC (Tarjan) on 3533 nodes: Time spent was 00:00:00.005
[INFO] 11:55:53.627 Tarjan found 3379 strongly connected components
[INFO] 11:55:53.627 Propagate runtime types to strongly connected components: Starting
[INFO] 11:55:53.636 Propagate runtime types to strongly connected components: Time spent was 00:00:00.008
[INFO] 11:55:53.636 Variable Type Analysis #1: Time spent was 00:00:00.057
[INFO] 11:55:53.639 Variable Type Analysis #2: Starting
[INFO] 11:55:53.639 Create runtime type propagation graph: Starting
[INFO] 11:55:53.657 Create runtime type propagation graph: Time spent was 00:00:00.017
[INFO] 11:55:53.657 Run SCC (Tarjan) on 3502 nodes: Starting
[INFO] 11:55:53.660 Run SCC (Tarjan) on 3502 nodes: Time spent was 00:00:00.003
[INFO] 11:55:53.660 Tarjan found 3347 strongly connected components
[INFO] 11:55:53.660 Propagate runtime types to strongly connected components: Starting
[INFO] 11:55:53.666 Propagate runtime types to strongly connected components: Time spent was 00:00:00.005
[INFO] 11:55:53.666 Variable Type Analysis #2: Time spent was 00:00:00.026
[INFO] 11:55:53.667 Create runtime call graph: Time spent was 00:00:00.089
[INFO] 11:55:53.667 Load config: Starting
[INFO] 11:55:55.477 Load config: Time spent was 00:00:01.809
[INFO] 11:55:55.477 Compute entry points: Starting
[INFO] 11:55:58.059 Compute entry points: Time spent was 00:00:02.582
[INFO] 11:55:58.060 No entry points found.
[INFO] 11:55:58.069 java security sensor: Time spent was 00:00:04.839
[INFO] 11:55:58.069 java security sensor: Begin: 2024-05-17T11:55:53.230188335Z, End: 2024-05-17T11:55:58.069204019Z, Duration: 00:00:04.839
  Load type hierarchy and UCFGs: Begin: 2024-05-17T11:55:53.231568097Z, End: 2024-05-17T11:55:53.577591142Z, Duration: 00:00:00.346
    Load type hierarchy: Begin: 2024-05-17T11:55:53.231647137Z, End: 2024-05-17T11:55:53.287833284Z, Duration: 00:00:00.056
    Load UCFGs: Begin: 2024-05-17T11:55:53.288062257Z, End: 2024-05-17T11:55:53.577383320Z, Duration: 00:00:00.289
  Check cache: Begin: 2024-05-17T11:55:53.577675663Z, End: 2024-05-17T11:55:53.578012353Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-05-17T11:55:53.577706763Z, End: 2024-05-17T11:55:53.577758682Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-05-17T11:55:53.578139417Z, End: 2024-05-17T11:55:53.667431281Z, Duration: 00:00:00.089
    Variable Type Analysis #1: Begin: 2024-05-17T11:55:53.578779673Z, End: 2024-05-17T11:55:53.636388295Z, Duration: 00:00:00.057
      Create runtime type propagation graph: Begin: 2024-05-17T11:55:53.579624880Z, End: 2024-05-17T11:55:53.621796137Z, Duration: 00:00:00.042
      Run SCC (Tarjan) on 3533 nodes: Begin: 2024-05-17T11:55:53.622191052Z, End: 2024-05-17T11:55:53.627675329Z, Duration: 00:00:00.005
      Propagate runtime types to strongly connected components: Begin: 2024-05-17T11:55:53.627858615Z, End: 2024-05-17T11:55:53.636264922Z, Duration: 00:00:00.008
    Variable Type Analysis #2: Begin: 2024-05-17T11:55:53.639547053Z, End: 2024-05-17T11:55:53.666274168Z, Duration: 00:00:00.026
      Create runtime type propagation graph: Begin: 2024-05-17T11:55:53.639616154Z, End: 2024-05-17T11:55:53.657209080Z, Duration: 00:00:00.017
      Run SCC (Tarjan) on 3502 nodes: Begin: 2024-05-17T11:55:53.657343331Z, End: 2024-05-17T11:55:53.660577963Z, Duration: 00:00:00.003
      Propagate runtime types to strongly connected components: Begin: 2024-05-17T11:55:53.660698879Z, End: 2024-05-17T11:55:53.666176472Z, Duration: 00:00:00.005
  Load config: Begin: 2024-05-17T11:55:53.667516137Z, End: 2024-05-17T11:55:55.477098760Z, Duration: 00:00:01.809
  Compute entry points: Begin: 2024-05-17T11:55:55.477303254Z, End: 2024-05-17T11:55:58.059852124Z, Duration: 00:00:02.582
[INFO] 11:55:58.070 java security sensor peak memory: 577 MB
[INFO] 11:55:58.070 Sensor JavaSecuritySensor [security] (done) | time=4842ms
[INFO] 11:55:58.070 Sensor CSharpSecuritySensor [security]
[INFO] 11:55:58.070 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] 11:55:58.070 Load type hierarchy and UCFGs: Starting
[INFO] 11:55:58.070 Load type hierarchy: Starting
[INFO] 11:55:58.070 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/ucfg2/cs
[INFO] 11:55:58.070 Read 0 type definitions
[INFO] 11:55:58.070 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 11:55:58.070 Load UCFGs: Starting
[INFO] 11:55:58.070 Load UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.070 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.070 No UCFGs have been included for analysis.
[INFO] 11:55:58.071 csharp security sensor: Time spent was 00:00:00.000
[INFO] 11:55:58.071 csharp security sensor: Begin: 2024-05-17T11:55:58.070477885Z, End: 2024-05-17T11:55:58.071132554Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-17T11:55:58.070602759Z, End: 2024-05-17T11:55:58.070950452Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-17T11:55:58.070626994Z, End: 2024-05-17T11:55:58.070837675Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-17T11:55:58.070880552Z, End: 2024-05-17T11:55:58.070916447Z, Duration: 00:00:00.000
[INFO] 11:55:58.071 csharp security sensor peak memory: 577 MB
[INFO] 11:55:58.071 Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] 11:55:58.071 Sensor PhpSecuritySensor [security]
[INFO] 11:55:58.071 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 11:55:58.071 Load type hierarchy and UCFGs: Starting
[INFO] 11:55:58.071 Load type hierarchy: Starting
[INFO] 11:55:58.071 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/php
[INFO] 11:55:58.071 Read 0 type definitions
[INFO] 11:55:58.071 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 11:55:58.071 Load UCFGs: Starting
[INFO] 11:55:58.071 Load UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.071 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.071 No UCFGs have been included for analysis.
[INFO] 11:55:58.072 php security sensor: Time spent was 00:00:00.000
[INFO] 11:55:58.072 php security sensor: Begin: 2024-05-17T11:55:58.071580026Z, End: 2024-05-17T11:55:58.072088842Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-17T11:55:58.071675665Z, End: 2024-05-17T11:55:58.071913651Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-17T11:55:58.071697946Z, End: 2024-05-17T11:55:58.071807583Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-17T11:55:58.071852362Z, End: 2024-05-17T11:55:58.071880713Z, Duration: 00:00:00.000
[INFO] 11:55:58.072 php security sensor peak memory: 577 MB
[INFO] 11:55:58.072 Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] 11:55:58.072 Sensor PythonSecuritySensor [security]
[INFO] 11:55:58.072 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] 11:55:58.072 Load type hierarchy and UCFGs: Starting
[INFO] 11:55:58.072 Load type hierarchy: Starting
[INFO] 11:55:58.072 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/python
[INFO] 11:55:58.072 Read 0 type definitions
[INFO] 11:55:58.072 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 11:55:58.072 Load UCFGs: Starting
[INFO] 11:55:58.072 Load UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.072 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.072 No UCFGs have been included for analysis.
[INFO] 11:55:58.072 python security sensor: Time spent was 00:00:00.000
[INFO] 11:55:58.073 python security sensor: Begin: 2024-05-17T11:55:58.072411831Z, End: 2024-05-17T11:55:58.072895716Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-17T11:55:58.072510909Z, End: 2024-05-17T11:55:58.072736883Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-17T11:55:58.072532466Z, End: 2024-05-17T11:55:58.072634130Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-17T11:55:58.072671215Z, End: 2024-05-17T11:55:58.072707312Z, Duration: 00:00:00.000
[INFO] 11:55:58.073 python security sensor peak memory: 577 MB
[INFO] 11:55:58.073 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 11:55:58.073 Sensor JsSecuritySensor [security]
[INFO] 11:55:58.073 Enabled taint analysis rules: S6105, S6350, S2631, S5883, S5131, S5696, S2076, S5146, S5144, S3649, S5334, S2083, S6287, S5147, S6096
[INFO] 11:55:58.073 Load type hierarchy and UCFGs: Starting
[INFO] 11:55:58.073 Load type hierarchy: Starting
[INFO] 11:55:58.073 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/js
[INFO] 11:55:58.073 Read 0 type definitions
[INFO] 11:55:58.073 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 11:55:58.073 Load UCFGs: Starting
[INFO] 11:55:58.073 Load UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.073 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 11:55:58.073 No UCFGs have been included for analysis.
[INFO] 11:55:58.073 js security sensor: Time spent was 00:00:00.000
[INFO] 11:55:58.073 js security sensor: Begin: 2024-05-17T11:55:58.073231344Z, End: 2024-05-17T11:55:58.073746452Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-17T11:55:58.073345179Z, End: 2024-05-17T11:55:58.073568197Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-17T11:55:58.073375690Z, End: 2024-05-17T11:55:58.073477734Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-17T11:55:58.073515149Z, End: 2024-05-17T11:55:58.073539409Z, Duration: 00:00:00.000
[INFO] 11:55:58.073 js security sensor peak memory: 577 MB
[INFO] 11:55:58.073 Sensor JsSecuritySensor [security] (done) | time=0ms
[INFO] 11:55:58.074 ------------- Run sensors on project
[INFO] 11:55:58.077 Sensor Zero Coverage Sensor
[INFO] 11:55:58.079 Sensor Zero Coverage Sensor (done) | time=2ms
[INFO] 11:55:58.079 Sensor Java CPD Block Indexer
[INFO] 11:55:58.196 Sensor Java CPD Block Indexer (done) | time=117ms
[INFO] 11:55:58.230 CPD Executor 62 files had no CPD blocks
[INFO] 11:55:58.230 CPD Executor Calculating CPD for 76 files
[INFO] 11:55:58.248 CPD Executor CPD calculation finished (done) | time=17ms
[INFO] 11:55:58.435 Analysis report generated in 177ms, dir size=1 MB
[INFO] 11:55:58.615 Analysis report compressed in 180ms, zip size=597 KB
[INFO] 11:55:59.911 Analysis report uploaded in 1296ms
[INFO] 11:55:59.912 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.sisu%3Asisu-plexus
[INFO] 11:55:59.913 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 11:55:59.913 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-GaLPFa3OAUuyyTiFU
[INFO] 11:56:01.358 Sensor cache published successfully
[INFO] 11:56:01.394 Analysis total time: 33.457 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sisu Plexus 0.9.0-SNAPSHOT:
[INFO] 
[INFO] Sisu Plexus ........................................ SUCCESS [ 38.312 s]
[INFO] org.eclipse.sisu.plexus ............................ SUCCESS [ 24.376 s]
[INFO] org.eclipse.sisu.plexus.extender ................... SUCCESS [  0.050 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:04 min
[INFO] Finished at: 2024-05-17T11:56:01Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS