Skip to content
Success

Console Output

Started by user Jonah Graham
Rebuilds build #39
Running as Jonah Graham
Obtained releng/release-eclipse.Jenkinsfile from git https://github.com/eclipse/lsp4j.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes lsp4j/lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9
Agent lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9 is provisioned from template lsp4j-release-eclipse_42-0379v-cmzsj
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/job/lsp4j-release-eclipse/42/"
    runUrl: "job/lsp4j-release-eclipse/42/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "bcec67cd6201fe38721e6817326e2caf6247c973"
    jenkins/label: "lsp4j-release-eclipse_42-0379v"
  name: "lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9"
  namespace: "lsp4j"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.lsp4j.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9"
    - 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: "lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.lsp4j.svc.cluster.local/lsp4j/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    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/.m2/repository"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins"
      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-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-4"
      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-lsp4j"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on lsp4j-release-eclipse-42-0379v-cmzsj-x6qn9 in /home/jenkins/agent/workspace/lsp4j-release-eclipse
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse/lsp4j.git
 > git init /home/jenkins/agent/workspace/lsp4j-release-eclipse # timeout=10
Fetching upstream changes from https://github.com/eclipse/lsp4j.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/eclipse/lsp4j.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 787b661e199a4629bdc77280854261266936032d (refs/remotes/origin/main)
Commit message: "Add v0.23.1 to changelog (#839)"
 > git config remote.origin.url https://github.com/eclipse/lsp4j.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 787b661e199a4629bdc77280854261266936032d # timeout=10
 > git rev-list --no-walk 40de44ac4d8077f39e475ddeb49e5137291eae61 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Upload)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withCredentials
14:21:30 [2024-05-21T18:21:30.244Z] Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
14:21:31 [2024-05-21T18:21:31.449Z] + gpg --batch --import ****
14:21:31 [2024-05-21T18:21:31.449Z] gpg: directory `/home/jenkins/.gnupg' created
14:21:31 [2024-05-21T18:21:31.449Z] gpg: new configuration file `/home/jenkins/.gnupg/gpg.conf' created
14:21:31 [2024-05-21T18:21:31.449Z] gpg: WARNING: options in `/home/jenkins/.gnupg/gpg.conf' are not yet active during this run
14:21:31 [2024-05-21T18:21:31.449Z] gpg: keyring `/home/jenkins/.gnupg/secring.gpg' created
14:21:31 [2024-05-21T18:21:31.449Z] gpg: keyring `/home/jenkins/.gnupg/pubring.gpg' created
14:21:31 [2024-05-21T18:21:31.449Z] gpg: key CBD7B481: secret key imported
14:21:31 [2024-05-21T18:21:31.449Z] gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
14:21:31 [2024-05-21T18:21:31.449Z] gpg: key CBD7B481: public key "Eclipse LSP4J Project <lsp4j-dev@eclipse.org>" imported
14:21:31 [2024-05-21T18:21:31.449Z] gpg: Total number processed: 1
14:21:31 [2024-05-21T18:21:31.449Z] gpg:               imported: 1  (RSA: 1)
14:21:31 [2024-05-21T18:21:31.449Z] gpg:       secret keys read: 1
14:21:31 [2024-05-21T18:21:31.449Z] gpg:   secret keys imported: 1
14:21:31 [2024-05-21T18:21:31.449Z] gpg: no ultimately trusted keys found
[Pipeline] sh
14:21:31 [2024-05-21T18:21:31.968Z] ++ gpg --list-keys --with-colons
14:21:31 [2024-05-21T18:21:31.968Z] ++ awk -F: '/fpr:/ {print $10}'
14:21:31 [2024-05-21T18:21:31.968Z] ++ sort -u
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sshagent
14:21:33 [2024-05-21T18:21:33.157Z] [ssh-agent] Using credentials genie.lsp4j (ssh://genie.lsp4j@projects-storage.eclipse.org)
14:21:33 [2024-05-21T18:21:33.157Z] [ssh-agent] Looking for ssh-agent implementation...
14:21:33 [2024-05-21T18:21:33.183Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
14:21:33 [2024-05-21T18:21:33.185Z] $ ssh-agent
14:21:33 [2024-05-21T18:21:33.197Z] SSH_AUTH_SOCK=/tmp/ssh-5SGI5LDbOmxW/agent.177
14:21:33 [2024-05-21T18:21:33.197Z] SSH_AGENT_PID=179
14:21:33 [2024-05-21T18:21:33.207Z] Running ssh-add (command line suppressed)
14:21:33 [2024-05-21T18:21:33.220Z] Identity added: /home/jenkins/agent/workspace/lsp4j-release-eclipse@tmp/private_key_10965271114484994136.key (/home/jenkins/agent/workspace/lsp4j-release-eclipse@tmp/private_key_10965271114484994136.key)
14:21:33 [2024-05-21T18:21:33.234Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
14:21:34 [2024-05-21T18:21:34.127Z] + ./releng/release-eclipse.sh
14:21:34 [2024-05-21T18:21:34.127Z] + SSHUSER=genie.lsp4j@projects-storage.eclipse.org
14:21:34 [2024-05-21T18:21:34.127Z] + SSH='ssh genie.lsp4j@projects-storage.eclipse.org'
14:21:34 [2024-05-21T18:21:34.127Z] + SCP=scp
14:21:34 [2024-05-21T18:21:34.127Z] + DOWNLOAD=download.eclipse.org/lsp4j/updates/releases/0.23.1
14:21:34 [2024-05-21T18:21:34.127Z] + DOWNLOAD_MOUNT=/home/data/httpd/download.eclipse.org/lsp4j/updates/releases/0.23.1
14:21:34 [2024-05-21T18:21:34.127Z] + ARTIFACTS=https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact
14:21:34 [2024-05-21T18:21:34.127Z] + ARTIFACTS_REPO_TARGET=https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact/build
14:21:34 [2024-05-21T18:21:34.127Z] + echo Using download location root of https://download.eclipse.org/lsp4j/updates/releases/0.23.1
14:21:34 [2024-05-21T18:21:34.127Z] Using download location root of https://download.eclipse.org/lsp4j/updates/releases/0.23.1
14:21:34 [2024-05-21T18:21:34.127Z] + echo Using artifacts location root of https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact
14:21:34 [2024-05-21T18:21:34.127Z] Using artifacts location root of https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact
14:21:34 [2024-05-21T18:21:34.127Z] + echo Testing to make sure we are publishing to a new directory
14:21:34 [2024-05-21T18:21:34.127Z] Testing to make sure we are publishing to a new directory
14:21:34 [2024-05-21T18:21:34.127Z] + ssh genie.lsp4j@projects-storage.eclipse.org 'test ! -e /home/data/httpd/download.eclipse.org/lsp4j/updates/releases/0.23.1'
14:21:35 [2024-05-21T18:21:35.058Z] + echo Testing to make sure artifacts location is sane
14:21:35 [2024-05-21T18:21:35.058Z] Testing to make sure artifacts location is sane
14:21:35 [2024-05-21T18:21:35.058Z] + wget -q --output-document=/dev/null https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact/build
14:21:35 [2024-05-21T18:21:35.058Z] + ECHO=echo
14:21:35 [2024-05-21T18:21:35.058Z] + '[' false == false ']'
14:21:35 [2024-05-21T18:21:35.058Z] + ECHO=
14:21:35 [2024-05-21T18:21:35.058Z] + ssh genie.lsp4j@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/lsp4j/updates/releases/0.23.1
14:21:35 [2024-05-21T18:21:35.315Z] + ssh genie.lsp4j@projects-storage.eclipse.org 'cd /home/data/httpd/download.eclipse.org/lsp4j/updates/releases/0.23.1 &&     wget -q https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact/build/p2-repository/*zip*/p2-repository.zip  &&     unzip -q p2-repository.zip  &&     mv p2-repository/* .  &&     rm -r p2-repository p2-repository.zip'
14:21:37 [2024-05-21T18:21:37.837Z] + wget -q 'https://ci.eclipse.org/lsp4j/job/lsp4j-multi-build/job/release_0.23/2/artifact/build/maven-repository/*zip*/maven-repository.zip'
14:21:38 [2024-05-21T18:21:38.401Z] + unzip -q maven-repository.zip
14:21:38 [2024-05-21T18:21:38.401Z] + find maven-repository -name '*.pom'
14:21:38 [2024-05-21T18:21:38.401Z] + read i
14:21:38 [2024-05-21T18:21:38.401Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.1/org.eclipse.lsp4j.debug-0.23.1
14:21:38 [2024-05-21T18:21:38.401Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.1/org.eclipse.lsp4j.debug-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.1/org.eclipse.lsp4j.debug-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.1/org.eclipse.lsp4j.debug-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.debug/0.23.1/org.eclipse.lsp4j.debug-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:21:38 [2024-05-21T18:21:38.658Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:21:38 [2024-05-21T18:21:38.658Z] Maven home: /opt/tools/apache-maven/latest
14:21:38 [2024-05-21T18:21:38.658Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:21:38 [2024-05-21T18:21:38.658Z] Default locale: en_US, platform encoding: UTF-8
14:21:38 [2024-05-21T18:21:38.658Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:21:40 [2024-05-21T18:21:40.058Z] [INFO] Scanning for projects...
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] 
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] Building Maven Stub Project (No POM) 1
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] --------------------------------[ pom ]---------------------------------
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] 
14:21:42 [2024-05-21T18:21:42.582Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:21:44 [2024-05-21T18:21:44.479Z] [WARNING] 
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] W A R N I N G
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] 
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] 
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] Sensitive content loaded from settings.xml
14:21:44 [2024-05-21T18:21:44.480Z] [WARNING] 
14:21:44 [2024-05-21T18:21:44.480Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] ------------------------------------------------------------------------
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] BUILD SUCCESS
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] ------------------------------------------------------------------------
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] Total time:  16.224 s
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] Finished at: 2024-05-21T18:21:56Z
14:21:56 [2024-05-21T18:21:56.666Z] [INFO] ------------------------------------------------------------------------
14:21:56 [2024-05-21T18:21:56.666Z] + read i
14:21:56 [2024-05-21T18:21:56.666Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.1/org.eclipse.lsp4j.generator-0.23.1
14:21:56 [2024-05-21T18:21:56.666Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.1/org.eclipse.lsp4j.generator-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.1/org.eclipse.lsp4j.generator-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.1/org.eclipse.lsp4j.generator-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.generator/0.23.1/org.eclipse.lsp4j.generator-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:21:56 [2024-05-21T18:21:56.666Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:21:56 [2024-05-21T18:21:56.666Z] Maven home: /opt/tools/apache-maven/latest
14:21:56 [2024-05-21T18:21:56.666Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:21:56 [2024-05-21T18:21:56.666Z] Default locale: en_US, platform encoding: UTF-8
14:21:56 [2024-05-21T18:21:56.666Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] Scanning for projects...
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] 
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] Building Maven Stub Project (No POM) 1
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] --------------------------------[ pom ]---------------------------------
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] 
14:21:58 [2024-05-21T18:21:58.057Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] 
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] W A R N I N G
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] 
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] 
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] Sensitive content loaded from settings.xml
14:21:58 [2024-05-21T18:21:58.622Z] [WARNING] 
14:21:58 [2024-05-21T18:21:58.622Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] ------------------------------------------------------------------------
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] BUILD SUCCESS
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] ------------------------------------------------------------------------
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] Total time:  4.280 s
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] Finished at: 2024-05-21T18:22:01Z
14:22:01 [2024-05-21T18:22:01.940Z] [INFO] ------------------------------------------------------------------------
14:22:01 [2024-05-21T18:22:01.940Z] + read i
14:22:01 [2024-05-21T18:22:01.940Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.1/org.eclipse.lsp4j.jsonrpc.debug-0.23.1
14:22:01 [2024-05-21T18:22:01.940Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.1/org.eclipse.lsp4j.jsonrpc.debug-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.1/org.eclipse.lsp4j.jsonrpc.debug-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.1/org.eclipse.lsp4j.jsonrpc.debug-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc.debug/0.23.1/org.eclipse.lsp4j.jsonrpc.debug-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:22:02 [2024-05-21T18:22:02.196Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:22:02 [2024-05-21T18:22:02.196Z] Maven home: /opt/tools/apache-maven/latest
14:22:02 [2024-05-21T18:22:02.196Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:22:02 [2024-05-21T18:22:02.196Z] Default locale: en_US, platform encoding: UTF-8
14:22:02 [2024-05-21T18:22:02.196Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:22:03 [2024-05-21T18:22:03.563Z] [INFO] Scanning for projects...
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] 
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] Building Maven Stub Project (No POM) 1
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] --------------------------------[ pom ]---------------------------------
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] 
14:22:03 [2024-05-21T18:22:03.819Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] 
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] W A R N I N G
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] 
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] 
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] Sensitive content loaded from settings.xml
14:22:04 [2024-05-21T18:22:04.075Z] [WARNING] 
14:22:04 [2024-05-21T18:22:04.075Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] ------------------------------------------------------------------------
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] BUILD SUCCESS
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] ------------------------------------------------------------------------
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] Total time:  3.867 s
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] Finished at: 2024-05-21T18:22:07Z
14:22:07 [2024-05-21T18:22:07.346Z] [INFO] ------------------------------------------------------------------------
14:22:07 [2024-05-21T18:22:07.346Z] + read i
14:22:07 [2024-05-21T18:22:07.346Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1
14:22:07 [2024-05-21T18:22:07.347Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.jsonrpc/0.23.1/org.eclipse.lsp4j.jsonrpc-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:22:07 [2024-05-21T18:22:07.603Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:22:07 [2024-05-21T18:22:07.603Z] Maven home: /opt/tools/apache-maven/latest
14:22:07 [2024-05-21T18:22:07.603Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:22:07 [2024-05-21T18:22:07.603Z] Default locale: en_US, platform encoding: UTF-8
14:22:07 [2024-05-21T18:22:07.603Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:22:08 [2024-05-21T18:22:08.982Z] [INFO] Scanning for projects...
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] 
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] Building Maven Stub Project (No POM) 1
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] --------------------------------[ pom ]---------------------------------
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] 
14:22:09 [2024-05-21T18:22:09.238Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] 
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] W A R N I N G
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] 
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] 
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] Sensitive content loaded from settings.xml
14:22:09 [2024-05-21T18:22:09.495Z] [WARNING] 
14:22:09 [2024-05-21T18:22:09.495Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] ------------------------------------------------------------------------
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] BUILD SUCCESS
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] ------------------------------------------------------------------------
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] Total time:  4.077 s
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] Finished at: 2024-05-21T18:22:12Z
14:22:13 [2024-05-21T18:22:13.666Z] [INFO] ------------------------------------------------------------------------
14:22:13 [2024-05-21T18:22:13.666Z] + read i
14:22:13 [2024-05-21T18:22:13.666Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.1/org.eclipse.lsp4j.websocket.jakarta-0.23.1
14:22:13 [2024-05-21T18:22:13.666Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.1/org.eclipse.lsp4j.websocket.jakarta-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.1/org.eclipse.lsp4j.websocket.jakarta-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.1/org.eclipse.lsp4j.websocket.jakarta-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket.jakarta/0.23.1/org.eclipse.lsp4j.websocket.jakarta-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:22:13 [2024-05-21T18:22:13.666Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:22:13 [2024-05-21T18:22:13.666Z] Maven home: /opt/tools/apache-maven/latest
14:22:13 [2024-05-21T18:22:13.666Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:22:13 [2024-05-21T18:22:13.666Z] Default locale: en_US, platform encoding: UTF-8
14:22:13 [2024-05-21T18:22:13.666Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:22:14 [2024-05-21T18:22:14.599Z] [INFO] Scanning for projects...
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] 
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] Building Maven Stub Project (No POM) 1
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] --------------------------------[ pom ]---------------------------------
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] 
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] 
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] W A R N I N G
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] 
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] 
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] Sensitive content loaded from settings.xml
14:22:15 [2024-05-21T18:22:15.161Z] [WARNING] 
14:22:15 [2024-05-21T18:22:15.161Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] ------------------------------------------------------------------------
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] BUILD SUCCESS
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] ------------------------------------------------------------------------
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] Total time:  3.898 s
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] Finished at: 2024-05-21T18:22:18Z
14:22:18 [2024-05-21T18:22:18.431Z] [INFO] ------------------------------------------------------------------------
14:22:18 [2024-05-21T18:22:18.432Z] + read i
14:22:18 [2024-05-21T18:22:18.432Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.1/org.eclipse.lsp4j.websocket-0.23.1
14:22:18 [2024-05-21T18:22:18.432Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.1/org.eclipse.lsp4j.websocket-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.1/org.eclipse.lsp4j.websocket-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.1/org.eclipse.lsp4j.websocket-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j.websocket/0.23.1/org.eclipse.lsp4j.websocket-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:22:18 [2024-05-21T18:22:18.688Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:22:18 [2024-05-21T18:22:18.688Z] Maven home: /opt/tools/apache-maven/latest
14:22:18 [2024-05-21T18:22:18.688Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:22:18 [2024-05-21T18:22:18.688Z] Default locale: en_US, platform encoding: UTF-8
14:22:18 [2024-05-21T18:22:18.688Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:22:20 [2024-05-21T18:22:20.054Z] [INFO] Scanning for projects...
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] 
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] Building Maven Stub Project (No POM) 1
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] --------------------------------[ pom ]---------------------------------
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] 
14:22:20 [2024-05-21T18:22:20.316Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] 
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] W A R N I N G
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] 
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] 
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] Sensitive content loaded from settings.xml
14:22:20 [2024-05-21T18:22:20.571Z] [WARNING] 
14:22:20 [2024-05-21T18:22:20.571Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:23 [2024-05-21T18:22:23.856Z] [INFO] ------------------------------------------------------------------------
14:22:23 [2024-05-21T18:22:23.856Z] [INFO] BUILD SUCCESS
14:22:23 [2024-05-21T18:22:23.856Z] [INFO] ------------------------------------------------------------------------
14:22:24 [2024-05-21T18:22:24.115Z] [INFO] Total time:  3.978 s
14:22:24 [2024-05-21T18:22:24.115Z] [INFO] Finished at: 2024-05-21T18:22:23Z
14:22:24 [2024-05-21T18:22:24.115Z] [INFO] ------------------------------------------------------------------------
14:22:24 [2024-05-21T18:22:24.115Z] + read i
14:22:24 [2024-05-21T18:22:24.115Z] + base=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1
14:22:24 [2024-05-21T18:22:24.115Z] + mvn gpg:sign-and-deploy-file -DpomFile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1.pom -Dfile=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1.jar -Dsources=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1-sources.jar -Djavadoc=maven-repository/org/eclipse/lsp4j/org.eclipse.lsp4j/0.23.1/org.eclipse.lsp4j-0.23.1-javadoc.jar -Durl=https://oss.sonatype.org/service/local/staging/deploy/maven2 -DrepositoryId=ossrh
14:22:24 [2024-05-21T18:22:24.371Z] Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
14:22:24 [2024-05-21T18:22:24.371Z] Maven home: /opt/tools/apache-maven/latest
14:22:24 [2024-05-21T18:22:24.371Z] Java version: 11.0.22, vendor: Eclipse Adoptium, runtime: /opt/tools/java/temurin/jdk-11/11.0.22+7
14:22:24 [2024-05-21T18:22:24.371Z] Default locale: en_US, platform encoding: UTF-8
14:22:24 [2024-05-21T18:22:24.371Z] OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] Scanning for projects...
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] 
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] ------------------< org.apache.maven:standalone-pom >-------------------
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] Building Maven Stub Project (No POM) 1
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] --------------------------------[ pom ]---------------------------------
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] 
14:22:25 [2024-05-21T18:22:25.754Z] [INFO] --- gpg:3.2.4:sign-and-deploy-file (default-cli) @ standalone-pom ---
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] 
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] W A R N I N G
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] 
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] Do not store passphrase in any file (disk or SCM repository),
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] instead rely on GnuPG agent or provide passphrase in 
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] MAVEN_GPG_PASSPHRASE environment variable for batch mode.
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] 
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] Sensitive content loaded from settings.xml
14:22:26 [2024-05-21T18:22:26.017Z] [WARNING] 
14:22:26 [2024-05-21T18:22:26.017Z] [INFO] Signer 'gpg' is signing 4 files with key default
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] ------------------------------------------------------------------------
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] BUILD SUCCESS
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] ------------------------------------------------------------------------
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] Total time:  4.011 s
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] Finished at: 2024-05-21T18:22:29Z
14:22:30 [2024-05-21T18:22:30.186Z] [INFO] ------------------------------------------------------------------------
14:22:30 [2024-05-21T18:22:30.186Z] + read i
14:22:30 [2024-05-21T18:22:30.186Z] + '[' false == false ']'
14:22:30 [2024-05-21T18:22:30.186Z] + echo Release uploaded to https://download.eclipse.org/lsp4j/updates/releases/0.23.1
14:22:30 [2024-05-21T18:22:30.186Z] Release uploaded to https://download.eclipse.org/lsp4j/updates/releases/0.23.1
[Pipeline] }
14:22:30 [2024-05-21T18:22:30.471Z] $ ssh-agent -k
14:22:30 [2024-05-21T18:22:30.476Z] unset SSH_AUTH_SOCK;
14:22:30 [2024-05-21T18:22:30.477Z] unset SSH_AGENT_PID;
14:22:30 [2024-05-21T18:22:30.477Z] echo Agent pid 179 killed;
14:22:30 [2024-05-21T18:22:30.482Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS