Skip to content
Success

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent basic-xbmk6 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-xbmk6"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-xbmk6"
    - 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-xbmk6"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    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-cdi"
      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-xbmk6 (basic) in workspace /home/jenkins/agent/workspace/DropStagingRepo
The recommended git tool is: NONE
using credential github-bot
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/cdi
 > git init /home/jenkins/agent/workspace/DropStagingRepo # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/cdi
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/cdi +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/cdi # 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 76683bda025678bb49b6293a08c169018ef3a522 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76683bda025678bb49b6293a08c169018ef3a522 # timeout=10
Commit message: "[maven-release-plugin] prepare for next development iteration"
 > git rev-list --no-walk 33fe5d5a22a2d7d62c16085bd133bb576179b699 # timeout=10
[DropStagingRepo] $ /bin/sh -xe /tmp/jenkins14626479665575182290.sh
+ TOOLS_PREFIX=/opt/tools
+ JAVA_PREFIX=/opt/tools/java/oracle
+ MVN_HOME=/opt/tools/apache-maven/latest
+ JAVA_HOME=/opt/tools/java/oracle/jdk-8/latest
+ PATH=/opt/tools/apache-maven/latest/bin:/opt/tools/java/oracle/jdk-8/latest/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
+ MVN_EXTRA='--batch-mode -Poss-release -Pstaging'
+ NEXUS_PLUGIN=org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7
+ NEXUS_PLUGIN_PARAMS='-DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh'
+ echo 'Repo list'
Repo list
+ [[ true = \t\r\u\e ]]
+ echo '-[ List turned on ]----------------------------------------------------------'
-[ List turned on ]----------------------------------------------------------
+ mvn -DnexusUrl=https://jakarta.oss.sonatype.org/ -DserverId=ossrh org.sonatype.plugins:nexus-staging-maven-plugin:1.6.7:rc-list
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jakarta.enterprise.cdi-parent                                      [pom]
[INFO] jakarta.enterprise.cdi-spec-doc                                    [pom]
[INFO] CDI Language Model                                                 [jar]
[INFO] CDI APIs                                                           [jar]
[INFO] 
[INFO] ----------< jakarta.enterprise:jakarta.enterprise.cdi-parent >----------
[INFO] Building jakarta.enterprise.cdi-parent 4.0.1-SNAPSHOT              [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.7:rc-list (default-cli) @ jakarta.enterprise.cdi-parent ---
[INFO]  + Using server credentials "ossrh" from Maven settings.
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
[INFO] Getting list of available staging repositories...
[INFO] 
[INFO] ID                   State    Description                   
[INFO] jakartaenterprise-1000 CLOSED   org.eclipse.ee4j.cdi:cdi-parent:3.0.0-M1
[INFO] jakartaenterprise-1003 CLOSED   jakarta.enterprise:cdi-tck-parent:2.0.6.SP1
[INFO] jakartaenterprise-1004 CLOSED   jakarta.enterprise:cdi-tck-parent:2.0.6.SP1
[INFO] jakartaenterprise-1005 CLOSED   jakarta.enterprise:cdi-tck-parent:2.0.6.SP1
[INFO] jakartaenterprise-1006 CLOSED   jakarta.enterprise:cdi-tck-parent:2.0.6.SP1
[INFO] jakartaenterprise-1025 CLOSED   jakarta.enterprise:cdi-tck-parent:3.0.0
[INFO] jakartaenterprise-1028 CLOSED   jakarta.enterprise:cdi-tck-parent:3.0.2
[INFO] jakartaenterprise-1045 CLOSED   jakarta.enterprise:cdi-tck-parent:4.0.0-RC1
[INFO] jakartaenterprise-1056 CLOSED   jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.0
[INFO] jakartaenterprise-1057 CLOSED   jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.0
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jakarta.enterprise.cdi-parent 4.0.1-SNAPSHOT:
[INFO] 
[INFO] jakarta.enterprise.cdi-parent ...................... SUCCESS [  6.635 s]
[INFO] jakarta.enterprise.cdi-spec-doc .................... SKIPPED
[INFO] CDI Language Model ................................. SKIPPED
[INFO] CDI APIs ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  8.257 s
[INFO] Finished at: 2022-02-23T00:16:53Z
[INFO] ------------------------------------------------------------------------
+ echo 'Dropping jakartaenterprise-1056'
Dropping jakartaenterprise-1056
+ '[' Xjakartaenterprise-1056 = X ']'
+ echo 'Dropping staging repo jakartaenterprise-1056'
Dropping staging repo jakartaenterprise-1056
+ mvn -X --batch-mode -Poss-release -Pstaging nexus-staging:rc-drop -DstagingRepositoryId=jakartaenterprise-1056
Apache Maven 3.8.3 (ff8e977a158738155dc465c6a97ffaf31982d739)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix"
[DEBUG] Created new class realm maven.api
[DEBUG] Importing foreign packages into class realm maven.api
[DEBUG]   Imported: javax.annotation.* < plexus.core
[DEBUG]   Imported: javax.annotation.security.* < plexus.core
[DEBUG]   Imported: javax.inject.* < plexus.core
[DEBUG]   Imported: org.apache.maven.* < plexus.core
[DEBUG]   Imported: org.apache.maven.artifact < plexus.core
[DEBUG]   Imported: org.apache.maven.classrealm < plexus.core
[DEBUG]   Imported: org.apache.maven.cli < plexus.core
[DEBUG]   Imported: org.apache.maven.configuration < plexus.core
[DEBUG]   Imported: org.apache.maven.exception < plexus.core
[DEBUG]   Imported: org.apache.maven.execution < plexus.core
[DEBUG]   Imported: org.apache.maven.execution.scope < plexus.core
[DEBUG]   Imported: org.apache.maven.lifecycle < plexus.core
[DEBUG]   Imported: org.apache.maven.model < plexus.core
[DEBUG]   Imported: org.apache.maven.monitor < plexus.core
[DEBUG]   Imported: org.apache.maven.plugin < plexus.core
[DEBUG]   Imported: org.apache.maven.profiles < plexus.core
[DEBUG]   Imported: org.apache.maven.project < plexus.core
[DEBUG]   Imported: org.apache.maven.reporting < plexus.core
[DEBUG]   Imported: org.apache.maven.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.rtinfo < plexus.core
[DEBUG]   Imported: org.apache.maven.settings < plexus.core
[DEBUG]   Imported: org.apache.maven.toolchain < plexus.core
[DEBUG]   Imported: org.apache.maven.usability < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.* < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authentication < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.authorization < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.events < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.observers < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.proxy < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.repository < plexus.core
[DEBUG]   Imported: org.apache.maven.wagon.resource < plexus.core
[DEBUG]   Imported: org.codehaus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.* < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.classworlds < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.component < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.configuration < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.container < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.context < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.lifecycle < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.logging < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.personality < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.Xpp3Dom < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParser < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlPullParserException < plexus.core
[DEBUG]   Imported: org.codehaus.plexus.util.xml.pull.XmlSerializer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.* < plexus.core
[DEBUG]   Imported: org.eclipse.aether.artifact < plexus.core
[DEBUG]   Imported: org.eclipse.aether.collection < plexus.core
[DEBUG]   Imported: org.eclipse.aether.deployment < plexus.core
[DEBUG]   Imported: org.eclipse.aether.graph < plexus.core
[DEBUG]   Imported: org.eclipse.aether.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.installation < plexus.core
[DEBUG]   Imported: org.eclipse.aether.internal.impl < plexus.core
[DEBUG]   Imported: org.eclipse.aether.metadata < plexus.core
[DEBUG]   Imported: org.eclipse.aether.repository < plexus.core
[DEBUG]   Imported: org.eclipse.aether.resolution < plexus.core
[DEBUG]   Imported: org.eclipse.aether.spi < plexus.core
[DEBUG]   Imported: org.eclipse.aether.transfer < plexus.core
[DEBUG]   Imported: org.eclipse.aether.version < plexus.core
[DEBUG]   Imported: org.fusesource.jansi.* < plexus.core
[DEBUG]   Imported: org.slf4j.* < plexus.core
[DEBUG]   Imported: org.slf4j.event.* < plexus.core
[DEBUG]   Imported: org.slf4j.helpers.* < plexus.core
[DEBUG]   Imported: org.slf4j.spi.* < plexus.core
[DEBUG] Populating class realm maven.api
[INFO] Error stacktraces are turned on.
[DEBUG] Message scheme: plain
[DEBUG] Reading global settings from /opt/tools/apache-maven/latest/conf/settings.xml
[DEBUG] Reading user settings from /home/jenkins/.m2/settings.xml
[DEBUG] Reading global toolchains from /opt/tools/apache-maven/latest/conf/toolchains.xml
[DEBUG] Reading user toolchains from /home/jenkins/.m2/toolchains.xml
[DEBUG] Using local repository at /home/jenkins/.m2/repository
[DEBUG] Using manager EnhancedLocalRepositoryManager with priority 10.0 for /home/jenkins/.m2/repository
[INFO] Scanning for projects...
[DEBUG] Using mirror eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/) for central (https://repo.maven.apache.org/maven2).
[DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-staging:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-maven-plugins:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:pom:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus:nexus-components:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus:nexus-parent:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.buildsupport:public-parent:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.buildsupport:buildsupport:pom:9 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-all:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-commons:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-db:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-gwt:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-httpclient:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-insight:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-maven:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-messaging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-shiro:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-bouncycastle:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-jetty:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-goodies:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-groovy:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-guice:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-logging:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-osgi:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-other:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-plexus:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-rest:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-testing:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.buildsupport:nexus-buildsupport-metrics:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins-restlet1x:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom.lastUpdated
[DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-plugins:pom:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom.lastUpdated
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://repository.apache.org/snapshots).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for codehaus-snapshots (http://nexus.codehaus.org/snapshots/).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for apache.snapshots (http://people.apache.org/repo/m2-snapshot-repository).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for repository.jboss.org (http://repository.jboss.org/nexus/content/groups/public/).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for eclipselink.repository (http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo).
[DEBUG] Using mirror maven-default-http-blocker (http://0.0.0.0/) for spy (http://files.couchbase.com/maven2/).
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=1226136, ConflictMarker.markTime=875009, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=674840, ConflictIdSorter.topsortTime=563172, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=6236477, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=2627103643, DefaultDependencyCollector.transformTime=12461995}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default)
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default)
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default)
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default)
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile (version managed from default)
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default)
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default)
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default)
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default)
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default)
[DEBUG]       javax.inject:javax.inject:jar:1:compile (version managed from default)
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Resolving artifact org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Resolving artifact org.sonatype.nexus.maven:nexus-common:jar:1.6.8 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Resolving artifact org.sonatype.nexus:nexus-client-core:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Resolving artifact org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), rso-public-grid (https://repository.sonatype.org/content/groups/sonatype-public-grid/, default, releases+snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar.lastUpdated
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar.lastUpdated
[DEBUG] Created new class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Importing foreign packages into class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Imported:  < maven.api
[DEBUG] Populating class realm extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]   Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: com.google.guava:guava:jar:14.0.1
[DEBUG]   Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02
[DEBUG]   Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: com.intellij:annotations:jar:9.0.4
[DEBUG]   Included: commons-io:commons-io:jar:2.4
[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.7
[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG]   Included: joda-time:joda-time:jar:2.2
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7
[DEBUG]   Included: javax.ws.rs:jsr311-api:jar:1.1.1
[DEBUG]   Included: com.sun.jersey:jersey-core:jar:1.17.1
[DEBUG]   Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   Included: com.sun.jersey:jersey-client:jar:1.17.1
[DEBUG]   Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.7.7
[DEBUG]   Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: ch.qos.logback:logback-core:jar:1.1.2
[DEBUG]   Included: ch.qos.logback:logback-classic:jar:1.1.2
[DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.1-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Created new class realm project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT
[DEBUG] Populating class realm project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project org.eclipse.ee4j:project:pom:1.0.6: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=169543, ConflictMarker.markTime=104793, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=66001, ConflictIdSorter.topsortTime=36625, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1139928, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=6608147, DefaultDependencyCollector.transformTime=1571015}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default)
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default)
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default)
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default)
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile (version managed from default)
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default)
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default)
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default)
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default)
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default)
[DEBUG]       javax.inject:javax.inject:jar:1:compile (version managed from default)
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-spec-doc:pom:4.0.1-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Looking up lifecycle mappings for packaging pom from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[DEBUG] Extension realms for project jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1-SNAPSHOT: [ClassRealm[extension>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]]
[DEBUG] Looking up lifecycle mappings for packaging jar from ClassRealm[project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT, parent: ClassRealm[maven.api, parent: null]]
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-spec-doc:pom:4.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.lang-model:jar:4.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-api:jar:4.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 185, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 197, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.6, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom, line 164, column 29
[WARNING] 
[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[WARNING] 
[WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[WARNING] 
[INFO] Inspecting build with total of 4 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] jakarta.enterprise.cdi-parent                                      [pom]
[INFO] jakarta.enterprise.cdi-spec-doc                                    [pom]
[INFO] CDI Language Model                                                 [jar]
[INFO] CDI APIs                                                           [jar]
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-enforcer-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/)
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:pom:3.0.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.enforcer:enforcer:pom:3.0.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/enforcer/enforcer/3.0.0/enforcer-3.0.0.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:34 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom.lastUpdated
[DEBUG] Resolving artifact org.apache:apache:pom:23 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/23/apache-23.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/23/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/23/apache-23.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-enforcer-plugin:jar:3.0.0 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0/maven-enforcer-plugin-3.0.0.jar.lastUpdated
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-enforcer-plugin to 3.0.0 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-source-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/)
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:pom:3.2.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:33 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:33 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/33/maven-parent-33.pom.lastUpdated
[DEBUG] Resolving artifact org.apache:apache:pom:21 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), apache.snapshots (https://repository.apache.org/snapshots, default, snapshots)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/21/apache-21.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-source-plugin:jar:3.2.1 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar.lastUpdated
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-source-plugin to 3.2.1 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in local (/home/jenkins/.m2/repository)
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/resolver-status.properties
[DEBUG] Could not find metadata org.apache.maven.plugins:maven-javadoc-plugin/maven-metadata.xml in sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/)
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:pom:3.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/maven-javadoc-plugin-3.3.2.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/maven-javadoc-plugin-3.3.2.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:34 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/34/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-javadoc-plugin:jar:3.3.2 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/maven-javadoc-plugin-3.3.2.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-javadoc-plugin/3.3.2/maven-javadoc-plugin-3.3.2.jar.lastUpdated
[DEBUG] Resolved plugin version for org.apache.maven.plugins:maven-javadoc-plugin to 3.3.2 from repository eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)
[DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:pom:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-plugins:pom:27 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven:maven-parent:pom:26 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/maven-parent/26/maven-parent-26.pom.lastUpdated
[DEBUG] Resolving artifact org.apache:apache:pom:16 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases), maven-default-http-blocker (http://0.0.0.0/, default, snapshots, blocked)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/apache/16/apache-16.pom.lastUpdated
[DEBUG] Resolving artifact org.apache.maven.plugins:maven-gpg-plugin:jar:1.6 from [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://jakarta.oss.sonatype.org/content/repositories/staging/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated
[DEBUG] Using transporter WagonTransporter with priority -1.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Using connector BasicRepositoryConnector with priority 0.0 for https://repo.eclipse.org/content/repositories/maven_central/
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/_remote.repositories
[DEBUG] Writing tracking file /home/jenkins/.m2/repository/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar.lastUpdated
[DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.1-SNAPSHOT
[DEBUG] === REACTOR BUILD PLAN ================================================
[DEBUG] Project: jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.1-SNAPSHOT
[DEBUG] Tasks:   [nexus-staging:rc-drop]
[DEBUG] Style:   Aggregating
[DEBUG] =======================================================================
[INFO] 
[INFO] ----------< jakarta.enterprise:jakarta.enterprise.cdi-parent >----------
[INFO] Building jakarta.enterprise.cdi-parent 4.0.1-SNAPSHOT              [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[DEBUG] Resolving plugin prefix nexus-staging from [org.apache.maven.plugins, org.codehaus.mojo]
[DEBUG] Resolved plugin prefix nexus-staging to org.sonatype.plugins:nexus-staging-maven-plugin from POM jakarta.enterprise:jakarta.enterprise.cdi-parent:pom:4.0.1-SNAPSHOT
[DEBUG] Lifecycle default -> [validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy]
[DEBUG] Lifecycle clean -> [pre-clean, clean, post-clean]
[DEBUG] Lifecycle site -> [pre-site, site, post-site, site-deploy]
[DEBUG] === PROJECT BUILD PLAN ================================================
[DEBUG] Project:       jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT
[DEBUG] Dependencies (collect): []
[DEBUG] Dependencies (resolve): []
[DEBUG] Repositories (dependencies): [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] Repositories (plugins)     : [sonatype-nexus-staging (https://jakarta.oss.sonatype.org/content/repositories/staging/, default, releases), eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/, default, releases)]
[DEBUG] -----------------------------------------------------------------------
[DEBUG] Goal:          org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli)
[DEBUG] Style:         Regular
[DEBUG] Configuration: <?xml version="1.0" encoding="UTF-8"?>
<configuration>
  <altStagingDirectory>${altStagingDirectory}</altStagingDirectory>
  <autoDropAfterRelease default-value="true">${autoDropAfterRelease}</autoDropAfterRelease>
  <autoReleaseAfterClose default-value="false">false</autoReleaseAfterClose>
  <detectBuildFailures default-value="true">${detectBuildFailures}</detectBuildFailures>
  <keepStagingRepositoryOnCloseRuleFailure>${keepStagingRepositoryOnCloseRuleFailure}</keepStagingRepositoryOnCloseRuleFailure>
  <mavenSession default-value="${session}"/>
  <mojoExecution default-value="${mojoExecution}"/>
  <nexusUrl>https://jakarta.oss.sonatype.org/</nexusUrl>
  <offline default-value="${settings.offline}"/>
  <pluginArtifactId default-value="${plugin.artifactId}"/>
  <pluginGroupId default-value="${plugin.groupId}"/>
  <pluginVersion default-value="${plugin.version}"/>
  <serverId>ossrh</serverId>
  <sslAllowAll default-value="false">${maven.wagon.http.ssl.allowall}</sslAllowAll>
  <sslInsecure default-value="false">${maven.wagon.http.ssl.insecure}</sslInsecure>
  <stagingDescription>${stagingDescription}</stagingDescription>
  <stagingProgressPauseDurationSeconds default-value="3">${stagingProgressPauseDurationSeconds}</stagingProgressPauseDurationSeconds>
  <stagingProgressTimeoutMinutes default-value="5">${stagingProgressTimeoutMinutes}</stagingProgressTimeoutMinutes>
  <stagingRepositoryId>${stagingRepositoryId}</stagingRepositoryId>
</configuration>
[DEBUG] =======================================================================
[INFO] 
[INFO] --- nexus-staging-maven-plugin:1.6.8:rc-drop (default-cli) @ jakarta.enterprise.cdi-parent ---
[DEBUG] Dependency collection stats {ConflictMarker.analyzeTime=265086, ConflictMarker.markTime=174293, ConflictMarker.nodeCount=84, ConflictIdSorter.graphTime=74709, ConflictIdSorter.topsortTime=42334, ConflictIdSorter.conflictIdCount=45, ConflictIdSorter.conflictIdCycleCount=0, ConflictResolver.totalTime=1469097, ConflictResolver.conflictItemCount=71, DefaultDependencyCollector.collectTime=8587708, DefaultDependencyCollector.transformTime=2075686}
[DEBUG] org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]    org.sonatype.nexus.maven:nexus-common:jar:1.6.8:compile
[DEBUG]       org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4:compile (version managed from default) (exclusions managed from default)
[DEBUG]          org.sonatype.plexus:plexus-cipher:jar:1.7:compile (version managed from default)
[DEBUG]    com.google.guava:guava:jar:14.0.1:compile
[DEBUG]    org.sonatype.nexus:nexus-client-core:jar:2.14.3-02:compile (exclusions managed from default)
[DEBUG]       org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02:compile
[DEBUG]          org.apache.maven:maven-model:jar:3.0.4:compile (version managed from default)
[DEBUG]       org.slf4j:slf4j-api:jar:1.7.7:compile (version managed from default)
[DEBUG]       com.google.code.findbugs:jsr305:jar:2.0.1:compile
[DEBUG]       com.intellij:annotations:jar:9.0.4:compile (version managed from default)
[DEBUG]       commons-io:commons-io:jar:2.4:compile
[DEBUG]       com.thoughtworks.xstream:xstream:jar:1.4.7:compile (version managed from default)
[DEBUG]          xmlpull:xmlpull:jar:1.1.3.1:compile
[DEBUG]          xpp3:xpp3_min:jar:1.1.4c:compile
[DEBUG]       joda-time:joda-time:jar:2.2:compile
[DEBUG]       commons-lang:commons-lang:jar:2.6:compile
[DEBUG]       commons-beanutils:commons-beanutils-core:jar:1.8.3:compile (version managed from default) (exclusions managed from default)
[DEBUG]       org.sonatype.sisu.siesta:siesta-client:jar:1.7:compile
[DEBUG]          org.sonatype.sisu.siesta:siesta-common:jar:1.7:compile
[DEBUG]             javax.ws.rs:jsr311-api:jar:1.1.1:compile
[DEBUG]             com.sun.jersey:jersey-core:jar:1.17.1:compile
[DEBUG]             javax.validation:validation-api:jar:1.1.0.Final:compile
[DEBUG]          com.sun.jersey:jersey-client:jar:1.17.1:compile
[DEBUG]          com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1:compile
[DEBUG]       org.sonatype.sisu.siesta:siesta-jackson:jar:1.7:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-core:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.core:jackson-databind:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1:compile
[DEBUG]             com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1:compile
[DEBUG]          com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1:compile
[DEBUG]       org.apache.httpcomponents:httpclient:jar:4.3.5:compile (version managed from default) (exclusions managed from default)
[DEBUG]          commons-codec:commons-codec:jar:1.6:compile
[DEBUG]       org.apache.httpcomponents:httpcore:jar:4.3.2:compile (version managed from default)
[DEBUG]       org.slf4j:jcl-over-slf4j:jar:1.7.7:compile (version managed from default)
[DEBUG]       javax.inject:javax.inject:jar:1:compile (version managed from default)
[DEBUG]    org.sonatype.spice.zapper:spice-zapper:jar:1.3:compile
[DEBUG]       org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9:compile
[DEBUG]          org.fusesource.hawtbuf:hawtbuf:jar:1.9:compile
[DEBUG]    org.codehaus.plexus:plexus-utils:jar:3.0.8:compile
[DEBUG]    org.codehaus.plexus:plexus-interpolation:jar:1.15:compile
[DEBUG]    org.sonatype.aether:aether-api:jar:1.13.1:compile
[DEBUG]    ch.qos.logback:logback-core:jar:1.1.2:runtime
[DEBUG]    ch.qos.logback:logback-classic:jar:1.1.2:runtime
[DEBUG] Created new class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG] Importing foreign packages into class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Imported:  < project>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT
[DEBUG] Populating class realm plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8
[DEBUG]   Included: org.sonatype.plugins:nexus-staging-maven-plugin:jar:1.6.8
[DEBUG]   Included: org.sonatype.nexus.maven:nexus-common:jar:1.6.8
[DEBUG]   Included: org.sonatype.plexus:plexus-sec-dispatcher:jar:1.4
[DEBUG]   Included: org.sonatype.plexus:plexus-cipher:jar:1.7
[DEBUG]   Included: com.google.guava:guava:jar:14.0.1
[DEBUG]   Included: org.sonatype.nexus:nexus-client-core:jar:2.14.3-02
[DEBUG]   Included: org.sonatype.nexus.plugins:nexus-restlet1x-model:jar:2.14.3-02
[DEBUG]   Included: com.google.code.findbugs:jsr305:jar:2.0.1
[DEBUG]   Included: com.intellij:annotations:jar:9.0.4
[DEBUG]   Included: commons-io:commons-io:jar:2.4
[DEBUG]   Included: com.thoughtworks.xstream:xstream:jar:1.4.7
[DEBUG]   Included: xmlpull:xmlpull:jar:1.1.3.1
[DEBUG]   Included: xpp3:xpp3_min:jar:1.1.4c
[DEBUG]   Included: joda-time:joda-time:jar:2.2
[DEBUG]   Included: commons-lang:commons-lang:jar:2.6
[DEBUG]   Included: commons-beanutils:commons-beanutils-core:jar:1.8.3
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-client:jar:1.7
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-common:jar:1.7
[DEBUG]   Included: javax.ws.rs:jsr311-api:jar:1.1.1
[DEBUG]   Included: com.sun.jersey:jersey-core:jar:1.17.1
[DEBUG]   Included: javax.validation:validation-api:jar:1.1.0.Final
[DEBUG]   Included: com.sun.jersey:jersey-client:jar:1.17.1
[DEBUG]   Included: com.sun.jersey.contribs:jersey-apache-client4:jar:1.17.1
[DEBUG]   Included: org.sonatype.sisu.siesta:siesta-jackson:jar:1.7
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-annotations:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-core:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.core:jackson-databind:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.jaxrs:jackson-jaxrs-base:jar:2.3.1
[DEBUG]   Included: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:jar:2.3.1
[DEBUG]   Included: org.apache.httpcomponents:httpclient:jar:4.3.5
[DEBUG]   Included: commons-codec:commons-codec:jar:1.6
[DEBUG]   Included: org.apache.httpcomponents:httpcore:jar:4.3.2
[DEBUG]   Included: org.slf4j:jcl-over-slf4j:jar:1.7.7
[DEBUG]   Included: org.sonatype.spice.zapper:spice-zapper:jar:1.3
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf-proto:jar:1.9
[DEBUG]   Included: org.fusesource.hawtbuf:hawtbuf:jar:1.9
[DEBUG]   Included: org.codehaus.plexus:plexus-utils:jar:3.0.8
[DEBUG]   Included: org.codehaus.plexus:plexus-interpolation:jar:1.15
[DEBUG]   Included: ch.qos.logback:logback-core:jar:1.1.2
[DEBUG]   Included: ch.qos.logback:logback-classic:jar:1.1.2
[DEBUG] Configuring mojo org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop from plugin realm ClassRealm[plugin>org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8, parent: sun.misc.Launcher$AppClassLoader@7852e922]
[DEBUG] Configuring mojo 'org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop' with basic configurator -->
[DEBUG]   (f) autoDropAfterRelease = true
[DEBUG]   (f) autoReleaseAfterClose = false
[DEBUG]   (f) detectBuildFailures = true
[DEBUG]   (f) mavenSession = org.apache.maven.execution.MavenSession@7cea0110
[DEBUG]   (f) mojoExecution = org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8:rc-drop {execution: default-cli}
[DEBUG]   (f) nexusUrl = https://jakarta.oss.sonatype.org/
[DEBUG]   (f) offline = false
[DEBUG]   (f) pluginArtifactId = nexus-staging-maven-plugin
[DEBUG]   (f) pluginGroupId = org.sonatype.plugins
[DEBUG]   (f) pluginVersion = 1.6.8
[DEBUG]   (f) serverId = ossrh
[DEBUG]   (f) sslAllowAll = false
[DEBUG]   (f) sslInsecure = false
[DEBUG]   (f) stagingProgressPauseDurationSeconds = 3
[DEBUG]   (f) stagingProgressTimeoutMinutes = 5
[DEBUG]   (f) stagingRepositoryId = jakartaenterprise-1056
[DEBUG] -- end configuration --
[DEBUG] Parameters{pluginGav='org.sonatype.plugins:nexus-staging-maven-plugin:1.6.8', deferredDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/deferred, stagingDirectoryRoot=/home/jenkins/agent/workspace/DropStagingRepo/target/nexus-staging/staging, nexusUrl='https://jakarta.oss.sonatype.org/', serverId='ossrh', keepStagingRepositoryOnCloseRuleFailure=false, keepStagingRepositoryOnFailure=false, skipStagingRepositoryClose=false, autoReleaseAfterClose=false, autoDropAfterRelease=true, stagingProfileId='null', stagingRepositoryId='null', stagingActionMessages=org.sonatype.nexus.maven.staging.StagingActionMessages@6884f0d9, tags=null, stagingProgressTimeoutMinutes=5, stagingProgressPauseDurationSeconds=3, sslInsecure=false, sslAllowAll=false}
[INFO]  + Using server credentials "ossrh" from Maven settings.
[DEBUG] Client created for media-type application/xml; charset=UTF-8 and connection (url=https://jakarta.oss.sonatype.org:443/,authc=UsernamePasswordAuthenticationInfo[username=3xeyxD7z, password=****],sslCertificateValidation=STRICT,sslCertificateHostnameValidation=LAX)
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client out-bound request
1 > GET https://jakarta.oss.sonatype.org:443/service/local/status
1 > Content-Type: application/xml; charset=UTF-8
1 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 0 of 2; total allocated: 0 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connecting to jakarta.oss.sonatype.org:443
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/status HTTP/1.1
[DEBUG]  >> "GET /service/local/status HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: jakarta.oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/status HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: jakarta.oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Wed, 23 Feb 2022 00:17:01 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1277[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Wed, 23 Feb 2022 00:17:01 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1277
[DEBUG] << Connection: keep-alive
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<status>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <appName>Nexus Repository Manager</appName>[\n]"
[DEBUG]  << "    <formattedAppName>Nexus Repository Manager 2.14.21-02&lt;br&gt;License expires in 37 days. &lt;a href=&quot;http://links.sonatype.com/products/nexus/pro/store&quot; target=&quot;new&quot;&gt;Renew Now&lt;/a&gt;.</formattedAppName>[\n]"
[DEBUG]  << "    <version>2.14.21-02</version>[\n]"
[DEBUG]  << "    <apiVersion>2.14.21-02</apiVersion>[\n]"
[DEBUG]  << "    <editionLong>Professional</editionLong>[\n]"
[DEBUG]  << "    <editionShort>PRO</editionShort>[\n]"
[DEBUG]  << "    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>[\n]"
[DEBUG]  << "    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>[\n]"
[DEBUG]  << "    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>[\n]"
[DEBUG]  << "    <state>STARTED</state>[\n]"
[DEBUG]  << "    <initializedAt>2021-12-18 22:46:53.256 UTC</initializedAt>[\n]"
[DEBUG]  << "    <startedAt>2021-12-18 22:46:58.789 UTC</startedAt>[\n]"
[DEBUG]  << "    <lastConfigChange>2021-12-18 22:46:58.788 UTC</lastConfigChange>[\n]"
[DEBUG]  << "    <firstStart>false</firstStart>[\n]"
[DEBUG]  << "    <instanceUpgraded>true</instanceUpgraded>[\n]"
[DEBUG]  << "    <configurationUpgraded>false</configurationUpgraded>[\n]"
[DEBUG]  << "    <baseUrl>https://jakarta.oss.sonatype.org</baseUrl>[\n]"
[DEBUG]  << "    <licenseInstalled>true</licenseInstalled>[\n]"
[DEBUG]  << "    <licenseExpired>false</licenseExpired>[\n]"
[DEBUG]  << "    <trialLicense>false</trialLicense>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</status>"
[DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 1 * Client in-bound response
1 < 200
1 < Date: Wed, 23 Feb 2022 00:17:01 GMT
1 < Content-Type: application/xml; charset=UTF-8
1 < Content-Length: 1277
1 < Connection: keep-alive
1 < X-Frame-Options: SAMEORIGIN
1 < X-Content-Type-Options: nosniff
1 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
1 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
1 < 
<status>
  <data>
    <appName>Nexus Repository Manager</appName>
    <formattedAppName>Nexus Repository Manager 2.14.21-02&lt;br&gt;License expires in 37 days. &lt;a href=&quot;http://links.sonatype.com/products/nexus/pro/store&quot; target=&quot;new&quot;&gt;Renew Now&lt;/a&gt;.</formattedAppName>
    <version>2.14.21-02</version>
    <apiVersion>2.14.21-02</apiVersion>
    <editionLong>Professional</editionLong>
    <editionShort>PRO</editionShort>
    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>
    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>
    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>
    <state>STARTED</state>
    <initializedAt>2021-12-18 22:46:53.256 UTC</initializedAt>
    <startedAt>2021-12-18 22:46:58.789 UTC</startedAt>
    <lastConfigChange>2021-12-18 22:46:58.788 UTC</lastConfigChange>
    <firstStart>false</firstStart>
    <instanceUpgraded>true</instanceUpgraded>
    <configurationUpgraded>false</configurationUpgraded>
    <baseUrl>https://jakarta.oss.sonatype.org</baseUrl>
    <licenseInstalled>true</licenseInstalled>
    <licenseExpired>false</licenseExpired>
    <trialLicense>false</trialLicense>
  </data>
</status>

[DEBUG] Connected, received NexusStatus [appName=Nexus Repository Manager, version=2.14.21-02, editionShort=PRO] 
[INFO]  * Connected to Nexus at https://jakarta.oss.sonatype.org:443/, is version 2.14.21-02 and edition "Professional"
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client out-bound request
2 > GET https://jakarta.oss.sonatype.org:443/service/local/status
2 > Content-Type: application/xml; charset=UTF-8
2 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/status HTTP/1.1
[DEBUG]  >> "GET /service/local/status HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: jakarta.oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/status HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: jakarta.oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Wed, 23 Feb 2022 00:17:01 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1277[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Wed, 23 Feb 2022 00:17:01 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1277
[DEBUG] << Connection: keep-alive
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<status>[\n]"
[DEBUG]  << "  <data>[\n]"
[DEBUG]  << "    <appName>Nexus Repository Manager</appName>[\n]"
[DEBUG]  << "    <formattedAppName>Nexus Repository Manager 2.14.21-02&lt;br&gt;License expires in 37 days. &lt;a href=&quot;http://links.sonatype.com/products/nexus/pro/store&quot; target=&quot;new&quot;&gt;Renew Now&lt;/a&gt;.</formattedAppName>[\n]"
[DEBUG]  << "    <version>2.14.21-02</version>[\n]"
[DEBUG]  << "    <apiVersion>2.14.21-02</apiVersion>[\n]"
[DEBUG]  << "    <editionLong>Professional</editionLong>[\n]"
[DEBUG]  << "    <editionShort>PRO</editionShort>[\n]"
[DEBUG]  << "    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>[\n]"
[DEBUG]  << "    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>[\n]"
[DEBUG]  << "    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>[\n]"
[DEBUG]  << "    <state>STARTED</state>[\n]"
[DEBUG]  << "    <initializedAt>2021-12-18 22:46:53.256 UTC</initializedAt>[\n]"
[DEBUG]  << "    <startedAt>2021-12-18 22:46:58.789 UTC</startedAt>[\n]"
[DEBUG]  << "    <lastConfigChange>2021-12-18 22:46:58.788 UTC</lastConfigChange>[\n]"
[DEBUG]  << "    <firstStart>false</firstStart>[\n]"
[DEBUG]  << "    <instanceUpgraded>true</instanceUpgraded>[\n]"
[DEBUG]  << "    <configurationUpgraded>false</configurationUpgraded>[\n]"
[DEBUG]  << "    <baseUrl>https://jakarta.oss.sonatype.org</baseUrl>[\n]"
[DEBUG]  << "    <licenseInstalled>true</licenseInstalled>[\n]"
[DEBUG]  << "    <licenseExpired>false</licenseExpired>[\n]"
[DEBUG]  << "    <trialLicense>false</trialLicense>[\n]"
[DEBUG]  << "  </data>[\n]"
[DEBUG]  << "</status>"
[DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 2 * Client in-bound response
2 < 200
2 < Date: Wed, 23 Feb 2022 00:17:01 GMT
2 < Content-Type: application/xml; charset=UTF-8
2 < Content-Length: 1277
2 < Connection: keep-alive
2 < X-Frame-Options: SAMEORIGIN
2 < X-Content-Type-Options: nosniff
2 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
2 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
2 < 
<status>
  <data>
    <appName>Nexus Repository Manager</appName>
    <formattedAppName>Nexus Repository Manager 2.14.21-02&lt;br&gt;License expires in 37 days. &lt;a href=&quot;http://links.sonatype.com/products/nexus/pro/store&quot; target=&quot;new&quot;&gt;Renew Now&lt;/a&gt;.</formattedAppName>
    <version>2.14.21-02</version>
    <apiVersion>2.14.21-02</apiVersion>
    <editionLong>Professional</editionLong>
    <editionShort>PRO</editionShort>
    <attributionsURL>http://links.sonatype.com/products/nexus/pro/attributions</attributionsURL>
    <purchaseURL>http://links.sonatype.com/products/nexus/pro/store</purchaseURL>
    <userLicenseURL>http://links.sonatype.com/products/nexus/pro/eula</userLicenseURL>
    <state>STARTED</state>
    <initializedAt>2021-12-18 22:46:53.256 UTC</initializedAt>
    <startedAt>2021-12-18 22:46:58.789 UTC</startedAt>
    <lastConfigChange>2021-12-18 22:46:58.788 UTC</lastConfigChange>
    <firstStart>false</firstStart>
    <instanceUpgraded>true</instanceUpgraded>
    <configurationUpgraded>false</configurationUpgraded>
    <baseUrl>https://jakarta.oss.sonatype.org</baseUrl>
    <licenseInstalled>true</licenseInstalled>
    <licenseExpired>false</licenseExpired>
    <trialLicense>false</trialLicense>
  </data>
</status>

[DEBUG] Using staging v3 service
[DEBUG] Using progressTimeoutMinutes=5, progressPauseDurationSeconds=3
[INFO] RC-Dropping staging repository with IDs=[jakartaenterprise-1056]
[DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: POST /service/local/staging/bulk/drop HTTP/1.1
[DEBUG]  >> "POST /service/local/staging/bulk/drop HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Content-Length: 280[\r][\n]"
[DEBUG]  >> "Host: jakarta.oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> POST /service/local/staging/bulk/drop HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Content-Length: 280
[DEBUG] >> Host: jakarta.oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=
[DEBUG]  >> "<stagingActionRequest><data><stagedRepositoryIds><string>jakartaenterprise-1056</string></stagedRepositoryIds><description>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT</description><autoDropAfterRelease>false</autoDropAfterRelease></data></stagingActionRequest>"
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 3 * Client out-bound request
3 > POST https://jakarta.oss.sonatype.org:443/service/local/staging/bulk/drop
3 > Content-Type: application/xml; charset=UTF-8
3 > Accept: application/xml; charset=UTF-8
<stagingActionRequest><data><stagedRepositoryIds><string>jakartaenterprise-1056</string></stagedRepositoryIds><description>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.1-SNAPSHOT</description><autoDropAfterRelease>false</autoDropAfterRelease></data></stagingActionRequest>

[DEBUG]  << "HTTP/1.1 201 Created[\r][\n]"
[DEBUG]  << "Date: Wed, 23 Feb 2022 00:17:01 GMT[\r][\n]"
[DEBUG]  << "Content-Length: 0[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 201 Created
[DEBUG] << HTTP/1.1 201 Created
[DEBUG] << Date: Wed, 23 Feb 2022 00:17:01 GMT
[DEBUG] << Content-Length: 0
[DEBUG] << Connection: keep-alive
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 3 * Client in-bound response
3 < 201
3 < Date: Wed, 23 Feb 2022 00:17:01 GMT
3 < Content-Length: 0
3 < Connection: keep-alive
3 < X-Frame-Options: SAMEORIGIN
3 < X-Content-Type-Options: nosniff
3 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
3 < 

[DEBUG] Monitoring transition of repositories: jakartaenterprise-1056
[DEBUG] START
[DEBUG] TICK at 115.2 μs
[DEBUG] Checking repository: jakartaenterprise-1056
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 4 * Client out-bound request
4 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1056
4 > Content-Type: application/xml; charset=UTF-8
4 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: jakarta.oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: jakarta.oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=
[DEBUG]  << "HTTP/1.1 200 OK[\r][\n]"
[DEBUG]  << "Date: Wed, 23 Feb 2022 00:17:01 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 1120[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 200 OK
[DEBUG] << HTTP/1.1 200 OK
[DEBUG] << Date: Wed, 23 Feb 2022 00:17:01 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 1120
[DEBUG] << Connection: keep-alive
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<stagingProfileRepository>[\n]"
[DEBUG]  << "  <profileId>3ce2ebe2284e</profileId>[\n]"
[DEBUG]  << "  <profileName>jakarta.enterprise</profileName>[\n]"
[DEBUG]  << "  <profileType>repository</profileType>[\n]"
[DEBUG]  << "  <repositoryId>jakartaenterprise-1056</repositoryId>[\n]"
[DEBUG]  << "  <type>closed</type>[\n]"
[DEBUG]  << "  <policy>release</policy>[\n]"
[DEBUG]  << "  <userId>cdi-bot</userId>[\n]"
[DEBUG]  << "  <userAgent>Nexus-Client/2.14.3-02</userAgent>[\n]"
[DEBUG]  << "  <ipAddress>198.41.30.213</ipAddress>[\n]"
[DEBUG]  << "  <repositoryURI>https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1056</repositoryURI>[\n]"
[DEBUG]  << "  <created>2022-02-22T21:42:29.571Z</created>[\n]"
[DEBUG]  << "  <createdDate>Tue Feb 22 21:42:29 UTC 2022</createdDate>[\n]"
[DEBUG]  << "  <createdTimestamp>1645566149571</createdTimestamp>[\n]"
[DEBUG]  << "  <updated>2022-02-22T21:42:35.428Z</updated>[\n]"
[DEBUG]  << "  <updatedDate>Tue Feb 22 21:42:35 UTC 2022</updatedDate>[\n]"
[DEBUG]  << "  <updatedTimestamp>1645566155428</updatedTimestamp>[\n]"
[DEBUG]  << "  <description>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.0</description>[\n]"
[DEBUG]  << "  <provider>maven2</provider>[\n]"
[DEBUG]  << "  <releaseRepositoryId>releases</releaseRepositoryId>[\n]"
[DEBUG]  << "  <releaseRepositoryName>Releases</releaseRepositoryName>[\n]"
[DEBUG]  << "  <notifications>0</notifications>[\n]"
[DEBUG]  << "  <transitioning>true</transitioning>[\n]"
[DEBUG]  << "</stagingProfileRepository>"
[DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Feb 23, 2022 12:17:01 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 4 * Client in-bound response
4 < 200
4 < Date: Wed, 23 Feb 2022 00:17:01 GMT
4 < Content-Type: application/xml; charset=UTF-8
4 < Content-Length: 1120
4 < Connection: keep-alive
4 < X-Frame-Options: SAMEORIGIN
4 < X-Content-Type-Options: nosniff
4 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
4 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
4 < 
<stagingProfileRepository>
  <profileId>3ce2ebe2284e</profileId>
  <profileName>jakarta.enterprise</profileName>
  <profileType>repository</profileType>
  <repositoryId>jakartaenterprise-1056</repositoryId>
  <type>closed</type>
  <policy>release</policy>
  <userId>cdi-bot</userId>
  <userAgent>Nexus-Client/2.14.3-02</userAgent>
  <ipAddress>198.41.30.213</ipAddress>
  <repositoryURI>https://jakarta.oss.sonatype.org/content/repositories/jakartaenterprise-1056</repositoryURI>
  <created>2022-02-22T21:42:29.571Z</created>
  <createdDate>Tue Feb 22 21:42:29 UTC 2022</createdDate>
  <createdTimestamp>1645566149571</createdTimestamp>
  <updated>2022-02-22T21:42:35.428Z</updated>
  <updatedDate>Tue Feb 22 21:42:35 UTC 2022</updatedDate>
  <updatedTimestamp>1645566155428</updatedTimestamp>
  <description>jakarta.enterprise:jakarta.enterprise.cdi-parent:4.0.0</description>
  <provider>maven2</provider>
  <releaseRepositoryId>releases</releaseRepositoryId>
  <releaseRepositoryName>Releases</releaseRepositoryName>
  <notifications>0</notifications>
  <transitioning>true</transitioning>
</stagingProfileRepository>

[DEBUG] PAUSE at 97.80 ms
[DEBUG] TICK at 3.098 s
[DEBUG] Checking repository: jakartaenterprise-1056
Feb 23, 2022 12:17:04 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 5 * Client out-bound request
5 > GET https://jakarta.oss.sonatype.org:443/service/local/staging/repository/jakartaenterprise-1056
5 > Content-Type: application/xml; charset=UTF-8
5 > Accept: application/xml; charset=UTF-8

[DEBUG] Connection request: [route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Connection leased: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 0; route allocated: 1 of 2; total allocated: 1 of 20]
[DEBUG] Stale connection check
[DEBUG] CookieSpec selected: best-match
[DEBUG] Re-using cached 'basic' auth scheme for https://jakarta.oss.sonatype.org:443
[DEBUG] Target auth state: CHALLENGED
[DEBUG] Proxy auth state: UNCHALLENGED
[DEBUG] Attempt 1 to execute request
[DEBUG] Sending request: GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1
[DEBUG]  >> "GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1[\r][\n]"
[DEBUG]  >> "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Accept: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  >> "Host: jakarta.oss.sonatype.org:443[\r][\n]"
[DEBUG]  >> "Connection: Keep-Alive[\r][\n]"
[DEBUG]  >> "User-Agent: Nexus-Client/2.14.3-02[\r][\n]"
[DEBUG]  >> "Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=[\r][\n]"
[DEBUG]  >> "[\r][\n]"
[DEBUG] >> GET /service/local/staging/repository/jakartaenterprise-1056 HTTP/1.1
[DEBUG] >> Content-Type: application/xml; charset=UTF-8
[DEBUG] >> Accept: application/xml; charset=UTF-8
[DEBUG] >> Host: jakarta.oss.sonatype.org:443
[DEBUG] >> Connection: Keep-Alive
[DEBUG] >> User-Agent: Nexus-Client/2.14.3-02
[DEBUG] >> Authorization: Basic M3hleXhEN3o6UFRaUDlhUFhDaGhQdGdjbDIrRC9hcnZ6K3dpUC8zYmZ5cE1iT29zYllweVg=
[DEBUG]  << "HTTP/1.1 404 Not Found[\r][\n]"
[DEBUG]  << "Date: Wed, 23 Feb 2022 00:17:04 GMT[\r][\n]"
[DEBUG]  << "Content-Type: application/xml; charset=UTF-8[\r][\n]"
[DEBUG]  << "Content-Length: 153[\r][\n]"
[DEBUG]  << "Connection: keep-alive[\r][\n]"
[DEBUG]  << "X-Frame-Options: SAMEORIGIN[\r][\n]"
[DEBUG]  << "X-Content-Type-Options: nosniff[\r][\n]"
[DEBUG]  << "Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8[\r][\n]"
[DEBUG]  << "Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept[\r][\n]"
[DEBUG]  << "[\r][\n]"
[DEBUG] Receiving response: HTTP/1.1 404 Not Found
[DEBUG] << HTTP/1.1 404 Not Found
[DEBUG] << Date: Wed, 23 Feb 2022 00:17:04 GMT
[DEBUG] << Content-Type: application/xml; charset=UTF-8
[DEBUG] << Content-Length: 153
[DEBUG] << Connection: keep-alive
[DEBUG] << X-Frame-Options: SAMEORIGIN
[DEBUG] << X-Content-Type-Options: nosniff
[DEBUG] << Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
[DEBUG] << Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
[DEBUG] Connection can be kept alive indefinitely
[DEBUG] Authentication succeeded
[DEBUG]  << "<nexus-error>[\n]"
[DEBUG]  << "  <errors>[\n]"
[DEBUG]  << "    <error>[\n]"
[DEBUG]  << "      <id>*</id>[\n]"
[DEBUG]  << "      <msg>No such repository: jakartaenterprise-1056</msg>[\n]"
[DEBUG]  << "    </error>[\n]"
[DEBUG]  << "  </errors>[\n]"
[DEBUG]  << "</nexus-error>"
[DEBUG] Connection [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443] can be kept alive indefinitely
[DEBUG] Connection released: [id: 0][route: {s}->https://jakarta.oss.sonatype.org:443][total kept alive: 1; route allocated: 1 of 2; total allocated: 1 of 20]
Feb 23, 2022 12:17:04 AM com.sun.jersey.api.client.filter.LoggingFilter log
INFO: 5 * Client in-bound response
5 < 404
5 < Date: Wed, 23 Feb 2022 00:17:04 GMT
5 < Content-Type: application/xml; charset=UTF-8
5 < Content-Length: 153
5 < Connection: keep-alive
5 < X-Frame-Options: SAMEORIGIN
5 < X-Content-Type-Options: nosniff
5 < Server: Nexus/2.14.21-02 Noelios-Restlet-Engine/1.1.6-SONATYPE-5348-V8
5 < Vary: Accept-Charset, Accept-Encoding, Accept-Language, Accept
5 < 
<nexus-error>
  <errors>
    <error>
      <id>*</id>
      <msg>No such repository: jakartaenterprise-1056</msg>
    </error>
  </errors>
</nexus-error>

[DEBUG] Repository was removed; stop watching it
[DEBUG] jakartaenterprise-1056 REMOVED
[DEBUG] STOP after 3.128 s
[INFO] Dropped
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for jakarta.enterprise.cdi-parent 4.0.1-SNAPSHOT:
[INFO] 
[INFO] jakarta.enterprise.cdi-parent ...................... SUCCESS [  4.641 s]
[INFO] jakarta.enterprise.cdi-spec-doc .................... SKIPPED
[INFO] CDI Language Model ................................. SKIPPED
[INFO] CDI APIs ........................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  9.767 s
[INFO] Finished at: 2022-02-23T00:17:04Z
[INFO] ------------------------------------------------------------------------
+ exit 0
Finished: SUCCESS