Started by user Jon Levell Running as Jon Levell Checking out git https://github.com/eclipse/amlen into /var/jenkins/workspace/BuildAll_Tier1@script/c5b562fbc46384c16045f675420dc4e3de4487235750bf8015fe64453857a9a8 to read server_build/buildcontainer/jenkins.buildalltier1 The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/workspace/BuildAll_Tier1@script/c5b562fbc46384c16045f675420dc4e3de4487235750bf8015fe64453857a9a8/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/amlen # timeout=10 Fetching upstream changes from https://github.com/eclipse/amlen > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/eclipse/amlen +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse origin/main^{commit} # timeout=10 Checking out Revision 0b8d6464ef5c45b6b487a6772fddf887b514ec0a (origin/main) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b8d6464ef5c45b6b487a6772fddf887b514ec0a # timeout=10 Commit message: "Move operator to 1.0.4a (#166)" > git rev-list --no-walk 0b8d6464ef5c45b6b487a6772fddf887b514ec0a # timeout=10 [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 amlen/amlen-buildalltier1-pod-17qq3-xpl3f Still waiting to schedule task ‘amlen-buildalltier1-pod-17qq3-xpl3f’ is offline Agent amlen-buildalltier1-pod-17qq3-xpl3f is provisioned from template amlen-buildalltier1-pod-17qq3 --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.amlen.svc.cluster.local/amlen/job/BuildAll_Tier1/46/" runUrl: "job/BuildAll_Tier1/46/" labels: jenkins: "slave" jenkins/label-digest: "b5bd724f86bd7008fdc7dfeb1ded559b0433f4df" jenkins/label: "amlen-buildalltier1-pod" name: "amlen-buildalltier1-pod-17qq3-xpl3f" namespace: "amlen" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.amlen.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "amlen-buildalltier1-pod-17qq3-xpl3f" - name: "JENKINS_NAME" value: "amlen-buildalltier1-pod-17qq3-xpl3f" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.amlen.svc.cluster.local/amlen/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc" name: "jnlp" resources: limits: memory: "300Mi" cpu: "200m" requests: memory: "300Mi" cpu: "200m" 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 amlen-buildalltier1-pod-17qq3-xpl3f in /home/jenkins/agent/workspace/BuildAll_Tier1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/amlen > git init /home/jenkins/agent/workspace/BuildAll_Tier1 # timeout=10 Fetching upstream changes from https://github.com/eclipse/amlen > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/amlen +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/amlen # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0b8d6464ef5c45b6b487a6772fddf887b514ec0a (origin/main) > git rev-parse origin/main^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0b8d6464ef5c45b6b487a6772fddf887b514ec0a # timeout=10 Commit message: "Move operator to 1.0.4a (#166)" [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] container [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] sh + date +%Y%m%d-%H%M [Pipeline] } [Pipeline] // script [Pipeline] echo In BuildAll Init, BUILD_LABEL is 20240220-1052_eclipse [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (BuildFanOut) [Pipeline] container [Pipeline] { [Pipeline] echo In BuildFanout, BUILD_LABEL is 20240220-1052_eclipse [Pipeline] build Scheduling project: Build_SingleBranch_ChooseDistro Starting building: Build_SingleBranch_ChooseDistro #117 Build Build_SingleBranch_ChooseDistro 117-centos7 completed: SUCCESS [Pipeline] build Scheduling project: Build_SingleBranch_ChooseDistro Starting building: Build_SingleBranch_ChooseDistro #118 Build Build_SingleBranch_ChooseDistro 118-almalinux8 completed: SUCCESS [Pipeline] build Scheduling project: Build_SingleBranch_ChooseDistro Starting building: Build_SingleBranch_ChooseDistro #119 Build Build_SingleBranch_ChooseDistro 119-almalinux9 completed: SUCCESS [Pipeline] build Scheduling project: Build_SingleBranch_ChooseDistro Starting building: Build_SingleBranch_ChooseDistro #120 Build Build_SingleBranch_ChooseDistro 120-fedora completed: SUCCESS [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS