Skip to content

Console Output

Started by user Radek Felcman
Running as Radek Felcman
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: kubernetes eclipselink/el-master-agent-pod-bj9vr-9t9fw
Agent el-master-agent-pod-bj9vr-9t9fw is provisioned from template el-master-agent-pod-bj9vr
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/shell/190/"
    runUrl: "job/shell/190/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128"
    jenkins/label: "el-master-agent-pod"
  name: "el-master-agent-pod-bj9vr-9t9fw"
  namespace: "eclipselink"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.eclipselink.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "el-master-agent-pod-bj9vr-9t9fw"
    - name: "JENKINS_NAME"
      value: "el-master-agent-pod-bj9vr-9t9fw"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      limits:
        memory: "0.1Gi"
        cpu: "0.1"
      requests:
        memory: "0.1Gi"
        cpu: "0.1"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - command:
    - "cat"
    image: "tkraus/el-build:1.1.9"
    name: "el-build"
    resources:
      limits:
        memory: "0.2Gi"
        cpu: "0.5"
      requests:
        memory: "0.2Gi"
        cpu: "0.5"
    tty: true
    volumeMounts:
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on el-master-agent-pod-bj9vr-9t9fw in /home/jenkins/agent/workspace/shell
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Shell commands)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ echo /opt/tools/java/openjdk/jdk-11/latest
/opt/tools/java/openjdk/jdk-11/latest
+ java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
+ mvn -version
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: ANSI_X3.4-1968
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
+ . /etc/profile
++ '[' -x /usr/bin/id ']'
++ '[' -z 1001560000 ']'
+++ /usr/bin/id -un
++ USER=jenkins
++ LOGNAME=jenkins
++ MAIL=/var/spool/mail/jenkins
++ '[' 1001560000 = 0 ']'
++ pathmunge /usr/local/sbin after
++ case ":${PATH}:" in
++ pathmunge /usr/sbin after
++ case ":${PATH}:" in
+++ /usr/bin/hostname
++ HOSTNAME=el-master-agent-pod-bj9vr-9t9fw
++ HISTSIZE=1000
++ '[' '' = ignorespace ']'
++ export HISTCONTROL=ignoredups
++ HISTCONTROL=ignoredups
++ export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL
++ '[' 1001560000 -gt 199 ']'
+++ /usr/bin/id -gn
+++ /usr/bin/id -un
++ '[' jenkins = jenkins ']'
++ umask 002
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/apache-ant-1.10.7.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/apache-ant-1.10.7.sh
+++ pathmunge /opt/java/ant/bin
+++ case ":${PATH}:" in
+++ '[' '' = after ']'
+++ PATH=/opt/java/ant/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/apache-maven-3.6.2.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/apache-maven-3.6.2.sh
+++ pathmunge /opt/java/maven/bin
+++ case ":${PATH}:" in
+++ '[' '' = after ']'
+++ PATH=/opt/java/maven/bin:/opt/java/ant/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/openjdk/jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/colorgrep.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/colorgrep.sh
+++ /usr/libexec/grepconf.sh -c
+++ alias 'grep=grep --color=auto'
+++ alias 'egrep=egrep --color=auto'
+++ alias 'fgrep=fgrep --color=auto'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/colorls.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/colorls.sh
+++ '[' '!' -t 0 ']'
+++ return
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/colorzgrep.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/colorzgrep.sh
+++ '[' -f /usr/libexec/grepconf.sh ']'
+++ /usr/libexec/grepconf.sh -c
+++ alias 'zgrep=zgrep --color=auto'
+++ alias 'zfgrep=zfgrep --color=auto'
+++ alias 'zegrep=zegrep --color=auto'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/gawk.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/gawk.sh
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/gpg.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/gpg.sh
++++ tty
+++ export 'GPG_TTY=not a tty'
+++ GPG_TTY='not a tty'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/lang.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/lang.sh
+++ unset LANG_backup
++++ /usr/bin/locale
+++ '[' -n '' ']'
+++ LANG_backup=
+++ for config in /etc/locale.conf "${HOME}/.i18n"
+++ '[' -f /etc/locale.conf ']'
+++ '[' -x /usr/bin/sed ']'
++++ /usr/bin/sed -r -e 's/^[[:blank:]]*([[:upper:]_]+)=([[:print:][:digit:]\._-]+|"[[:print:][:digit:]\._-]+")/export \1=\2/;t;d' /etc/locale.conf
+++ eval export 'LANG="C.UTF-8"'
++++ export LANG=C.UTF-8
++++ LANG=C.UTF-8
+++ for config in /etc/locale.conf "${HOME}/.i18n"
+++ '[' -f /home/jenkins/.i18n ']'
+++ '[' -n '' ']'
+++ unset LANG_backup config
+++ '[' -n '' ']'
+++ '[' -n C.UTF-8 ']'
+++ '[' xterm = linux ']'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/less.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/less.sh
+++ '[' -z '' ']'
+++ '[' -x /usr/bin/lesspipe.sh ']'
+++ export 'LESSOPEN=||/usr/bin/lesspipe.sh %s'
+++ LESSOPEN='||/usr/bin/lesspipe.sh %s'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/openjdk.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/openjdk.sh
+++ export JAVA_HOME=/usr/lib/jvm/java
+++ JAVA_HOME=/usr/lib/jvm/java
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/which2.sh ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/which2.sh
+++ '[' /home/jenkins/agent/workspace/shell@tmp/durable-3c749dd7/script.sh = ksh ']'
+++ alias 'which=(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
++ for i in /etc/profile.d/*.sh /etc/profile.d/sh.local
++ '[' -r /etc/profile.d/sh.local ']'
++ '[' ehxB '!=' ehxB ']'
++ . /etc/profile.d/sh.local
++ unset i
++ unset -f pathmunge
++ '[' -n '5.0.11(1)-release' ']'
++ '[' -f /etc/bashrc ']'
++ . /etc/bashrc
+++ '[' -z '' ']'
+++ BASHRCSOURCED=Y
+++ '[' '' ']'
+++ shopt -q login_shell
+++ '[' 1001560000 -gt 199 ']'
++++ /usr/bin/id -gn
++++ /usr/bin/id -un
+++ '[' jenkins = jenkins ']'
+++ umask 002
+++ SHELL=/bin/bash
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/apache-ant-1.10.7.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/apache-ant-1.10.7.sh
++++ pathmunge /opt/java/ant/bin
++++ case ":${PATH}:" in
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/apache-maven-3.6.2.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/apache-maven-3.6.2.sh
++++ pathmunge /opt/java/maven/bin
++++ case ":${PATH}:" in
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/colorgrep.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/colorgrep.sh
++++ /usr/libexec/grepconf.sh -c
++++ alias 'grep=grep --color=auto'
++++ alias 'egrep=egrep --color=auto'
++++ alias 'fgrep=fgrep --color=auto'
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/colorls.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/colorls.sh
++++ '[' '!' -t 0 ']'
++++ return
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/colorzgrep.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/colorzgrep.sh
++++ '[' -f /usr/libexec/grepconf.sh ']'
++++ /usr/libexec/grepconf.sh -c
++++ alias 'zgrep=zgrep --color=auto'
++++ alias 'zfgrep=zfgrep --color=auto'
++++ alias 'zegrep=zegrep --color=auto'
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/gawk.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/gawk.sh
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/gpg.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/gpg.sh
+++++ tty
++++ export 'GPG_TTY=not a tty'
++++ GPG_TTY='not a tty'
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/lang.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/lang.sh
++++ unset LANG_backup
+++++ /usr/bin/locale
++++ '[' -n '' ']'
++++ LANG_backup=C.UTF-8
++++ for config in /etc/locale.conf "${HOME}/.i18n"
++++ '[' -f /etc/locale.conf ']'
++++ '[' -x /usr/bin/sed ']'
+++++ /usr/bin/sed -r -e 's/^[[:blank:]]*([[:upper:]_]+)=([[:print:][:digit:]\._-]+|"[[:print:][:digit:]\._-]+")/export \1=\2/;t;d' /etc/locale.conf
++++ eval export 'LANG="C.UTF-8"'
+++++ export LANG=C.UTF-8
+++++ LANG=C.UTF-8
++++ for config in /etc/locale.conf "${HOME}/.i18n"
++++ '[' -f /home/jenkins/.i18n ']'
++++ '[' -n C.UTF-8 ']'
++++ LANG=C.UTF-8
++++ unset LANG_backup config
++++ '[' -n '' ']'
++++ '[' -n C.UTF-8 ']'
++++ '[' xterm = linux ']'
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/less.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/less.sh
++++ '[' -z '||/usr/bin/lesspipe.sh %s' ']'
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/openjdk.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/openjdk.sh
++++ export JAVA_HOME=/usr/lib/jvm/java
++++ JAVA_HOME=/usr/lib/jvm/java
+++ for i in /etc/profile.d/*.sh
+++ '[' -r /etc/profile.d/which2.sh ']'
+++ '[' '' ']'
+++ . /etc/profile.d/which2.sh
++++ '[' /home/jenkins/agent/workspace/shell@tmp/durable-3c749dd7/script.sh = ksh ']'
++++ alias 'which=(alias; declare -f) | /usr/bin/which --tty-only --read-alias --read-functions --show-tilde --show-dot'
+++ unset i
+++ unset -f pathmunge
+ echo /opt/tools/java/openjdk/jdk-11/latest
/opt/tools/java/openjdk/jdk-11/latest
+ java -version
openjdk version "11.0.2" 2019-01-15
OpenJDK Runtime Environment 18.9 (build 11.0.2+9)
OpenJDK 64-Bit Server VM 18.9 (build 11.0.2+9, mixed mode)
+ mvn -version
Apache Maven 3.6.2 (40f52333136460af0dc0d7232c0dc0bcf0d9e117; 2019-08-27T15:06:16Z)
Maven home: /opt/java/maven
Java version: 1.8.0_252, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.252.b09-0.fc30.x86_64/jre
Default locale: en, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[Pipeline] }
[Pipeline] // container
[Pipeline] sshagent
[ssh-agent] Using credentials genie.eclipselink (ssh://genie.eclipselink@projects-storage.eclipse.org)
[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-UyG0qwJiNXym/agent.74
SSH_AGENT_PID=76
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/shell@tmp/private_key_1938783688883648022.key (/home/jenkins/agent/workspace/shell@tmp/private_key_1938783688883648022.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ ssh genie.eclipselink@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/rt/eclipselink/milestones/2.7.13/RC1/
+ ssh genie.eclipselink@projects-storage.eclipse.org cp -r '/home/data/httpd/download.eclipse.org/rt/eclipselink/nightly/2.7.13/20230724/*' /home/data/httpd/download.eclipse.org/rt/eclipselink/milestones/2.7.13/RC1/
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 76 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
Finished: SUCCESS