Skip to content
Success

Console Output

Started by user Frederic Gurr
Running as Frederic Gurr
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-67929 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-67929"
  namespace: "cbi"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-67929"
    - 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-67929"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    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/.gradle/daemon"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "volume-3"
      readOnly: false
      subPath: ".mavenrc"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.gradle/gradle.properties"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "volume-7"
      readOnly: false
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins"
      name: "volume-1"
      readOnly: false
    - mountPath: "/opt/tools"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-10"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.gradle/wrapper"
      name: "volume-11"
      readOnly: false
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-12"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  hostNetwork: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - name: "volume-8"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-cbi"
      readOnly: true
  - configMap:
      name: "m2-dir"
      optional: false
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - configMap:
      name: "m2-dir"
      optional: false
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - name: "volume-5"
    secret:
      optional: false
      secretName: "gradle-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-0"
  - configMap:
      name: "known-hosts"
      optional: false
    name: "volume-12"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - emptyDir:
      medium: ""
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "volume-10"
  - emptyDir:
      medium: ""
    name: "volume-11"

Running on basic-67929 in /home/jenkins/agent/workspace/ef_releng_volume_test
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ ls -al /home/jenkins/.gradle/caches
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
+ ls -al /home/jenkins/.gradle/daemon
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
+ ls -al /home/jenkins/.gradle/native
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
+ ls -al /home/jenkins/.gradle/workers
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
+ ls -al /home/jenkins/.gradle/wrapper
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
+ ls -al /home/jenkins/.gradle/gradle.properties
total 0
drwxrwsrwt. 3 root 1000620000 100 Sep 13 18:10 .
drwxr-sr-x. 8 root 1000620000 103 Sep 13 18:10 ..
drwxr-sr-x. 2 root 1000620000  60 Sep 13 18:10 ..2022_09_13_18_10_12.949756323
lrwxrwxrwx. 1 root 1000620000  31 Sep 13 18:10 ..data -> ..2022_09_13_18_10_12.949756323
lrwxrwxrwx. 1 root 1000620000  24 Sep 13 18:10 gradle.properties -> ..data/gradle.properties
+ ls -al /home/jenkins/.ssh
total 0
drwxrwsrwx. 3 root 1000620000 78 Sep 13 18:10 .
drwxrwsrwx. 7 root 1000620000 87 Sep 13 18:10 ..
drwxr-sr-x. 2 root 1000620000 25 Sep 13 18:10 ..2022_09_13_18_10_12.826728020
lrwxrwxrwx. 1 root 1000620000 31 Sep 13 18:10 ..data -> ..2022_09_13_18_10_12.826728020
lrwxrwxrwx. 1 root 1000620000 18 Sep 13 18:10 known_hosts -> ..data/known_hosts
+ ls -al /home/jenkins/.mavenrc
-rw-r--r--. 1 root 1000620000 120 Sep 13 18:10 /home/jenkins/.mavenrc
+ ls -al /home/jenkins/.m2/repository
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 4 root 1000620000 110 Sep 13 18:10 ..
+ ls -al /home/jenkins/.m2/wrapper
total 0
drwxrwsrwx. 2 root 1000620000   6 Sep 13 18:10 .
drwxr-sr-x. 4 root 1000620000 110 Sep 13 18:10 ..
+ ls -al /home/jenkins/.m2/toolchains.xml
-rw-r--r--. 1 root 1000620000 5059 Sep 13 18:10 /home/jenkins/.m2/toolchains.xml
+ ls -al
total 0
drwxr-sr-x. 2 jenkins 1000620000  6 Sep 13 18:10 .
drwxr-sr-x. 4 jenkins 1000620000 68 Sep 13 18:10 ..
+ ls -al
total 0
drwxr-sr-x. 2 jenkins 1000620000  6 Sep 13 18:10 .
drwxr-sr-x. 4 jenkins 1000620000 68 Sep 13 18:10 ..
+ ls -al /opt/tools
total 0
drwxr-xr-x.  5 root root  64 Mar 29  2019 .
drwxr-xr-x.  1 root root  19 Sep 13 18:10 ..
drwxr-xr-x. 13 root root 215 Jul 19 12:27 apache-maven
drwxr-xr-x.  7 root root 162 Mar 29  2019 ee
drwxr-xr-x.  8 root root 123 Aug 22 15:33 java
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS