Skip to content
Failed

Console Output

Started by user Lukas Jungmann
Running as Lukas Jungmann
Agent basic-n8bxx is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n8bxx"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jsonp.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-n8bxx"
    - 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-n8bxx"
    - 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-n8bxx (basic) in workspace /home/jenkins/agent/workspace/publish_tck_artifacts_from_zip
[publish_tck_artifacts_from_zip] $ /bin/bash -xe /tmp/jenkins16249340630355912500.sh
+ TOOLS_PREFIX=/opt/tools
+ MVN_HOME=/opt/tools/apache-maven/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ 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
+ 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'
+ wget -nv https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-tck-dist-epl/2.1.0/jakarta.json-tck-dist-epl-2.1.0.zip
2022-04-26 08:10:28 URL:https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-tck-dist-epl/2.1.0/jakarta.json-tck-dist-epl-2.1.0.zip [795787/795787] -> "jakarta.json-tck-dist-epl-2.1.0.zip" [1]
+ unzip jakarta.json-tck-dist-epl-2.1.0.zip
Archive:  jakarta.json-tck-dist-epl-2.1.0.zip
   creating: jsonp-tck/
   creating: jsonp-tck/artifacts/
   creating: jsonp-tck/bin/
   creating: jsonp-tck/bin/tck-tests-pluggability/
   creating: jsonp-tck/bin/tck-tests/
   creating: jsonp-tck/docs/
   creating: jsonp-tck/docs/pdf-usersguide/
   creating: jsonp-tck/docs/html-usersguide/
   creating: jsonp-tck/docs/html-usersguide/css/
   creating: jsonp-tck/docs/html-usersguide/img/
   creating: jsonp-tck/docs/assertions/
  inflating: jsonp-tck/LICENSE.md    
  inflating: jsonp-tck/artifacts/artifact-install.sh  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-2.1.0.pom  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-common-2.1.0.jar  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-common-2.1.0.pom  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-common-2.1.0-sources.jar  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-2.1.0.jar  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-2.1.0.pom  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-2.1.0-sources.jar  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-pluggability-2.1.0.jar  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-pluggability-2.1.0.pom  
  inflating: jsonp-tck/artifacts/jakarta.json-tck-tests-pluggability-2.1.0-sources.jar  
  inflating: jsonp-tck/bin/tck-tests-pluggability/pom.xml  
  inflating: jsonp-tck/bin/tck-tests/pom.xml  
  inflating: jsonp-tck/bin/pom.xml   
  inflating: jsonp-tck/docs/pdf-usersguide/Jakarta-JSON-Processing-TCK-Users-Guide.pdf  
  inflating: jsonp-tck/docs/html-usersguide/css/style.css  
  inflating: jsonp-tck/docs/html-usersguide/img/eclipse_foundation_logo_tiny.png  
  inflating: jsonp-tck/docs/html-usersguide/toc.html  
  inflating: jsonp-tck/docs/html-usersguide/using.html  
  inflating: jsonp-tck/docs/html-usersguide/title.html  
  inflating: jsonp-tck/docs/html-usersguide/rules.html  
  inflating: jsonp-tck/docs/html-usersguide/rebuild.html  
  inflating: jsonp-tck/docs/html-usersguide/preface.html  
  inflating: jsonp-tck/docs/html-usersguide/intro.html  
  inflating: jsonp-tck/docs/html-usersguide/install.html  
  inflating: jsonp-tck/docs/html-usersguide/config.html  
  inflating: jsonp-tck/docs/html-usersguide/faq.html  
  inflating: jsonp-tck/docs/html-usersguide/debug.html  
  inflating: jsonp-tck/docs/assertions/JSONP2.1JavadocAssertions.html  
  inflating: jsonp-tck/docs/JSONP2.1-ReleaseNotes.html  
  inflating: jsonp-tck/docs/TCK-Exclude-List.txt  
  inflating: jsonp-tck/docs/index.html  
+ cd jsonp-tck/artifacts
+ 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] 
[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-open (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-Opening staging repository using staging profile ID=[3c6de7301f90]
[INFO] The name of created repository is: jakartajson-1057
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  6.666 s
[INFO] Finished at: 2022-04-26T08:10:36Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "oss-release" could not be activated because it does not exist.
[WARNING] The requested profile "staging" could not be activated because it does not exist.
++ 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 }'
++ xargs
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-1058
+ echo jakartajson-1058
jakartajson-1058
+ mvn -B -Poss-release,staging gpg:sign-and-deploy-file -DgroupId=jakarta.json -DartifactId=jakarta.json-tck-common -Dversion=2.1.0 -Dpackaging=jar -Dfile=jakarta.json-tck-common-2.1.0.jar -DpomFile=jakarta.json-tck-common-2.1.0.pom -Dsources=jakarta.json-tck-common-2.1.0-sources.jar -DrepositoryId=ossrh -Durl=https://jakarta.oss.sonatype.org/service/local/staging/deployByRepositoryId/jakartajson-1058
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-gpg-plugin:3.0.1:sign-and-deploy-file (default-cli) @ standalone-pom ---
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-common:jar:null:pom].filename = jakarta.json-tck-common-2.1.0.pom.asc
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-common:jar:null].filename = jakarta.json-tck-common-2.1.0.jar.asc
[INFO] Metadata[project jakarta.json:jakarta.json-tck-common].filename = jakarta.json-tck-common-2.1.0.pom
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-common:jar:sources].filename = jakarta.json-tck-common-2.1.0-sources.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.401 s
[INFO] Finished at: 2022-04-26T08:10:48Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "oss-release" could not be activated because it does not exist.
[WARNING] The requested profile "staging" could not be activated because it does not exist.
+ mvn -B -Poss-release,staging gpg:sign-and-deploy-file -DgroupId=jakarta.json -DartifactId=jakarta.json-tck-tests -Dversion=2.1.0 -Dpackaging=jar -Dfile=jakarta.json-tck-tests-2.1.0.jar -DpomFile=jakarta.json-tck-tests-2.1.0.pom -Dsources=jakarta.json-tck-tests-2.1.0-sources.jar -DrepositoryId=ossrh -Durl=https://jakarta.oss.sonatype.org/service/local/staging/deployByRepositoryId/jakartajson-1058
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-gpg-plugin:3.0.1:sign-and-deploy-file (default-cli) @ standalone-pom ---
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests:jar:null].filename = jakarta.json-tck-tests-2.1.0.jar.asc
[INFO] Metadata[project jakarta.json:jakarta.json-tck-tests].filename = jakarta.json-tck-tests-2.1.0.pom
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests:jar:null:pom].filename = jakarta.json-tck-tests-2.1.0.pom.asc
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests:jar:sources].filename = jakarta.json-tck-tests-2.1.0-sources.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.851 s
[INFO] Finished at: 2022-04-26T08:10:53Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "oss-release" could not be activated because it does not exist.
[WARNING] The requested profile "staging" could not be activated because it does not exist.
+ mvn -B -Poss-release,staging gpg:sign-and-deploy-file -DgroupId=jakarta.json -DartifactId=jakarta.json-tck-tests-pluggability -Dversion=2.1.0 -Dpackaging=jar -Dfile=jakarta.json-tck-tests-pluggability-2.1.0.jar -DpomFile=jakarta.json-tck-tests-pluggability-2.1.0.pom -Dsources=jakarta.json-tck-tests-pluggability-2.1.0-sources.jar -DrepositoryId=ossrh -Durl=https://jakarta.oss.sonatype.org/service/local/staging/deployByRepositoryId/jakartajson-1058
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------< org.apache.maven:standalone-pom >-------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-gpg-plugin:3.0.1:sign-and-deploy-file (default-cli) @ standalone-pom ---
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests-pluggability:jar:null].filename = jakarta.json-tck-tests-pluggability-2.1.0.jar.asc
[INFO] Metadata[project jakarta.json:jakarta.json-tck-tests-pluggability].filename = jakarta.json-tck-tests-pluggability-2.1.0.pom
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests-pluggability:jar:null:pom].filename = jakarta.json-tck-tests-pluggability-2.1.0.pom.asc
[INFO] Metadata[gpg signature jakarta.json:jakarta.json-tck-tests-pluggability:jar:sources].filename = jakarta.json-tck-tests-pluggability-2.1.0-sources.jar.asc
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  3.823 s
[INFO] Finished at: 2022-04-26T08:10:59Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "oss-release" could not be activated because it does not exist.
[WARNING] The requested profile "staging" could not be activated because it does not exist.
+ mvn -B -Poss-release,staging -DstagingDescription=jakarta.json:jakarta.json-tck:2.1.0 org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-close -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh -DstagingRepositoryId=jakartajson-1058
[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-close (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-Closing staging repository with IDs=[jakartajson-1058]

Waiting for operation to complete...
....

[ERROR] 
[ERROR] Nexus Staging Rules Failure Report
[ERROR] ==================================
[ERROR] 
[ERROR] Repository "jakartajson-1058" failures
[ERROR]   Rule "javadoc-staging" failures
[ERROR]     * Missing: no javadoc jar found in folder '/jakarta/json/jakarta.json-tck-common/2.1.0'
[ERROR]     * Missing: no javadoc jar found in folder '/jakarta/json/jakarta.json-tck-tests/2.1.0'
[ERROR]     * Missing: no javadoc jar found in folder '/jakarta/json/jakarta.json-tck-tests-pluggability/2.1.0'
[ERROR] 
[ERROR] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  11.325 s
[INFO] Finished at: 2022-04-26T08:11:11Z
[INFO] ------------------------------------------------------------------------
[WARNING] The requested profile "oss-release" could not be activated because it does not exist.
[WARNING] The requested profile "staging" could not be activated because it does not exist.
[ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-close (default-cli) on project standalone-pom: Could not perform action: there are failing staging rules! Staging rules failure! -> [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/MojoExecutionException
Build step 'Execute shell' marked build as failure
Finished: FAILURE