[midPoint-ci] Build failed in Jenkins: midPoint - master - Native repo, PG 15, JDK 20 (Eclipse Temurin) #116

Jenkins noreply at evolveum.com
Wed Aug 23 07:45:13 CEST 2023


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

Changes:


------------------------------------------
[...truncated 96 lines...]
      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-jdk20-116-h4rsv-sg8kw-0mnjk"
      readOnly: false

Running on midpoint-master-native-pg15-jdk20-116-h4rsv-sg8kw-0mnjk in /home/jenkins/agent/workspace/midpoint-master-native-pg15-jdk20
[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-jdk20 # 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 1a567ccee63ab73aa64f203fa4466d215b87ff12 (refs/remotes/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 1a567ccee63ab73aa64f203fa4466d215b87ff12 # timeout=10
Commit message: "redirect to registration page with entered user data on the correlation page"
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 1a567ccee63ab73aa64f203fa4466d215b87ff12 # timeout=10
 > git rev-list --no-walk 151ac0050f9bf7fb07e9bf2f880035f344cd3d28 # 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-new/postgres-new.sql
Connecting to raw.githubusercontent.com (185.199.109.133:443)
saving to 'postgres-new.sql'
postgres-new.sql     100% |********************************| 85133  0:00:00 ETA
'postgres-new.sql' saved
+ wget https://raw.githubusercontent.com/Evolveum/midpoint/v4.4.4/config/sql/native-new/postgres-new-audit.sql
Connecting to raw.githubusercontent.com (185.199.109.133:443)
saving to 'postgres-new-audit.sql'
postgres-new-audit.s 100% |********************************| 13387  0:00:00 ETA
'postgres-new-audit.sql' saved
+ psql -v ON_ERROR_STOP=1 -q -U midtest -f postgres-new.sql -f postgres-new-audit.sql -f config/sql/native-new/postgres-new-quartz.sql
psql:postgres-new.sql:27: NOTICE:  schema "public" already exists, skipping
psql:postgres-new.sql:158: NOTICE:  gen_random_uuid already exists, skipping create EXTENSION pgcrypto
psql:postgres-new.sql:313: NOTICE:  moving and merging column "objecttype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:360: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:360: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:373: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:373: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:386: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:386: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:399: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:399: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:412: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:412: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:451: NOTICE:  moving and merging column "objecttype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:463: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:463: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:476: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:476: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:487: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:487: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:533: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:533: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:574: NOTICE:  moving and merging column "objecttype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:590: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:590: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:616: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:616: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:641: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:641: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:670: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:670: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:699: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:699: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:828: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:828: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:852: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:852: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:879: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:879: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:921: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:921: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:940: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:940: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:958: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:958: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:983: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:983: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1008: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1008: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1031: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1031: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1054: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1054: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1079: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1079: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1102: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1102: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1132: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1132: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1150: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1150: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1182: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1182: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1230: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1230: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1274: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1274: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1315: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1315: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1331: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1331: NOTICE:  merging column "referencetype" with inherited definition
psql:postgres-new.sql:1348: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1348: NOTICE:  merging column "referencetype" with inherited definition
psql:postgres-new.sql:1371: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1371: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1408: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1408: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1465: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1465: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1488: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1488: NOTICE:  merging column "containertype" with inherited definition
psql:postgres-new.sql:1504: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1504: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1527: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1527: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1548: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1548: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1573: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1573: NOTICE:  moving and merging column "referencetype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1586: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1586: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1607: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1607: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1629: NOTICE:  merging column "oid" with inherited definition
psql:postgres-new.sql:1629: NOTICE:  merging column "objecttype" with inherited definition
psql:postgres-new.sql:1697: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1697: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1725: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1725: NOTICE:  merging column "referencetype" with inherited definition
psql:postgres-new.sql:1743: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1743: NOTICE:  merging column "referencetype" with inherited definition
psql:postgres-new.sql:1764: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1764: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1785: NOTICE:  merging column "owneroid" with inherited definition
psql:postgres-new.sql:1785: NOTICE:  moving and merging column "containertype" with inherited definition
DETAIL:  User-specified column moved to the position of the inherited column.
psql:postgres-new.sql:1867: NOTICE:  Change #1 executed!
psql:postgres-new-audit.sql:27: NOTICE:  schema "public" already exists, skipping
psql:postgres-new-audit.sql:67: NOTICE:  Main repo custom types already exist, OK...
psql:postgres-new-audit.sql:84: NOTICE:  relation "m_global_metadata" already exists, skipping
psql:postgres-new-audit.sql:329: NOTICE:  Audit change #1 executed!
psql:config/sql/native-new/postgres-new-quartz.sql:10: NOTICE:  table "qrtz_fired_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:11: NOTICE:  table "qrtz_paused_trigger_grps" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:12: NOTICE:  table "qrtz_scheduler_state" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:13: NOTICE:  table "qrtz_locks" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:14: NOTICE:  table "qrtz_simple_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:15: NOTICE:  table "qrtz_cron_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:16: NOTICE:  table "qrtz_simprop_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:17: NOTICE:  table "qrtz_blob_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:18: NOTICE:  table "qrtz_triggers" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:19: NOTICE:  table "qrtz_job_details" does not exist, skipping
psql:config/sql/native-new/postgres-new-quartz.sql:20: NOTICE:  table "qrtz_calendars" does not exist, skipping
+ echo -e '
*** UPGRADING DB ***
'

*** UPGRADING DB ***

+ psql -v ON_ERROR_STOP=1 -q -U midtest -f config/sql/native-new/postgres-new-upgrade.sql -f config/sql/native-new/postgres-new-upgrade-audit.sql
psql:config/sql/native-new/postgres-new-upgrade.sql:60: NOTICE:  Change #1 skipped, last change #1 is newer!
psql:config/sql/native-new/postgres-new-upgrade.sql:70: NOTICE:  Change #2 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:93: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:93: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:93: NOTICE:  Change #3 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:99: NOTICE:  Change #4 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:113: NOTICE:  Change #5 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:123: NOTICE:  Change #6 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:128: NOTICE:  Change #7 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:135: NOTICE:  Change #8 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:153: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:153: 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-upgrade.sql:153: NOTICE:  Change #9 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:158: NOTICE:  Change #10 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:163: NOTICE:  Change #11 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:179: NOTICE:  Change #12 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:311: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:311: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:311: NOTICE:  merging column "oid" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:311: NOTICE:  merging column "objecttype" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:311: NOTICE:  merging column "owneroid" with inherited definition
psql:config/sql/native-new/postgres-new-upgrade.sql:311: 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-upgrade.sql:311: NOTICE:  Change #13 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:319: NOTICE:  Change #14 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:324: NOTICE:  Change #15 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:329: NOTICE:  Change #16 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:333: NOTICE:  Change #17 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:342: NOTICE:  Change #18 executed!
psql:config/sql/native-new/postgres-new-upgrade.sql:385: ERROR:  syntax error at or near "call"
LINE 24: call apply_change(20, $aa$
         ^
[Pipeline] }
[Pipeline] // container
[Pipeline] }
[Pipeline] // stage
[Pipeline] error
[Pipeline] step


More information about the midPoint-ci mailing list