[midPoint-ci] Build failed in Jenkins: midPoint - master - quick #2006
Jenkins
noreply at evolveum.com
Fri Oct 6 22:29:22 CEST 2023
See <https://jenkins.evolveum.com/job/midpoint-master-quick/2006/display/redirect>
Changes:
------------------------------------------
Started by GitHub push by 1azyman
Obtained tools/jenkins/midpoint-quick-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-master-quick-2006-ch2cx-qh343-3xxtp
Agent midpoint-master-quick-2006-ch2cx-qh343-3xxtp is provisioned from template midpoint-master-quick_2006-ch2cx-qh343
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-quick/2006/"
runUrl: "job/midpoint-master-quick/2006/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "d093db057aec25b97b5b79a98f9f4a3f6517aab3"
jenkins/label: "midpoint-master-quick_2006-ch2cx"
name: "midpoint-master-quick-2006-ch2cx-qh343-3xxtp"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 7200
containers:
- command:
- "cat"
image: "maven:3.8.5-openjdk-17"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "6Gi"
cpu: "4"
requests:
memory: "6Gi"
cpu: "4"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/root/.m2/repository"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
- env:
- name: "JENKINS_SECRET"
value: "********"
- name: "JENKINS_TUNNEL"
value: "jenkins-agent:50000"
- name: "JENKINS_AGENT_NAME"
value: "midpoint-master-quick-2006-ch2cx-qh343-3xxtp"
- name: "JENKINS_NAME"
value: "midpoint-master-quick-2006-ch2cx-qh343-3xxtp"
- name: "JENKINS_AGENT_WORKDIR"
value: "/home/jenkins/agent"
- name: "JENKINS_URL"
value: "https://jenkins.evolveum.com/"
image: "jenkins/inbound-agent:4.13-2-alpine"
imagePullPolicy: "IfNotPresent"
name: "jnlp"
resources:
limits:
memory: "1Gi"
cpu: "1"
requests:
memory: "1Gi"
cpu: "1"
securityContext:
privileged: false
runAsUser: 0
tty: false
volumeMounts:
- mountPath: "/root/.m2/repository"
name: "volume-0"
readOnly: false
- mountPath: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
cpu: "E5-2680"
restartPolicy: "Never"
volumes:
- name: "volume-0"
persistentVolumeClaim:
claimName: "midpoint-quick-pipeline-m2repo"
readOnly: false
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "midpoint-quick-pipeline-workspace"
readOnly: false
Running on midpoint-master-quick-2006-ch2cx-qh343-3xxtp in /home/jenkins/agent/workspace/midpoint-master-quick
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] sh
Created Pod: kubernetes jenkins/midpoint-master-quick-2006-ch2cx-qh343-x5qfg
+ '[' 0 -ge 1 ']'
[Pipeline] git
The recommended git tool is: git
No credentials specified
Fetching changes from the remote Git repository
> git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/midpoint-master-quick/.git # timeout=10
> git config remote.origin.url https://github.com/Evolveum/midpoint.git # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint.git
> git --version # timeout=10
> git --version # 'git version 2.34.2'
> git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Checking out Revision 96068d4474b8089eebb6db57518862cd050ab410 (refs/remotes/origin/master)
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list