[midPoint-ci] Build failed in Jenkins: Prism - support 4.7 #13
Jenkins
noreply at evolveum.com
Thu Sep 21 14:18:54 CEST 2023
See <https://jenkins.evolveum.com/job/prism-support-4-7/13/display/redirect>
Changes:
------------------------------------------
Started by user Anton Tkacik
Obtained tools/jenkins/prism-main-pipeline from git https://github.com/Evolveum/prism.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/prism-support-4-7-13-tt6q5-8sgzh-kxgxc
Still waiting to schedule task
‘prism-support-4-7-13-tt6q5-8sgzh-kxgxc’ is offline
Agent prism-support-4-7-13-tt6q5-8sgzh-kxgxc is provisioned from template prism-support-4-7_13-tt6q5-8sgzh
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/prism-support-4-7/13/"
runUrl: "job/prism-support-4-7/13/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "0386c9f83381924efecc3aaadf3f42411248580f"
jenkins/label: "prism-support-4-7_13-tt6q5"
name: "prism-support-4-7-13-tt6q5-8sgzh-kxgxc"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 600
containers:
- command:
- "cat"
image: "maven:3.8.5-openjdk-11"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "1Gi"
cpu: "2"
requests:
memory: "1Gi"
cpu: "2"
securityContext:
privileged: false
runAsUser: 0
tty: true
volumeMounts:
- mountPath: "/root/jenkins-nexus"
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: "prism-support-4-7-13-tt6q5-8sgzh-kxgxc"
- name: "JENKINS_NAME"
value: "prism-support-4-7-13-tt6q5-8sgzh-kxgxc"
- 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/jenkins-nexus"
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"
secret:
secretName: "jenkins-nexus"
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-prism-support-4-7-13-tt6q5-8sgzh-kxgxc"
readOnly: false
Running on prism-support-4-7-13-tt6q5-8sgzh-kxgxc in /home/jenkins/agent/workspace/prism-support-4-7
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] git
The recommended git tool is: git
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/prism.git
> git init /home/jenkins/agent/workspace/prism-support-4-7 # timeout=10
Fetching upstream changes from https://github.com/Evolveum/prism.git
> git --version # timeout=10
> git --version # 'git version 2.34.2'
> git fetch --tags --force --progress -- https://github.com/Evolveum/prism.git +refs/heads/*:refs/remotes/origin/* # timeout=10
> git config remote.origin.url https://github.com/Evolveum/prism.git # timeout=10
> git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list