Skip to content

Console Output

Started by user Tom Jenkinson
Agent default-java-zz4px is provisioned from template Kubernetes Pod Template
Agent specification [Kubernetes Pod Template] (): 

[EnvInject] - Loading node environment variables.
Building remotely on default-java-zz4px in workspace /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release
[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-yRLPLP4GCSnD/agent.91
SSH_AGENT_PID=93
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_295414240244228806.key (/home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release@tmp/private_key_295414240244228806.key)
[ssh-agent] Using credentials jta-bot (GitHub Bot SSH)
Cloning the remote Git repository
Cloning repository git@github.com:eclipse-ee4j/jta-api.git
 > git init /home/jenkins/workspace/eclipse-ee4j_jta-api-EE4J_8-release # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git
 > git --version # timeout=10
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git@github.com:eclipse-ee4j/jta-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@github.com:eclipse-ee4j/jta-api.git # timeout=10
Fetching upstream changes from git@github.com:eclipse-ee4j/jta-api.git
using GIT_SSH to set credentials GitHub Bot SSH
 > git fetch --tags --progress git@github.com:eclipse-ee4j/jta-api.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/EE4J_8^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/EE4J_8^{commit} # timeout=10
Checking out Revision 559258bae9562373d857801628a9fe61bdc11c62 (refs/remotes/origin/EE4J_8)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 559258bae9562373d857801628a9fe61bdc11c62
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b EE4J_8 559258bae9562373d857801628a9fe61bdc11c62
Commit message: "Issue 27 revert to just the bundle symbolic name"
 > git rev-list --no-walk 455ed6a1bc5e14b27389d00efa5f3fcf0c97173b # timeout=10
provisioning config files...
copy managed file [settings-security.xml] to file:/home/jenkins/.m2/settings-security.xml
copy managed file [settings-jta.xml] to file:/home/jenkins/.m2/settings-jta.xml
[eclipse-ee4j_jta-api-EE4J_8-release] $ /bin/bash -ex /tmp/jenkins4740387684648269012.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
+ VERSIONS_PLUGIN=org.codehaus.mojo:versions-maven-plugin:2.5
+ HELP_PLUGIN=org.apache.maven.plugins:maven-help-plugin:2.1.1
+ grep '<version>' pom.xml
+ grep SNAPSHOT
    <version>1.3.2-SNAPSHOT</version>
++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.version
++ grep -E '^[0-9]+(\.[0-9]+)+-SNAPSHOT$'
+ SNAPSHOT_VERSION=1.3.2-SNAPSHOT
+ '[' -z '' ']'
+ '[' -z 1.3.2-SNAPSHOT ']'
++ echo 1.3.2-SNAPSHOT
++ sed -e s/-SNAPSHOT//
+ RELEASE_VERSION=1.3.2
+ '[' -z '' ']'
++ echo 1.3.2
++ sed -e 's/\([0-9][0-9]*\.[0-9][0-9]*\).*/\1/'
+ NEXT_VERSION=1.3
+ set -f
+ NEXT_COMPONENTS=(${RELEASE_VERSION//\./ })
+ LAST_INDEX=2
+ NEXT_COMPONENTS[${LAST_INDEX}]=3
++ echo 1 3 3
++ tr ' ' .
+ NEXT_VERSION=1.3.3-SNAPSHOT
+ RELEASE_TAG=1.3.2
+ echo 'Current version: 1.3.2-SNAPSHOT'
Current version: 1.3.2-SNAPSHOT
+ echo 'Release version: 1.3.2'
Release version: 1.3.2
+ echo 'Next version:    1.3.3-SNAPSHOT'
Next version:    1.3.3-SNAPSHOT
+ echo 'Release tag:     1.3.2'
Release tag:     1.3.2
+ '[' -z 1.3.2-SNAPSHOT -o -z 1.3.2 -o -z 1.3.3-SNAPSHOT ']'
+ '[' false = true ']'
+ MVN_DEPLOY_ARGS=deploy:deploy
++ git remote
+ GIT_ORIGIN=origin
+ echo '-[ Release tag cleanup ]--------------------------------------------------------'
-[ Release tag cleanup ]--------------------------------------------------------
++ git ls-remote --tags origin
++ grep 1.3.2
Failed to add the RSA host key for IP address '192.30.253.112' to the list of known hosts (/home/jenkins/.ssh/known_hosts).
+ [[ -n '' ]]
+ git tag --delete 1.3.2
error: tag '1.3.2' not found.
+ git config --global user.email jta-bot@eclipse.org
+ git config --global user.name 'Eclipse JTA Bot'
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: key 9B26CED3E3BA51C3: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 9B26CED3E3BA51C3: public key "Eclipse Project for JTA <jta-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 9B26CED3E3BA51C3: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 1A2A6D7F079CF627566ABD869B26CED3E3BA51C3 trust
Secret subkeys are available.

pub  rsa4096/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ unknown] (1). Eclipse Project for JTA <jta-dev@eclipse.org>

pub  rsa4096/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ unknown] (1). Eclipse Project for JTA <jta-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/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ unknown] (1). Eclipse Project for JTA <jta-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key 47EF0EC60C210BC6DFAA5819B7AE15C15C321C44 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2023-09-28
pub  rsa4096/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ultimate] (1). Eclipse Project for JTA <jta-dev@eclipse.org>

pub  rsa4096/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ultimate] (1). Eclipse Project for JTA <jta-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/9B26CED3E3BA51C3
     created: 2018-09-29  expires: 2023-09-28  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/B7AE15C15C321C44
     created: 2018-09-29  expires: 2023-09-28  usage: S   
[ultimate] (1). Eclipse Project for JTA <jta-dev@eclipse.org>

++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.artifactId
++ grep -Ev '(^\[)'
+ ARTIFACT_ID=jakarta.transaction-api
++ ++ mvn -B org.apache.maven.plugins:maven-help-plugin:2.1.1:evaluate -Dexpression=project.groupId
grep -Ev '(^\[)'
+ GROUP_ID=jakarta.transaction
+ echo '-[ Set release version ]--------------------------------------------------------'
-[ Set release version ]--------------------------------------------------------
+ mvn -U -C -DnewVersion=1.3.2 -DgenerateBackupPoms=false clean org.codehaus.mojo:versions-maven-plugin:2.5:set
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.pom
Progress (1): 2.8/17 kB
Progress (1): 5.5/17 kB
Progress (1): 8.3/17 kB
Progress (1): 11/17 kB 
Progress (1): 14/17 kB
Progress (1): 16/17 kB
Progress (1): 17 kB   
                   
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.pom (17 kB at 2.8 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.jar
Progress (1): 2.2/306 kB
Progress (1): 5.0/306 kB
Progress (1): 7.7/306 kB
Progress (1): 10/306 kB 
Progress (1): 13/306 kB
Progress (1): 16/306 kB
Progress (1): 19/306 kB
Progress (1): 21/306 kB
Progress (1): 24/306 kB
Progress (1): 27/306 kB
Progress (1): 30/306 kB
Progress (1): 32/306 kB
Progress (1): 36/306 kB
Progress (1): 40/306 kB
Progress (1): 45/306 kB
Progress (1): 49/306 kB
Progress (1): 53/306 kB
Progress (1): 57/306 kB
Progress (1): 61/306 kB
Progress (1): 65/306 kB
Progress (1): 69/306 kB
Progress (1): 73/306 kB
Progress (1): 77/306 kB
Progress (1): 81/306 kB
Progress (1): 85/306 kB
Progress (1): 90/306 kB
Progress (1): 94/306 kB
Progress (1): 98/306 kB
Progress (1): 102/306 kB
Progress (1): 106/306 kB
Progress (1): 110/306 kB
Progress (1): 114/306 kB
Progress (1): 118/306 kB
Progress (1): 122/306 kB
Progress (1): 126/306 kB
Progress (1): 131/306 kB
Progress (1): 135/306 kB
Progress (1): 139/306 kB
Progress (1): 143/306 kB
Progress (1): 147/306 kB
Progress (1): 151/306 kB
Progress (1): 155/306 kB
Progress (1): 159/306 kB
Progress (1): 163/306 kB
Progress (1): 167/306 kB
Progress (1): 171/306 kB
Progress (1): 176/306 kB
Progress (1): 180/306 kB
Progress (1): 184/306 kB
Progress (1): 188/306 kB
Progress (1): 192/306 kB
Progress (1): 196/306 kB
Progress (1): 200/306 kB
Progress (1): 204/306 kB
Progress (1): 208/306 kB
Progress (1): 212/306 kB
Progress (1): 217/306 kB
Progress (1): 221/306 kB
Progress (1): 225/306 kB
Progress (1): 229/306 kB
Progress (1): 233/306 kB
Progress (1): 237/306 kB
Progress (1): 241/306 kB
Progress (1): 245/306 kB
Progress (1): 249/306 kB
Progress (1): 253/306 kB
Progress (1): 258/306 kB
Progress (1): 262/306 kB
Progress (1): 266/306 kB
Progress (1): 270/306 kB
Progress (1): 274/306 kB
Progress (1): 278/306 kB
Progress (1): 282/306 kB
Progress (1): 286/306 kB
Progress (1): 290/306 kB
Progress (1): 294/306 kB
Progress (1): 298/306 kB
Progress (1): 303/306 kB
Progress (1): 306 kB    
                    
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/mojo/versions-maven-plugin/2.5/versions-maven-plugin-2.5.jar (306 kB at 993 kB/s)
[INFO] 
[INFO] ------------< jakarta.transaction:jakarta.transaction-api >-------------
[INFO] Building javax.transaction API 1.3.2-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.pom
[WARNING] The POM for org.glassfish.build:spec-version-maven-plugin:jar:2.0 is missing, no dependency information available
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/build/spec-version-maven-plugin/2.0/spec-version-maven-plugin-2.0.jar
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Skipping javax.transaction API
[INFO] This project has been banned from the build due to previous failures.
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.894 s
[INFO] Finished at: 2018-12-13T11:50:53Z
[INFO] ------------------------------------------------------------------------
[ERROR] Plugin org.glassfish.build:spec-version-maven-plugin:2.0 or one of its dependencies could not be resolved: Could not find artifact org.glassfish.build:spec-version-maven-plugin:jar:2.0 in central (https://repo.maven.apache.org/maven2) -> [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/PluginResolutionException
Build step 'Execute shell' marked build as failure
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 93 killed;
[ssh-agent] Stopped.
Started calculate disk usage of build
Finished Calculation of disk usage of build in 0 seconds
Started calculate disk usage of workspace
Finished Calculation of disk usage of workspace in 0 seconds
Finished: FAILURE