[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 15, JDK 21 (Eclipse Temurin) #196
Jenkins
noreply at evolveum.com
Wed Jun 19 16:32:38 CEST 2024
See <https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/196/display/redirect>
Changes:
------------------------------------------
[...truncated 12 lines...]
kind: "Pod"
metadata:
annotations:
kubernetes.jenkins.io/last-refresh: "1718807349619"
buildUrl: "https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk21/196/"
runUrl: "job/midpoint-master-native-pg15-jdk21/196/"
labels:
jenkins/jenkins-jenkins-agent: "true"
jenkins/label-digest: "e1cc096466fc36ab3675a7b886086d65a068c8ae"
jenkins/label: "midpoint-master-native-pg15-jdk21_196-m1pw8"
kubernetes.jenkins.io/controller: "https___jenkins_evolveum_comx"
name: "midpoint-master-native-pg15-jdk21-196-m1pw8-6t3qr-cgt9f"
namespace: "jenkins"
spec:
activeDeadlineSeconds: 21600
containers:
- command:
- "cat"
image: "maven:3.9.4-eclipse-temurin-21"
imagePullPolicy: "IfNotPresent"
name: "maven"
resources:
limits:
memory: "8Gi"
cpu: "4"
requests:
memory: "8Gi"
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-native-pg15-jdk21-196-m1pw8-6t3qr-cgt9f"
- name: "REMOTING_OPTS"
value: "-noReconnectAfter 1d"
- name: "JENKINS_NAME"
value: "midpoint-master-native-pg15-jdk21-196-m1pw8-6t3qr-cgt9f"
- 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-196-m1pw8-6t3qr-cgt9f"
readOnly: false
Running on midpoint-master-native-pg15-jdk21-196-m1pw8-6t3qr-cgt9f in /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk21
[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/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 c2af62459033c210a3917a255342bfde863a38a3 (refs/remotes/origin/master)
Commit message: "Merge remote-tracking branch 'origin/master'"
> 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 c2af62459033c210a3917a255342bfde863a38a3 # timeout=10
> git branch -a -v --no-abbrev # timeout=10
> git checkout -b master c2af62459033c210a3917a255342bfde863a38a3 # timeout=10
> git rev-list --no-walk 644dea612c76a7ca12814bf7455520a1cd281929 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (db-init)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ psql --version
psql (PostgreSQL) 15.2
+ psql -v ON_ERROR_STOP=1 -q -U midtest -f config/sql/native/postgres.sql -f config/sql/native/postgres-audit.sql -f config/sql/native/postgres-quartz.sql
psql:config/sql/native/postgres.sql:29: NOTICE: schema "public" already exists, skipping
psql:config/sql/native/postgres.sql:186: NOTICE: gen_random_uuid already exists, skipping create EXTENSION pgcrypto
psql:config/sql/native/postgres.sql:370: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:441: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:441: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:454: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:454: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:467: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:467: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:481: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:481: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:495: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:495: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:509: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:509: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:549: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:561: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:561: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:574: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:574: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:588: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:588: NOTICE: moving and merging column "containertype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:598: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:598: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:645: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:645: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:686: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:702: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:702: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:728: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:728: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:756: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:756: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:781: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:781: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:810: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:810: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:839: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:839: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:974: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:974: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:998: NOTICE: merging column "owneroid" with inherited definition
psql:config/sql/native/postgres.sql:998: NOTICE: moving and merging column "referencetype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1031: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1031: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1077: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1077: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1096: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1096: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1114: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1114: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1139: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1139: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1164: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1164: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1187: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1187: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1210: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1210: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1235: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1235: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1261: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1261: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1280: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1280: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1294: NOTICE: merging column "oid" with inherited definition
psql:config/sql/native/postgres.sql:1294: NOTICE: moving and merging column "objecttype" with inherited definition
DETAIL: User-specified column moved to the position of the inherited column.
psql:config/sql/native/postgres.sql:1303: ERROR: column "targetobjectreftargetoid" does not exist
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step
More information about the midPoint-ci
mailing list