Skip to content

Console Output

Started by user Lukas Jungmann
Rebuilds build #38
Running as Lukas Jungmann
Agent basic-8d10z is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-8d10z"
  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-8d10z"
    - 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-8d10z"
    - 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-8d10z (basic) in workspace /home/jenkins/agent/workspace/jaxb-fi-release
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-anStfkc0DUSg/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/jaxb-fi-release@tmp/private_key_17749904426519585490.key (/home/jenkins/agent/workspace/jaxb-fi-release@tmp/private_key_17749904426519585490.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-release # 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-release@tmp/jenkins-gitclient-ssh5196730185024568727.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 6c73c4a81e32f26762f178cbdbd15b3073eae3c5 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6c73c4a81e32f26762f178cbdbd15b3073eae3c5 # timeout=10
Commit message: "fix location of spotbugs filter"
 > git rev-list --no-walk d83eee48a455ba195c1e595931ffef20249de0c2 # timeout=10
[jaxb-fi-release] $ /bin/bash -e /tmp/jenkins4473498533988729636.sh
    <version>2.1.1-SNAPSHOT</version>
Current version: 2.1.1-SNAPSHOT
Release version: 2.1.1
Next version:    2.1.2-SNAPSHOT
Release branch:  2.1.1-RELEASE
Release tag:     2.1.1
-[ Prepare branch ]-------------------------------------------------------------
-[ Release tag cleanup ]--------------------------------------------------------
error: branch '2.1.1-RELEASE' not found.
Switched to a new branch '2.1.1-RELEASE'
error: tag '2.1.1' not found.
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
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.

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>

-[ Set release version ]--------------------------------------------------------
[INFO] Scanning for projects...
[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.1-SNAPSHOT                        [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ fastinfoset-project ---
[INFO] 
[INFO] ----------------< com.sun.xml.fastinfoset:FastInfoset >-----------------
[INFO] Building fastinfoset 2.1.1-SNAPSHOT                                [2/5]
[INFO]   from fastinfoset/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfoset ---
[INFO] 
[INFO] ---------< com.sun.xml.fastinfoset:FastInfosetRoundTripTests >----------
[INFO] Building fastinfoset-roundtrip-tests 2.1.1-SNAPSHOT                [3/5]
[INFO]   from roundtrip-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetRoundTripTests ---
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:FastInfosetUtilities >------------
[INFO] Building fastinfoset-utilities 2.1.1-SNAPSHOT                      [4/5]
[INFO]   from utilities/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetUtilities ---
[INFO] 
[INFO] -------------< com.sun.xml.fastinfoset:FastInfosetSamples >-------------
[INFO] Building fastinfoset-samples 2.1.1-SNAPSHOT                        [5/5]
[INFO]   from samples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetSamples ---
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:fastinfoset-project >-------------
[INFO] Building fastinfoset-project 2.1.1-SNAPSHOT                        [6/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ fastinfoset-project ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/jaxb-fi-release
[INFO] Processing change of com.sun.xml.fastinfoset:fastinfoset-project:2.1.1-SNAPSHOT -> 2.1.1
[INFO] Processing com.sun.xml.fastinfoset:fastinfoset-project
[INFO]     Updating project com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfoset
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfoset
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetRoundTripTests
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetRoundTripTests
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetSamples
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetSamples
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetUtilities
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetUtilities
[INFO]         from version 2.1.1-SNAPSHOT to 2.1.1
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for fastinfoset-project 2.1.1-SNAPSHOT:
[INFO] 
[INFO] fastinfoset-project ................................ SUCCESS [  4.786 s]
[INFO] fastinfoset ........................................ SUCCESS [  0.002 s]
[INFO] fastinfoset-roundtrip-tests ........................ SUCCESS [  0.002 s]
[INFO] fastinfoset-utilities .............................. SUCCESS [  0.002 s]
[INFO] fastinfoset-samples ................................ SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.521 s
[INFO] Finished at: 2023-10-20T11:03:28Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * org.codehaus.mojo:versions-maven-plugin:2.7
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
-[ Commit modified pom.xml files ]----------------------------------------------
[2.1.1-RELEASE 627f2a3] Prepare release com.sun.xml.fastinfoset:fastinfoset-project:2.1.1
 5 files changed, 9 insertions(+), 9 deletions(-)
-[ Drop old staging repository deployments ]------------------------------------
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
-[ Deploy artifacts to staging repository ]-------------------------------------
[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.1                                 [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-release' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-fi-release
[INFO] Storing buildNumber: 627f2a3 at timestamp: 1697799870386
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/jaxb-fi-release' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/jaxb-fi-release
[INFO] Storing scmBranch: 2.1.1-RELEASE
[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-release/target/fastinfoset-project-2.1.1-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.1: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] --- install:3.1.0:install (default-install) @ fastinfoset-project ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1-resources.zip to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1-resources.zip.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1-resources.zip.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ fastinfoset-project ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.thoughtworks.xstream.core.util.Fields (file:/home/jenkins/.m2/repository/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar) to field java.util.TreeMap.comparator
WARNING: Please consider reporting this to the maintainers of com.thoughtworks.xstream.core.util.Fields
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d1a068f98ea0" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1-resources.zip to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1-resources.zip
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/target/fastinfoset-project-2.1.1-resources.zip.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/fastinfoset-project/2.1.1/fastinfoset-project-2.1.1-resources.zip.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ----------------< com.sun.xml.fastinfoset:FastInfoset >-----------------
[INFO] Building fastinfoset 2.1.1                                         [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] --- 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.1: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-release/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfoset ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-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-release/fastinfoset/target/FastInfoset-2.1.1-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfoset ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfoset ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfoset ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d1a068f98ea0" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target/FastInfoset-2.1.1-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfoset/2.1.1/FastInfoset-2.1.1-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ---------< com.sun.xml.fastinfoset:FastInfosetRoundTripTests >----------
[INFO] Building fastinfoset-roundtrip-tests 2.1.1                         [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] --- 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.1:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetRoundTripTests ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-release/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-release/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetRoundTripTests ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-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-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetRoundTripTests ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetRoundTripTests ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetRoundTripTests ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d1a068f98ea0" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target/FastInfosetRoundTripTests-2.1.1-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetRoundTripTests/2.1.1/FastInfosetRoundTripTests-2.1.1-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:FastInfosetUtilities >------------
[INFO] Building fastinfoset-utilities 2.1.1                               [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] --- 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.1:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetUtilities ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-release/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-release/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetUtilities ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-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-release/utilities/target/FastInfosetUtilities-2.1.1-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetUtilities ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetUtilities ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetUtilities ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d1a068f98ea0" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target/FastInfosetUtilities-2.1.1-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetUtilities/2.1.1/FastInfosetUtilities-2.1.1-javadoc.jar.asc
[INFO] Execution skipped to the last project...
[INFO] 
[INFO] -------------< com.sun.xml.fastinfoset:FastInfosetSamples >-------------
[INFO] Building fastinfoset-samples 2.1.1                                 [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] --- 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.1:zip
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ FastInfosetSamples ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/jaxb-fi-release/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-release/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] Tests are skipped.
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.jar
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ FastInfosetSamples ---
[INFO] Building jar: /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-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-release/samples/target/FastInfosetSamples-2.1.1-javadoc.jar
[INFO] 
[INFO] --- gpg:3.1.0:sign (sign-artifacts) @ FastInfosetSamples ---
[INFO] Signing 4 files with default secret key.
[INFO] 
[INFO] --- install:3.1.0:install (default-install) @ FastInfosetSamples ---
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/pom.xml to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-sources.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-javadoc.jar to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.pom.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-sources.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-javadoc.jar.asc to /home/jenkins/.m2/repository/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-javadoc.jar.asc
[INFO] 
[INFO] --- nexus-staging:1.6.8:deploy (injected-nexus-deploy) @ FastInfosetSamples ---
[INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging")...
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional"
[INFO]  * Using staging profile ID "14d1a068f98ea0" (matched by Nexus).
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/pom.xml to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.pom
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-sources.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-javadoc.jar to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1.pom.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1.pom.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-sources.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-sources.jar.asc
[INFO] Installing /home/jenkins/agent/workspace/jaxb-fi-release/samples/target/FastInfosetSamples-2.1.1-javadoc.jar.asc to /home/jenkins/agent/workspace/jaxb-fi-release/target/nexus-staging/staging/14d1a068f98ea0/com/sun/xml/fastinfoset/FastInfosetSamples/2.1.1/FastInfosetSamples-2.1.1-javadoc.jar.asc
[INFO] Performing remote staging...
[INFO] 
[INFO]  * Remote staging into staging profile ID "14d1a068f98ea0"
[INFO]  * Created staging repository with ID "comsunxmlfastinfoset-1009".
[INFO]  * Staging repository at https://jakarta.oss.sonatype.org:443/service/local/staging/deployByRepositoryId/comsunxmlfastinfoset-1009
[INFO]  * Uploading locally staged artifacts to profile com.sun.xml.fastinfoset
[INFO]  * Upload of locally staged artifacts finished.
[INFO]  * Closing staging repository with ID "comsunxmlfastinfoset-1009".

Waiting for operation to complete...
...

[INFO] Remote staged 1 repositories, finished with success.
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for fastinfoset-project 2.1.1:
[INFO] 
[INFO] fastinfoset-project ................................ SUCCESS [ 21.758 s]
[INFO] fastinfoset ........................................ SUCCESS [ 18.185 s]
[INFO] fastinfoset-roundtrip-tests ........................ SUCCESS [  4.254 s]
[INFO] fastinfoset-utilities .............................. SUCCESS [  6.142 s]
[INFO] fastinfoset-samples ................................ SUCCESS [ 17.382 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:08 min
[INFO] Finished at: 2023-10-20T11:05:31Z
[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] 
-[ Tag release ]----------------------------------------------------------------
-[ Set next snapshot version ]--------------------------------------------------
[INFO] Scanning for projects...
[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.1                                 [1/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ fastinfoset-project ---
[INFO] Deleting /home/jenkins/agent/workspace/jaxb-fi-release/target
[INFO] 
[INFO] ----------------< com.sun.xml.fastinfoset:FastInfoset >-----------------
[INFO] Building fastinfoset 2.1.1                                         [2/5]
[INFO]   from fastinfoset/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfoset ---
[INFO] Deleting /home/jenkins/agent/workspace/jaxb-fi-release/fastinfoset/target
[INFO] 
[INFO] ---------< com.sun.xml.fastinfoset:FastInfosetRoundTripTests >----------
[INFO] Building fastinfoset-roundtrip-tests 2.1.1                         [3/5]
[INFO]   from roundtrip-tests/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetRoundTripTests ---
[INFO] Deleting /home/jenkins/agent/workspace/jaxb-fi-release/roundtrip-tests/target
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:FastInfosetUtilities >------------
[INFO] Building fastinfoset-utilities 2.1.1                               [4/5]
[INFO]   from utilities/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetUtilities ---
[INFO] Deleting /home/jenkins/agent/workspace/jaxb-fi-release/utilities/target
[INFO] 
[INFO] -------------< com.sun.xml.fastinfoset:FastInfosetSamples >-------------
[INFO] Building fastinfoset-samples 2.1.1                                 [5/5]
[INFO]   from samples/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ FastInfosetSamples ---
[INFO] Deleting /home/jenkins/agent/workspace/jaxb-fi-release/samples/target
[INFO] 
[INFO] ------------< com.sun.xml.fastinfoset:fastinfoset-project >-------------
[INFO] Building fastinfoset-project 2.1.1                                 [6/5]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions:2.7:set (default-cli) @ fastinfoset-project ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/jaxb-fi-release
[INFO] Processing change of com.sun.xml.fastinfoset:fastinfoset-project:2.1.1 -> 2.1.2-SNAPSHOT
[INFO] Processing com.sun.xml.fastinfoset:fastinfoset-project
[INFO]     Updating project com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfoset
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfoset
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetRoundTripTests
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetRoundTripTests
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetSamples
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetSamples
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO] 
[INFO] Processing com.sun.xml.fastinfoset:FastInfosetUtilities
[INFO]     Updating parent com.sun.xml.fastinfoset:fastinfoset-project
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO]     Updating project com.sun.xml.fastinfoset:FastInfosetUtilities
[INFO]         from version 2.1.1 to 2.1.2-SNAPSHOT
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for fastinfoset-project 2.1.1:
[INFO] 
[INFO] fastinfoset-project ................................ SUCCESS [  1.036 s]
[INFO] fastinfoset ........................................ SUCCESS [  0.054 s]
[INFO] fastinfoset-roundtrip-tests ........................ SUCCESS [  0.010 s]
[INFO] fastinfoset-utilities .............................. SUCCESS [  0.015 s]
[INFO] fastinfoset-samples ................................ SUCCESS [  0.014 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.668 s
[INFO] Finished at: 2023-10-20T11:05:34Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 1 plugin(s)
[WARNING] 
[WARNING]  * org.codehaus.mojo:versions-maven-plugin:2.7
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
-[ Commit modified pom.xml files ]----------------------------------------------
[2.1.1-RELEASE 88344fe] Prepare next development cycle for 2.1.2-SNAPSHOT
 5 files changed, 9 insertions(+), 9 deletions(-)
-[ Push branch and tag to GitHub ]----------------------------------------------
remote: 
remote: Create a pull request for '2.1.1-RELEASE' on GitHub by visiting:        
remote:      https://github.com/eclipse-ee4j/jaxb-fi/pull/new/2.1.1-RELEASE        
remote: 
To github.com:eclipse-ee4j/jaxb-fi.git
 * [new branch]      2.1.1-RELEASE -> 2.1.1-RELEASE
To github.com:eclipse-ee4j/jaxb-fi.git
 * [new tag]         2.1.1 -> 2.1.1
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 killed;
[ssh-agent] Stopped.
Finished: SUCCESS