Skip to content

Console Output

Started by user Manoj Palat
Running as Manoj Palat
[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
Created Pod: kubernetes jdt/jikespg-18-d3js7-0957b
[Normal][jdt/jikespg-18-d3js7-0957b][Scheduled] Successfully assigned jdt/jikespg-18-d3js7-0957b to okdnode-23
[Normal][jdt/jikespg-18-d3js7-0957b][AddedInterface] Add eth0 [10.40.44.207/23]
[Normal][jdt/jikespg-18-d3js7-0957b][Pulling] Pulling image "eclipse/platformreleng-ubuntu-gtk3-metacity:jikespg"
Still waiting to schedule task
‘jikespg-18-d3js7-0957b’ is offline
[Normal][jdt/jikespg-18-d3js7-0957b][Pulled] Successfully pulled image "eclipse/platformreleng-ubuntu-gtk3-metacity:jikespg" in 7.15720955s
[Normal][jdt/jikespg-18-d3js7-0957b][Created] Created container custom
[Normal][jdt/jikespg-18-d3js7-0957b][Started] Started container custom
[Normal][jdt/jikespg-18-d3js7-0957b][Pulled] Container image "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1" already present on machine
[Normal][jdt/jikespg-18-d3js7-0957b][Created] Created container jnlp
[Normal][jdt/jikespg-18-d3js7-0957b][Started] Started container jnlp
Agent jikespg-18-d3js7-0957b is provisioned from template jikespg-18-d3js7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.jdt.svc.cluster.local/jdt/job/eclipse.jdt.core-jikespg-auto-gerrit/18/"
    runUrl: "job/eclipse.jdt.core-jikespg-auto-gerrit/18/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "dd5e80c7edb0de4dc951cb44599d76f587e07390"
    jenkins/label: "jikespg-18"
  name: "jikespg-18-d3js7-0957b"
spec:
  containers:
  - command:
    - "cat"
    image: "eclipse/platformreleng-ubuntu-gtk3-metacity:jikespg"
    imagePullPolicy: "Always"
    name: "custom"
    resources:
      limits:
        memory: "2048Mi"
        cpu: "1000m"
      requests:
        memory: "512Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jdt.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jikespg-18-d3js7-0957b"
    - name: "JENKINS_NAME"
      value: "jikespg-18-d3js7-0957b"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jdt.svc.cluster.local/jdt/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.10.1"
    name: "jnlp"
    resources:
      limits: {}
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on jikespg-18-d3js7-0957b in /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg-auto-gerrit
[Pipeline] {
[Pipeline] container
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Run jikespg)
[Pipeline] container
[Pipeline] {
[Pipeline] dir
02:29:39 [2022-01-24T07:29:39.497Z] Running in /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg-auto-gerrit/eclipse.jdt.core
[Pipeline] {
[Pipeline] checkout
02:29:40 [2022-01-24T07:29:40.604Z] The recommended git tool is: NONE
02:29:50 [2022-01-24T07:29:50.518Z] No credentials specified
02:29:50 [2022-01-24T07:29:50.518Z] Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@fab4c149; decorates org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@393e0040; decorates RemoteLauncher[hudson.remoting.Channel@59356da3:JNLP4-connect connection from 10.40.44.207/10.40.44.207:42274] will be ignored (a typical symptom is the Git executable not being run inside a designated container)
02:29:50 [2022-01-24T07:29:50.600Z] Cloning the remote Git repository
02:29:55 [2022-01-24T07:29:55.312Z] Cloning repository https://git.eclipse.org/r/jdt/eclipse.jdt.core.git
02:29:55 [2022-01-24T07:29:55.498Z]  > git init /home/jenkins/agent/workspace/eclipse.jdt.core-jikespg-auto-gerrit/eclipse.jdt.core # timeout=10
02:29:55 [2022-01-24T07:29:55.604Z] Fetching upstream changes from https://git.eclipse.org/r/jdt/eclipse.jdt.core.git
02:29:55 [2022-01-24T07:29:55.604Z]  > git --version # timeout=10
02:29:55 [2022-01-24T07:29:55.607Z]  > git --version # 'git version 2.20.1'
02:29:55 [2022-01-24T07:29:55.608Z]  > git fetch --tags --force --progress -- https://git.eclipse.org/r/jdt/eclipse.jdt.core.git +refs/heads/*:refs/remotes/origin/* # timeout=120
02:34:03 [2022-01-24T07:34:03.801Z] ERROR: Error fetching remote repo 'origin'
02:34:03 [2022-01-24T07:34:03.801Z] hudson.plugins.git.GitException: Failed to fetch from https://git.eclipse.org/r/jdt/eclipse.jdt.core.git
02:34:03 [2022-01-24T07:34:03.802Z] 	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:1001)
02:34:03 [2022-01-24T07:34:03.802Z] 	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
02:34:03 [2022-01-24T07:34:03.802Z] 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
02:34:03 [2022-01-24T07:34:03.802Z] 	at <unknown class>.run(Unknown Source)
02:34:03 [2022-01-24T07:34:03.802Z] 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
02:34:03 [2022-01-24T07:34:03.802Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
02:34:03 [2022-01-24T07:34:03.802Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
02:34:03 [2022-01-24T07:34:03.802Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
02:34:03 [2022-01-24T07:34:03.802Z] 	at java.base/java.lang.Thread.run(Thread.java:866)
02:34:03 [2022-01-24T07:34:03.802Z] Caused by: hudson.plugins.git.GitException: Command "git fetch --tags --force --progress -- https://git.eclipse.org/r/jdt/eclipse.jdt.core.git ${GERRIT_REFSPEC}" returned status code 128:
02:34:03 [2022-01-24T07:34:03.802Z] stdout: 
02:34:03 [2022-01-24T07:34:03.802Z] stderr: fatal: Couldn't find remote ref ${GERRIT_REFSPEC}
02:34:03 [2022-01-24T07:34:03.802Z] 
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2681)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:2102)
02:34:03 [2022-01-24T07:34:03.802Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$500(CliGitAPIImpl.java:86)
02:34:03 [2022-01-24T07:34:03.803Z] 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:624)
02:34:03 [2022-01-24T07:34:03.803Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:160)
02:34:03 [2022-01-24T07:34:03.803Z] 	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:153)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.Request$2.run(Request.java:376)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.InterceptingExecutorService$$Lambda$88/0x0000000000086db0.call(Unknown Source)
02:34:03 [2022-01-24T07:34:03.803Z] 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
02:34:03 [2022-01-24T07:34:03.803Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
02:34:03 [2022-01-24T07:34:03.803Z] 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
02:34:03 [2022-01-24T07:34:03.803Z] 	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:122)
02:34:03 [2022-01-24T07:34:03.803Z] 	at <unknown class>.run(Unknown Source)
02:34:03 [2022-01-24T07:34:03.803Z] 	... 1 more
02:34:03 [2022-01-24T07:34:03.803Z] 	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.44.207/10.40.44.207:42274
02:34:03 [2022-01-24T07:34:03.803Z] 		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1797)
02:34:03 [2022-01-24T07:34:03.803Z] 		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
02:34:03 [2022-01-24T07:34:03.803Z] 		at hudson.remoting.Channel.call(Channel.java:1001)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:145)
02:34:03 [2022-01-24T07:34:03.804Z] 		at jdk.internal.reflect.GeneratedMethodAccessor729.invoke(Unknown Source)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:131)
02:34:03 [2022-01-24T07:34:03.804Z] 		at com.sun.proxy.$Proxy84.execute(Unknown Source)
02:34:03 [2022-01-24T07:34:03.804Z] 		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:999)
02:34:03 [2022-01-24T07:34:03.804Z] 		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1242)
02:34:03 [2022-01-24T07:34:03.804Z] 		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1302)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
02:34:03 [2022-01-24T07:34:03.804Z] 		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
02:34:03 [2022-01-24T07:34:03.804Z] 		at <unknown class>.run(Unknown Source)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
02:34:03 [2022-01-24T07:34:03.804Z] 		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
02:34:03 [2022-01-24T07:34:03.804Z] 		... 1 more
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // container
02:34:02 [2022-01-24T07:34:02.800Z]  > git config remote.origin.url https://git.eclipse.org/r/jdt/eclipse.jdt.core.git # timeout=10
02:34:02 [2022-01-24T07:34:02.804Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:34:02 [2022-01-24T07:34:02.818Z]  > git config remote.origin.url https://git.eclipse.org/r/jdt/eclipse.jdt.core.git # timeout=10
02:34:02 [2022-01-24T07:34:02.904Z] Fetching upstream changes from https://git.eclipse.org/r/jdt/eclipse.jdt.core.git
02:34:02 [2022-01-24T07:34:02.905Z]  > git fetch --tags --force --progress -- https://git.eclipse.org/r/jdt/eclipse.jdt.core.git ${GERRIT_REFSPEC} # timeout=120
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
ERROR: Error fetching remote repo 'origin'
Finished: FAILURE