Skip to content
Failed

Console Output

Started by user Scott M Stark
Running as Scott M Stark
Agent default-agent-ckf72 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-ckf72"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cdi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-ckf72"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-ckf72"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cdi.svc.cluster.local/cdi/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:d7df679b5f7337f1bf77922400a148b80e3c483ccba72933a18f0c87be98f8b1"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cdi"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on default-agent-ckf72 in workspace /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-A2lzMMhNXncm/agent.57
SSH_AGENT_PID=59
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease@tmp/private_key_5386570317635460637.key (/home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease@tmp/private_key_5386570317635460637.key)
[ssh-agent] Using credentials genie.cdi (ssh://genie.cdi@projects-storage.eclipse.org)
using credential b6fb38e4-4324-4ff4-9e8a-ebc1104f05fb
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/injection-api
 > git init /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/injection-api
 > git --version # timeout=10
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-api +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://github.com/eclipse-ee4j/injection-api # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/injection-api # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/injection-api
using GIT_ASKPASS to set credentials GitHub bot
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/injection-api +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision fafca4e32bfc55fc48d5f0cff690875b08fca3ff (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fafca4e32bfc55fc48d5f0cff690875b08fca3ff
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master fafca4e32bfc55fc48d5f0cff690875b08fca3ff
Commit message: "Update version to 2.0.0-SNAPSHOT"
 > git rev-list --no-walk fafca4e32bfc55fc48d5f0cff690875b08fca3ff # timeout=10
[DependencyInjectionFreestyleRelease] $ /bin/bash -e /tmp/jenkins4715580736620051947.sh
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 928B20E9AD5298CC: public key "Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 928B20E9AD5298CC: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
Secret subkeys are available.

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ unknown] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2024-07-22
pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/928B20E9AD5298CC
     created: 2019-07-24  expires: 2024-07-22  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/0AA3E5C3D232E79B
     created: 2019-07-24  expires: 2024-07-22  usage: S   
[ultimate] (1). Jakarta Contexts and Dependency Injection <cdi-dev@eclipse.org>

[DependencyInjectionFreestyleRelease] $ /bin/bash -ex /tmp/jenkins9109222785498650043.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
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
++ mvn -version
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
+ TEST_MVN='Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
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: "3.10.0-1062.7.1.el7.x86_64", arch: "amd64", family: "unix"'
+ echo 'Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
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: "3.10.0-1062.7.1.el7.x86_64", arch: "amd64", family: "unix"'
Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
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: "3.10.0-1062.7.1.el7.x86_64", arch: "amd64", family: "unix"
+ echo ' '
 
+ RELEASE_TAG=2.0.0.RC1
+ echo 'Release version: 2.0.0.RC1'
Release version: 2.0.0.RC1
+ echo 'Next version:    2.0.0-SNAPSHOT'
Next version:    2.0.0-SNAPSHOT
+ MVN_DRY_RUN=
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=nexus-staging:deploy
+ git config --global user.email cdi-bot@eclipse.org
+ git config --global user.name 'Eclipse CDI Bot'
+ echo '-[ Release ]-------------------------------------------------------------'
-[ Release ]-------------------------------------------------------------
+ mvn --batch-mode -s /home/jenkins/.m2/settings.xml -Dtag=2.0.0.RC1 -Poss-release -Pstaging -DreleaseVersion=2.0.0.RC1 -DdevelopmentVersion=2.0.0-SNAPSHOT -Dproject.scm.developerConnection=scm:git:ssh://cdi-bot@eclipse.org/eclipse-ee4j/injection-api.git release:prepare release:perform
Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
[INFO] Scanning for projects...
[WARNING] 
[WARNING] Some problems were encountered while building the effective model for jakarta.inject:jakarta.inject-api:jar:2.0.0-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 81, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 85, column 15
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, 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 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] -----------------< jakarta.inject:jakarta.inject-api >------------------
[INFO] Building Jakarta Dependency Injection 2.0.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ jakarta.inject-api ---
[INFO] Verifying that there are no local modifications...
[INFO]   ignoring changes on: **/pom.xml.releaseBackup, **/pom.xml.next, **/pom.xml.tag, **/pom.xml.branch, **/release.properties, **/pom.xml.backup
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[WARNING] Ignoring unrecognized line: ?? release.properties
[INFO] Checking dependencies and plugins for snapshots ...
[INFO] Transforming 'Jakarta Dependency Injection'...
[INFO] Not generating release POMs
[INFO] Executing goals 'clean verify'...
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && /opt/tools/apache-maven/latest/bin/mvn -s /tmp/release-settings8930093563893219018.xml clean verify --no-plugin-updates --batch-mode -Poss-release -P oss-release,staging
    Picked up JAVA_TOOL_OPTIONS: -XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
    Picked up _JAVA_OPTIONS: -XX:MaxRAMPercentage=64.0
    [WARNING] Command line option -npu is deprecated and will be removed in future Maven versions.
    [INFO] Scanning for projects...
    [WARNING] 
    [WARNING] Some problems were encountered while building the effective model for jakarta.inject:jakarta.inject-api:jar:2.0.0.RC1
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ line 81, column 15
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ line 85, column 15
    [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-enforcer-plugin is missing. @ org.eclipse.ee4j:project:1.0.5, /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom, line 162, 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 1 modules...
    [INFO] Installing Nexus Staging features:
    [INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
    [INFO] 
    [INFO] -----------------< jakarta.inject:jakarta.inject-api >------------------
    [INFO] Building Jakarta Dependency Injection 2.0.0.RC1
    [INFO] --------------------------------[ jar ]---------------------------------
    [INFO] 
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jakarta.inject-api ---
    [INFO] 
    [INFO] --- maven-enforcer-plugin:3.0.0-M3:enforce (enforce-maven) @ jakarta.inject-api ---
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jakarta.inject-api ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/src/main/resources
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ jakarta.inject-api ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/classes
    [INFO] 
    [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jakarta.inject-api ---
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/src/test/resources
    [INFO] 
    [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ jakarta.inject-api ---
    [INFO] No sources to compile
    [INFO] 
    [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jakarta.inject-api ---
    [INFO] No tests to run.
    [INFO] 
    [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ jakarta.inject-api ---
    [INFO] Building jar: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/jakarta.inject-api-2.0.0.RC1.jar
    [INFO] 
    [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ jakarta.inject-api ---
    [INFO] Building jar: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/jakarta.inject-api-2.0.0.RC1-sources.jar
    [INFO] 
    [INFO] --- maven-javadoc-plugin:3.1.1:jar (attach-javadocs) @ jakarta.inject-api ---
    [INFO] 
    Loading source files for package jakarta.inject...
    Constructing Javadoc information...
    Standard Doclet version 1.8.0_202
    Building tree for all the packages and classes...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Inject.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Named.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Provider.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Qualifier.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Scope.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/Singleton.html...
    Copying file /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/src/main/javadoc/doc-files/speclicense.html to directory /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/doc-files...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/package-frame.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/package-summary.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/package-tree.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/constant-values.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Singleton.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Scope.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Qualifier.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Provider.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Named.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/class-use/Inject.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/jakarta/inject/package-use.html...
    Building index for all the packages and classes...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/overview-tree.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/index-all.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/deprecated-list.html...
    Building index for all classes...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/allclasses-frame.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/allclasses-noframe.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/index.html...
    Generating /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/apidocs/help-doc.html...
    [INFO] Building jar: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease/target/jakarta.inject-api-2.0.0.RC1-javadoc.jar
    [INFO] 
    [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ jakarta.inject-api ---
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time:  01:33 min
    [INFO] Finished at: 2019-12-14T03:09:12Z
    [INFO] ------------------------------------------------------------------------
[INFO] Checking in modified POMs...
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git add -- pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git rev-parse --show-toplevel
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git status --porcelain .
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup
[WARNING] Ignoring unrecognized line: ?? release.properties
[WARNING] Ignoring unrecognized line: ?? target/
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git commit --verbose -F /tmp/maven-scm-1685140286.commit pom.xml
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git symbolic-ref HEAD
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] Executing: /bin/sh -c cd /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease && git push ssh:********@github.com/eclipse-ee4j/injection-api.git refs/heads/master:refs/heads/master
[INFO] Working directory: /home/jenkins/agent/workspace/DependencyInjectionFreestyleRelease
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:01 min
[INFO] Finished at: 2019-12-14T03:09:13Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project jakarta.inject-api: Unable to commit files
[ERROR] Provider message:
[ERROR] The git-push command failed.
[ERROR] Command output:
[ERROR] git@github.com: Permission denied (publickey).
[ERROR] fatal: Could not read from remote repository.
[ERROR] 
[ERROR] Please make sure you have the correct access rights
[ERROR] and the repository exists.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 59 killed;
[ssh-agent] Stopped.
Finished: FAILURE