Skip to content
Success

Console Output

Started by upstream project "sisu.plexus" build number 238
originally caused by:
 Started by upstream project "sisu.inject" build number 190
 originally caused by:
  Started by user Tamas Cservenak
Running as Tamas Cservenak
Agent basic-g6sgj is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-g6sgj"
  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-g6sgj"
    - 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-g6sgj"
    - 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-g6sgj (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.138 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.181 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.010 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.008 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 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.007 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.003 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.051 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.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.084 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.434 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.071 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.027 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 (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.276 s -- in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.134 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 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.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.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 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.001 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.124 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.066 s -- in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.502 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.112 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.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.269 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.130 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.222 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.041 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.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.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.054 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.095 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 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.096 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.565 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.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 (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.457 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.144 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.308 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.043 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.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.024 s -- in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s -- in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s -- in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 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.044 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.007 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.103 s -- in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s -- in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.104 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.033 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.716 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.088 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.015 s -- in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s -- in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s -- in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 97, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.2.5:test (guice6) @ org.eclipse.sisu.plexus ---
[INFO] Using configured provider org.apache.maven.surefire.junitcore.JUnitCoreProvider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.420 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.141 s -- in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s -- in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.058 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.009 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.072 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.031 s -- in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s -- in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.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.147 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.065 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.021 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.172 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.015 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.686 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.092 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.015 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] --- 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] 10:52:15.486 Java 17.0.2 Oracle Corporation (64-bit)
[INFO] 10:52:15.486 Linux 6.2.9-300.fc38.x86_64 (amd64)
[INFO] 10:52:15.532 User cache: /home/jenkins/.sonar/cache
[INFO] 10:52:16.450 Communicating with SonarCloud
[INFO] 10:52:16.461 Default locale: "en_US", source code encoding: "UTF-8"
[INFO] 10:52:17.087 Load global settings
[INFO] 10:52:17.513 Load global settings (done) | time=428ms
[INFO] 10:52:17.516 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] 10:52:17.653 Loading required plugins
[INFO] 10:52:17.653 Load plugins index
[INFO] 10:52:17.971 Load plugins index (done) | time=318ms
[INFO] 10:52:17.972 Load/download plugins
[INFO] 10:52:18.364 Load/download plugins (done) | time=393ms
[INFO] 10:52:18.868 Found an active CI vendor: 'Jenkins'
[INFO] 10:52:18.873 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus'
[INFO] 10:52:19.203 Load project settings for component key: 'org.eclipse.sisu:sisu-plexus' (done) | time=330ms
[INFO] 10:52:19.207 Process project properties
[INFO] 10:52:19.217 Project key: org.eclipse.sisu:sisu-plexus
[INFO] 10:52:19.217 Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 10:52:19.217 Working dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar
[INFO] 10:52:19.221 Load project branches
[INFO] 10:52:19.579 Load project branches (done) | time=358ms
[INFO] 10:52:19.582 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus'
[INFO] 10:52:19.700 Detected project binding: NOT_BOUND
[INFO] 10:52:19.700 Check ALM binding of project 'org.eclipse.sisu:sisu-plexus' (done) | time=118ms
[INFO] 10:52:19.701 Load project pull requests
[INFO] 10:52:20.014 Load project pull requests (done) | time=313ms
[INFO] 10:52:20.015 Load branch configuration
[INFO] 10:52:20.017 Load branch configuration (done) | time=2ms
[INFO] 10:52:20.022 Load quality profiles
[INFO] 10:52:20.420 Load quality profiles (done) | time=397ms
[INFO] 10:52:20.423 Load active rules
[INFO] 10:52:27.418 Load active rules (done) | time=6995ms
[INFO] 10:52:27.558 Organization key: eclipse
[INFO] 10:52:27.566 Preprocessing files...
[INFO] 10:52:27.940 2 languages detected in 171 preprocessed files
[INFO] 10:52:27.940 0 files ignored because of inclusion/exclusion patterns
[INFO] 10:52:27.940 0 files ignored because of scm ignore settings
[INFO] 10:52:27.945 Loading plugins for detected languages
[INFO] 10:52:27.945 Load/download plugins
[INFO] 10:52:28.371 Load/download plugins (done) | time=426ms
[INFO] 10:52:28.563 Load project repositories
[INFO] 10:52:28.785 Load project repositories (done) | time=222ms
[INFO] 10:52:28.787 Indexing files...
[INFO] 10:52:28.787 Project configuration:
[INFO] 10:52:28.787   Excluded sources: **/build-wrapper-dump.json
[INFO] 10:52:28.789 Indexing files of module 'org.eclipse.sisu.plexus'
[INFO] 10:52:28.789   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus
[INFO] 10:52:28.789   Source paths: pom.xml, src/main/java
[INFO] 10:52:28.789   Test paths: src/test/java
[INFO] 10:52:28.789   Excluded sources: **/build-wrapper-dump.json
[INFO] 10:52:28.798 Indexing files of module 'org.eclipse.sisu.plexus.extender'
[INFO] 10:52:28.798   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender
[INFO] 10:52:28.798   Source paths: pom.xml, src/main/java
[INFO] 10:52:28.798   Excluded sources: **/build-wrapper-dump.json
[INFO] 10:52:28.798 Indexing files of module 'Sisu Plexus'
[INFO] 10:52:28.798   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] 10:52:28.798   Source paths: pom.xml
[INFO] 10:52:28.798   Excluded sources: **/build-wrapper-dump.json
[INFO] 10:52:28.799 171 files indexed
[INFO] 10:52:28.803 Quality profile for java: Sonar way
[INFO] 10:52:28.803 Quality profile for xml: Sonar way
[INFO] 10:52:28.803 ------------- Run sensors on module org.eclipse.sisu.plexus.extender
[INFO] 10:52:28.852 Load metrics repository
[INFO] 10:52:28.970 Load metrics repository (done) | time=118ms
[INFO] 10:52:28.977 Sensor cache enabled
[INFO] 10:52:29.134 Load sensor cache
[INFO] 10:52:30.502 Load sensor cache (443 KB) | time=1368ms
[INFO] 10:52:31.409 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 10:52:31.409 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 10:52:31.410 Sensor XML Sensor [xml]
[INFO] 10:52:31.413 1 source file to be analyzed
[INFO] 10:52:31.555 1/1 source file has been analyzed
[INFO] 10:52:31.556 Sensor XML Sensor [xml] (done) | time=145ms
[INFO] 10:52:31.556 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 10:52:31.559 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 10:52:31.595 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=39ms
[INFO] 10:52:31.595 Sensor IaC Docker Sensor [iac]
[INFO] 10:52:31.598 0 source files to be analyzed
[INFO] 10:52:31.659 0/0 source files have been analyzed
[INFO] 10:52:31.660 Sensor IaC Docker Sensor [iac] (done) | time=65ms
[INFO] 10:52:31.660 Sensor Serverless configuration file sensor [security]
[INFO] 10:52:31.660 0 Serverless function entries were found in the project
[INFO] 10:52:31.662 0 Serverless function handlers were kept as entrypoints
[INFO] 10:52:31.663 Sensor Serverless configuration file sensor [security] (done) | time=2ms
[INFO] 10:52:31.663 Sensor AWS SAM template file sensor [security]
[INFO] 10:52:31.663 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 10:52:31.663 Sensor AWS SAM Inline template file sensor [security]
[INFO] 10:52:31.664 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] 10:52:31.666 ------------- Run sensors on module org.eclipse.sisu.plexus
[INFO] 10:52:31.764 Sensor JavaSensor [java]
[INFO] 10:52:31.768 Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] 10:52:31.823 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] 10:52:31.824 Using ECJ batch to parse 138 Main java source files with batch size 53 KB.
[INFO] 10:52:32.090 Starting batch processing.
[INFO] 10:52:32.467 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 10:52:42.135 100% analyzed
[INFO] 10:52:42.136 Batch processing: Done.
[INFO] 10:52:42.136 Did not optimize analysis for any files, performed a full analysis for all 138 files.
[INFO] 10:52:42.218 Using ECJ batch to parse 30 Test java source files with batch size 53 KB.
[INFO] 10:52:42.222 Starting batch processing.
[INFO] 10:52:43.159 100% analyzed
[INFO] 10:52:43.159 Batch processing: Done.
[INFO] 10:52:43.160 Did not optimize analysis for any files, performed a full analysis for all 30 files.
[WARNING] 10:52:43.161 Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] 10:52:43.161 No "Generated" source files to scan.
[INFO] 10:52:43.161 Sensor JavaSensor [java] (done) | time=11397ms
[INFO] 10:52:43.161 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 10:52:43.162 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] 10:52:43.162 Sensor SurefireSensor [java]
[INFO] 10:52:43.163 parsing [/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/surefire-reports]
[INFO] 10:52:43.248 Sensor SurefireSensor [java] (done) | time=86ms
[INFO] 10:52:43.248 Sensor XML Sensor [xml]
[INFO] 10:52:43.249 1 source file to be analyzed
[INFO] 10:52:43.331 1/1 source file has been analyzed
[INFO] 10:52:43.331 Sensor XML Sensor [xml] (done) | time=83ms
[INFO] 10:52:43.331 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 10:52:43.333 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 10:52:43.368 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=37ms
[INFO] 10:52:43.368 Sensor IaC Docker Sensor [iac]
[INFO] 10:52:43.370 0 source files to be analyzed
[INFO] 10:52:43.375 0/0 source files have been analyzed
[INFO] 10:52:43.376 Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] 10:52:43.376 Sensor Serverless configuration file sensor [security]
[INFO] 10:52:43.376 0 Serverless function entries were found in the project
[INFO] 10:52:43.376 0 Serverless function handlers were kept as entrypoints
[INFO] 10:52:43.376 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 10:52:43.376 Sensor AWS SAM template file sensor [security]
[INFO] 10:52:43.377 Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] 10:52:43.377 Sensor AWS SAM Inline template file sensor [security]
[INFO] 10:52:43.377 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 10:52:43.377 ------------- Run sensors on module Sisu Plexus
[INFO] 10:52:43.470 Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] 10:52:43.470 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] 10:52:43.471 Sensor XML Sensor [xml]
[INFO] 10:52:43.471 1 source file to be analyzed
[INFO] 10:52:43.523 1/1 source file has been analyzed
[INFO] 10:52:43.523 Sensor XML Sensor [xml] (done) | time=52ms
[INFO] 10:52:43.523 Sensor JaCoCo XML Report Importer [jacoco]
[INFO] 10:52:43.523 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] 10:52:43.540 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=17ms
[INFO] 10:52:43.540 Sensor IaC Docker Sensor [iac]
[INFO] 10:52:43.541 0 source files to be analyzed
[INFO] 10:52:43.546 0/0 source files have been analyzed
[INFO] 10:52:43.546 Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] 10:52:43.546 Sensor Serverless configuration file sensor [security]
[INFO] 10:52:43.546 0 Serverless function entries were found in the project
[INFO] 10:52:43.546 0 Serverless function handlers were kept as entrypoints
[INFO] 10:52:43.546 Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] 10:52:43.546 Sensor AWS SAM template file sensor [security]
[INFO] 10:52:43.546 Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] 10:52:43.547 Sensor AWS SAM Inline template file sensor [security]
[INFO] 10:52:43.547 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] 10:52:43.547 Sensor javabugs [dbd]
[INFO] 10:52:43.578 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/java
[INFO] 10:52:43.628 Analyzing 810 functions to detect bugs.
[INFO] 10:52:44.881 Sensor javabugs [dbd] (done) | time=1334ms
[INFO] 10:52:44.882 Sensor pythonbugs [dbd]
[INFO] 10:52:44.882 Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/python
[INFO] 10:52:44.882 No IR files have been included for analysis.
[INFO] 10:52:44.882 Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] 10:52:44.882 Sensor TextAndSecretsSensor [text]
[INFO] 10:52:44.882 Available processors: 2
[INFO] 10:52:44.882 Using 2 threads for analysis.
[INFO] 10:52:45.258 171 source files to be analyzed
[INFO] 10:52:46.055 171/171 source files have been analyzed
[INFO] 10:52:46.055 Sensor TextAndSecretsSensor [text] (done) | time=1173ms
[INFO] 10:52:46.055 Sensor JavaSecuritySensor [security]
[INFO] 10:52:46.058 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] 10:52:46.058 Load type hierarchy and UCFGs: Starting
[INFO] 10:52:46.058 Load type hierarchy: Starting
[INFO] 10:52:46.058 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 10:52:46.136 Read 383 type definitions
[INFO] 10:52:46.143 Load type hierarchy: Time spent was 00:00:00.084
[INFO] 10:52:46.143 Load UCFGs: Starting
[INFO] 10:52:46.143 Reading UCFGs from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] 10:52:46.624 Load UCFGs: Time spent was 00:00:00.480
[INFO] 10:52:46.624 Load type hierarchy and UCFGs: Time spent was 00:00:00.565
[INFO] 10:52:46.624 Analyzing 713 UCFGs to detect vulnerabilities.
[INFO] 10:52:46.624 Check cache: Starting
[INFO] 10:52:46.624 Load cache: Starting
[INFO] 10:52:46.624 Load cache: Time spent was 00:00:00.000
[INFO] 10:52:46.624 Check cache: Time spent was 00:00:00.000
[INFO] 10:52:46.624 Create runtime call graph: Starting
[INFO] 10:52:46.625 Variable Type Analysis #1: Starting
[INFO] 10:52:46.626 Create runtime type propagation graph: Starting
[INFO] 10:52:46.652 Create runtime type propagation graph: Time spent was 00:00:00.026
[INFO] 10:52:46.652 Run SCC (Tarjan) on 3533 nodes: Starting
[INFO] 10:52:46.658 Run SCC (Tarjan) on 3533 nodes: Time spent was 00:00:00.005
[INFO] 10:52:46.658 Tarjan found 3379 strongly connected components
[INFO] 10:52:46.658 Propagate runtime types to strongly connected components: Starting
[INFO] 10:52:46.666 Propagate runtime types to strongly connected components: Time spent was 00:00:00.008
[INFO] 10:52:46.666 Variable Type Analysis #1: Time spent was 00:00:00.041
[INFO] 10:52:46.669 Variable Type Analysis #2: Starting
[INFO] 10:52:46.670 Create runtime type propagation graph: Starting
[INFO] 10:52:46.687 Create runtime type propagation graph: Time spent was 00:00:00.017
[INFO] 10:52:46.688 Run SCC (Tarjan) on 3502 nodes: Starting
[INFO] 10:52:46.691 Run SCC (Tarjan) on 3502 nodes: Time spent was 00:00:00.003
[INFO] 10:52:46.691 Tarjan found 3347 strongly connected components
[INFO] 10:52:46.691 Propagate runtime types to strongly connected components: Starting
[INFO] 10:52:46.716 Propagate runtime types to strongly connected components: Time spent was 00:00:00.025
[INFO] 10:52:46.717 Variable Type Analysis #2: Time spent was 00:00:00.047
[INFO] 10:52:46.718 Create runtime call graph: Time spent was 00:00:00.093
[INFO] 10:52:46.718 Load config: Starting
[INFO] 10:52:48.518 Load config: Time spent was 00:00:01.800
[INFO] 10:52:48.519 Compute entry points: Starting
[INFO] 10:52:51.309 Compute entry points: Time spent was 00:00:02.790
[INFO] 10:52:51.309 No entry points found.
[INFO] 10:52:51.326 java security sensor: Time spent was 00:00:05.269
[INFO] 10:52:51.327 java security sensor: Begin: 2024-05-20T10:52:46.057292899Z, End: 2024-05-20T10:52:51.326431534Z, Duration: 00:00:05.269
  Load type hierarchy and UCFGs: Begin: 2024-05-20T10:52:46.058729096Z, End: 2024-05-20T10:52:46.624191742Z, Duration: 00:00:00.565
    Load type hierarchy: Begin: 2024-05-20T10:52:46.058826471Z, End: 2024-05-20T10:52:46.143170904Z, Duration: 00:00:00.084
    Load UCFGs: Begin: 2024-05-20T10:52:46.143398252Z, End: 2024-05-20T10:52:46.623987375Z, Duration: 00:00:00.480
  Check cache: Begin: 2024-05-20T10:52:46.624272663Z, End: 2024-05-20T10:52:46.624613395Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-05-20T10:52:46.624302948Z, End: 2024-05-20T10:52:46.624342197Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-05-20T10:52:46.624706931Z, End: 2024-05-20T10:52:46.718237836Z, Duration: 00:00:00.093
    Variable Type Analysis #1: Begin: 2024-05-20T10:52:46.625324432Z, End: 2024-05-20T10:52:46.666963289Z, Duration: 00:00:00.041
      Create runtime type propagation graph: Begin: 2024-05-20T10:52:46.626162634Z, End: 2024-05-20T10:52:46.652347314Z, Duration: 00:00:00.026
      Run SCC (Tarjan) on 3533 nodes: Begin: 2024-05-20T10:52:46.652654222Z, End: 2024-05-20T10:52:46.658173203Z, Duration: 00:00:00.005
      Propagate runtime types to strongly connected components: Begin: 2024-05-20T10:52:46.658325326Z, End: 2024-05-20T10:52:46.666859349Z, Duration: 00:00:00.008
    Variable Type Analysis #2: Begin: 2024-05-20T10:52:46.669969069Z, End: 2024-05-20T10:52:46.716969103Z, Duration: 00:00:00.047
      Create runtime type propagation graph: Begin: 2024-05-20T10:52:46.670033581Z, End: 2024-05-20T10:52:46.687819195Z, Duration: 00:00:00.017
      Run SCC (Tarjan) on 3502 nodes: Begin: 2024-05-20T10:52:46.688002132Z, End: 2024-05-20T10:52:46.691186439Z, Duration: 00:00:00.003
      Propagate runtime types to strongly connected components: Begin: 2024-05-20T10:52:46.691309447Z, End: 2024-05-20T10:52:46.716842862Z, Duration: 00:00:00.025
  Load config: Begin: 2024-05-20T10:52:46.718340400Z, End: 2024-05-20T10:52:48.518897555Z, Duration: 00:00:01.800
  Compute entry points: Begin: 2024-05-20T10:52:48.519093498Z, End: 2024-05-20T10:52:51.309581874Z, Duration: 00:00:02.790
[INFO] 10:52:51.327 java security sensor peak memory: 577 MB
[INFO] 10:52:51.327 Sensor JavaSecuritySensor [security] (done) | time=5272ms
[INFO] 10:52:51.327 Sensor CSharpSecuritySensor [security]
[INFO] 10:52:51.328 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] 10:52:51.328 Load type hierarchy and UCFGs: Starting
[INFO] 10:52:51.328 Load type hierarchy: Starting
[INFO] 10:52:51.328 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/ucfg2/cs
[INFO] 10:52:51.328 Read 0 type definitions
[INFO] 10:52:51.328 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 10:52:51.328 Load UCFGs: Starting
[INFO] 10:52:51.328 Load UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.328 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.328 No UCFGs have been included for analysis.
[INFO] 10:52:51.329 csharp security sensor: Time spent was 00:00:00.000
[INFO] 10:52:51.329 csharp security sensor: Begin: 2024-05-20T10:52:51.328031478Z, End: 2024-05-20T10:52:51.329030267Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-20T10:52:51.328214594Z, End: 2024-05-20T10:52:51.328808121Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-20T10:52:51.328241572Z, End: 2024-05-20T10:52:51.328639502Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-20T10:52:51.328712715Z, End: 2024-05-20T10:52:51.328760292Z, Duration: 00:00:00.000
[INFO] 10:52:51.329 csharp security sensor peak memory: 577 MB
[INFO] 10:52:51.329 Sensor CSharpSecuritySensor [security] (done) | time=2ms
[INFO] 10:52:51.329 Sensor PhpSecuritySensor [security]
[INFO] 10:52:51.329 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] 10:52:51.329 Load type hierarchy and UCFGs: Starting
[INFO] 10:52:51.329 Load type hierarchy: Starting
[INFO] 10:52:51.329 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/php
[INFO] 10:52:51.329 Read 0 type definitions
[INFO] 10:52:51.329 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 10:52:51.329 Load UCFGs: Starting
[INFO] 10:52:51.329 Load UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.329 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.329 No UCFGs have been included for analysis.
[INFO] 10:52:51.330 php security sensor: Time spent was 00:00:00.000
[INFO] 10:52:51.330 php security sensor: Begin: 2024-05-20T10:52:51.329460339Z, End: 2024-05-20T10:52:51.330042261Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-20T10:52:51.329577875Z, End: 2024-05-20T10:52:51.329826799Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-20T10:52:51.329613770Z, End: 2024-05-20T10:52:51.329722627Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-20T10:52:51.329767181Z, End: 2024-05-20T10:52:51.329794165Z, Duration: 00:00:00.000
[INFO] 10:52:51.330 php security sensor peak memory: 577 MB
[INFO] 10:52:51.330 Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] 10:52:51.330 Sensor PythonSecuritySensor [security]
[INFO] 10:52:51.330 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] 10:52:51.330 Load type hierarchy and UCFGs: Starting
[INFO] 10:52:51.330 Load type hierarchy: Starting
[INFO] 10:52:51.330 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/python
[INFO] 10:52:51.330 Read 0 type definitions
[INFO] 10:52:51.330 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 10:52:51.330 Load UCFGs: Starting
[INFO] 10:52:51.330 Load UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.330 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.330 No UCFGs have been included for analysis.
[INFO] 10:52:51.330 python security sensor: Time spent was 00:00:00.000
[INFO] 10:52:51.331 python security sensor: Begin: 2024-05-20T10:52:51.330386086Z, End: 2024-05-20T10:52:51.330908073Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-20T10:52:51.330493949Z, End: 2024-05-20T10:52:51.330747841Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-20T10:52:51.330546710Z, End: 2024-05-20T10:52:51.330659948Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-20T10:52:51.330695879Z, End: 2024-05-20T10:52:51.330719869Z, Duration: 00:00:00.000
[INFO] 10:52:51.331 python security sensor peak memory: 577 MB
[INFO] 10:52:51.331 Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] 10:52:51.331 Sensor JsSecuritySensor [security]
[INFO] 10:52:51.331 Enabled taint analysis rules: S2083, S3649, S2076, S5146, S5147, S5696, S6350, S2631, S5334, S5144, S5131, S6287, S5883, S6096, S6105
[INFO] 10:52:51.331 Load type hierarchy and UCFGs: Starting
[INFO] 10:52:51.331 Load type hierarchy: Starting
[INFO] 10:52:51.331 Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/js
[INFO] 10:52:51.331 Read 0 type definitions
[INFO] 10:52:51.331 Load type hierarchy: Time spent was 00:00:00.000
[INFO] 10:52:51.331 Load UCFGs: Starting
[INFO] 10:52:51.331 Load UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.331 Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] 10:52:51.331 No UCFGs have been included for analysis.
[INFO] 10:52:51.331 js security sensor: Time spent was 00:00:00.000
[INFO] 10:52:51.331 js security sensor: Begin: 2024-05-20T10:52:51.331233505Z, End: 2024-05-20T10:52:51.331754445Z, Duration: 00:00:00.000
  Load type hierarchy and UCFGs: Begin: 2024-05-20T10:52:51.331361347Z, End: 2024-05-20T10:52:51.331588237Z, Duration: 00:00:00.000
    Load type hierarchy: Begin: 2024-05-20T10:52:51.331389691Z, End: 2024-05-20T10:52:51.331500924Z, Duration: 00:00:00.000
    Load UCFGs: Begin: 2024-05-20T10:52:51.331535983Z, End: 2024-05-20T10:52:51.331560552Z, Duration: 00:00:00.000
[INFO] 10:52:51.331 js security sensor peak memory: 577 MB
[INFO] 10:52:51.331 Sensor JsSecuritySensor [security] (done) | time=0ms
[INFO] 10:52:51.332 ------------- Run sensors on project
[INFO] 10:52:51.336 Sensor Zero Coverage Sensor
[INFO] 10:52:51.338 Sensor Zero Coverage Sensor (done) | time=2ms
[INFO] 10:52:51.338 Sensor Java CPD Block Indexer
[INFO] 10:52:51.483 Sensor Java CPD Block Indexer (done) | time=145ms
[INFO] 10:52:51.515 CPD Executor 62 files had no CPD blocks
[INFO] 10:52:51.515 CPD Executor Calculating CPD for 76 files
[INFO] 10:52:51.533 CPD Executor CPD calculation finished (done) | time=18ms
[INFO] 10:52:51.758 Analysis report generated in 215ms, dir size=1 MB
[INFO] 10:52:51.979 Analysis report compressed in 221ms, zip size=597 KB
[INFO] 10:52:52.840 Analysis report uploaded in 861ms
[INFO] 10:52:52.841 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.sisu%3Asisu-plexus
[INFO] 10:52:52.841 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] 10:52:52.841 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-Vof5TOt0nKqdh5TF8
[INFO] 10:52:54.158 Sensor cache published successfully
[INFO] 10:52:54.195 Analysis total time: 35.496 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sisu Plexus 0.9.0-SNAPSHOT:
[INFO] 
[INFO] Sisu Plexus ........................................ SUCCESS [ 38.847 s]
[INFO] org.eclipse.sisu.plexus ............................ SUCCESS [ 25.422 s]
[INFO] org.eclipse.sisu.plexus.extender ................... SUCCESS [  0.060 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:05 min
[INFO] Finished at: 2024-05-20T10:52:54Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS