Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-6fksg is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-6fksg"
  namespace: "jaxb-impl"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxb-impl.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-6fksg"
    - 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-6fksg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxb-impl.svc.cluster.local/jaxb-impl/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99"
    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-jaxb-impl"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-6fksg (basic) in workspace /home/jenkins/agent/workspace/jaxb-fi-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-aqmGTxO74G9B/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jaxb-fi-master-build@tmp/private_key_16224748739118636586.key (/home/jenkins/agent/workspace/jaxb-fi-master-build@tmp/private_key_16224748739118636586.key)
[ssh-agent] Using credentials eclipse-jaxb-impl-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/jaxb-fi.git
 > git init /home/jenkins/agent/workspace/jaxb-fi-master-build # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jaxb-fi.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/jaxb-fi-master-build@tmp/jenkins-gitclient-ssh686565580298099880.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jaxb-fi.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jaxb-fi.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 b0e3886e512e62cc7135c56a9f28f832c6ff30cf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f b0e3886e512e62cc7135c56a9f28f832c6ff30cf # timeout=10
Commit message: "Prepare next development cycle for 2.1.2-SNAPSHOT"
 > git rev-list --no-walk 6c73c4a81e32f26762f178cbdbd15b3073eae3c5 # timeout=10
[jaxb-fi-master-build] $ /bin/sh -ex /tmp/jenkins143949821424880641.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: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key CE8B1D1D2530EDC5: public key "Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key CE8B1D1D2530EDC5: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ 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 04543577D6A9CC626239C50C7ECBD740FF06AEB5 trust
Secret subkeys are available.

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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 06A4D15D9FA796BA5DECF592CE8B1D1D2530EDC5 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 2028-10-02
pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

pub  rsa4096/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-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/CE8B1D1D2530EDC5
     created: 2018-09-11  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/7ECBD740FF06AEB5
     created: 2018-09-11  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Implementation of JAXB Project <jaxb-impl-dev@eclipse.org>

+ echo '-[ Fast Infoset Build ]---------------------------------------------------------'
-[ Fast Infoset Build ]---------------------------------------------------------
+ mvn -U -C -B clean install spotbugs:spotbugs deploy -Pstaging -Psnapshots -Pcoverage -Poss-release
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 5 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 5 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] fastinfoset-project                                                [pom]
[INFO] fastinfoset                                                        [jar]
[INFO] fastinfoset-roundtrip-tests                                        [jar]
[INFO] fastinfoset-utilities                                              [jar]
[INFO] fastinfoset-samples                                                [jar]
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:fastinfoset-project >-------------
[INFO] Building fastinfoset-project 2.1.2-SNAPSHOT                        [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ fastinfoset-project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ fastinfoset-project ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ fastinfoset-project ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jaxb-fi-master-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-fi-master-build
[INFO] Storing buildNumber: b0e3886 at timestamp: 1697804618400
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jaxb-fi-master-build' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-fi-master-build
[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/jaxb-fi-master-build' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-fi-master-build
[INFO] Storing scmBranch: UNKNOWN
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ fastinfoset-project ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ fastinfoset-project ---
[INFO] 
[INFO] --- assembly:3.6.0:single (common-resources) @ fastinfoset-project ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ fastinfoset-project ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ fastinfoset-project ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ fastinfoset-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ fastinfoset-project ---
[INFO] Signing 2 files with default secret key.
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ fastinfoset-project ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ fastinfoset-project ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (default-cli) @ fastinfoset-project ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ fastinfoset-project ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ fastinfoset-project ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ fastinfoset-project ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ fastinfoset-project ---
[INFO] 
[INFO] --- assembly:3.6.0:single (common-resources) @ fastinfoset-project ---
[INFO] Reading assembly descriptor: src/main/assembly/resources.xml
[INFO] Building zip: /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip
[WARNING] artifact com.sun.xml.fastinfoset:fastinfoset-project:zip:resources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ fastinfoset-project ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ fastinfoset-project ---
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ fastinfoset-project ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ fastinfoset-project ---
[INFO] Signing 2 files with default secret key.
[WARNING] artifact com.sun.xml.fastinfoset:fastinfoset-project:pom.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:fastinfoset-project:zip.asc:resources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ fastinfoset-project ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ fastinfoset-project ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ fastinfoset-project ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/target/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/fastinfoset-project/2.1.2-SNAPSHOT/fastinfoset-project-2.1.2-SNAPSHOT-resources.zip.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< com.sun.xml.fastinfoset:FastInfoset >-----------------
[INFO] Building fastinfoset 2.1.2-SNAPSHOT                                [2/5]
[INFO]   from fastinfoset/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfoset ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfoset ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfoset ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfoset ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfoset ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfoset ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfoset ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfoset ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 123 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ FastInfoset ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfoset ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfoset ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug deprecation release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfoset ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running dom.NormalizedTextNodeTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in dom.NormalizedTextNodeTest
[INFO] Running dom.NamespaceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in dom.NamespaceTest
[INFO] Running encoding.DuplicateAttributesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in encoding.DuplicateAttributesTest
[INFO] Running encoding.DecodingTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in encoding.DecodingTest
[INFO] Running encoding.EncodingTest
684
684
684
684
1322
1322
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in encoding.EncodingTest
[INFO] Running encoding.NamespacesScopeTest
[INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in encoding.NamespacesScopeTest
[INFO] Running stax.OctetEncodingTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in stax.OctetEncodingTest
[INFO] Running stax.EncodingTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in stax.EncodingTest
[INFO] Running stax.NamespaceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in stax.NamespaceTest
[INFO] Running stax.StringTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in stax.StringTest
[INFO] Running algorithm.AlgorithmTest
[INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 s - in algorithm.AlgorithmTest
[INFO] Running alphabet.AlphabetTest
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in alphabet.AlphabetTest
[INFO] Running ignore.IgnoreTest
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in ignore.IgnoreTest
[INFO] Running sax.FeaturesTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in sax.FeaturesTest
[INFO] Running namespace.ContextTest
[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in namespace.ContextTest
[INFO] Running resourcebundle.ResourceBundleTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in resourcebundle.ResourceBundleTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 94, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfoset ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfoset ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfoset ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/jacoco.exec
[INFO] Analyzed bundle 'fastinfoset' with 118 classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfoset ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (default-cli) @ FastInfoset ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfoset ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfoset ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfoset ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfoset ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfoset ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] fastinfoset-project-2.1.2-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfoset ---
[INFO] Copying 1 resource
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfoset ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ FastInfoset ---
[INFO] Writing manifest: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfoset ---
[INFO] Copying 4 resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfoset ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 18 source files with javac [debug deprecation release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfoset ---
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:java-source:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfoset ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:javadoc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfoset ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:jar.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:pom.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:jar.asc:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfoset:jar.asc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfoset ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/jacoco.exec
[INFO] Analyzed bundle 'fastinfoset' with 118 classes
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfoset ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfoset ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfoset/2.1.2-SNAPSHOT/FastInfoset-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< com.sun.xml.fastinfoset:FastInfosetRoundTripTests >----------
[INFO] Building fastinfoset-roundtrip-tests 2.1.2-SNAPSHOT                [3/5]
[INFO]   from roundtrip-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetRoundTripTests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetRoundTripTests ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetRoundTripTests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetRoundTripTests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetRoundTripTests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetRoundTripTests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetRoundTripTests ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetRoundTripTests ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetRoundTripTests ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetRoundTripTests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetRoundTripTests ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (default-cli) @ FastInfosetRoundTripTests ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetRoundTripTests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetRoundTripTests ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] fastinfoset-project-2.1.2-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetRoundTripTests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetRoundTripTests ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 11 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetRoundTripTests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetRoundTripTests ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetRoundTripTests ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:java-source:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetRoundTripTests ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:javadoc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetRoundTripTests ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:jar.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:pom.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:jar.asc:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetRoundTripTests:jar.asc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetRoundTripTests ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetRoundTripTests ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetRoundTripTests ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.2-SNAPSHOT/FastInfosetRoundTripTests-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:FastInfosetUtilities >------------
[INFO] Building fastinfoset-utilities 2.1.2-SNAPSHOT                      [4/5]
[INFO]   from utilities/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetUtilities ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetUtilities ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetUtilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetUtilities ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetUtilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetUtilities ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetUtilities ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetUtilities ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetUtilities ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetUtilities ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetUtilities ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (default-cli) @ FastInfosetUtilities ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetUtilities ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetUtilities ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetUtilities ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] fastinfoset-project-2.1.2-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetUtilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetUtilities ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 17 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetUtilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetUtilities ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetUtilities ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:java-source:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetUtilities ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:javadoc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetUtilities ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:jar.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:pom.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:jar.asc:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetUtilities:jar.asc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetUtilities ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetUtilities ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetUtilities ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.2-SNAPSHOT/FastInfosetUtilities-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< com.sun.xml.fastinfoset:FastInfosetSamples >-------------
[INFO] Building fastinfoset-samples 2.1.2-SNAPSHOT                        [5/5]
[INFO]   from samples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetSamples ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetSamples ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetSamples ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetSamples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetSamples ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetSamples ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetSamples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetSamples ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetSamples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetSamples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetSamples ---
[INFO] No tests to run.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetSamples ---
[INFO] No previous run data found, generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetSamples ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetSamples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetSamples ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- spotbugs:4.7.3.6:spotbugs (default-cli) @ FastInfosetSamples ---
[INFO] Fork Value is true
[INFO] Done SpotBugs Analysis....
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ FastInfosetSamples ---
[INFO] 
[INFO] --- buildnumber:3.2.0:create (default) @ FastInfosetSamples ---
[INFO] 
[INFO] --- jacoco:0.8.11:prepare-agent (default-prepare-agent) @ FastInfosetSamples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.11/org.jacoco.agent-0.8.11-runtime.jar=destfile=/home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ FastInfosetSamples ---
[INFO] 
[INFO] --- dependency:3.6.0:unpack (unpack-resource) @ FastInfosetSamples ---
[INFO] Configured Artifact: com.sun.xml.fastinfoset:fastinfoset-project:resources:2.1.2-SNAPSHOT:zip
[INFO] fastinfoset-project-2.1.2-SNAPSHOT-resources.zip already unpacked.
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetSamples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/src/main/resources
[INFO] Copying 2 resources to META-INF
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ FastInfosetSamples ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 12 source files with javac [debug deprecation release 11] to target/classes
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ FastInfosetSamples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ FastInfosetSamples ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ FastInfosetSamples ---
[INFO] No tests to run.
[INFO] Skipping execution of surefire because it has already been run for this configuration
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:java-source:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- javadoc:3.6.0:jar (attach-javadocs) @ FastInfosetSamples ---
[INFO] Configuration changed, re-generating javadoc.
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:javadoc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetSamples ---
[INFO] Signing 4 files with default secret key.
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:jar.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:pom.asc:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:jar.asc:sources:2.1.2-SNAPSHOT already attached, replace previous instance
[WARNING] artifact com.sun.xml.fastinfoset:FastInfosetSamples:jar.asc:javadoc:2.1.2-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- jacoco:0.8.11:report (default-report) @ FastInfosetSamples ---
[INFO] Skipping JaCoCo execution due to missing execution data file.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetSamples ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetSamples ---
[INFO] Performing deferred deploys (gathering into "/home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred")...
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-SNAPSHOT-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/FastInfosetSamples-2.1.2-SNAPSHOT-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-master-build/target/nexus-staging/deferred/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.2-SNAPSHOT/FastInfosetSamples-2.1.2-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] Reactor Summary for fastinfoset-project 2.1.2-SNAPSHOT:
[INFO] 
[INFO] fastinfoset-project ................................ SUCCESS [ 30.463 s]
[INFO] fastinfoset ........................................ SUCCESS [ 34.457 s]
[INFO] fastinfoset-roundtrip-tests ........................ SUCCESS [  9.947 s]
[INFO] fastinfoset-utilities .............................. SUCCESS [ 13.163 s]
[INFO] fastinfoset-samples ................................ SUCCESS [ 19.243 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:56 min
[INFO] Finished at: 2023-10-20T12:25:18Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 5 plugin(s)
[WARNING] 
[WARNING]  * org.apache.maven.plugins:maven-source-plugin:3.2.1
[WARNING]  * org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[WARNING]  * org.apache.felix:maven-bundle-plugin:5.1.9
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:3.3.0
[WARNING]  * org.apache.maven.plugins:maven-javadoc-plugin:3.6.0
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
[JaCoCo plugin] Collecting JaCoCo coverage data...
[JaCoCo plugin] Version: 3.3.4
[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/jaxb-fi-master-build/fastinfoset/target/jacoco.exec
[JaCoCo plugin] Saving matched class directories for class-pattern: **/classes: 
[JaCoCo plugin]  - /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/classes 140 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/classes 13 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/classes 17 files
[JaCoCo plugin]  - /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/classes 27 files
[JaCoCo plugin] Saving matched source directories for source-pattern: **/src/main/java: 
[JaCoCo plugin] Source Inclusions: **/*.java
[JaCoCo plugin] Source Exclusions: **/target/**
[JaCoCo plugin] - /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/src/main/java 123 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/src/main/java 11 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/src/main/java 12 files
[JaCoCo plugin] - /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/src/main/java 17 files
[JaCoCo plugin] Loading inclusions files..
[JaCoCo plugin] inclusions: []
[JaCoCo plugin] exclusions: [**/*Test*.class, com/sun/xml/analysis/**, samples/**]
[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: 48.920864, method: 35.63552, line: 39.333336, branch: 28.273743, instruction: 42.83127, complexity: 25.486013
[SpotBugs] Using default pattern '**/spotbugsXml.xml' since user defined pattern is not set
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/jaxb-fi-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 4 files
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/spotbugsXml.xml
[SpotBugs] -> found 22 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'fastinfoset/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/spotbugsXml.xml
[SpotBugs] -> found 10 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'roundtrip-tests/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/spotbugsXml.xml
[SpotBugs] -> found 7 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'samples/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/spotbugsXml.xml
[SpotBugs] -> found 4 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utilities/target/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'basic-6fksg' 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/jaxb-fi-master-build'
[SpotBugs] -> resolved paths in source directory (26 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 43 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 43 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/jaxb-fi-master-build/builds/51/files-with-issues'
[SpotBugs] -> 26 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[SpotBugs] Repository miner is not configured, skipping repository mining
[SpotBugs] Searching for all files in '/home/jenkins/agent/workspace/jaxb-fi-master-build' that match the pattern '**/spotbugsXml.xml'
[SpotBugs] Traversing of symbolic links: enabled
[SpotBugs] -> found 4 files
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/fastinfoset/target/spotbugsXml.xml
[SpotBugs] -> found 22 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'fastinfoset/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/roundtrip-tests/target/spotbugsXml.xml
[SpotBugs] -> found 10 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'roundtrip-tests/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/samples/target/spotbugsXml.xml
[SpotBugs] -> found 7 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'samples/target/spotbugsXml.xml'
[SpotBugs] Successfully parsed file /home/jenkins/agent/workspace/jaxb-fi-master-build/utilities/target/spotbugsXml.xml
[SpotBugs] -> found 4 issues (skipped 0 duplicates)
[SpotBugs] Successfully processed file 'utilities/target/spotbugsXml.xml'
[SpotBugs] Post processing issues on 'basic-6fksg' 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/jaxb-fi-master-build'
[SpotBugs] -> resolved paths in source directory (26 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 43 issues
[SpotBugs] Creating fingerprints for all affected code blocks to track issues over different builds
[SpotBugs] -> created fingerprints for 0 issues (skipped 43 issues)
[SpotBugs] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/jaxb-fi-master-build/builds/51/files-with-issues'
[SpotBugs] -> 26 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 (Fast Infoset master build)
[SpotBugs] Using reference build 'jaxb-fi-master-build #50' to compute new, fixed, and outstanding issues
[SpotBugs] Issues delta (vs. reference build): outstanding: 43, new: 0, fixed: 0
[SpotBugs] No quality gates have been set - skipping
[SpotBugs] Health report is disabled - skipping
[SpotBugs] Created analysis result for 43 issues (found 0 new issues, fixed 0 issues)
[SpotBugs] Attaching ResultAction with ID 'spotbugs' to build 'jaxb-fi-master-build #51'.
[Checks API] No suitable checks publisher found.
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/jaxb-fi-master-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[Java Compiler] Repository miner is not configured, skipping repository mining
[Java Compiler] Parsing console log (workspace: '/home/jenkins/agent/workspace/jaxb-fi-master-build')
[Java Compiler] Successfully parsed console log
[Java Compiler] -> found 0 issues (skipped 0 duplicates)
[Java Compiler] Skipping post processing
[Java Compiler] No filter has been set, publishing all 0 issues
[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 (Fast Infoset master build)
[Java Compiler] Using reference build 'jaxb-fi-master-build #50' to compute new, fixed, and outstanding issues
[Java Compiler] Issues delta (vs. reference build): outstanding: 0, 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 0 issues (found 0 new issues, fixed 0 issues)
[Java Compiler] Attaching ResultAction with ID 'java' to build 'jaxb-fi-master-build #51'.
[Checks API] No suitable checks publisher found.
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/jaxb-fi-master-build')
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Parsing console log (workspace: '/home/jenkins/agent/workspace/jaxb-fi-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/jaxb-fi-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] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[JavaDoc] -> found 0 issues (skipped 0 duplicates)
[JavaDoc] Successfully parsed console log
[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/jaxb-fi-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 (Fast Infoset master build)
[JavaDoc] Using reference build 'jaxb-fi-master-build #50' 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 'jaxb-fi-master-build #51'.
[Checks API] No suitable checks publisher found.
Finished: SUCCESS