Started by user Andrew Rouse Running as Andrew Rouse Obtained buildScripts/release.groovy from git https://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-gfvjt is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1718816682314" labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" kubernetes.jenkins.io/controller: "x_jenkins-ui_microprofile_svc_cluster_local_microprofilex" name: "basic-gfvjt" 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-gfvjt" - 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: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "OPENJ9_JAVA_OPTIONS" value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle" - name: "JENKINS_NAME" value: "basic-gfvjt" - 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-3206.vb_15dcf73f6a_9" 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-gfvjt 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 https://github.com/eclipse/microprofile-build-infra.git > git init /home/jenkins/agent/workspace/MicroProfile Releases # timeout=10 Fetching upstream changes from https://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-ssh10682027997066595074.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- https://github.com/eclipse/microprofile-build-infra.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 73e13b2f53c6b2cf3fcece799b90a49a288eaff0 (refs/remotes/origin/main) > git config remote.origin.url https://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/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 73e13b2f53c6b2cf3fcece799b90a49a288eaff0 # timeout=10 Commit message: "Merge pull request #13 from Azquelt/build-with-java17" > git rev-list --no-walk 73e13b2f53c6b2cf3fcece799b90a49a288eaff0 # 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-ssh3461089382450243798.key Verifying host key using manually-configured host key entries > 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 804f2ade2c1ed9617889d7ad0484d65a3d20283e (refs/remotes/origin/main) Commit message: "[maven-release-plugin] prepare for next development iteration" > 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/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 804f2ade2c1ed9617889d7ad0484d65a3d20283e # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main 804f2ade2c1ed9617889d7ad0484d65a3d20283e # timeout=10 > git rev-list --no-walk e6f4a1134110d7e7ab10ae81a717c212a1199151 # 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-5045hIvhr2f1/agent.218 SSH_AGENT_PID=220 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_3235579091527696354.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent@tmp/private_key_3235579091527696354.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.4 -DdevelopmentVersion=3.5-SNAPSHOT -DreleaseVersion=3.4 -Drevremark=Final -Drelease.revision=Final -DstagingProgressTimeoutMinutes=20 Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) Maven home: /opt/tools/apache-maven/latest Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 Default locale: en_US, platform encoding: UTF-8 OS name: "linux", version: "6.2.9-300.fc38.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.4-SNAPSHOT [1/2] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- release:3.0.1:prepare (default-cli) @ microprofile-parent --- [INFO] starting prepare goal, composed of 17 phases: check-poms, scm-check-modifications, check-dependency-snapshots, create-backup-poms, map-release-versions, input-variables, map-development-versions, rewrite-poms-for-release, generate-release-poms, run-preparation-goals, scm-commit-release, scm-tag, rewrite-poms-for-development, remove-release-poms, run-completion-goals, scm-commit-development, end-release [INFO] 1/17 prepare:check-poms [INFO] 2/17 prepare:scm-check-modifications [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-prefix' [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] 3/17 prepare:check-dependency-snapshots [INFO] Checking dependencies and plugins for snapshots ... [INFO] 4/17 prepare:create-backup-poms [INFO] Creating pom.xml backup with .releaseBackup suffix [INFO] 5/17 prepare:map-release-versions [INFO] 6/17 prepare:input-variables [INFO] 7/17 prepare:map-development-versions [INFO] 8/17 prepare:rewrite-poms-for-release [INFO] Transforming pom.xml microprofile-parent 'MicroProfile Parent POM'... [INFO] Transforming tck-bom/pom.xml microprofile-tck-bom 'MicroProfile TCK BOM'... [INFO] 9/17 prepare:generate-release-poms [INFO] Not generating release POMs [INFO] 10/17 prepare:run-preparation-goals [INFO] Executing goals 'verify'... [INFO] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [INFO] Maven home: /opt/tools/apache-maven/3.9.5 [INFO] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "6.2.9-300.fc38.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.4 [1/2] [INFO] [INFO] from pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.16.1:check (rat-check) @ microprofile-parent --- [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.24.1:format (default) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.10.0:sort (sort-imports) @ microprofile-parent --- [INFO] [INFO] Processed 0 files in 00:00.002 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.4.0:check (verify-style) @ microprofile-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ microprofile-parent --- [INFO] [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/bom.xml [INFO] [INFO] attaching as microprofile-parent-3.4-cyclonedx.xml [INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/bom.json [INFO] [INFO] attaching as microprofile-parent-3.4-cyclonedx.json [INFO] [INFO] [INFO] [INFO] --- gpg:3.2.4:sign (sign-artifacts) @ microprofile-parent --- [INFO] [WARNING] [INFO] [WARNING] W A R N I N G [INFO] [WARNING] [INFO] [WARNING] Do not store passphrase in any file (disk or SCM repository), [INFO] [WARNING] instead rely on GnuPG agent or provide passphrase in [INFO] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode. [INFO] [WARNING] [INFO] [WARNING] Sensitive content loaded from settings.xml [INFO] [WARNING] [INFO] [INFO] Signer 'gpg' is signing 3 files with key default [INFO] [INFO] [INFO] [INFO] -----------< org.eclipse.microprofile:microprofile-tck-bom >------------ [INFO] [INFO] Building MicroProfile TCK BOM 3.4 [2/2] [INFO] [INFO] from tck-bom/pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.16.1:check (rat-check) @ microprofile-tck-bom --- [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.24.1:format (default) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.10.0:sort (sort-imports) @ microprofile-tck-bom --- [INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.4.0:check (verify-style) @ microprofile-tck-bom --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ microprofile-tck-bom --- [INFO] [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/tck-bom/target/bom.xml [INFO] [INFO] attaching as microprofile-tck-bom-3.4-cyclonedx.xml [INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/tck-bom/target/bom.json [INFO] [INFO] attaching as microprofile-tck-bom-3.4-cyclonedx.json [INFO] [INFO] [INFO] [INFO] --- gpg:3.2.4:sign (sign-artifacts) @ microprofile-tck-bom --- [INFO] [WARNING] [INFO] [WARNING] W A R N I N G [INFO] [WARNING] [INFO] [WARNING] Do not store passphrase in any file (disk or SCM repository), [INFO] [WARNING] instead rely on GnuPG agent or provide passphrase in [INFO] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode. [INFO] [WARNING] [INFO] [WARNING] Sensitive content loaded from settings.xml [INFO] [WARNING] [INFO] [INFO] Signer 'gpg' is signing 3 files with key default [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.4: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [ 10.040 s] [INFO] [INFO] MicroProfile TCK BOM ............................... SUCCESS [ 1.308 s] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD SUCCESS [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 14.746 s [INFO] [INFO] Finished at: 2024-06-19T17:05:59Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] 11/17 prepare:scm-commit-release [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-prefix' [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-1894688724.commit' [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/main:refs/heads/main' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] 12/17 prepare:scm-tag [INFO] Tagging release with the label 3.4... [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' && 'git' 'tag' '-F' '/tmp/maven-scm-221661351.commit' '3.4' [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.4' [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] 13/17 prepare:rewrite-poms-for-development [INFO] Transforming pom.xml microprofile-parent 'MicroProfile Parent POM'... [INFO] Transforming tck-bom/pom.xml microprofile-tck-bom 'MicroProfile TCK BOM'... [INFO] 14/17 prepare:remove-release-poms [INFO] Not removing release POMs [INFO] 15/17 prepare:run-completion-goals [INFO] 16/17 prepare:scm-commit-development [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-prefix' [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-935752827.commit' [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/main:refs/heads/main' [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent [INFO] 17/17 prepare:end-release [INFO] Release preparation complete. [INFO] [INFO] --- release:3.0.1:perform (default-cli) @ microprofile-parent --- [INFO] starting perform goal, composed of 3 phases: verify-completed-prepare-phases, checkout-project-from-scm, run-perform-goals [INFO] 1/3 perform:verify-completed-prepare-phases [INFO] 2/3 perform:checkout-project-from-scm [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' '--depth' '1' '--branch' '3.4' 'file:///home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent' '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.4' [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] 3/3 perform:run-perform-goals [INFO] Invoking perform goals in directory /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout [INFO] Executing goals 'deploy'... [INFO] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546) [INFO] Maven home: /opt/tools/apache-maven/3.9.5 [INFO] Java version: 17.0.10, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-17/jdk-17.0.10+7 [INFO] Default locale: en_US, platform encoding: UTF-8 [INFO] OS name: "linux", version: "6.2.9-300.fc38.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.4 [1/2] [INFO] [INFO] from pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.16.1:check (rat-check) @ microprofile-parent --- [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.24.1:format (default) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.10.0:sort (sort-imports) @ microprofile-parent --- [INFO] [INFO] Processed 0 files in 00:00.003 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.4.0:check (verify-style) @ microprofile-parent --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ microprofile-parent --- [INFO] [INFO] [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ microprofile-parent --- [INFO] [INFO] CycloneDX: Resolving Aggregated Dependencies [INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 1 component(s) [INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.xml [INFO] [INFO] attaching as microprofile-parent-3.4-cyclonedx.xml [INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.json [INFO] [INFO] attaching as microprofile-parent-3.4-cyclonedx.json [INFO] [INFO] [INFO] [INFO] --- gpg:3.2.4:sign (sign-artifacts) @ microprofile-parent --- [INFO] [WARNING] [INFO] [WARNING] W A R N I N G [INFO] [WARNING] [INFO] [WARNING] Do not store passphrase in any file (disk or SCM repository), [INFO] [WARNING] instead rely on GnuPG agent or provide passphrase in [INFO] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode. [INFO] [WARNING] [INFO] [WARNING] Sensitive content loaded from settings.xml [INFO] [WARNING] [INFO] [INFO] Signer 'gpg' is signing 3 files with key default [INFO] [INFO] [INFO] [INFO] --- install:3.1.1: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.4/microprofile-parent-3.4.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.xml [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.json [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.4.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.xml.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.json.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.7.0: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.4/microprofile-parent-3.4.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.xml [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.json to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.json [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/microprofile-parent-3.4.pom.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.xml.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.xml.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/bom.json.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-parent/3.4/microprofile-parent-3.4-cyclonedx.json.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.4 [2/2] [INFO] [INFO] from tck-bom/pom.xml [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat:0.16.1:check (rat-check) @ microprofile-tck-bom --- [INFO] [INFO] Rat check: Summary over all files. Unapproved: 0, unknown: 0, generated: 0, approved: 1 licenses. [INFO] [INFO] [INFO] [INFO] --- formatter:2.24.1:format (default) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- impsort:1.10.0:sort (sort-imports) @ microprofile-tck-bom --- [INFO] [INFO] Processed 0 files in 00:00.000 (Already Sorted: 0, Needed Sorting: 0) [INFO] [INFO] [INFO] [INFO] --- checkstyle:3.4.0:check (verify-style) @ microprofile-tck-bom --- [INFO] [INFO] Starting audit... [INFO] Audit done. [INFO] [INFO] You have 0 Checkstyle violations. [INFO] [INFO] [INFO] [INFO] --- source:3.3.1:jar-no-fork (attach-sources) @ microprofile-tck-bom --- [INFO] [INFO] [INFO] [INFO] --- cyclonedx:2.8.0:makeAggregateBom (default) @ microprofile-tck-bom --- [INFO] [INFO] CycloneDX: Resolving Dependencies [INFO] [INFO] CycloneDX: Creating BOM version 1.4 with 0 component(s) [INFO] [INFO] CycloneDX: Writing and validating BOM (XML): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.xml [INFO] [INFO] attaching as microprofile-tck-bom-3.4-cyclonedx.xml [INFO] [INFO] CycloneDX: Writing and validating BOM (JSON): /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.json [INFO] [INFO] attaching as microprofile-tck-bom-3.4-cyclonedx.json [INFO] [INFO] [INFO] [INFO] --- gpg:3.2.4:sign (sign-artifacts) @ microprofile-tck-bom --- [INFO] [WARNING] [INFO] [WARNING] W A R N I N G [INFO] [WARNING] [INFO] [WARNING] Do not store passphrase in any file (disk or SCM repository), [INFO] [WARNING] instead rely on GnuPG agent or provide passphrase in [INFO] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode. [INFO] [WARNING] [INFO] [WARNING] Sensitive content loaded from settings.xml [INFO] [WARNING] [INFO] [INFO] Signer 'gpg' is signing 3 files with key default [INFO] [INFO] [INFO] [INFO] --- install:3.1.1: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.4/microprofile-tck-bom-3.4.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.xml to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.xml [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.json to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.json [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.4.pom.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.xml.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.xml.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.json.asc to /home/jenkins/.m2/repository/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.json.asc [INFO] [INFO] [INFO] [INFO] --- nexus-staging:1.7.0: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.4/microprofile-tck-bom-3.4.pom [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.xml to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.xml [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.json to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.json [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/microprofile-tck-bom-3.4.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.4/microprofile-tck-bom-3.4.pom.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.xml.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.xml.asc [INFO] [INFO] Installing /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/tck-bom/target/bom.json.asc to /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-parent/target/checkout/target/nexus-staging/staging/72ca920b8d0826/org/eclipse/microprofile/microprofile-tck-bom/3.4/microprofile-tck-bom-3.4-cyclonedx.json.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-1682". [INFO] [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsemicroprofile-1682 [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-1682". [INFO] [INFO] Waiting for operation to complete... [INFO] ................................................................................................. [INFO] [WARNING] TIMEOUT after 300.1 s [INFO] [INFO] [ERROR] Rule failure while trying to close staging repository with ID "orgeclipsemicroprofile-1682". [INFO] [ERROR] [INFO] [ERROR] Nexus Staging Rules Failure Report [INFO] [ERROR] ================================== [INFO] [ERROR] [INFO] [ERROR] [INFO] [ERROR] Cleaning up local stage directory after a Rule failure during close of staging repositories: [] [INFO] [ERROR] * Deleting context 72ca920b8d0826.properties [INFO] [ERROR] Cleaning up remote stage repositories after a Rule failure during close of staging repositories: [] [INFO] [ERROR] * Dropping failed staging repository with ID "orgeclipsemicroprofile-1682" (Rule failure during close of staging repositories: []). [INFO] [INFO] Waiting for operation to complete... [INFO] ................................. [INFO] [INFO] [ERROR] Remote staging finished with a failure: Staging rules failure! [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Parent POM 3.4: [INFO] [INFO] [INFO] [INFO] MicroProfile Parent POM ............................ SUCCESS [ 5.780 s] [INFO] [INFO] MicroProfile TCK BOM ............................... FAILURE [08:48 min] [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 08:55 min [INFO] [INFO] Finished at: 2024-06-19T17:14:58Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.sonatype.plugins:nexus-staging-maven-plugin:1.7.0:deploy (injected-nexus-deploy) on project microprofile-tck-bom: Remote staging failed: Staging rules failure! -> [Help 1] [INFO] [ERROR] [INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging. [INFO] [ERROR] [INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles: [INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [INFO] [ERROR] [INFO] [ERROR] After correcting the problems, you can resume the build with the command [INFO] [ERROR] mvn -rf :microprofile-tck-bom [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Parent POM 3.4-SNAPSHOT: [INFO] [INFO] MicroProfile Parent POM ............................ FAILURE [09:17 min] [INFO] MicroProfile TCK BOM ............................... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:19 min [INFO] Finished at: 2024-06-19T17:14:58Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:3.0.1:perform (default-cli) on project microprofile-parent: Maven execution failed, exit code: 1 -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 220 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 earlier failure(s) [Pipeline] getContext [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 ERROR: script returned exit code 1 Finished: FAILURE