Skip to content
Success

Console Output

Started by timer
Running as SYSTEM
Agent basic-107lw is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-107lw"
  namespace: "orbit"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.orbit.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-107lw"
    - 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-107lw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.orbit.svc.cluster.local/orbit/"
    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-orbit"
      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-107lw (basic) in workspace /home/jenkins/agent/workspace/ebr-maven-plugins
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/ebr.git
 > git init /home/jenkins/agent/workspace/ebr-maven-plugins # timeout=10
Fetching upstream changes from https://github.com/eclipse/ebr.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse/ebr.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/ebr.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/main^{commit} # timeout=10
Checking out Revision 78aeda0c17241ce6e6a8513b3e81faabfa7314cb (origin/main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 78aeda0c17241ce6e6a8513b3e81faabfa7314cb # timeout=10
Commit message: "Rename branch from master to main"
 > git rev-list --no-walk 78aeda0c17241ce6e6a8513b3e81faabfa7314cb # timeout=10
[ebr-maven-plugins] $ /opt/tools/apache-maven/latest/bin/mvn -f releng/maven-plugins/pom.xml -DBUILD_BRANCH=main -Dmaven.test.skip=true -Dmaven.repo.local=/home/jenkins/agent/workspace/ebr-maven-plugins/.repository clean deploy --batch-mode
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
15:51:19 [INFO] Scanning for projects...
15:51:24 [WARNING] The project org.eclipse.ebr:ebr-maven-plugins-parent:pom:2.0.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
15:51:24 [INFO] ------------------------------------------------------------------------
15:51:24 [INFO] Reactor Build Order:
15:51:24 [INFO] 
15:51:24 [INFO] Eclipse Bundle Recipe Maven Plugins                                [pom]
15:51:24 [INFO] Eclipse Bundle Recipe Maven Shared Code                            [jar]
15:51:24 [INFO] Eclipse Bundle Recipe Tycho Extras Plugin          [takari-maven-plugin]
15:51:24 [INFO] Eclipse Bundle Recipe Maven Plugin                 [takari-maven-plugin]
15:51:24 [INFO] Eclipse Bundle Recipe Maven Plugin Integration Tests [takari-maven-plugin]
15:51:24 [INFO] 
15:51:24 [INFO] --------------< org.eclipse.ebr:ebr-maven-plugins-parent >--------------
15:51:24 [INFO] Building Eclipse Bundle Recipe Maven Plugins 2.0.0-SNAPSHOT        [1/5]
15:51:24 [INFO]   from pom.xml
15:51:24 [INFO] --------------------------------[ pom ]---------------------------------
15:51:24 [INFO] 
15:51:24 [INFO] --- clean:3.2.0:clean (default-clean) @ ebr-maven-plugins-parent ---
15:51:24 [INFO] 
15:51:24 [INFO] --- enforcer:1.4.1:enforce (enforce-maven) @ ebr-maven-plugins-parent ---
15:51:26 [INFO] 
15:51:26 [INFO] >>> spotbugs:4.4.1:check (default) > :spotbugs @ ebr-maven-plugins-parent >>>
15:51:26 [INFO] 
15:51:26 [INFO] --- spotbugs:4.4.1:spotbugs (spotbugs) @ ebr-maven-plugins-parent ---
15:51:35 [INFO] 
15:51:35 [INFO] <<< spotbugs:4.4.1:check (default) < :spotbugs @ ebr-maven-plugins-parent <<<
15:51:35 [INFO] 
15:51:35 [INFO] 
15:51:35 [INFO] --- spotbugs:4.4.1:check (default) @ ebr-maven-plugins-parent ---
15:51:35 [INFO] 
15:51:35 [INFO] --- takari-lifecycle:2.0.7:install (default-install) @ ebr-maven-plugins-parent ---
15:51:35 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/pom.xml to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-plugins-parent/2.0.0-SNAPSHOT/ebr-maven-plugins-parent-2.0.0-SNAPSHOT.pom
15:51:35 [INFO] 
15:51:35 [INFO] --- takari-lifecycle:2.0.7:deploy (default-deploy) @ ebr-maven-plugins-parent ---
15:51:35 [INFO] 
15:51:35 [INFO] ------------------< org.eclipse.ebr:ebr-maven-shared >------------------
15:51:35 [INFO] Building Eclipse Bundle Recipe Maven Shared Code 2.0.0-SNAPSHOT    [2/5]
15:51:35 [INFO]   from ebr-maven-shared/pom.xml
15:51:35 [INFO] --------------------------------[ jar ]---------------------------------
15:51:38 [INFO] 
15:51:38 [INFO] --- clean:3.2.0:clean (default-clean) @ ebr-maven-shared ---
15:51:38 [INFO] 
15:51:38 [INFO] --- enforcer:1.4.1:enforce (enforce-maven) @ ebr-maven-shared ---
15:51:38 [INFO] 
15:51:38 [INFO] --- resources:3.3.1:resources (default-resources) @ ebr-maven-shared ---
15:51:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-shared/src/main/resources
15:51:38 [INFO] 
15:51:38 [INFO] --- compiler:3.8.1:compile (default-compile) @ ebr-maven-shared ---
15:51:39 [INFO] Changes detected - recompiling the module!
15:51:39 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-shared/target/classes
15:51:40 [INFO] 
15:51:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ ebr-maven-shared ---
15:51:40 [INFO] Not copying test resources
15:51:40 [INFO] 
15:51:40 [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ ebr-maven-shared ---
15:51:40 [INFO] Not compiling test sources
15:51:40 [INFO] 
15:51:40 [INFO] --- surefire:2.22.0:test (default-test) @ ebr-maven-shared ---
15:51:41 [INFO] Tests are skipped.
15:51:41 [INFO] 
15:51:41 [INFO] --- jar:3.3.0:jar (default-jar) @ ebr-maven-shared ---
15:51:41 [INFO] Building jar: /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-shared/target/ebr-maven-shared-2.0.0-SNAPSHOT.jar
15:51:41 [INFO] 
15:51:41 [INFO] >>> spotbugs:4.4.1:check (default) > :spotbugs @ ebr-maven-shared >>>
15:51:41 [INFO] 
15:51:41 [INFO] --- spotbugs:4.4.1:spotbugs (spotbugs) @ ebr-maven-shared ---
15:51:41 [INFO] Fork Value is true
15:51:44 [INFO] Done SpotBugs Analysis....
15:51:44 [INFO] 
15:51:44 [INFO] <<< spotbugs:4.4.1:check (default) < :spotbugs @ ebr-maven-shared <<<
15:51:44 [INFO] 
15:51:44 [INFO] 
15:51:44 [INFO] --- spotbugs:4.4.1:check (default) @ ebr-maven-shared ---
15:51:44 [INFO] BugInstance size is 0
15:51:44 [INFO] Error size is 0
15:51:44 [INFO] No errors/warnings found
15:51:44 [INFO] 
15:51:44 [INFO] --- install:3.1.1:install (default-install) @ ebr-maven-shared ---
15:51:45 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-shared/pom.xml to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-SNAPSHOT.pom
15:51:45 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-shared/target/ebr-maven-shared-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-shared/2.0.0-SNAPSHOT/ebr-maven-shared-2.0.0-SNAPSHOT.jar
15:51:45 [INFO] 
15:51:45 [INFO] --- deploy:3.1.1:deploy (default-deploy) @ ebr-maven-shared ---
15:51:45 [INFO] 
15:51:45 [INFO] --------------< org.eclipse.ebr:ebr-tycho-extras-plugin >---------------
15:51:45 [INFO] Building Eclipse Bundle Recipe Tycho Extras Plugin 2.0.0-SNAPSHOT  [3/5]
15:51:45 [INFO]   from ebr-tycho-extras-plugin/pom.xml
15:51:45 [INFO] ------------------------[ takari-maven-plugin ]-------------------------
15:51:48 [INFO] 
15:51:48 [INFO] --- clean:3.2.0:clean (default-clean) @ ebr-tycho-extras-plugin ---
15:51:48 [INFO] 
15:51:48 [INFO] --- enforcer:1.4.1:enforce (enforce-maven) @ ebr-tycho-extras-plugin ---
15:51:48 [INFO] 
15:51:48 [INFO] --- takari-lifecycle:2.0.7:process-resources (default-process-resources) @ ebr-tycho-extras-plugin ---
15:51:49 [INFO] Previous incremental build state does not exist, performing full build
15:51:49 [INFO] 
15:51:49 [INFO] --- takari-lifecycle:2.0.7:compile (default-compile) @ ebr-tycho-extras-plugin ---
15:51:49 [INFO] Previous incremental build state does not exist, performing full build
15:51:50 [INFO] Compiling 2 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-tycho-extras-plugin/target/classes
15:51:52 [INFO] Compiled 2 out of 2 sources (2630 ms)
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:mojo-annotation-processor (default-mojo-annotation-processor) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] Compiling 2 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-tycho-extras-plugin/target/classes
15:51:52 [INFO] Compiled 2 out of 2 sources (121 ms)
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:export-package (default-export-package) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:plugin-descriptor (default-plugin-descriptor) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:sisu-index (default-sisu-index) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:process-test-resources (default-process-test-resources) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:testProperties (default-testProperties) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:testCompile (default-testCompile) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] Skipping compilation
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:sisu-test-index (default-sisu-test-index) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] 
15:51:52 [INFO] --- surefire:2.22.0:test (default-test) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Tests are skipped.
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:jar (default-jar) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Previous incremental build state does not exist, performing full build
15:51:52 [INFO] Building main JAR.
15:51:52 [INFO] 
15:51:52 [INFO] --- takari-lifecycle:2.0.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] 
15:51:52 [INFO] >>> spotbugs:4.4.1:check (default) > :spotbugs @ ebr-tycho-extras-plugin >>>
15:51:52 [INFO] 
15:51:52 [INFO] --- spotbugs:4.4.1:spotbugs (spotbugs) @ ebr-tycho-extras-plugin ---
15:51:52 [INFO] Fork Value is true
15:51:55 [INFO] Done SpotBugs Analysis....
15:51:55 [INFO] 
15:51:55 [INFO] <<< spotbugs:4.4.1:check (default) < :spotbugs @ ebr-tycho-extras-plugin <<<
15:51:55 [INFO] 
15:51:55 [INFO] 
15:51:55 [INFO] --- spotbugs:4.4.1:check (default) @ ebr-tycho-extras-plugin ---
15:51:55 [INFO] BugInstance size is 0
15:51:55 [INFO] Error size is 0
15:51:55 [INFO] No errors/warnings found
15:51:55 [INFO] 
15:51:55 [INFO] --- takari-lifecycle:2.0.7:install (default-install) @ ebr-tycho-extras-plugin ---
15:51:55 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-tycho-extras-plugin/target/ebr-tycho-extras-plugin-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-SNAPSHOT.jar
15:51:55 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-tycho-extras-plugin/pom.xml to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-tycho-extras-plugin/2.0.0-SNAPSHOT/ebr-tycho-extras-plugin-2.0.0-SNAPSHOT.pom
15:51:55 [INFO] 
15:51:55 [INFO] --- takari-lifecycle:2.0.7:deploy (default-deploy) @ ebr-tycho-extras-plugin ---
15:52:00 [INFO] 
15:52:00 [INFO] ------------------< org.eclipse.ebr:ebr-maven-plugin >------------------
15:52:00 [INFO] Building Eclipse Bundle Recipe Maven Plugin 2.0.0-SNAPSHOT         [4/5]
15:52:00 [INFO]   from ebr-maven-plugin/pom.xml
15:52:00 [INFO] ------------------------[ takari-maven-plugin ]-------------------------
15:52:12 [INFO] 
15:52:12 [INFO] --- clean:3.2.0:clean (default-clean) @ ebr-maven-plugin ---
15:52:12 [INFO] 
15:52:12 [INFO] --- enforcer:1.4.1:enforce (enforce-maven) @ ebr-maven-plugin ---
15:52:12 [INFO] 
15:52:12 [INFO] --- takari-lifecycle:2.0.7:process-resources (default-process-resources) @ ebr-maven-plugin ---
15:52:12 [INFO] Previous incremental build state does not exist, performing full build
15:52:12 [INFO] 
15:52:12 [INFO] --- takari-lifecycle:2.0.7:compile (default-compile) @ ebr-maven-plugin ---
15:52:12 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] Compiling 13 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin/target/classes
15:52:13 [INFO] Compiled 13 out of 13 sources (835 ms)
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:mojo-annotation-processor (default-mojo-annotation-processor) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] Compiling 13 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin/target/classes
15:52:13 [INFO] Compiled 13 out of 13 sources (241 ms)
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:export-package (default-export-package) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:plugin-descriptor (default-plugin-descriptor) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:sisu-index (default-sisu-index) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:process-test-resources (default-process-test-resources) @ ebr-maven-plugin ---
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:testProperties (default-testProperties) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:testCompile (default-testCompile) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] Skipping compilation
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:sisu-test-index (default-sisu-test-index) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] 
15:52:13 [INFO] --- surefire:2.22.0:test (default-test) @ ebr-maven-plugin ---
15:52:13 [INFO] Tests are skipped.
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:jar (default-jar) @ ebr-maven-plugin ---
15:52:13 [INFO] Previous incremental build state does not exist, performing full build
15:52:13 [INFO] Building main JAR.
15:52:13 [INFO] 
15:52:13 [INFO] --- takari-lifecycle:2.0.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ ebr-maven-plugin ---
15:52:13 [INFO] 
15:52:13 [INFO] >>> spotbugs:4.4.1:check (default) > :spotbugs @ ebr-maven-plugin >>>
15:52:14 [INFO] 
15:52:14 [INFO] --- spotbugs:4.4.1:spotbugs (spotbugs) @ ebr-maven-plugin ---
15:52:14 [INFO] Fork Value is true
15:52:19 [INFO] Done SpotBugs Analysis....
15:52:19 [INFO] 
15:52:19 [INFO] <<< spotbugs:4.4.1:check (default) < :spotbugs @ ebr-maven-plugin <<<
15:52:19 [INFO] 
15:52:19 [INFO] 
15:52:19 [INFO] --- spotbugs:4.4.1:check (default) @ ebr-maven-plugin ---
15:52:19 [INFO] BugInstance size is 0
15:52:19 [INFO] Error size is 0
15:52:19 [INFO] No errors/warnings found
15:52:19 [INFO] 
15:52:19 [INFO] --- takari-lifecycle:2.0.7:install (default-install) @ ebr-maven-plugin ---
15:52:19 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin/target/ebr-maven-plugin-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-SNAPSHOT.jar
15:52:19 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin/pom.xml to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-plugin/2.0.0-SNAPSHOT/ebr-maven-plugin-2.0.0-SNAPSHOT.pom
15:52:19 [INFO] 
15:52:19 [INFO] --- takari-lifecycle:2.0.7:deploy (default-deploy) @ ebr-maven-plugin ---
15:52:19 [INFO] 
15:52:19 [INFO] ----------------< org.eclipse.ebr:ebr-maven-plugin-its >----------------
15:52:19 [INFO] Building Eclipse Bundle Recipe Maven Plugin Integration Tests 2.0.0-SNAPSHOT [5/5]
15:52:19 [INFO]   from ebr-maven-plugin-its/pom.xml
15:52:19 [INFO] ------------------------[ takari-maven-plugin ]-------------------------
15:52:20 [INFO] 
15:52:20 [INFO] --- clean:3.2.0:clean (default-clean) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- enforcer:1.4.1:enforce (enforce-maven) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:process-resources (default-process-resources) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:compile (default-compile) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] Compiling 0 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin-its/target/classes
15:52:20 [INFO] Compiled 0 out of 0 sources (20 ms)
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:mojo-annotation-processor (default-mojo-annotation-processor) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] Compiling 0 sources to /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin-its/target/classes
15:52:20 [INFO] Compiled 0 out of 0 sources (9 ms)
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:export-package (default-export-package) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:plugin-descriptor (default-plugin-descriptor) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:sisu-index (default-sisu-index) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:process-test-resources (default-process-test-resources) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:testProperties (default-testProperties) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:testCompile (default-testCompile) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] Skipping compilation
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:sisu-test-index (default-sisu-test-index) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] 
15:52:20 [INFO] --- surefire:2.22.0:test (default-test) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Tests are skipped.
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:jar (default-jar) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Previous incremental build state does not exist, performing full build
15:52:20 [INFO] Building main JAR.
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] >>> spotbugs:4.4.1:check (default) > :spotbugs @ ebr-maven-plugin-its >>>
15:52:20 [INFO] 
15:52:20 [INFO] --- spotbugs:4.4.1:spotbugs (spotbugs) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] <<< spotbugs:4.4.1:check (default) < :spotbugs @ ebr-maven-plugin-its <<<
15:52:20 [INFO] 
15:52:20 [INFO] 
15:52:20 [INFO] --- spotbugs:4.4.1:check (default) @ ebr-maven-plugin-its ---
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:install (default-install) @ ebr-maven-plugin-its ---
15:52:20 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin-its/target/ebr-maven-plugin-its-2.0.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-plugin-its/2.0.0-SNAPSHOT/ebr-maven-plugin-its-2.0.0-SNAPSHOT.jar
15:52:20 [INFO] Installing /home/jenkins/agent/workspace/ebr-maven-plugins/releng/maven-plugins/ebr-maven-plugin-its/pom.xml to /home/jenkins/agent/workspace/ebr-maven-plugins/.repository/org/eclipse/ebr/ebr-maven-plugin-its/2.0.0-SNAPSHOT/ebr-maven-plugin-its-2.0.0-SNAPSHOT.pom
15:52:20 [INFO] 
15:52:20 [INFO] --- takari-lifecycle:2.0.7:deploy (default-deploy) @ ebr-maven-plugin-its ---
15:52:20 [INFO] ------------------------------------------------------------------------
15:52:20 [INFO] Reactor Summary for Eclipse Bundle Recipe Maven Plugins 2.0.0-SNAPSHOT:
15:52:20 [INFO] 
15:52:20 [INFO] Eclipse Bundle Recipe Maven Plugins ................ SUCCESS [ 11.864 s]
15:52:20 [INFO] Eclipse Bundle Recipe Maven Shared Code ............ SUCCESS [  9.547 s]
15:52:20 [INFO] Eclipse Bundle Recipe Tycho Extras Plugin .......... SUCCESS [ 15.235 s]
15:52:20 [INFO] Eclipse Bundle Recipe Maven Plugin ................. SUCCESS [ 19.244 s]
15:52:20 [INFO] Eclipse Bundle Recipe Maven Plugin Integration Tests SUCCESS [  0.538 s]
15:52:20 [INFO] ------------------------------------------------------------------------
15:52:20 [INFO] BUILD SUCCESS
15:52:20 [INFO] ------------------------------------------------------------------------
15:52:20 [INFO] Total time:  01:01 min
15:52:20 [INFO] Finished at: 2023-12-09T15:52:20Z
15:52:20 [INFO] ------------------------------------------------------------------------
Finished: SUCCESS