[midPoint-ci] Build failed in Jenkins: midPoint - master - compile #3043
Jenkins
noreply at evolveum.com
Mon Apr 29 23:42:59 CEST 2024
See <https://jenkins.evolveum.com/job/midpoint-master-compile/3043/display/redirect>
Changes:
------------------------------------------
Started by GitHub push by mederly
Obtained tools/jenkins/midpoint-compile-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
All nodes of label ‘midpoint-master-compile_3043-zzqln’ are offline
Created Pod: kubernetes jenkins/midpoint-master-compile-3043-zzqln-dss8n-kx9wq
Agent midpoint-master-compile-3043-zzqln-dss8n-kx9wq is provisioned from template midpoint-master-compile_3043-zzqln-dss8n
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-compile/3043/"
runUrl: "job/midpoint-master-compile/3043/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "bc2d460f356279029eb84a4b8eae4a7e244ab53a"
jenkins/label: "midpoint-master-compile_3043-zzqln"
name: "midpoint-master-compile-3043-zzqln-dss8n-kx9wq"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 900
containers:
- command:
- "cat"
image: "maven:3.9.4-eclipse-temurin-21"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "4Gi"
cpu: "4"
requests:
memory: "4Gi"
cpu: "4"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- 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-compile-3043-zzqln-dss8n-kx9wq"
- name: "JENKINS_NAME"
value: "midpoint-master-compile-3043-zzqln-dss8n-kx9wq"
- 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: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
cpu: "E5-2680"
restartPolicy: "Never"
volumes:
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-master-compile-3043-zzqln-dss8n-kx9wq"
readOnly: false
Running on midpoint-master-compile-3043-zzqln-dss8n-kx9wq in /home/jenkins/agent/workspace/midpoint-master-compile
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] sh
+ '[' 0 -ge 1 ']'
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint.git
> git init /home/jenkins/agent/workspace/midpoint-master-compile # 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
> git config remote.origin.url https://github.com/Evolveum/midpoint.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 7f160c3aeec6453c98ef257bd007a2777352c4e8 (refs/remotes/origin/master)
Commit message: "Add a test for changing "const" config properties"
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 7f160c3aeec6453c98ef257bd007a2777352c4e8 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 7f160c3aeec6453c98ef257bd007a2777352c4e8 # timeout=10
> git rev-list --no-walk 3e478f108ca0f0246f1eff18fa5ba00acea0ab6f # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (compile)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ '[' 0 -ge 1 ']'
+ mvn -B -ntp -U clean package -DskipTests -P -dist
[INFO] Scanning for projects...
Aborted by Pavol Mederly
Sending interrupt signal to process
Killing processes
kill finished with exit code 0
Terminated
script returned exit code 143
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list