Skip to content

Console Output

Started by user arjan tijms
Running as arjan tijms
Agent default-agent-jxrv6 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-jxrv6"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "fb510bf6145469e8b98d128fc2f871cc4029e4016e29939f1a2ba42f4c9ed1f4"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.faces.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-jxrv6"
    - name: "JENKINS_NAME"
      value: "default-agent-jxrv6"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.faces.svc.cluster.local/faces/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.29@sha256:5e2449faafc9c1662697946057b511572fa666289255069526c1d5057be0c0f3"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-faces"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

[EnvInject] - Loading node environment variables.
Building remotely on default-agent-jxrv6 in workspace /home/jenkins/workspace/faces-master-build
using credential e80a4e68-3f67-4779-935a-d4f93ba7960a
Cloning the remote Git repository
Cloning repository http://github.com/eclipse-ee4j/faces-api/
 > /usr/bin/git init /home/jenkins/workspace/faces-master-build # timeout=10
Fetching upstream changes from http://github.com/eclipse-ee4j/faces-api/
 > /usr/bin/git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > /usr/bin/git fetch --tags --force --progress http://github.com/eclipse-ee4j/faces-api/ +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url http://github.com/eclipse-ee4j/faces-api/ # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url http://github.com/eclipse-ee4j/faces-api/ # timeout=10
Fetching upstream changes from http://github.com/eclipse-ee4j/faces-api/
using GIT_SSH to set credentials GitHub bot SSH
 > /usr/bin/git fetch --tags --force --progress http://github.com/eclipse-ee4j/faces-api/ +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Retrying after 10 seconds
using credential e80a4e68-3f67-4779-935a-d4f93ba7960a
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url http://github.com/eclipse-ee4j/faces-api/ # timeout=10
Fetching upstream changes from http://github.com/eclipse-ee4j/faces-api/
 > /usr/bin/git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > /usr/bin/git fetch --tags --force --progress http://github.com/eclipse-ee4j/faces-api/ +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Retrying after 10 seconds
using credential e80a4e68-3f67-4779-935a-d4f93ba7960a
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url http://github.com/eclipse-ee4j/faces-api/ # timeout=10
Fetching upstream changes from http://github.com/eclipse-ee4j/faces-api/
 > /usr/bin/git --version # timeout=10
using GIT_SSH to set credentials GitHub bot SSH
 > /usr/bin/git fetch --tags --force --progress http://github.com/eclipse-ee4j/faces-api/ +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse origin/master^{commit} # timeout=10
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Finished: FAILURE