Skip to content
Failed

Console Output

Push event to branch zdmullen-patch-1
05:05:03 Connecting to https://api.github.com using eclipse-che4z-bot/****** (GitHub bot (username/token))
Obtained Jenkinsfile from 93cbbfecb9fb1c53366d06a4cd3bf973b3dadb3f
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Created Pod: che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Scheduled] Successfully assigned explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz to osnode-13.eclipse.org
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "volume-known-hosts" 
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-5tq9c" 
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Pulled] Container image "node:12.10.0-alpine" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Started] Started container
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Created] Created container
[Normal][che4z/explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz][Started] Started container
Agent explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz is provisioned from template explorer-for-endevor_pod_1_zdmullen-patch-1-5650z
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.che4z.svc.cluster.local/che4z/job/endevorExplorer/job/zdmullen-patch-1/1/"
    runUrl: "job/endevorExplorer/job/zdmullen-patch-1/1/"
  labels:
    jenkins: "slave"
    jenkins/label: "explorer-for-endevor_pod_1_zdmullen-patch-1"
  name: "explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz"
spec:
  containers:
  - image: "node:12.10.0-alpine"
    name: "node"
    resources:
      limits:
        memory: "2Gi"
        cpu: "1"
      requests:
        memory: "2Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.che4z.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz"
    - name: "JENKINS_NAME"
      value: "explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.che4z.svc.cluster.local/che4z/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"

Running on explorer-for-endevor-pod-1-zdmullen-patch-1-5650z-99fmz in /home/jenkins/agent/workspace/endevorExplorer_zdmullen-patch-1
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/che-che4z-explorer-for-endevor.git
 > git init /home/jenkins/agent/workspace/endevorExplorer_zdmullen-patch-1 # timeout=10
ERROR: Error cloning remote repo 'origin'
hudson.plugins.git.GitException: Command "git fetch --no-tags --force --progress -- https://github.com/eclipse/che-che4z-explorer-for-endevor.git +refs/heads/zdmullen-patch-1:refs/remotes/origin/zdmullen-patch-1" returned status code 128:
stdout: 
stderr: fatal: couldn't find remote ref refs/heads/zdmullen-patch-1

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2450)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2051)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:84)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:573)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$2.execute(CliGitAPIImpl.java:802)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:161)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:154)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:369)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:117)
	at hudson.remoting.Engine$1$$Lambda$4/00000000CC01F8D0.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.129.6.1/10.129.6.1:52002
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1788)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:998)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1131.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
		at java.lang.reflect.Method.invoke(Unknown Source)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy105.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1173)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1251)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:125)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:93)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:80)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution$$Lambda$471/000000008C05C4D0.run(Unknown Source)
		at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
		at java.util.concurrent.FutureTask.run(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
		at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
		... 1 more
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: Error cloning remote repo 'origin'
Finished: FAILURE