Skip to content
Failed

Console Output

Branch indexing
12:06:28 Connecting to https://api.github.com using GitHub bot (username/token)
Obtained Jenkinsfile from 0909c4368c2f47d2293fb93926a50b9ce838c633
Loading library capella-pipeline-library@master-jacoco
Attempting to resolve master-jacoco from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.40.0'
 > git ls-remote -h -- https://github.com/eclipse/capella-pipeline-library # timeout=10
Found match: refs/heads/master-jacoco revision 39438088ee3d33cf8262f200c1771ffdc4695167
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning with configured refspecs honoured and without tags
Cloning repository https://github.com/eclipse/capella-pipeline-library
 > git init /var/jenkins/workspace/capella-product_v1.3.x@libs/a1cf802a030a3464458665fe100be90220a40ba8b14f10c4080945192d628f70 # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella-pipeline-library
 > git --version # timeout=10
 > git --version # 'git version 2.40.0'
 > git fetch --no-tags --force --progress -- https://github.com/eclipse/capella-pipeline-library +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella-pipeline-library # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 39438088ee3d33cf8262f200c1771ffdc4695167 (master-jacoco)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 39438088ee3d33cf8262f200c1771ffdc4695167 # timeout=10
Commit message: "[releng] Use logback.xml configuration to avoid debug logs"
 > git rev-list --no-walk 65a2c49029c87b562138804f57c34fe9603799fb # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] libraryResource
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
There are no nodes with the label ‘capella-buildtest’
Agent capella-buildtest-kfg06-xv3d2 is provisioned from template capella-buildtest-kfg06
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.capella.svc.cluster.local/capella/job/capella-product/job/v1.2.xxdc/2/"
    runUrl: "job/capella-product/job/v1.2.xxdc/2/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "c372714f81c0b271a921c466475dd4374e3e31f0"
    jenkins/label: "capella-buildtest"
  name: "capella-buildtest-kfg06-xv3d2"
  namespace: "capella"
spec:
  containers:
  - command:
    - "uid_entrypoint"
    - "cat"
    image: "eclipsecbijenkins/ui-test-agent:3.29@sha256:b5f847bd86f2761b7c8487e8b97fc5925d9aba6382c88a68fea1aaa01e12db59"
    name: "uitests"
    resources:
      limits:
        memory: "3.5Gi"
        cpu: "1"
      requests:
        memory: "3.5Gi"
        cpu: "1"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-known-hosts"
    - mountPath: "/opt/tools"
      name: "tools"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/repository"
      name: "m2-repo"
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.capella.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "capella-buildtest-kfg06-xv3d2"
    - name: "JENKINS_NAME"
      value: "capella-buildtest-kfg06-xv3d2"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.capella.svc.cluster.local/capella/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3107.v665000b_51092"
    name: "jnlp"
    resources:
      requests:
        memory: "256Mi"
        cpu: "100m"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir: {}
    name: "m2-repo"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - configMap:
      name: "known-hosts"
    name: "volume-known-hosts"
  - name: "tools"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-capella"

Running on capella-buildtest-kfg06-xv3d2 in /home/jenkins/agent/workspace/capella-product_v1.3.x
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: git
using credential github-bot
Cloning the remote Git repository
Using shallow clone with depth 1
Avoid fetching tags
Honoring refspec on initial clone
Cloning repository https://github.com/eclipse/capella.git
 > git init /home/jenkins/agent/workspace/capella-product_v1.3.x # timeout=10
Fetching upstream changes from https://github.com/eclipse/capella.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_ASKPASS to set credentials GitHub bot (username/token)
 > git fetch --no-tags --force --progress --depth=1 -- https://github.com/eclipse/capella.git +refs/heads/v1.3.x:refs/remotes/origin/v1.3.x # timeout=10
 > git config remote.origin.url https://github.com/eclipse/capella.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.3.x:refs/remotes/origin/v1.3.x # timeout=10
Avoid second fetch
Checking out Revision 0909c4368c2f47d2293fb93926a50b9ce838c633 (v1.3.x)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0909c4368c2f47d2293fb93926a50b9ce838c633 # timeout=13
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Error when executing always post condition:
org.jenkinsci.plugins.workflow.steps.MissingContextVariableException: Required context class hudson.FilePath is missing
Perhaps you forgot to surround the code with a step that provides this, such as: node
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:90)
	at org.jenkinsci.plugins.workflow.steps.CoreStep$Execution.run(CoreStep.java:71)
	at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:839)

[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] End of Pipeline
hudson.plugins.git.GitException: Command "git checkout -f 0909c4368c2f47d2293fb93926a50b9ce838c633" returned status code 137:
stdout: 
stderr: 
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2732)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3054)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to JNLP4-connect connection from 10.40.46.215/10.40.46.215:39886
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1784)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:356)
		at hudson.remoting.Channel.call(Channel.java:1000)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:143)
		at jdk.internal.reflect.GeneratedMethodAccessor1194.invoke(Unknown Source)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:129)
		at com.sun.proxy.$Proxy195.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1359)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep.checkout(SCMStep.java:129)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:97)
		at org.jenkinsci.plugins.workflow.steps.scm.SCMStep$StepExecutionImpl.run(SCMStep.java:84)
		at org.jenkinsci.plugins.workflow.steps.SynchronousNonBlockingStepExecution.lambda$start$0(SynchronousNonBlockingStepExecution.java:47)
		at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
		at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
		at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
		at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
Caused: hudson.plugins.git.GitException: Could not checkout 0909c4368c2f47d2293fb93926a50b9ce838c633
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:3078)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:158)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$GitCommandMasterToSlaveCallable.call(RemoteGitImpl.java:151)
	at hudson.remoting.UserRequest.perform(UserRequest.java:211)
	at hudson.remoting.UserRequest.perform(UserRequest.java:54)
	at hudson.remoting.Request$2.run(Request.java:377)
	at hudson.remoting.InterceptingExecutorService.lambda$wrap$0(InterceptingExecutorService.java:78)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at hudson.remoting.Engine$1.lambda$newThread$0(Engine.java:125)
	at java.base/java.lang.Thread.run(Thread.java:839)

GitHub has been notified of this commit’s build result

Finished: FAILURE