[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 15, JDK 21 (Custom Maven Docker) #4
Jenkins
noreply at evolveum.com
Sun Sep 3 12:47:13 CEST 2023
See <https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/4/display/redirect>
Changes:
------------------------------------------
Started by user Anton Tkacik
Obtained tools/jenkins/midpoint-main-nativepg-pipeline from git https://github.com/Evolveum/midpoint.git
[Pipeline] Start of Pipeline
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Created Pod: kubernetes jenkins/midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-lnb85
Still waiting to schedule task
‘midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-lnb85’ is offline
Pod jenkins/midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-lnb85 was just deleted
Created Pod: kubernetes jenkins/midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f
Agent midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f is provisioned from template midpoint-master-native-pg15-jdk21_4-tfhsk-ktk7b
---
apiVersion: "v1"
kind: "Pod"
metadata:
annotations:
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/4/"
runUrl: "job/midpoint-master-native-pg15-jdk21/4/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "0e6da84c1d5b66bc3021d23f65c4fa582a40a0f3"
jenkins/label: "midpoint-master-native-pg15-jdk21_4-tfhsk"
name: "midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 21600
containers:
- command:
- "cat"
image: "tonydamage/maven:21-openjdk"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "8Gi"
cpu: "8"
requests:
memory: "8Gi"
cpu: "8"
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-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f"
- name: "JENKINS_NAME"
value: "midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f"
- 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
- env:
- name: "POSTGRES_USER"
value: "midtest"
- name: "POSTGRES_INITDB_ARGS"
value: "--lc-collate=en_US.utf8 --lc-ctype=en_US.utf8"
- name: "POSTGRES_PASSWORD"
value: "password"
image: "postgres:15-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: "/home/jenkins/agent"
name: "workspace-volume"
readOnly: false
nodeSelector:
cpu: "E5-2680"
restartPolicy: "Never"
volumes:
- name: "workspace-volume"
persistentVolumeClaim:
claimName: "pvc-workspace-midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f"
readOnly: false
Running on midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-pf17f in /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk21
[Pipeline] {
[Pipeline] stage
[Pipeline] { (checkout)
[Pipeline] git
The recommended git tool is: git
Created Pod: kubernetes jenkins/midpoint-master-native-pg15-jdk21-4-tfhsk-ktk7b-3fc82
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/Evolveum/midpoint.git
> git init /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk21 # 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
Checking out Revision 5db84770af166394edd76f34dbf14a18bb4b028f (refs/remotes/origin/master)
Commit message: "Fixed native postgres pipeline"
> 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
> git rev-parse refs/remotes/origin/master^{commit} # timeout=10
> git config core.sparsecheckout # timeout=10
> git checkout -f 5db84770af166394edd76f34dbf14a18bb4b028f # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master 5db84770af166394edd76f34dbf14a18bb4b028f # timeout=10
> git rev-list --no-walk e429c27626ac5ca85ef649a55c42c4b99fdd6c45 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (db-init)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ psql --version
psql (PostgreSQL) 15.2
+ wget https://raw.githubusercontent.com/Evolveum/midpoint/v4.4.4/config/sql/native/postgres-new.sql
Connecting to raw.githubusercontent.com (185.199.108.133:443)
wget: server returned error: HTTP/1.1 404 Not Found
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list