[midPoint-ci] Build failed in Jenkins: midpoint-branch-release #34
Jenkins
noreply at evolveum.com
Wed Jan 15 10:50:55 CET 2025
See <https://jenkins.evolveum.com/job/midpoint-branch-release/34/display/redirect>
Changes:
------------------------------------------
Started by user Viliam Repan
Obtained tools/jenkins/midpoint-main-nativepg-deploy-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-branch-release-34-1p21c-dqpp1-s0pv7
Agent midpoint-branch-release-34-1p21c-dqpp1-s0pv7 is provisioned from template midpoint-branch-release_34-1p21c-dqpp1
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1736934266002"
buildUrl: "https://jenkins.evolveum.com/job/midpoint-branch-release/34/"
runUrl: "job/midpoint-branch-release/34/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "903177a250f92827b41e7c50be7126781acd9c7e"
jenkins/label: "midpoint-branch-release_34-1p21c"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "midpoint-branch-release-34-1p21c-dqpp1-s0pv7"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 21600
containers:
- command:
- "cat"
env:
- name: "MIDPOINT_BUILD_ALIAS"
value: "build-signing-key"
image: "maven:3.8.5-openjdk-17"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "8Gi"
cpu: "8"
requests:
memory: "8Gi"
cpu: "8"
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: "midpoint-branch-release-34-1p21c-dqpp1-s0pv7"
- name: "MIDPOINT_BUILD_ALIAS"
value: "build-signing-key"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-branch-release-34-1p21c-dqpp1-s0pv7"
- 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
- env:
- name: "POSTGRES_USER"
value: "midtest"
- name: "POSTGRES_PASSWORD"
value: "password"
- name: "POSTGRES_INITDB_ARGS"
value: "--lc-collate=en_US.utf8 --lc-ctype=en_US.utf8"
- name: "MIDPOINT_BUILD_ALIAS"
value: "build-signing-key"
image: "postgres:16-alpine"
imagePullPolicy: "IfNotPresent"
name: "postgres"
ports:
- containerPort: 5432
name: "postgres"
resources:
limits:
memory: "4Gi"
cpu: "2"
requests:
memory: "4Gi"
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
nodeSelector:
kubernetes.io/os: "linux"
restartPolicy: "Never"
volumes:
- name: "volume-0"
secret:
secretName: "jenkins-nexus"
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-branch-release-34-1p21c-dqpp1-s0pv7"
readOnly: false
Running on midpoint-branch-release-34-1p21c-dqpp1-s0pv7 in /home/jenkins/agent/workspace/midpoint-branch-release
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] retry
[Pipeline] {
[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-branch-release # 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
Avoid second fetch
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Retrying
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
No credentials specified
Fetching changes from the remote Git repository
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
Retrying
> git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/midpoint-branch-release/.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
> git rev-parse refs/remotes/origin/milestone/4.10-M2^{commit} # timeout=10
> git rev-parse origin/milestone/4.10-M2^{commit} # timeout=10
[Pipeline] {
[Pipeline] git
The recommended git tool is: git
No credentials specified
Fetching changes from the remote Git repository
ERROR: Couldn't find any revision to build. Verify the repository and branch configuration for this job.
ERROR: Maximum checkout retry attempts reached, aborting
[Pipeline] }
[Pipeline] // retry
[Pipeline] }
> git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/midpoint-branch-release/.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
> git rev-parse refs/remotes/origin/milestone/4.10-M2^{commit} # timeout=10
> git rev-parse origin/milestone/4.10-M2^{commit} # timeout=10
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list