Skip to content
Aborted

Console Output

Started by user Sébastien Heurtematte
Running as Sébastien Heurtematte
Querying the current revision of branch main...
Current revision of branch main is 97dc6b4d6d9ec4cfcb8af042307f553e9ce97dce
Obtained src/containerBuild/Jenkinsfile.containerBuildPipeline from 97dc6b4d6d9ec4cfcb8af042307f553e9ce97dce
Loading library releng-pipeline@main
Attempting to resolve main from remote references...
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git ls-remote -- https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git # timeout=10
Found match: refs/heads/main revision c33eafd0481485918bb486f10e37f20d7ce6211e
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://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git
 > git init /var/jenkins/workspace/jpl-containerBuildPipeline_main@libs/4355fc0889d6bce1359578d0eed196c62b68f858e457d99b09b4a866d782b91d@2 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git
 > git --version # timeout=10
 > git --version # 'git version 2.43.0'
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision c33eafd0481485918bb486f10e37f20d7ce6211e (main)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f c33eafd0481485918bb486f10e37f20d7ce6211e # timeout=10
Commit message: "fix: hugo build with new containerBuild"
 > git rev-list --no-walk 2ab562365b8d5edc4a0a270f5ff5f2a6a95ba02a # timeout=10
First time build. Skipping changelog.
[GitLab Pipeline Status] Notifying branch build status: RUNNING jpl-containerBuildPipeline/main #9: Build started...
[Pipeline] Start of Pipeline
[Pipeline] libraryResource
[Pipeline] echo
Final resourceContent: apiVersion: v1
kind: Pod
spec:
  containers:
  - name: containertools
    image: eclipsefdn/containertools:alpine-latest
    imagePullPolicy: Always
    command: [ "sleep" ]
    args: [ "infinity" ]
    resources:
      limits:
        cpu: 500m
        memory: 256Mi

[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes cbi/jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h
Still waiting to schedule task
‘fmlw3-ubuntu1804’ doesn’t have label ‘jpl-containerBuildPipeline_main_9-wf4w4’
‘jpl-containerbuildpipeline-main-10-53ws2-jpl16-8mrbr’ doesn’t have label ‘jpl-containerBuildPipeline_main_9-wf4w4’
‘jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h’ is offline
Agent jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h is provisioned from template jpl-containerBuildPipeline_main_9-wf4w4-6bbjn
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations:
    buildUrl: "http://jenkins-ui.cbi.svc.cluster.local/cbi/job/jpl-containerBuildPipeline/job/main/9/"
    runUrl: "job/jpl-containerBuildPipeline/job/main/9/"
  labels:
    jenkins: "slave"
    jenkins/label-digest: "9b39ed8a17ceeb4f7158ecd10f98312648d2962c"
    jenkins/label: "jpl-containerBuildPipeline_main_9-wf4w4"
  name: "jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h"
  namespace: "cbi"
spec:
  containers:
  - args:
    - "infinity"
    command:
    - "sleep"
    image: "eclipsefdn/containertools:alpine-latest"
    imagePullPolicy: "Always"
    name: "containertools"
    resources:
      limits:
        cpu: "500m"
        memory: "256Mi"
    volumeMounts:
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.cbi.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h"
    - name: "JENKINS_NAME"
      value: "jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.cbi.svc.cluster.local/cbi/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    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:
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Running on jpl-containerbuildpipeline-main-9-wf4w4-6bbjn-blq2h in /home/jenkins/agent/workspace/jpl-containerBuildPipeline_main
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
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://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library-sample.git
 > git init /home/jenkins/agent/workspace/jpl-containerBuildPipeline_main # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library-sample.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --no-tags --force --progress -- https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library-sample.git +refs/heads/main:refs/remotes/origin/main # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipsefdn/it/releng/jenkins-pipeline-service/jenkins-pipeline-library-sample.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/main:refs/remotes/origin/main # timeout=10
Avoid second fetch
Checking out Revision 97dc6b4d6d9ec4cfcb8af042307f553e9ce97dce (main)
Aborted by Sébastien Heurtematte
ERROR: Unable to retrieve commit message
java.lang.InterruptedException
	at java.base/java.lang.Object.waitImpl(Native Method)
	at java.base/java.lang.Object.wait(Object.java:251)
	at java.base/java.lang.Object.wait(Object.java:219)
	at hudson.remoting.Request.call(Request.java:177)
	at hudson.remoting.Channel.call(Channel.java:1002)
	at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:285)
	at com.sun.proxy.$Proxy250.withRepository(Unknown Source)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl.withRepository(RemoteGitImpl.java:261)
	at hudson.plugins.git.GitSCM.printCommitMessageToLog(GitSCM.java:1423)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1363)
	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)
	at java.base/java.lang.Thread.run(Thread.java:839)
[Pipeline] }
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 97dc6b4d6d9ec4cfcb8af042307f553e9ce97dce # timeout=10
 > git rev-list --no-walk 97dc6b4d6d9ec4cfcb8af042307f553e9ce97dce # timeout=10
[GitLab Pipeline Status] Notifying branch build status: RUNNING jpl-containerBuildPipeline/main #9: Build started...
[Pipeline] // stage
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
org.jenkinsci.plugins.workflow.actions.ErrorAction$ErrorId: 690e392a-c06f-4e8a-926e-5824d2ecdd3e
[GitLab Pipeline Status] Notifying branch build status: CANCELED jpl-containerBuildPipeline/main #9: Something is wrong with the build of this commit.
[GitLab Pipeline Status] Notified
Finished: ABORTED