Skip to content

Console Output

Started by upstream project "sisu.plexus" build number 223
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent basic-ng9jz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-ng9jz"
  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-ng9jz"
    - 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-ng9jz"
    - 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-ng9jz (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 5e8587eac8c4c079566dcd0ccb0d5dba40cb4169 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5e8587eac8c4c079566dcd0ccb0d5dba40cb4169 # timeout=10
Commit message: "Build with JDK21 final (#50)"
 > git rev-list --no-walk 99754c28921d0a55243168f547a94cbc699a4511 # 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 sonar:sonar -Dsonar.projectKey=org.eclipse.sisu:sisu-plexus -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=**** -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: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.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]
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation
[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.2.0:clean (default-clean) @ sisu-plexus ---
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-versions) @ sisu-plexus ---
[INFO] Adding ignore: module-info
[INFO] Rule 0: org.apache.maven.plugins.enforcer.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.2.0:clean (default-clean) @ org.eclipse.sisu.plexus ---
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-versions) @ org.eclipse.sisu.plexus ---
[INFO] Adding ignore: module-info
[INFO] Rule 0: org.apache.maven.plugins.enforcer.EnforceBytecodeVersion passed
[INFO] 
[INFO] --- jacoco:0.8.8: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.8/org.jacoco.agent-0.8.8-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 3 resources from  to target/classes
[INFO] 
[INFO] --- dependency:3.5.0: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.11.0:compile (default-compile) @ org.eclipse.sisu.plexus ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 138 source files with javac [debug release 8] to target/classes
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/configurator/AbstractComponentConfigurator.java: Some input files use or override a deprecated API.
[INFO] /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/src/main/java/org/codehaus/plexus/component/configurator/AbstractComponentConfigurator.java: Recompile with -Xlint:deprecation for details.
[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] --- 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.11.0:testCompile (default-testCompile) @ org.eclipse.sisu.plexus ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 30 source files with javac [debug 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] --- clean:3.2.0: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.0.0:test (default-test) @ org.eclipse.sisu.plexus ---
[INFO] Tests are skipped.
[INFO] 
[INFO] --- dependency:3.5.0: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.5.0: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.5.0: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.5.0: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.5.0: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.0.0: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.0.0: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.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.296 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.146 s - in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.sisu.plexus.BeanConstantTest
[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.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.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[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.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.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.484 s - in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[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: 96, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0: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.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.278 s - in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.262 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.265 s - in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 s - in org.eclipse.sisu.plexus.BeanConstantTest
[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.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Running org.eclipse.sisu.plexus.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.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.613 s - in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.sisu.plexus.CollectionConstantTest
[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.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[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: 96, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0: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.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 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.19 s - in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.092 s - in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.sisu.plexus.BeanConstantTest
[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.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[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.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.643 s - in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.sisu.plexus.CollectionConstantTest
[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.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[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: 96, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0: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.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.302 s - in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.267 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.275 s - in org.eclipse.sisu.plexus.RealmDisposalTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 s - in org.eclipse.sisu.plexus.PlexusLifecycleTest
[INFO] Running org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.179 s - in org.eclipse.sisu.plexus.BeanConstantTest
[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.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[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.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.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s - in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.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.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 s - in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[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: 96, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- surefire:3.0.0: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.RequirementAnnotationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.sisu.plexus.RequirementAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.DateConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.335 s - in org.eclipse.sisu.plexus.DateConstantTest
[INFO] Running org.eclipse.sisu.plexus.PlexusXmlScannerTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.263 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.31 s - in org.eclipse.sisu.plexus.RealmDisposalTest
[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.BeanConstantTest
[INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 s - in org.eclipse.sisu.plexus.BeanConstantTest
[INFO] Running org.eclipse.sisu.plexus.HintsTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.sisu.plexus.HintsTest
[INFO] Running org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.sisu.plexus.PlexusLoggingTest
[INFO] Running org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.sisu.plexus.ArrayConstantTest
[INFO] Running org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.sisu.plexus.ClassRealmConverterTest
[INFO] Running org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.sisu.plexus.PlexusAnnotatedBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.sisu.plexus.PlexusBeanMetadataTest
[INFO] Running org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.sisu.plexus.PlexusBeanLocatorTest
[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.PlexusConfigurationTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.sisu.plexus.PlexusConfigurationTest
[INFO] Running org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.723 s - in org.eclipse.sisu.plexus.PlexusRequirementTest
[INFO] Running org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.sisu.plexus.ComponentAnnotationTest
[INFO] Running org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.sisu.plexus.CollectionConstantTest
[INFO] Running org.eclipse.sisu.plexus.MapConstantTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.sisu.plexus.MapConstantTest
[INFO] Running org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.sisu.plexus.DefaultValuesTest
[INFO] Running org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.sisu.plexus.ParameterizedCollectionTest
[INFO] Running org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.sisu.plexus.BasicComponentConfiguratorTest
[INFO] Running org.eclipse.sisu.plexus.RolesTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.sisu.plexus.RolesTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 96, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0: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.8:report-aggregate (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] 
[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.2.0:clean (default-clean) @ org.eclipse.sisu.plexus.extender ---
[INFO] 
[INFO] --- enforcer:3.2.1:enforce (enforce-versions) @ org.eclipse.sisu.plexus.extender ---
[INFO] Adding ignore: module-info
[INFO] Rule 0: org.apache.maven.plugins.enforcer.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.11.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.11.0:testCompile (default-testCompile) @ org.eclipse.sisu.plexus.extender ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ org.eclipse.sisu.plexus.extender ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0: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.3.0: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.9.1.2184:sonar (default-cli) @ sisu-plexus ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.0.0.51948
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=368ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Loading required plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=346ms
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=898ms
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'org.eclipse.sisu:sisu-plexus'
[INFO] Load project settings for component key: 'org.eclipse.sisu:sisu-plexus' (done) | time=316ms
[INFO] Process project properties
[INFO] Project key: org.eclipse.sisu:sisu-plexus
[INFO] Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO] Working dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=334ms
[INFO] Check ALM binding of project 'org.eclipse.sisu:sisu-plexus'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'org.eclipse.sisu:sisu-plexus' (done) | time=297ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=294ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=1ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=369ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=10114ms
[INFO] Organization key: eclipse
[WARNING] The property 'sonar.login' is deprecated and will be removed in the future. Please use the 'sonar.token' property instead when passing a token.
[INFO] Preprocessing files...
[INFO] 2 languages detected in 171 preprocessed files
[INFO] 0 files ignored because of inclusion/exclusion patterns
[INFO] 0 files ignored because of scm ignore settings
[WARNING] The version of Java (11.0.2) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
[INFO] Loading plugins for detected languages
[INFO] Load/download plugins
[INFO] Load/download plugins (done) | time=386ms
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=394ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.sisu.plexus'
[INFO]   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Test paths: src/test/java
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'org.eclipse.sisu.plexus.extender'
[INFO]   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus.extender
[INFO]   Source paths: pom.xml, src/main/java
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] Indexing files of module 'Sisu Plexus'
[INFO]   Base dir: /home/jenkins/agent/workspace/sisu.plexus-sonar
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json
[INFO] 171 files indexed
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module org.eclipse.sisu.plexus
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=289ms
[INFO] Sensor cache enabled
[INFO] Load sensor cache
[INFO] Load sensor cache (438 KB) | time=1499ms
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 8, preview features enabled (sonar.java.enablePreview): false
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 138 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 138 files.
[INFO] Using ECJ batch to parse 30 Test java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 30 files.
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=12708ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/sisu.plexus-sonar/org.eclipse.sisu.plexus/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=167ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=213ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 169 source files to be analyzed
[INFO] 169/169 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2251ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=76ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=4ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module org.eclipse.sisu.plexus.extender
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=104ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=36ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module Sisu Plexus
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=32ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=106ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] Sensor javabugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/java
[INFO] Analyzing 807 functions to detect bugs.
[INFO] Sensor javabugs [dbd] (done) | time=1382ms
[INFO] Sensor pythonbugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ir/python
[INFO] No IR files have been included for analysis.
[INFO] Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] Sensor JavaSecuritySensor [security]
[INFO] 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] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] Read 378 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.103
[INFO] Load UCFGs: Starting
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/java
[INFO] Load UCFGs: Time spent was 00:00:00.320
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.424
[INFO] Analyzing 710 UCFGs to detect vulnerabilities.
[INFO] Check cache: Starting
[INFO] Load cache: Starting
[INFO] Load cache: Time spent was 00:00:00.000
[INFO] Check cache: Time spent was 00:00:00.000
[INFO] Create runtime call graph: Starting
[INFO] Variable Type Analysis #1: Starting
[INFO] Create runtime type propagation graph: Starting
[INFO] Create runtime type propagation graph: Time spent was 00:00:00.055
[INFO] Run SCC (Tarjan) on 3522 nodes: Starting
[INFO] Run SCC (Tarjan) on 3522 nodes: Time spent was 00:00:00.006
[INFO] Tarjan found 3368 strongly connected components
[INFO] Propagate runtime types to strongly connected components: Starting
[INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.010
[INFO] Variable Type Analysis #1: Time spent was 00:00:00.073
[INFO] Variable Type Analysis #2: Starting
[INFO] Create runtime type propagation graph: Starting
[INFO] Create runtime type propagation graph: Time spent was 00:00:00.018
[INFO] Run SCC (Tarjan) on 3491 nodes: Starting
[INFO] Run SCC (Tarjan) on 3491 nodes: Time spent was 00:00:00.003
[INFO] Tarjan found 3336 strongly connected components
[INFO] Propagate runtime types to strongly connected components: Starting
[INFO] Propagate runtime types to strongly connected components: Time spent was 00:00:00.006
[INFO] Variable Type Analysis #2: Time spent was 00:00:00.029
[INFO] Create runtime call graph: Time spent was 00:00:00.108
[INFO] Load config: Starting
[INFO] Load config: Time spent was 00:00:01.651
[INFO] Compute entry points: Starting
[INFO] Compute entry points: Time spent was 00:00:02.059
[INFO] No entry points found.
[INFO] java security sensor: Time spent was 00:00:04.246
[INFO] java security sensor: Begin: 2024-01-09T07:12:28.933056Z, End: 2024-01-09T07:12:33.179697Z, Duration: 00:00:04.246
  Load type hierarchy and UCFGs: Begin: 2024-01-09T07:12:28.934889Z, End: 2024-01-09T07:12:29.358909Z, Duration: 00:00:00.424
    Load type hierarchy: Begin: 2024-01-09T07:12:28.934956Z, End: 2024-01-09T07:12:29.038035Z, Duration: 00:00:00.103
    Load UCFGs: Begin: 2024-01-09T07:12:29.038282Z, End: 2024-01-09T07:12:29.358788Z, Duration: 00:00:00.320
  Check cache: Begin: 2024-01-09T07:12:29.358963Z, End: 2024-01-09T07:12:29.359261Z, Duration: 00:00:00.000
    Load cache: Begin: 2024-01-09T07:12:29.358980Z, End: 2024-01-09T07:12:29.359007Z, Duration: 00:00:00.000
  Create runtime call graph: Begin: 2024-01-09T07:12:29.359322Z, End: 2024-01-09T07:12:29.467854Z, Duration: 00:00:00.108
    Variable Type Analysis #1: Begin: 2024-01-09T07:12:29.360362Z, End: 2024-01-09T07:12:29.433833Z, Duration: 00:00:00.073
      Create runtime type propagation graph: Begin: 2024-01-09T07:12:29.361624Z, End: 2024-01-09T07:12:29.416683Z, Duration: 00:00:00.055
      Run SCC (Tarjan) on 3522 nodes: Begin: 2024-01-09T07:12:29.417074Z, End: 2024-01-09T07:12:29.423545Z, Duration: 00:00:00.006
      Propagate runtime types to strongly connected components: Begin: 2024-01-09T07:12:29.423714Z, End: 2024-01-09T07:12:29.433714Z, Duration: 00:00:00.010
    Variable Type Analysis #2: Begin: 2024-01-09T07:12:29.437085Z, End: 2024-01-09T07:12:29.466246Z, Duration: 00:00:00.029
      Create runtime type propagation graph: Begin: 2024-01-09T07:12:29.437151Z, End: 2024-01-09T07:12:29.456149Z, Duration: 00:00:00.018
      Run SCC (Tarjan) on 3491 nodes: Begin: 2024-01-09T07:12:29.456278Z, End: 2024-01-09T07:12:29.459954Z, Duration: 00:00:00.003
      Propagate runtime types to strongly connected components: Begin: 2024-01-09T07:12:29.460067Z, End: 2024-01-09T07:12:29.466147Z, Duration: 00:00:00.006
  Load config: Begin: 2024-01-09T07:12:29.467941Z, End: 2024-01-09T07:12:31.119075Z, Duration: 00:00:01.651
  Compute entry points: Begin: 2024-01-09T07:12:31.119326Z, End: 2024-01-09T07:12:33.179202Z, Duration: 00:00:02.059
[INFO] java security sensor peak memory: 511 MB
[INFO] Sensor JavaSecuritySensor [security] (done) | time=4263ms
[INFO] Sensor CSharpSecuritySensor [security]
[INFO] 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] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/ucfg2/cs
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] csharp security sensor: Time spent was 00:00:00.000
[INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] Sensor PhpSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/php
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] php security sensor: Time spent was 00:00:00.000
[INFO] Sensor PhpSecuritySensor [security] (done) | time=1ms
[INFO] Sensor PythonSecuritySensor [security]
[INFO] 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] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/python
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] python security sensor: Time spent was 00:00:00.000
[INFO] Sensor PythonSecuritySensor [security] (done) | time=1ms
[INFO] Sensor JsSecuritySensor [security]
[INFO] Enabled taint analysis rules: S2631, S3649, S5144, S6350, S2083, S5131, S2076, S6287, S5146, S6096, S5147, S5696, S6105, S5883, S5334
[INFO] Load type hierarchy and UCFGs: Starting
[INFO] Load type hierarchy: Starting
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/sisu.plexus-sonar/target/sonar/ucfg2/js
[INFO] Read 0 type definitions
[INFO] Load type hierarchy: Time spent was 00:00:00.000
[INFO] Load UCFGs: Starting
[INFO] Load UCFGs: Time spent was 00:00:00.000
[INFO] Load type hierarchy and UCFGs: Time spent was 00:00:00.000
[INFO] No UCFGs have been included for analysis.
[INFO] js security sensor: Time spent was 00:00:00.000
[INFO] Sensor JsSecuritySensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=21ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=148ms
[INFO] CPD Executor 62 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 76 files
[INFO] CPD Executor CPD calculation finished (done) | time=21ms
[INFO] Analysis report generated in 343ms, dir size=1 MB
[INFO] Analysis report compressed in 244ms, zip size=590 KB
[INFO] Analysis report uploaded in 919ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.sisu%3Asisu-plexus
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYztEN3NJgbHuMgagh-T
[INFO] Sensor cache published successfully
[INFO] Analysis total time: 41.573 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Sisu Plexus 0.9.0-SNAPSHOT:
[INFO] 
[INFO] Sisu Plexus ........................................ SUCCESS [ 45.790 s]
[INFO] org.eclipse.sisu.plexus ............................ SUCCESS [ 25.781 s]
[INFO] org.eclipse.sisu.plexus.extender ................... SUCCESS [  0.106 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:15 min
[INFO] Finished at: 2024-01-09T07:12:36Z
[INFO] ------------------------------------------------------------------------
Finished: SUCCESS