Started by user Emily Jiang Running as Emily Jiang Obtained buildScripts/release.groovy from git git@github.com:eclipse/microprofile-build-infra.git [Pipeline] Start of Pipeline [Pipeline] node Still waiting to schedule task Waiting for next available executor Agent basic-t22z5 is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-t22z5" namespace: "microprofile" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.microprofile.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "basic-t22z5" - 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-t22z5" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.microprofile.svc.cluster.local/microprofile/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.13.3" 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-microprofile" 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" Running on basic-t22z5 in /home/jenkins/agent/workspace/MicroProfile Releases [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/microprofile-build-infra.git > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-build-infra.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases@tmp/jenkins-gitclient-ssh16620681953159195081.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 4beb2c4866c180d92619d835db5c2e683d6b6cbc (refs/remotes/origin/master) > git config remote.origin.url git@github.com:eclipse/microprofile-build-infra.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4beb2c4866c180d92619d835db5c2e683d6b6cbc # timeout=10 Commit message: "Merge pull request #6 from xstefank/jdk-11" > git rev-list --no-walk 4beb2c4866c180d92619d835db5c2e683d6b6cbc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Checkout) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [Pipeline] { [Pipeline] git The recommended git tool is: git using credential github-bot-ssh Cloning the remote Git repository Cloning repository git@github.com:eclipse/microprofile-parent.git > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-parent.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_SSH to set credentials GitHub bot SSH [INFO] Currently running in a labeled security context > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/jenkins-gitclient-ssh4750021594498998697.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-parent.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7b4c49804d6dec4a5cc5af289a1a1d9399b99d4f (refs/remotes/origin/master) Commit message: "Non breaking test dependencies update fix (#69)" > git config remote.origin.url git@github.com:eclipse/microprofile-parent.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b4c49804d6dec4a5cc5af289a1a1d9399b99d4f # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 7b4c49804d6dec4a5cc5af289a1a1d9399b99d4f # timeout=10 > git rev-list --no-walk 751c57e99def9ae11b4af8312d760e6f67c1f8d0 # timeout=10 [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Execute Release) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [Pipeline] { [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key 2733B6177E5CD6D5: public key "Eclipse Microprofile Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key 2733B6177E5CD6D5: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 [Pipeline] sh ++ 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 y ' + gpg --batch --command-fd 0 --expert --edit-key AE45A395EBE91C8A5E77502390F02A85133A7738 trust Secret subkeys are available. pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: unknown validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project 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/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ unknown] (1). Eclipse Microprofile Project 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 y ' + gpg --batch --command-fd 0 --expert --edit-key FEE97C6B44364F385E419CE22733B6177E5CD6D5 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 2027-10-17 pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project 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/2733B6177E5CD6D5 created: 2017-10-10 expires: 2027-10-17 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expires: 2027-10-17 usage: S [ultimate] (1). Eclipse Microprofile Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] sshagent [ssh-agent] Using credentials eclipse-microprofile-bot (GitHub bot SSH) [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-2BXpeMsMbcha/agent.255 SSH_AGENT_PID=257 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_1347159790953748732.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_1347159790953748732.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh + git config --global user.email microprofile-bot@eclipse.org + git config --global user.name 'Eclipse MicroProfile bot' [Pipeline] script [Pipeline] { [Pipeline] sh + mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=3.1-RC1 -DdevelopmentVersion=3.1-SNAPSHOT -DreleaseVersion=3.1-RC1 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] MicroProfile Parent POM [pom] [INFO] MicroProfile TCK BOM [pom] [INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------ [INFO] Building MicroProfile Parent POM 3.1-SNAPSHOT [1/2] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-parent --- [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/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile Parent POM'... [INFO] Transforming 'MicroProfile TCK BOM'... [INFO] Not generating release POMs [INFO] Executing goals 'verify'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [INFO] Inspecting build with total of 2 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM [pom] [INFO] [INFO] MicroProfile TCK BOM [pom] [INFO] [INFO] [INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------ [INFO] [INFO] Building MicroProfile Parent POM 3.1-RC1 [1/2] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-parent --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 67 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.014 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------ [INFO] [INFO] Building MicroProfile TCK BOM 3.1-RC1 [2/2] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-tck-bom --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-tck-bom --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-tck-bom --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-tck-bom --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-tck-bom --- [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.1-RC1: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [ 16.378 s] [INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [ 0.421 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 25.818 s [INFO] [INFO] Finished at: 2022-10-18T13:44:51Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git add -- pom.xml tck-bom/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? tck-bom/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git commit --verbose -F /tmp/maven-scm-1610026851.commit pom.xml tck-bom/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Tagging release with the label 3.1-RC1... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git tag -F /tmp/maven-scm-176197054.commit 3.1-RC1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/tags/3.1-RC1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Transforming 'MicroProfile Parent POM'... [INFO] Transforming 'MicroProfile TCK BOM'... [INFO] Not removing release POMs [INFO] Checking in modified POMs... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git add -- pom.xml tck-bom/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [WARNING] Ignoring unrecognized line: ?? pom.xml.releaseBackup [WARNING] Ignoring unrecognized line: ?? release.properties [WARNING] Ignoring unrecognized line: ?? tck-bom/pom.xml.releaseBackup [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git commit --verbose -F /tmp/maven-scm-109524443.commit pom.xml tck-bom/pom.xml [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git symbolic-ref HEAD [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent" && git push git@github.com:eclipse/microprofile-parent.git refs/heads/master:refs/heads/master [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Release preparation complete. [INFO] [INFO] --- maven-release-plugin:2.5.3:perform (default-cli) @ microprofile-parent --- [INFO] Performing a LOCAL checkout from scm:git:file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] Checking out the project to perform the release ... [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target" && git clone --branch 3.1-RC1 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target [INFO] Executing: /bin/sh -c cd /tmp && git ls-remote 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' [INFO] Working directory: /tmp [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git fetch 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git checkout 3.1-RC1 [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout" && git ls-files [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) [INFO] Maven home: /opt/tools/apache-maven/3.8.5 [INFO] Java version: 1.8.0_292, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-8/1.8.0_292-b10/jre [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "5.14.14-200.fc34.x86_64", arch: "amd64", family: "unix" [INFO] [INFO] Scanning for projects... [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-tck-bom:pom:3.1-RC1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.microprofile:microprofile-parent:pom:3.1-RC1 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/opt/tools/apache-maven/3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19 [INFO] [WARNING] [INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [INFO] [WARNING] [INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [INFO] [WARNING] [INFO] [INFO] Inspecting build with total of 2 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 2 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM [pom] [INFO] [INFO] MicroProfile TCK BOM [pom] [INFO] [INFO] [INFO] [INFO] ------------< org.eclipse.microprofile:microprofile-parent >------------ [INFO] [INFO] Building MicroProfile Parent POM 3.1-RC1 [1/2] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-parent --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Parsing exclusions from /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 67 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-parent --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-parent --- [INFO] [INFO] Total Files Processed: 0 in 00:00.006 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-parent --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-parent --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.1-RC1/microprofile-parent-3.1-RC1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.1-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.1-RC1/microprofile-parent-3.1-RC1.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-parent --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.1-RC1/microprofile-parent-3.1-RC1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.1-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.1-RC1/microprofile-parent-3.1-RC1.pom.asc [INFO] [INFO] Execution skipped to the last project... [INFO] [INFO] [INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------ [INFO] [INFO] Building MicroProfile TCK BOM 3.1-RC1 [2/2] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-tck-bom --- [INFO] [INFO] Enabled default license matchers. [INFO] [INFO] Will parse SCM ignores for exclusions... [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 62 implicit excludes (use -debug for more details). [INFO] [INFO] 7 explicit excludes (use -debug for more details). [INFO] [INFO] 1 resources included (use -debug for more details) [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter-maven-plugin:2.13.0:format (default) @ microprofile-tck-bom --- [INFO] [INFO] Using 'UTF-8' encoding to format source files. [INFO] [INFO] Number of files to be formatted: 0 [INFO] [INFO] [INFO] [INFO] --- impsort-maven-plugin:1.4.1:sort (sort-imports) @ microprofile-tck-bom --- [INFO] [INFO] Total Files Processed: 0 in 00:00.000 [INFO] [INFO] Already Sorted: 0 [INFO] [INFO] Needed Sorting: 0 [INFO] [INFO] [INFO] [INFO] --- maven-checkstyle-plugin:3.1.1:check (verify-style) @ microprofile-tck-bom --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- maven-source-plugin:3.2.0:jar-no-fork (attach-sources) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.2.0:jar (attach-javadocs) @ microprofile-tck-bom --- [INFO] [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ microprofile-tck-bom --- [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.1-RC1/microprofile-tck-bom-3.1-RC1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.1-RC1.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.1-RC1/microprofile-tck-bom-3.1-RC1.pom.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.3:deploy (injected-nexus-deploy) @ microprofile-tck-bom --- [INFO] [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging")... [INFO] [INFO] + Using server credentials "ossrh" from Maven settings. [INFO] [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] [INFO] * Using staging profile ID "72ca920b8d0826" (matched by Nexus). [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/pom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.1-RC1/microprofile-tck-bom-3.1-RC1.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.1-RC1.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.1-RC1/microprofile-tck-bom-3.1-RC1.pom.asc [INFO] [INFO] Performing remote staging... [INFO] [INFO] [INFO] [INFO] * Remote staging into staging profile ID "72ca920b8d0826" [INFO] [INFO] * Created staging repository with ID "orgeclipsemicroprofile-1621". [INFO] [INFO] * Uploading locally staged artifacts to profile org.eclipse.microprofile [INFO] [INFO] * Upload of locally staged artifacts finished. [INFO] [INFO] * Closing staging repository with ID "orgeclipsemicroprofile-1621". [INFO] [INFO] Waiting for operation to complete...................... [INFO] [INFO] [INFO] Remote staged 1 repositories, finished with success. [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.1-RC1: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [ 8.497 s] [INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [01:14 min] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 01:23 min [INFO] [INFO] Finished at: 2022-10-18T13:46:20Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Cleaning up after release... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Parent POM 3.1-SNAPSHOT: [INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [02:08 min] [INFO] MicroProfile TCK BOM ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 02:15 min [INFO] Finished at: 2022-10-18T13:46:20Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 257 killed; [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Copy Specs) Stage "Copy Specs" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] deleteDir [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS