[midPoint-ci] Build failed in Jenkins: midPoint - studio #162
Jenkins
noreply at evolveum.com
Thu Feb 15 21:49:34 CET 2024
See <https://jenkins.evolveum.com/job/midpoint-studio/162/display/redirect>
Changes:
------------------------------------------
Started by user Viliam Repan
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-studio-162-83r6k-nbq55-fqff4
Still waiting to schedule task
‘midpoint-studio-162-83r6k-nbq55-fqff4’ is offline
Agent midpoint-studio-162-83r6k-nbq55-fqff4 is provisioned from template midpoint-studio_162-83r6k-nbq55
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-studio/162/"
runUrl: "job/midpoint-studio/162/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "04dc4b99c10bac0c04495c0c298c30b31c34248f"
jenkins/label: "midpoint-studio_162-83r6k"
name: "midpoint-studio-162-83r6k-nbq55-fqff4"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 3600
containers:
- command:
- "cat"
image: "maven:3.8.5-openjdk-17"
imagePullPolicy: "IfNotPresent"
name: "jdk"
resources:
limits:
memory: "4Gi"
cpu: "4"
requests:
memory: "4Gi"
cpu: "4"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/root/.pluginVerifier"
name: "volume-1"
readOnly: false
- mountPath: "/root/.gradle"
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-studio-162-83r6k-nbq55-fqff4"
- name: "JENKINS_NAME"
value: "midpoint-studio-162-83r6k-nbq55-fqff4"
- 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/.pluginVerifier"
name: "volume-1"
readOnly: false
- mountPath: "/root/.gradle"
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-studio-gradle"
readOnly: false
- name: "volume-1"
persistentVolumeClaim:
claimName: "midpoint-studio-plugin-verifier"
readOnly: false
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-studio-162-83r6k-nbq55-fqff4"
readOnly: false
Running on midpoint-studio-162-83r6k-nbq55-fqff4 in /home/jenkins/agent/workspace/midpoint-studio
[Pipeline] {
[Pipeline] stage
[Pipeline] { (clean-gradle-repository)
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] checkout
The recommended git tool is: NONE
using credential 8591a2fb-b400-43c2-8bba-db67ccca1eb6
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint-studio.git
> git init /home/jenkins/agent/workspace/midpoint-studio # timeout=10
Fetching upstream changes from https://github.com/Evolveum/midpoint-studio.git
> git --version # timeout=10
> git --version # 'git version 2.34.2'
using GIT_SSH to set credentials github credentails
Verifying host key using known hosts file, will automatically accept unseen keys
> git fetch --tags --force --progress -- https://github.com/Evolveum/midpoint-studio.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
[Pipeline] }
[Pipeline] // stage
> git config remote.origin.url https://github.com/Evolveum/midpoint-studio.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
> git rev-parse refs/remotes/origin/refs/tags/v4.9.0^{commit} # timeout=10
> git rev-parse refs/tags/v4.9.0^{commit} # timeout=10
> git rev-parse refs/tags/v4.9.0^{commit} # timeout=10
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list