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-kn1vz is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-kn1vz" 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-kn1vz" - 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-kn1vz" - 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-kn1vz 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-ssh14362802379658053895.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-telemetry [Pipeline] { [Pipeline] git The recommended git tool is: NONE using credential github-bot-ssh Cloning the remote Git repository Avoid second fetch Checking out Revision a0f00ff6a8b525d801128ac80a698909cef01f57 (refs/remotes/origin/main) Cloning repository git@github.com:eclipse/microprofile-telemetry.git > git init /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry # timeout=10 Fetching upstream changes from git@github.com:eclipse/microprofile-telemetry.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-telemetry@tmp/jenkins-gitclient-ssh367506334279968271.key Verifying host key using known hosts file > git fetch --tags --force --progress -- git@github.com:eclipse/microprofile-telemetry.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:eclipse/microprofile-telemetry.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 a0f00ff6a8b525d801128ac80a698909cef01f57 # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b main a0f00ff6a8b525d801128ac80a698909cef01f57 # timeout=10 Commit message: "Add TCK running instruction (#62)" > git rev-list --no-walk 0a2db20483cf5e5be417a2d60bec520a905fbb87 # 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-telemetry [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 expired: 2022-10-09 usage: SCEA trust: unknown validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expired: 2022-10-09 usage: SCEA trust: unknown validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (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 expired: 2022-10-09 usage: SCEA trust: ultimate validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (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 pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expired: 2022-10-09 usage: SCEA trust: ultimate validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (1). Eclipse Microprofile Project pub rsa4096/2733B6177E5CD6D5 created: 2017-10-10 expired: 2022-10-09 usage: SCEA trust: ultimate validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (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 expired: 2022-10-09 usage: SCEA trust: ultimate validity: expired ssb rsa4096/90F02A85133A7738 created: 2017-10-10 expired: 2022-10-09 usage: S [ expired] (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-svfSUuuXtc6Y/agent.254 SSH_AGENT_PID=256 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry@tmp/private_key_2617622669725760533.key (/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry@tmp/private_key_2617622669725760533.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] tool [Pipeline] tool [Pipeline] withEnv [Pipeline] { [Pipeline] sh + mvn -s /home/jenkins/.m2/settings.xml release:prepare release:perform -B -Dtag=1.0-RC5 -DdevelopmentVersion=1.0-SNAPSHOT -DreleaseVersion=1.0-RC5 -Drevremark=Draft -Drelease.revision=Draft -DstagingProgressTimeoutMinutes=20 Apache Maven 3.8.5 (3599d3414f046de2324203b78ddcf9b5e4388aa0) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 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 Telemetry [pom] [INFO] MicroProfile Telemetry Tracing [pom] [INFO] MicroProfile Telemetry Tracing Specification [pom] [INFO] MicroProfile Telemetry Tracing TCK [jar] [INFO] [INFO] --< org.eclipse.microprofile.telemetry:microprofile-telemetry-parent >-- [INFO] Building MicroProfile Telemetry 1.0-SNAPSHOT [1/4] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-release-plugin:2.5.3:prepare (default-cli) @ microprofile-telemetry-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-telemetry" && git rev-parse --show-toplevel [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry [INFO] Executing: /bin/sh -c cd "/home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry" && git status --porcelain . [INFO] Working directory: /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry [WARNING] Ignoring unrecognized line: ?? release.properties [INFO] Checking dependencies and plugins for snapshots ... [INFO] Transforming 'MicroProfile Telemetry'... [INFO] Transforming 'MicroProfile Telemetry Tracing'... [INFO] Transforming 'MicroProfile Telemetry Tracing Specification'... [INFO] Transforming 'MicroProfile Telemetry Tracing TCK'... [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: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 [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 4 modules... [INFO] [INFO] Installing Nexus Staging features: [INFO] [INFO] ... total of 4 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Build Order: [INFO] [INFO] [INFO] [INFO] MicroProfile Telemetry [pom] [INFO] [INFO] MicroProfile Telemetry Tracing [pom] [INFO] [INFO] MicroProfile Telemetry Tracing Specification [pom] [INFO] [INFO] MicroProfile Telemetry Tracing TCK [jar] [INFO] [INFO] [INFO] [INFO] --< org.eclipse.microprofile.telemetry:microprofile-telemetry-parent >-- [INFO] [INFO] Building MicroProfile Telemetry 1.0-RC5 [1/4] [INFO] [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] [INFO] [INFO] --- apache-rat-plugin:0.13:check (rat-check) @ microprofile-telemetry-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-telemetry/.gitignore [INFO] [INFO] Finished adding exclusions from SCM ignore files. [INFO] [INFO] 68 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-telemetry-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-telemetry-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-telemetry-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-telemetry-parent --- [INFO] [INFO] [INFO] [INFO] --- maven-gpg-plugin:1.6:sign (sign-artifacts) @ microprofile-telemetry-parent --- [INFO] gpg: no default secret key: No secret key [INFO] gpg: signing failed: No secret key [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Reactor Summary for MicroProfile Telemetry 1.0-RC5: [INFO] [INFO] [INFO] [INFO] MicroProfile Telemetry ............................. FAILURE [ 17.861 s] [INFO] [INFO] MicroProfile Telemetry Tracing ..................... SKIPPED [INFO] [INFO] MicroProfile Telemetry Tracing Specification ....... SKIPPED [INFO] [INFO] MicroProfile Telemetry Tracing TCK ................. SKIPPED [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] BUILD FAILURE [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [INFO] Total time: 28.626 s [INFO] [INFO] Finished at: 2022-10-13T17:24:55Z [INFO] [INFO] ------------------------------------------------------------------------ [INFO] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.6:sign (sign-artifacts) on project microprofile-telemetry-parent: Exit code: 2 -> [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] ------------------------------------------------------------------------ [INFO] Reactor Summary for MicroProfile Telemetry 1.0-SNAPSHOT: [INFO] [INFO] MicroProfile Telemetry ............................. FAILURE [ 41.689 s] [INFO] MicroProfile Telemetry Tracing ..................... SKIPPED [INFO] MicroProfile Telemetry Tracing Specification ....... SKIPPED [INFO] MicroProfile Telemetry Tracing TCK ................. SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 48.289 s [INFO] Finished at: 2022-10-13T17:24:55Z [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-release-plugin:2.5.3:prepare (default-cli) on project microprofile-telemetry-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] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 256 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] script [Pipeline] { [Pipeline] dir Running in /home/jenkins/agent/workspace/MicroProfile Releases/microprofile-telemetry [Pipeline] { [Pipeline] archive The archive step is deprecated, please use archiveArtifacts instead. No files found to archive for pattern "spec/target/generated-docs/*"; continuing. [Pipeline] sh + rm -f ../output-settings.xml [Pipeline] } [Pipeline] // dir [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