Skip to content
Aborted

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-f5wq2 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-f5wq2"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-f5wq2"
    - 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-f5wq2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jsonp.svc.cluster.local/jsonp/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.11.2"
    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-jsonp"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-f5wq2 (basic) in workspace /home/jenkins/agent/workspace/TCK_jakarta_10_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-AxhSQOHF1RPY/agent.64
SSH_AGENT_PID=66
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/TCK_jakarta_10_release@tmp/private_key_4790912719633020211.key (/home/jenkins/agent/workspace/TCK_jakarta_10_release@tmp/private_key_4790912719633020211.key)
[ssh-agent] Using credentials jsonp-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/jsonp.git
 > git init /home/jenkins/agent/workspace/TCK_jakarta_10_release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jsonp.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/TCK_jakarta_10_release@tmp/jenkins-gitclient-ssh10181944123437396802.key
 > git fetch --tags --force --progress -- git@github.com:eclipse-ee4j/jsonp.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jsonp.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 aa29ae68979e84970072aa4cda65ab31a1a2abb9 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f aa29ae68979e84970072aa4cda65ab31a1a2abb9 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master aa29ae68979e84970072aa4cda65ab31a1a2abb9 # timeout=10
Commit message: "fix wrong provider name in the pluggability test"
 > git rev-list --no-walk aa29ae68979e84970072aa4cda65ab31a1a2abb9 # timeout=10
[TCK_jakarta_10_release] $ /bin/bash -ex /tmp/jenkins12805198584588344381.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
+ export VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ export HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.2.0
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.2.0
+ export 'STAGING_PARAMS=-DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh'
+ STAGING_PARAMS='-DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh'
+ export STAGING_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
+ STAGING_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
+ TCK_DIR=/home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
+ read_version TCK /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
+ local VERSION_VAR=TCK_VERSION
++ cd /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
++ mvn -B org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ local SNAPSHOT_VERSION=2.1.0-SNAPSHOT
+ '[' -z 2.1.0 ']'
+ local RELEASE_VERSION=2.1.0
+ echo 'TCK Release Version: 2.1.0'
TCK Release Version: 2.1.0
+ eval TCK_RELEASE_VERSION=2.1.0
++ TCK_RELEASE_VERSION=2.1.0
+ next_version TCK 2.1.0
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ local NEXT_COMPONENTS
+ local LAST_INDEX=2
+ local 'NEXT_COMPONENTS[2]=1'
+ local 'COMPONENTS_STR=2 1 1'
+ local NEXT_VERSION=2.1.1
+ local NEXT_SNAPSHOT=2.1.1-SNAPSHOT
+ echo 'TCK Next Version:    2.1.1'
TCK Next Version:    2.1.1
+ echo 'TCK Next Snapshot:   2.1.1-SNAPSHOT'
TCK Next Snapshot:   2.1.1-SNAPSHOT
+ eval TCK_NEXT_VERSION=2.1.1
++ TCK_NEXT_VERSION=2.1.1
+ eval TCK_NEXT_SNAPSHOT=2.1.1-SNAPSHOT
++ TCK_NEXT_SNAPSHOT=2.1.1-SNAPSHOT
+ '[' -z 2.1.0 ']'
+ RELEASE_BRANCH=2.1.0-tck-branch
+ RELEASE_TAG=2.1.0-tck
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Prepare branch ]-------------------------------------------------------------'
-[ Prepare branch ]-------------------------------------------------------------
++ git branch -r
++ grep 'origin/2.1.0-tck-branch$'
+ [[ -n '' ]]
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep '2.1.0-tck$'
+ [[ -n '' ]]
+ git branch --delete 2.1.0-tck-branch
error: branch '2.1.0-tck-branch' not found.
+ git checkout -b 2.1.0-tck-branch
Switched to a new branch '2.1.0-tck-branch'
+ git tag --delete 2.1.0-tck
error: tag '2.1.0-tck' not found.
+ git config --global user.email jsonp-bot@eclipse.org
+ git config --global user.name 'Eclipse JSON-P Bot'
+ 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 005B27E7CA8E530D: public key "Eclipse JSON-P Project <jsonp-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 005B27E7CA8E530D: 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 2DDF907434310592A49BC0C98F303857EBF3ADD5 trust
Secret subkeys are available.

pub  rsa4096/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ unknown] (1). Eclipse JSON-P Project <jsonp-dev@eclipse.org>

pub  rsa4096/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ unknown] (1). Eclipse JSON-P Project <jsonp-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/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ unknown] (1). Eclipse JSON-P Project <jsonp-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 D58760A74BFDE983E890B455005B27E7CA8E530D trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-07-26
pub  rsa4096/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ultimate] (1). Eclipse JSON-P Project <jsonp-dev@eclipse.org>

pub  rsa4096/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ultimate] (1). Eclipse JSON-P Project <jsonp-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/005B27E7CA8E530D
     created: 2018-07-27  expires: 2023-07-26  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/8F303857EBF3ADD5
     created: 2018-07-27  expires: 2023-07-26  usage: S   
[ultimate] (1). Eclipse JSON-P Project <jsonp-dev@eclipse.org>

+ TCK_GROUP_ID=jakarta.json
+ TCK_ARTIFACT_ID=jakarta.json-tck
+ TCK_STAGING_DESC=jakarta.json:jakarta.json-tck:2.1.0
++ echo jakarta.json:jakarta.json-tck:2.1.0
++ sed -e 's/\./\\\./g'
+ TCK_STAGING_KEY='jakarta\.json:jakarta\.json-tck:2\.1\.0'
+ echo '-[ TCK release version ]--------------------------------------------------------'
-[ TCK release version ]--------------------------------------------------------
+ set_version TCK /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck 2.1.0 jakarta.json jakarta.json-tck ''
+ echo '--[ Set version ]---------------------------------------------------------------'
--[ Set version ]---------------------------------------------------------------
+ cd /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
+ mvn -U -C -DnewVersion=2.1.0 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.7:set
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jakarta JSON Processing TCK                                        [pom]
[INFO] jakarta.json-tck-common                                            [jar]
[INFO] jakarta.json-tck-tests                                             [jar]
[INFO] jakarta.json-tck-tests-pluggability                                [jar]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 [pom]
[INFO] JSONP TCK EFTL Distribution                                        [pom]
[INFO] JSONP TCK EPL Distribution                                         [pom]
[INFO] 
[INFO] -------------------< jakarta.json:jakarta.json-tck >--------------------
[INFO] Building Jakarta JSON Processing TCK 2.1.0-SNAPSHOT                [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck ---
[INFO] 
[INFO] ----------------< jakarta.json:jakarta.json-tck-common >----------------
[INFO] Building jakarta.json-tck-common 2.1.0-SNAPSHOT                    [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-common ---
[INFO] 
[INFO] ----------------< jakarta.json:jakarta.json-tck-tests >-----------------
[INFO] Building jakarta.json-tck-tests 2.1.0-SNAPSHOT                     [3/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-tests ---
[INFO] 
[INFO] ----------< jakarta.json:jakarta.json-tck-tests-pluggability >----------
[INFO] Building jakarta.json-tck-tests-pluggability 2.1.0-SNAPSHOT        [4/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-tests-pluggability ---
[INFO] 
[INFO] ------------------< jakarta.json:jakarta.json-tck-ug >------------------
[INFO] Building Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 2.1.0-SNAPSHOT [5/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.1.0:clean (default-clean) @ jakarta.json-tck-ug ---
[INFO] Deleting /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-docs/userguide/src/main/jbake/content (includes = [toc.adoc], excludes = [])
[INFO] 
[INFO] --------------< jakarta.json:jakarta.json-tck-dist-eftl >---------------
[INFO] Building JSONP TCK EFTL Distribution 2.1.0-SNAPSHOT                [6/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-dist-eftl ---
[INFO] 
[INFO] ---------------< jakarta.json:jakarta.json-tck-dist-epl >---------------
[INFO] Building JSONP TCK EPL Distribution 2.1.0-SNAPSHOT                 [7/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.json-tck-dist-epl ---
[INFO] 
[INFO] -------------------< jakarta.json:jakarta.json-tck >--------------------
[INFO] Building Jakarta JSON Processing TCK 2.1.0-SNAPSHOT                [8/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- versions-maven-plugin:2.7:set (default-cli) @ jakarta.json-tck ---
[INFO] Searching for local aggregator root...
[INFO] Local aggregation root: /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
[INFO] Processing change of jakarta.json:jakarta.json-tck:2.1.0-SNAPSHOT -> 2.1.0
[INFO] Processing jakarta.json:jakarta.json-tck
[INFO]     Updating project jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-common
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-dist-eftl
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-dist-epl
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-tests-pluggability
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-tests
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] Processing jakarta.json:jakarta.json-tck-ug
[INFO]     Updating parent jakarta.json:jakarta.json-tck
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO]     Updating project jakarta.json:jakarta.json-tck-ug
[INFO]         from version 2.1.0-SNAPSHOT to 2.1.0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta JSON Processing TCK 2.1.0-SNAPSHOT:
[INFO] 
[INFO] Jakarta JSON Processing TCK ........................ SUCCESS [  5.283 s]
[INFO] jakarta.json-tck-common ............................ SUCCESS [  0.011 s]
[INFO] jakarta.json-tck-tests ............................. SUCCESS [  0.002 s]
[INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [  0.001 s]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [  0.269 s]
[INFO] JSONP TCK EFTL Distribution ........................ SUCCESS [  0.003 s]
[INFO] JSONP TCK EPL Distribution ......................... SUCCESS [  0.001 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.919 s
[INFO] Finished at: 2022-02-23T10:07:33Z
[INFO] ------------------------------------------------------------------------
+ echo '--[ Commit modified pom.xml files ]---------------------------------------------'
--[ Commit modified pom.xml files ]---------------------------------------------
++ git status
++ grep -E 'modified:.*pom\.xml'
++ sed -e 's/[[:space:]][[:space:]]*modified:[[:space:]][[:space:]]*//'
+ local 'POM_FILES=tck/pom.xml
tck/tck-common/pom.xml
tck/tck-dist-eftl/pom.xml
tck/tck-dist-epl/pom.xml
tck/tck-docs/userguide/pom.xml
tck/tck-tests-pluggability/pom.xml
tck/tck-tests/pom.xml'
+ git add tck/pom.xml tck/tck-common/pom.xml tck/tck-dist-eftl/pom.xml tck/tck-dist-epl/pom.xml tck/tck-docs/userguide/pom.xml tck/tck-tests-pluggability/pom.xml tck/tck-tests/pom.xml
+ git commit -m 'Update TCK version of jakarta.json:jakarta.json-tck to 2.1.0'
[2.1.0-tck-branch c5ccb5f] Update TCK version of jakarta.json:jakarta.json-tck to 2.1.0
 7 files changed, 8 insertions(+), 8 deletions(-)
+ drop_artifacts 'jakarta\.json:jakarta\.json-tck:2\.1\.0' /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
+ echo '-[ Drop old staging repository deployments ]------------------------------------'
-[ Drop old staging repository deployments ]------------------------------------
++ cd /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
++ mvn -B nexus-staging:rc-list
++ awk '{print $2}'
++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.json:jakarta\.json-tck:2\.1\.0$'
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
+ for staging_key in `(cd ${2} && mvn -B nexus-staging:rc-list | egrep "^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${1}\$" | awk '{print $2}')`
+ echo 'Repository ID: jakartajson-1025'
Repository ID: jakartajson-1025
+ mvn -U -C -DstagingRepositoryId=jakartajson-1025 -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ standalone-pom ---
[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.14.21-02 and edition "Professional"
[INFO] RC-Dropping staging repository with IDs=[jakartajson-1025]

Waiting for operation to complete...
..

[INFO] Dropped
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.174 s
[INFO] Finished at: 2022-02-23T10:07:49Z
[INFO] ------------------------------------------------------------------------
+ for staging_key in `(cd ${2} && mvn -B nexus-staging:rc-list | egrep "^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+${1}\$" | awk '{print $2}')`
+ echo 'Repository ID: jakartajson-1026'
Repository ID: jakartajson-1026
+ mvn -U -C -DstagingRepositoryId=jakartajson-1026 -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ standalone-pom ---
[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.14.21-02 and edition "Professional"
[INFO] RC-Dropping staging repository with IDs=[jakartajson-1026]

Waiting for operation to complete...
..

[INFO] Dropped
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.191 s
[INFO] Finished at: 2022-02-23T10:07:55Z
[INFO] ------------------------------------------------------------------------
+ echo '-[ Deploy artifacts to staging repository ]-----------------------------'
-[ Deploy artifacts to staging repository ]-----------------------------
+ cd /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck
+ '[' false = true ']'
+ mvn -B -Poss-release,staging -DskipTests -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh -DstagingProfileId=3c6de7301f90 -DstagingDescription=jakarta.json:jakarta.json-tck:2.1.0 org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-open '-DopenedRepositoryMessageFormat=The name of created repository is: %s'
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 7 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 7 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jakarta JSON Processing TCK                                        [pom]
[INFO] jakarta.json-tck-common                                            [jar]
[INFO] jakarta.json-tck-tests                                             [jar]
[INFO] jakarta.json-tck-tests-pluggability                                [jar]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 [pom]
[INFO] JSONP TCK EFTL Distribution                                        [pom]
[INFO] JSONP TCK EPL Distribution                                         [pom]
[INFO] 
[INFO] -------------------< jakarta.json:jakarta.json-tck >--------------------
[INFO] Building Jakarta JSON Processing TCK 2.1.0                         [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-open (default-cli) @ jakarta.json-tck ---
[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.14.21-02 and edition "Professional"
[INFO] RC-Opening staging repository using staging profile ID=[3c6de7301f90]
[INFO] The name of created repository is: jakartajson-1027
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Jakarta JSON Processing TCK 2.1.0:
[INFO] 
[INFO] Jakarta JSON Processing TCK ........................ SUCCESS [  1.979 s]
[INFO] jakarta.json-tck-common ............................ SKIPPED
[INFO] jakarta.json-tck-tests ............................. SKIPPED
[INFO] jakarta.json-tck-tests-pluggability ................ SKIPPED
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SKIPPED
[INFO] JSONP TCK EFTL Distribution ........................ SKIPPED
[INFO] JSONP TCK EPL Distribution ......................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  2.778 s
[INFO] Finished at: 2022-02-23T10:07:59Z
[INFO] ------------------------------------------------------------------------
++ mvn -B -Poss-release,staging -DskipTests -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh -DstagingProfileId=3c6de7301f90 -DstagingDescription=jakarta.json:jakarta.json-tck:2.1.0 org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-open '-DopenedRepositoryMessageFormat=The name of created repository is: %s'
++ grep 'The name of created repository is: '
++ awk '-F[:]' '{ print $2 }'
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
+ REPOSITORY_STAGING_ID=' jakartajson-1028'
+ echo jakartajson-1028
jakartajson-1028
+ mvn -B -Poss-release,staging install deploy:deploy-file -DgroupId=jakarta.json -DartifactId=jakarta.json-tck-dist-epl -Dversion=2.1.0 -Dpackaging=zip -Dfile=tck-dist-epl/target/jsonp-tck-2.1.0.zip -DrepositoryId=ossrh -Durl=https://jakarta.oss.sonatype.org/service/local/staging/deployByRepositoryId/ jakartajson-1028
[INFO] Scanning for projects...
[INFO] Inspecting build with total of 7 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 7 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Jakarta JSON Processing TCK                                        [pom]
[INFO] jakarta.json-tck-common                                            [jar]
[INFO] jakarta.json-tck-tests                                             [jar]
[INFO] jakarta.json-tck-tests-pluggability                                [jar]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 [pom]
[INFO] JSONP TCK EFTL Distribution                                        [pom]
[INFO] JSONP TCK EPL Distribution                                         [pom]
[INFO] 
[INFO] -------------------< jakarta.json:jakarta.json-tck >--------------------
[INFO] Building Jakarta JSON Processing TCK 2.1.0                         [1/7]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.json-tck ---
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck ---
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ jakarta.json-tck ---
[INFO] Not executing Javadoc as the project is not a Java classpath-capable package
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jakarta.json-tck ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ jakarta.json-tck ---
[INFO] Installing /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/pom.xml to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck/2.1.0/jakarta.json-tck-2.1.0.pom
[INFO] Installing /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/target/jakarta.json-tck-2.1.0.pom.asc to /home/jenkins/.m2/repository/jakarta/json/jakarta.json-tck/2.1.0/jakarta.json-tck-2.1.0.pom.asc
[INFO] 
[INFO] ----------------< jakarta.json:jakarta.json-tck-common >----------------
[INFO] Building jakarta.json-tck-common 2.1.0                             [2/7]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.json-tck-common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.json-tck-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.json-tck-common ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/classes
[WARNING] /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java: /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java uses unchecked or unsafe operations.
[WARNING] /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/src/main/java/ee/jakarta/tck/jsonp/common/JSONP_Util.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.json-tck-common ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.json-tck-common ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.json-tck-common ---
[INFO] No tests to run.
[INFO] 
[INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jakarta.json-tck-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/jakarta.json-tck-common-2.1.0.jar
[INFO] 
[INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ jakarta.json-tck-common ---
[INFO] Building jar: /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/jakarta.json-tck-common-2.1.0-sources.jar
[INFO] 
[INFO] --- maven-javadoc-plugin:3.3.1:jar (attach-javadocs) @ jakarta.json-tck-common ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package ee.jakarta.tck.jsonp.common...
Loading source files for package ee.jakarta.tck.jsonp.util...
Constructing Javadoc information...
Standard Doclet version 11.0.2
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/JSONP_Data.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/JSONP_Util.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/MyBufferedInputStream.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/MyBufferedReader.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/MyBufferedWriter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/MyJsonLocation.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/FileUTFConverter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/MyEncoder.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/StringUTFConverter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/package-summary.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/package-tree.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/package-summary.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/package-tree.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/JSONP_Data.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/JSONP_Util.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/MyBufferedInputStream.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/MyBufferedReader.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/MyBufferedWriter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/class-use/MyJsonLocation.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/class-use/FileUTFConverter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/class-use/MyEncoder.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/class-use/StringUTFConverter.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/common/package-use.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/ee/jakarta/tck/jsonp/util/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/TCK_jakarta_10_release/tck/tck-common/target/jakarta.json-tck-common-2.1.0-javadoc.jar
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 66 killed;
[ssh-agent] Stopped.
Build was aborted
Aborted by Dmitry Kornilov
Archiving artifacts
[INFO] 
[INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jakarta.json-tck-common ---
Finished: ABORTED