[midPoint-ci] Build failed in Jenkins: midPoint - master - quick #442
Jenkins
noreply at evolveum.com
Fri Aug 12 18:11:57 CEST 2022
See <https://jenkins.evolveum.com/job/midpoint-master-quick/442/display/redirect>
Changes:
------------------------------------------
Started by user Richard Richter
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-442-5n28t-995d4-rzgvb
Still waiting to schedule task
‘midpoint-master-quick-442-5n28t-995d4-rzgvb’ is offline
Agent midpoint-master-quick-442-5n28t-995d4-rzgvb is provisioned from template midpoint-master-quick_442-5n28t-995d4
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-quick/442/"
runUrl: "job/midpoint-master-quick/442/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "de09e617ec791dc0447757d17b1dcb5f67db2623"
jenkins/label: "midpoint-master-quick_442-5n28t"
name: "midpoint-master-quick-442-5n28t-995d4-rzgvb"
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-442-5n28t-995d4-rzgvb"
- name: "JENKINS_NAME"
value: "midpoint-master-quick-442-5n28t-995d4-rzgvb"
- 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:
kubernetes.io/os: "linux"
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-442-5n28t-995d4-rzgvb in /home/jenkins/agent/workspace/midpoint-master-quick
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] sh
+ '[' 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 07f83e0f03437e553f13a42197d943b49397a0af (refs/remotes/origin/master)
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 07f83e0f03437e553f13a42197d943b49397a0af # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git branch -D master # timeout=10
> git checkout -b master 07f83e0f03437e553f13a42197d943b49397a0af # timeout=10
Commit message: "midpoint-quick-pipeline: when you can't decide between Groovy and shell"
> git rev-list --no-walk 9e545494b8fd439f136464f9f6006f7ce3837606 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (build)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ rm -rf /root/.m2/repository
rm: cannot remove '/root/.m2/repository': Device or resource busy
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list