Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-63nz9 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-63nz9"
  namespace: "metro"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.metro.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-63nz9"
    - 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-63nz9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.metro.svc.cluster.local/metro/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3"
    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-metro"
      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-63nz9 (basic) in workspace /home/jenkins/agent/workspace/xmlstreambuffer-master-build
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-w6lpUfJilGlo/agent.59
SSH_AGENT_PID=61
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/xmlstreambuffer-master-build@tmp/private_key_5298906307328138354.key (/home/jenkins/agent/workspace/xmlstreambuffer-master-build@tmp/private_key_5298906307328138354.key)
[ssh-agent] Using credentials eclipse-metro-bot (GitHub bot SSH)
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/metro-xmlstreambuffer.git
 > git init /home/jenkins/agent/workspace/xmlstreambuffer-master-build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/metro-xmlstreambuffer.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot SSH
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/xmlstreambuffer-master-build@tmp/jenkins-gitclient-ssh12861312902095439295.key
Verifying host key using known hosts file
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/metro-xmlstreambuffer.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/metro-xmlstreambuffer.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision 1fdfbc5f14c3dbe5cb2f5be00199ec26e1f65597 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1fdfbc5f14c3dbe5cb2f5be00199ec26e1f65597 # timeout=10
Commit message: "Bump woodstox-core from 6.2.8 to 6.4.0 in /streambuffer"
 > git rev-list --no-walk da55009fea64efc3c9b566134cfdc853360eeda3 # timeout=10
[xmlstreambuffer-master-build] $ /bin/sh -ex /tmp/jenkins14631413725804555028.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/openjdk
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/openjdk/jdk-11/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ echo '-[ GPG Initialization ]---------------------------------------------------------'
-[ GPG Initialization ]---------------------------------------------------------
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key A7C6AFD280CA7CF0: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key A7C6AFD280CA7CF0: public key "Eclipse Metro <metro-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key A7C6AFD280CA7CF0: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key B506C29E4B7EF88CE0F0E6D3A7C6AFD280CA7CF0 trust
Secret subkeys are available.

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-dev@eclipse.org>

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ unknown] (1). Eclipse Metro <metro-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key E725C3877939E8FFEA7E3C44B6D3FC494798E478 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-10-02
pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-dev@eclipse.org>

pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/A7C6AFD280CA7CF0
     created: 2018-10-03  expires: 2023-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B6D3FC494798E478
     created: 2018-10-03  expires: 2023-10-02  usage: S   
[ultimate] (1). Eclipse Metro <metro-dev@eclipse.org>

+ echo '-[ XML Stream Buffer Build ]----------------------------------------------------'
-[ XML Stream Buffer Build ]----------------------------------------------------
+ cd streambuffer
+ mvn -U -C -B clean install spotbugs:spotbugs deploy -Pstaging -Psnapshots -Pcoverage -Poss-release
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] ---------------< com.sun.xml.stream.buffer:streambuffer >---------------
[INFO] Building xmlstreambuffer 2.1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ streambuffer ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ streambuffer ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-versions) @ streambuffer ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ streambuffer ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer
[INFO] Storing buildNumber: 1fdfbc5 at timestamp: 1667233557434
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ streambuffer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/jacoco.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ streambuffer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ streambuffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ streambuffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ streambuffer ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ streambuffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ streambuffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/test-classes
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[49,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[72,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[95,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/StreamWriterBufferProcessorTest.java:[36,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/BaseBufferTestCase.java:[23,50] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/RegressionTestBug1.java:[21,56] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/CharactersTest.java:[24,37] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[250,17] writeToXMLStreamWriter(javax.xml.stream.XMLStreamWriter) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[31,43] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/OverrideNamespaceTest.java:[38,44] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/StreamWriterBufferProcessorTest.java:[25,69] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/sax/NamespaceTest.java:[30,36] class junit.framework.TestCase in module  is not exported
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ streambuffer ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running com.sun.xml.stream.buffer.stax.CharactersTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.387 s - in com.sun.xml.stream.buffer.stax.CharactersTest
[INFO] Running com.sun.xml.stream.buffer.stax.InscopeNamespaceTest
[INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.182 s - in com.sun.xml.stream.buffer.stax.InscopeNamespaceTest
[INFO] Running com.sun.xml.stream.buffer.stax.Base64Test
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in com.sun.xml.stream.buffer.stax.Base64Test
[INFO] Running com.sun.xml.stream.buffer.stax.StreamWriterBufferCreatorTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in com.sun.xml.stream.buffer.stax.StreamWriterBufferCreatorTest
[INFO] Running com.sun.xml.stream.buffer.stax.OverrideNamespaceTest
WSDL=file:/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/test-classes/data/header.wsdl
WSDL=file:/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/test-classes/data/header.wsdl
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in com.sun.xml.stream.buffer.stax.OverrideNamespaceTest
[INFO] Running com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessorTest
<!--

    Copyright (c) 2005, 2021 Oracle and/or its affiliates. All rights reserved.

    This program and the accompanying materials are made available under the
    terms of the Eclipse Distribution License v. 1.0, which is available at
    http://www.eclipse.org/org/documents/edl-v10.php.

    SPDX-License-Identifier: BSD-3-Clause

--><!-- test EPR instance --><wsa:EndpointReference xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns:wsaw="http://www.w3.org/2006/02/addressing/wsdl" xmlns:fabrikam="http://example.com/fabrikam" xmlns:wsdli="http://www.w3.org/2006/01/wsdl-instance" wsdli:wsdlLocation="http://example.com/fabrikam        http://example.com/fabrikam/fabrikam.wsdl">
   <wsa:Address>http://example.com/fabrikam/acct</wsa:Address>
   <wsa:Metadata>
       <wsaw:InterfaceName>fabrikam:Inventory</wsaw:InterfaceName>
   </wsa:Metadata>
   <wsa:ReferenceParameters>
       <fabrikam:CustomerKey>123456789</fabrikam:CustomerKey>
       <fabrikam:ShoppingCart>ABCDEFG</fabrikam:ShoppingCart>
   </wsa:ReferenceParameters>
</wsa:EndpointReference>[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in com.sun.xml.stream.buffer.stax.StreamWriterBufferProcessorTest
[INFO] Running com.sun.xml.stream.buffer.EmptyBufferTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in com.sun.xml.stream.buffer.EmptyBufferTest
[INFO] Running com.sun.xml.stream.buffer.MarkTest
<?xml version="1.0" encoding="UTF-8"?><root><a:block xmlns:a="http://a" xmlns:h="http://h" xmlns:s="http://www.w3.org/2003/05/soap-envelope"/><b:block xmlns:b="http://b" xmlns:h="http://h" xmlns:s="http://www.w3.org/2003/05/soap-envelope"/><c:block xmlns:c="http://a" xmlns:h="http://h" xmlns:s="http://www.w3.org/2003/05/soap-envelope"><c:contents>contents</c:contents></c:block><d:block xmlns:d="http://d" xmlns:h="http://H" xmlns:s="http://www.w3.org/2003/05/soap-envelope"/></root>[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in com.sun.xml.stream.buffer.MarkTest
[INFO] Running com.sun.xml.stream.buffer.sax.NamespaceTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in com.sun.xml.stream.buffer.sax.NamespaceTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ streambuffer ---
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ streambuffer ---
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.2:jar (attach-javadocs) @ streambuffer ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ streambuffer ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ streambuffer ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/jacoco.exec
[INFO] Analyzed bundle 'xmlstreambuffer' with 31 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ streambuffer ---
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- spotbugs-maven-plugin:4.5.3.0:spotbugs (default-cli) @ streambuffer ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-maven) @ streambuffer ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0:enforce (enforce-versions) @ streambuffer ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:3.0.0:create (default) @ streambuffer ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:prepare-agent (default-prepare-agent) @ streambuffer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.7/org.jacoco.agent-0.8.7-runtime.jar=destfile=/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/jacoco.exec
[INFO] 
[INFO] --- build-helper-maven-plugin:3.3.0:add-resource (add-legal-resource) @ streambuffer ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ streambuffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.0:compile (default-compile) @ streambuffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/classes
[INFO] 
[INFO] --- maven-bundle-plugin:5.1.4:manifest (bundle-manifest) @ streambuffer ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ streambuffer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 4 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.10.0:testCompile (default-testCompile) @ streambuffer ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/test-classes
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[49,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[72,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[95,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/StreamWriterBufferProcessorTest.java:[36,8] no description for @throws
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/BaseBufferTestCase.java:[23,50] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/RegressionTestBug1.java:[21,56] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/CharactersTest.java:[24,37] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[250,17] writeToXMLStreamWriter(javax.xml.stream.XMLStreamWriter) in com.sun.xml.stream.buffer.XMLStreamBuffer has been deprecated
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/InscopeNamespaceTest.java:[31,43] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/OverrideNamespaceTest.java:[38,44] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/stax/StreamWriterBufferProcessorTest.java:[25,69] class junit.framework.TestCase in module  is not exported
[WARNING] /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/test/java/com/sun/xml/stream/buffer/sax/NamespaceTest.java:[30,36] class junit.framework.TestCase in module  is not exported
[INFO] 
[INFO] --- maven-surefire-plugin:3.0.0-M5:test (default-test) @ streambuffer ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- maven-jar-plugin:3.2.2:jar (default-jar) @ streambuffer ---
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ streambuffer ---
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:java-source:sources:2.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.2:jar (attach-javadocs) @ streambuffer ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:javadoc:javadoc:2.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- maven-gpg-plugin:3.0.1:sign (sign-artifacts) @ streambuffer ---
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:jar.asc:2.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:pom.asc:2.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:jar.asc:sources:2.1.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.stream.buffer:streambuffer:jar.asc:javadoc:2.1.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco-maven-plugin:0.8.7:report (default-report) @ streambuffer ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/jacoco.exec
[INFO] Analyzed bundle 'xmlstreambuffer' with 31 classes
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ streambuffer ---
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ streambuffer ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/pom.xml to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/nexus-staging/deferred/com/sun/xml/stream/buffer/streambuffer/2.1.0-SNAPSHOT/streambuffer-2.1.0-SNAPSHOT-javadoc.jar.asc
[INFO] Deploying remotely...
[INFO] Bulk deploying locally gathered artifacts from directory: 
[INFO]  * Bulk deploying locally gathered snapshot artifacts
[INFO]  * Bulk deploy of locally gathered snapshot artifacts finished.
[INFO] Remote deploy finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:29 min
[INFO] Finished at: 2022-10-31T16:26:59Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 61 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] **/**.exec;**/classes;**/src/main/java; locations are configured
[JaCoCo plugin] Number of found exec files for pattern **/**.exec: 1
[JaCoCo plugin] Saving matched execfiles:  /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/classes 34 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: 
[JaCoCo plugin] - /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/src/main/java 24 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: []
[JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=0, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
[JaCoCo plugin] Publishing the results..
[JaCoCo plugin] Loading packages..
[JaCoCo plugin] Done.
[JaCoCo plugin] Overall coverage: class: 70.96774, method: 49.14005, line: 49.378418, branch: 38.800903, instruction: 48.82222, complexity: 37.265713
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/xmlstreambuffer-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] -> found 1 file
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/xmlstreambuffer-master-build/streambuffer/target/spotbugsXml.xml
[SpotBugs] -> found 14 issues (skipped 0 duplicates)
[SpotBugs] Post processing issues on 'basic-63nz9' with source code encoding 'UTF-8'
[SpotBugs] Creating SCM blamer to obtain author and commit information for affected files
[SpotBugs] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[SpotBugs] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/xmlstreambuffer-master-build'
[SpotBugs] -> resolved paths in source directory (9 found, 0 not found)
[SpotBugs] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[SpotBugs] -> all issues already have a valid module name
[SpotBugs] Resolving package names (or namespaces) by parsing the affected files
[SpotBugs] -> all affected files already have a valid package name
[SpotBugs] No filter has been set, publishing all 14 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 14 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/xmlstreambuffer-master-build/builds/39/files-with-issues'
[SpotBugs] -> 9 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Reference build recorder is not configured
[SpotBugs] Obtaining reference build from same job (XML Stream Buffer master build)
[SpotBugs] Using reference build 'xmlstreambuffer-master-build #38' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 14, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 14 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'xmlstreambuffer-master-build #39'.
[Checks API] No suitable checks publisher found.
[Java Compiler] Sleeping for 5 seconds due to JENKINS-32191...
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/xmlstreambuffer-master-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 12 issues (skipped 12 duplicates)
[Java Compiler] Post processing issues on 'basic-63nz9' with source code encoding 'UTF-8'
[Java Compiler] Creating SCM blamer to obtain author and commit information for affected files
[Java Compiler] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[Java Compiler] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/xmlstreambuffer-master-build'
[Java Compiler] -> resolved paths in source directory (7 found, 0 not found)
[Java Compiler] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[Java Compiler] -> resolved module names for 12 issues
[Java Compiler] Resolving package names (or namespaces) by parsing the affected files
[Java Compiler] -> resolved package names of 7 affected files
[Java Compiler] No filter has been set, publishing all 12 issues
[Java Compiler] Creating fingerprints for all affected code blocks to track issues over different builds
[Java Compiler] -> created fingerprints for 12 issues (skipped 0 issues)
[Java Compiler] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/xmlstreambuffer-master-build/builds/39/files-with-issues'
[Java Compiler] -> 7 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Reference build recorder is not configured
[Java Compiler] Obtaining reference build from same job (XML Stream Buffer master build)
[Java Compiler] Using reference build 'xmlstreambuffer-master-build #38' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 12, new: 0, fixed: 0
[Java Compiler] No quality gates have been set - skipping
[Java Compiler] Health report is disabled - skipping
[Java Compiler] Created analysis result for 12 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'xmlstreambuffer-master-build #39'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Sleeping for 5 seconds due to JENKINS-32191...
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/xmlstreambuffer-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/xmlstreambuffer-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/xmlstreambuffer-master-build')
[JavaDoc] Skipping post processing
[JavaDoc] No filter has been set, publishing all 0 issues
[JavaDoc] Repository miner is not configured, skipping repository mining
[JavaDoc] Reference build recorder is not configured
[JavaDoc] Obtaining reference build from same job (XML Stream Buffer master build)
[JavaDoc] Using reference build 'xmlstreambuffer-master-build #38' to compute new, fixed, and outstanding issues
[JavaDoc] Issues delta (vs. reference build): outstanding: 0, new: 0, fixed: 0
[JavaDoc] No quality gates have been set - skipping
[JavaDoc] Health report is disabled - skipping
[JavaDoc] Created analysis result for 0 issues (found 0 new issues, fixed 0 issues)
[JavaDoc] Attaching ResultAction with ID 'javadoc-warnings' to build 'xmlstreambuffer-master-build #39'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS