[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 15, JDK 11 #37

Jenkins noreply at evolveum.com
Tue Feb 21 01:33:49 CET 2023


See <https://jenkins.evolveum.com/job/midpoint-master-native-pg15-jdk11/37/display/redirect>

Changes:


------------------------------------------
[...truncated 43 lines...]
    - 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-jdk11-37-q8xzc-bn8j1-zfz42"
    - name: "JENKINS_NAME"
      value: "midpoint-master-native-pg15-jdk11-37-q8xzc-bn8j1-zfz42"
    - 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:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "workspace-volume"
    persistentVolumeClaim:
      claimName: "pvc-workspace-midpoint-master-native-pg15-jdk11-37-q8xzc-bn8j1-zfz42"
      readOnly: false

Running on midpoint-master-native-pg15-jdk11-37-q8xzc-bn8j1-zfz42 in /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk11
[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-jdk11 # 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 d94e55fb5db6a9a397fa04e9244786078a5e8f2d (refs/remotes/origin/master)
Commit message: "simulation ui, more visualization panel cleanup"
 > 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 d94e55fb5db6a9a397fa04e9244786078a5e8f2d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master d94e55fb5db6a9a397fa04e9244786078a5e8f2d # timeout=10
 > git rev-list --no-walk a03fd376b7323beb3dc48b9898265e6acd5799a7 # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (db-init)
[Pipeline] container
[Pipeline] {
[Pipeline] sh
+ set -x
+ psql --version
psql (PostgreSQL) 15.1
+ psql -v ON_ERROR_STOP=1 -q -U midtest -f config/sql/native-new/postgres-new.sql -f config/sql/native-new/postgres-new-audit.sql -f config/sql/native-new/postgres-new-quartz.sql
psql:config/sql/native-new/postgres-new.sql:29: NOTICE:  schema "public" already exists, skipping
psql:config/sql/native-new/postgres-new.sql:173: NOTICE:  gen_random_uuid already exists, skipping create EXTENSION pgcrypto
psql:config/sql/native-new/postgres-new.sql:328: 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-new/postgres-new.sql:375: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:375: 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-new/postgres-new.sql:388: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:388: 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-new/postgres-new.sql:401: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:401: 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-new/postgres-new.sql:414: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:414: 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-new/postgres-new.sql:427: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:427: 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-new/postgres-new.sql:467: 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-new/postgres-new.sql:479: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:479: 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-new/postgres-new.sql:492: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:492: 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-new/postgres-new.sql:506: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:506: 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-new/postgres-new.sql:516: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:516: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:562: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:562: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:603: 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-new/postgres-new.sql:619: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:619: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:645: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:645: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:670: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:670: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:699: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:699: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:728: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:728: 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-new/postgres-new.sql:861: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:861: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:885: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:885: 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-new/postgres-new.sql:918: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:918: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:964: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:964: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:983: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:983: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1001: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1001: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1026: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1026: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1051: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1051: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1074: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1074: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1097: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1097: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1122: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1122: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1145: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1145: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1175: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1175: 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-new/postgres-new.sql:1194: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1194: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1225: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1225: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1273: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1273: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1317: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1317: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1358: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1358: 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-new/postgres-new.sql:1374: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1374: NOTICE:  merging column "referencetype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1392: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1392: NOTICE:  merging column "referencetype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1416: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1416: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1453: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1453: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1510: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1510: 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-new/postgres-new.sql:1533: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1533: NOTICE:  merging column "containertype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1550: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1550: 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-new/postgres-new.sql:1575: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1575: 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-new/postgres-new.sql:1598: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1598: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1623: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1623: 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-new/postgres-new.sql:1636: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1636: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1657: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1657: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1679: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1679: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1703: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1703: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1771: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1771: 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-new/postgres-new.sql:1799: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1799: NOTICE:  merging column "referencetype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1818: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1818: NOTICE:  merging column "referencetype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1840: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1840: 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-new/postgres-new.sql:1861: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1861: 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-new/postgres-new.sql:1886: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1886: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new.sql:1922: ERROR:  syntax error at or near "("
LINE 23:    PRIMARY KEY (ownerOid, cid)
                        ^
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list