Skip to content
Failed

Console Output

Started by user Dmitry Kornilov
Running as Dmitry Kornilov
Agent basic-m7gb8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-m7gb8"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-m7gb8"
    - 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-m7gb8"
    - 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-m7gb8 (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-gB1lbdiKOYwd/agent.73
SSH_AGENT_PID=75
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/TCK_jakarta_10_release@tmp/private_key_16936135347097471561.key (/home/jenkins/agent/workspace/TCK_jakarta_10_release@tmp/private_key_16936135347097471561.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-ssh9775928756009889533.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/jenkins12519556236940635646.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
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.7
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:3.2.0
+ 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 [  3.778 s]
[INFO] jakarta.json-tck-common ............................ SUCCESS [  0.011 s]
[INFO] jakarta.json-tck-tests ............................. SUCCESS [  0.001 s]
[INFO] jakarta.json-tck-tests-pluggability ................ SUCCESS [  0.002 s]
[INFO] Eclipse Foundation Technology Compatibility Kit User's Guide for Jakarta JSON Processing for Jakarta EE, Release 2.1 SUCCESS [  0.266 s]
[INFO] JSONP TCK EFTL Distribution ........................ SUCCESS [  0.002 s]
[INFO] JSONP TCK EPL Distribution ......................... SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.222 s
[INFO] Finished at: 2022-02-23T09:42:01Z
[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 84885d1] 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
++ egrep '^\[INFO\] [A-Z,a-z,-]+-[0-9]+\s+[A-Z]+\s+jakarta\.json:jakarta\.json-tck:2\.1\.0$'
++ awk '{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
+ 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-1021'
Repository ID: jakartajson-1021
+ mvn -U -C -DstagingRepositoryId=jakartajson-1021 nexus-staging:rc-drop
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.017 s
[INFO] Finished at: 2022-02-23T09:42:12Z
[INFO] ------------------------------------------------------------------------
[ERROR] No plugin found for prefix 'nexus-staging' in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (/home/jenkins/.m2/repository), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/)] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 75 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: FAILURE