Skip to content
Aborted

Console Output

Started by user Arthur van Dorp
Running as Arthur van Dorp
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: scout/my-agent-pod-3s5dh-jrslb
[Normal][scout/my-agent-pod-3s5dh-jrslb][Scheduled] Successfully assigned my-agent-pod-3s5dh-jrslb to osnode-24.eclipse.org
[Normal][scout/my-agent-pod-3s5dh-jrslb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "workspace-volume" 
[Normal][scout/my-agent-pod-3s5dh-jrslb][SuccessfulMountVolume] MountVolume.SetUp succeeded for volume "default-token-9hxxw" 
Still waiting to schedule task
‘my-agent-pod-3s5dh-jrslb’ is offline
[Normal][scout/my-agent-pod-3s5dh-jrslb][Pulled] Container image "maven:alpine" already present on machine
[Normal][scout/my-agent-pod-3s5dh-jrslb][Created] Created container
[Normal][scout/my-agent-pod-3s5dh-jrslb][Started] Started container
[Normal][scout/my-agent-pod-3s5dh-jrslb][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1" already present on machine
[Normal][scout/my-agent-pod-3s5dh-jrslb][Created] Created container
[Normal][scout/my-agent-pod-3s5dh-jrslb][Started] Started container
Agent my-agent-pod-3s5dh-jrslb is provisioned from template my-agent-pod-3s5dh
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.scout.svc.cluster.local/scout/job/TESTscout-integration-11.0-SDK-nightly-pipeline/6/"
    runUrl: "job/TESTscout-integration-11.0-SDK-nightly-pipeline/6/"
  labels:
    jenkins: "slave"
    jenkins/label: "my-agent-pod"
  name: "my-agent-pod-3s5dh-jrslb"
spec:
  containers:
  - command:
    - "cat"
    image: "maven:alpine"
    name: "maven"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.scout.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "my-agent-pod-3s5dh-jrslb"
    - name: "JENKINS_NAME"
      value: "my-agent-pod-3s5dh-jrslb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.scout.svc.cluster.local/scout/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.2.1"
    name: "jnlp"
    resources:
      requests:
        cpu: "100m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on my-agent-pod-3s5dh-jrslb in /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline
[Pipeline] {
[Pipeline] stage
[Pipeline] { (integration tests)
[Pipeline] container
[Pipeline] {
[Pipeline] checkout
No credentials specified
Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@96ce4346; decorates RemoteLauncher[hudson.remoting.Channel@a2dee8e7:JNLP4-connect connection from 10.129.14.1/10.129.14.1:54726] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
 > git init /home/jenkins/agent/workspace/TESTscout-integration-11.0-SDK-nightly-pipeline # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git
 > git --version # timeout=10
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/scout/org.eclipse.scout.sdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Aborted by Arthur van Dorp
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
java.lang.InterruptedException
	at java.lang.Object.wait(Native Method)
	at java.lang.Object.wait(Unknown Source)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:997)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.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.$Proxy98.execute(Unknown Source)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1132)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1177)
	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$454/000000002C100550.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)
	at java.lang.Thread.run(Unknown Source)
Finished: ABORTED