[03:24:13.235](0.013s) # testing using transfer mode --clone # Checking port 60277 # Found port 60277 Name: old_node Data directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata Backup directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/backup Archive directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/archives Connection string: port=60277 host=/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S Log file: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log [03:24:13.249](0.015s) # initializing database system by running initdb # Running: initdb -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -A trust -N --wal-segsize 1 --allow-group-access --encoding UTF-8 --lc-collate C --lc-ctype C --locale-provider builtin --builtin-locale C.UTF-8 The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: builtin default collation: C.UTF-8 LC_COLLATE: C LC_CTYPE: C LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -l logfile start # Running: /Users/admin/pgsql/build/src/test/regress/pg_regress --config-auth /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata ### Starting node "old_node" # Running: pg_ctl -w -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -l /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log -o --cluster-name=old_node start waiting for server to start.... done server started # Postmaster PID for node "old_node" is 6189 [03:24:17.131](3.882s) ok 1 - check locales in original cluster # Running: createdb regression\"\  !"#$%&'()*+,-\\"\\\ [03:24:18.074](0.943s) ok 2 - created database with ASCII characters from 1 to 45 # Running: createdb regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ [03:24:18.646](0.573s) ok 3 - created database with ASCII characters from 46 to 90 # Running: createdb regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ [03:24:18.780](0.133s) ok 4 - created database with ASCII characters from 91 to 127 [03:24:18.780](0.000s) # running regression tests in old instance # using postmaster on /var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S, port 60277 ok 1 - test_setup 538 ms # parallel group (20 tests): varchar name char txid text int2 int4 oid float4 regproc money pg_lsn int8 float8 boolean uuid bit enum rangetypes numeric ok 2 + boolean 1310 ms ok 3 + char 154 ms ok 4 + name 147 ms ok 5 + varchar 142 ms ok 6 + text 165 ms ok 7 + int2 164 ms ok 8 + int4 163 ms ok 9 + int8 171 ms ok 10 + oid 159 ms ok 11 + float4 161 ms ok 12 + float8 1194 ms ok 13 + bit 1355 ms ok 14 + numeric 1977 ms ok 15 + txid 135 ms ok 16 + uuid 1315 ms ok 17 + enum 1340 ms ok 18 + money 137 ms ok 19 + rangetypes 1758 ms ok 20 + pg_lsn 132 ms ok 21 + regproc 125 ms # parallel group (20 tests): md5 lseg circle line date path point timetz numerology time macaddr macaddr8 interval box polygon inet timestamp timestamptz strings multirangetypes ok 22 + strings 3964 ms ok 23 + md5 108 ms ok 24 + numerology 1019 ms ok 25 + point 267 ms ok 26 + lseg 109 ms ok 27 + line 122 ms ok 28 + box 2439 ms ok 29 + path 259 ms ok 30 + polygon 2534 ms ok 31 + circle 106 ms ok 32 + date 128 ms ok 33 + time 1004 ms ok 34 + timetz 242 ms ok 35 + timestamp 2521 ms ok 36 + timestamptz 2667 ms ok 37 + interval 2046 ms ok 38 + inet 2507 ms ok 39 + macaddr 2014 ms ok 40 + macaddr8 2015 ms ok 41 + multirangetypes 4373 ms # parallel group (12 tests): comments misc_sanity geometry mvcc xid regex expressions unicode horology type_sanity tstypes opr_sanity ok 42 + geometry 514 ms ok 43 + horology 734 ms ok 44 + tstypes 774 ms ok 45 + regex 675 ms ok 46 + type_sanity 741 ms ok 47 + opr_sanity 2227 ms ok 48 + misc_sanity 506 ms ok 49 + comments 203 ms ok 50 + expressions 690 ms ok 51 + unicode 710 ms ok 52 + xid 539 ms ok 53 + mvcc 521 ms # parallel group (5 tests): copydml copyselect copy insert_conflict insert ok 54 + copy 931 ms ok 55 + copyselect 134 ms ok 56 + copydml 126 ms ok 57 + insert 1509 ms ok 58 + insert_conflict 1392 ms # parallel group (7 tests): create_function_c create_operator create_schema create_type create_procedure create_misc create_table ok 59 + create_function_c 114 ms ok 60 + create_misc 788 ms ok 61 + create_operator 272 ms ok 62 + create_procedure 728 ms ok 63 + create_table 3085 ms ok 64 + create_type 683 ms ok 65 + create_schema 564 ms # parallel group (5 tests): create_index_spgist index_including_gist create_view index_including create_index not ok 66 + create_index 6313 ms ok 67 + create_index_spgist 701 ms ok 68 + create_view 2243 ms ok 69 + index_including 2306 ms ok 70 + index_including_gist 1649 ms # parallel group (16 tests): create_cast create_aggregate hash_func roleattributes select drop_if_exists create_function_sql errors create_am typed_table infinite_recurse vacuum constraints updatable_views inherit triggers ok 71 + create_aggregate 292 ms ok 72 + create_function_sql 343 ms ok 73 + create_cast 130 ms ok 74 + constraints 4967 ms ok 75 + triggers 6703 ms ok 76 + select 307 ms ok 77 + inherit 5269 ms ok 78 + typed_table 499 ms ok 79 + vacuum 4013 ms ok 80 + drop_if_exists 298 ms ok 81 + updatable_views 5183 ms ok 82 + roleattributes 260 ms ok 83 + create_am 319 ms ok 84 + hash_func 244 ms ok 85 + errors 294 ms ok 86 + infinite_recurse 519 ms ok 87 - sanity_check 2805 ms # parallel group (20 tests): select_distinct_on select_having delete select_implicit random prepared_xacts case namespace select_distinct select_into union portals arrays subselect transactions btree_index hash_index aggregates update join ok 88 + select_into 1496 ms ok 89 + select_distinct 1044 ms ok 90 + select_distinct_on 155 ms ok 91 + select_implicit 210 ms ok 92 + select_having 163 ms ok 93 + subselect 2002 ms ok 94 + union 1503 ms ok 95 + case 927 ms ok 96 + join 10785 ms ok 97 + aggregates 8893 ms ok 98 + transactions 2728 ms ok 99 + random 201 ms ok 100 + portals 1978 ms ok 101 + arrays 1979 ms ok 102 + btree_index 4311 ms ok 103 + hash_index 8652 ms ok 104 + update 9431 ms ok 105 + delete 165 ms ok 106 + namespace 931 ms ok 107 + prepared_xacts 885 ms # parallel group (20 tests): init_privs lock security_label drop_operator password gin spgist tablesample gist groupingsets collate object_address replica_identity identity matview generated rowsecurity join_hash brin privileges ok 108 + brin 9332 ms ok 109 + gin 1340 ms ok 110 + gist 2788 ms ok 111 + spgist 1375 ms ok 112 + privileges 10608 ms ok 113 + init_privs 185 ms ok 114 + security_label 1122 ms ok 115 + collate 2885 ms ok 116 + matview 4425 ms ok 117 + lock 587 ms ok 118 + replica_identity 3001 ms ok 119 + rowsecurity 5714 ms ok 120 + object_address 2961 ms ok 121 + tablesample 1437 ms ok 122 + groupingsets 2820 ms ok 123 + drop_operator 1189 ms ok 124 + password 1204 ms ok 125 + identity 3940 ms ok 126 + generated 4380 ms ok 127 + join_hash 9176 ms # parallel group (2 tests): brin_bloom brin_multi ok 128 + brin_bloom 158 ms ok 129 + brin_multi 3482 ms # parallel group (18 tests): async alter_operator dbsize tidscan create_role alter_generic collate.utf8 tidrangescan tsrf tid misc incremental_sort sysviews misc_functions merge collate.icu.utf8 create_table_like without_overlaps ok 130 + create_table_like 3313 ms ok 131 + alter_generic 395 ms ok 132 + alter_operator 226 ms ok 133 + misc 1426 ms ok 134 + async 200 ms ok 135 + dbsize 219 ms ok 136 + merge 2278 ms ok 137 + misc_functions 1489 ms ok 138 + sysviews 1452 ms ok 139 + tsrf 456 ms ok 140 + tid 1361 ms ok 141 + tidscan 304 ms ok 142 + tidrangescan 438 ms ok 143 + collate.utf8 432 ms ok 144 + collate.icu.utf8 2439 ms ok 145 + incremental_sort 1381 ms ok 146 + create_role 306 ms ok 147 + without_overlaps 5599 ms # parallel group (7 tests): collate.windows.win1252 amutils collate.linux.utf8 psql_crosstab psql rules stats_ext ok 148 + rules 4160 ms ok 149 + psql 3784 ms ok 150 + psql_crosstab 314 ms ok 151 + amutils 125 ms ok 152 + stats_ext 5618 ms ok 153 + collate.linux.utf8 197 ms ok 154 + collate.windows.win1252 99 ms ok 155 - select_parallel 1870 ms ok 156 - write_parallel 3388 ms ok 157 - vacuum_parallel 288 ms # parallel group (2 tests): subscription publication ok 158 + publication 5119 ms ok 159 + subscription 107 ms # parallel group (17 tests): advisory_lock equivclass functional_deps portals_p2 tsdicts combocid xmlmap dependency guc window select_views indirect_toast bitmapops tsearch foreign_data cluster foreign_key ok 160 + select_views 746 ms ok 161 + portals_p2 213 ms ok 162 + foreign_key 15902 ms ok 163 + cluster 3914 ms ok 164 + dependency 412 ms ok 165 + guc 559 ms ok 166 + bitmapops 1028 ms ok 167 + combocid 356 ms ok 168 + tsearch 1040 ms ok 169 + tsdicts 326 ms ok 170 + foreign_data 2131 ms ok 171 + window 652 ms ok 172 + xmlmap 351 ms ok 173 + functional_deps 84 ms ok 174 + advisory_lock 46 ms ok 175 + indirect_toast 716 ms ok 176 + equivclass 70 ms # parallel group (9 tests): jsonpath json_encoding sqljson_jsontable jsonpath_encoding sqljson json jsonb_jsonpath sqljson_queryfuncs jsonb ok 177 + json 861 ms ok 178 + jsonb 1725 ms ok 179 + json_encoding 348 ms ok 180 + jsonpath 266 ms ok 181 + jsonpath_encoding 454 ms ok 182 + jsonb_jsonpath 903 ms ok 183 + sqljson 463 ms ok 184 + sqljson_queryfuncs 1560 ms ok 185 + sqljson_jsontable 419 ms # parallel group (18 tests): returning prepare conversion plancache limit temp rowtypes with largeobject polymorphism xml rangefuncs copy2 sequence domain truncate plpgsql alter_table ok 186 + plancache 363 ms ok 187 + limit 395 ms ok 188 + plpgsql 4184 ms ok 189 + copy2 3051 ms ok 190 + temp 429 ms ok 191 + domain 3175 ms ok 192 + rangefuncs 2863 ms ok 193 + prepare 215 ms ok 194 + conversion 291 ms ok 195 + truncate 3758 ms ok 196 + alter_table 21609 ms ok 197 + sequence 3034 ms ok 198 + polymorphism 998 ms ok 199 + rowtypes 426 ms ok 200 + returning 103 ms ok 201 + largeobject 621 ms ok 202 + with 447 ms ok 203 + xml 2456 ms # parallel group (15 tests): predicate explain hash_part reloptions partition_info memoize partition_aggregate compression tuplesort partition_merge partition_split partition_prune indexing partition_join stats ok 204 + partition_merge 3834 ms ok 205 + partition_split 4551 ms ok 206 + partition_join 7009 ms ok 207 + partition_prune 5447 ms ok 208 + reloptions 603 ms ok 209 + hash_part 537 ms ok 210 + indexing 6796 ms ok 211 + partition_aggregate 2630 ms ok 212 + partition_info 845 ms ok 213 + tuplesort 2944 ms ok 214 + explain 455 ms ok 215 + compression 2807 ms ok 216 + memoize 1619 ms ok 217 + stats 10767 ms ok 218 + predicate 166 ms # parallel group (2 tests): oidjoins event_trigger ok 219 + oidjoins 308 ms ok 220 + event_trigger 1211 ms ok 221 - event_trigger_login 56 ms ok 222 - fast_default 515 ms ok 223 - tablespace 6154 ms 1..223 # 1 of 223 tests failed. # The differences that caused some tests to fail can be viewed in the file "/Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs". # A copy of the test summary that you see above is saved in the file "/Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.out". === dumping /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs === diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_index.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out --- /Users/admin/pgsql/src/test/regress/expected/create_index.out 2024-04-21 03:22:51 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_index.out 2024-04-21 03:24:42 @@ -2135,11 +2135,19 @@ -- explain (costs off) SELECT unique1 FROM tenk1 WHERE unique1 IN (1, 42, 7) and unique1 = ANY('{7, 8, 9}'); - QUERY PLAN ----------------------------------------------------------------------------------------------------- - Index Only Scan using tenk1_unique1 on tenk1 - Index Cond: ((unique1 = ANY ('{1,42,7}'::integer[])) AND (unique1 = ANY ('{7,8,9}'::integer[]))) -(2 rows) + QUERY PLAN +------------------------------------------------------------------- + Bitmap Heap Scan on tenk1 + Recheck Cond: ((unique1 = 7) OR (unique1 = 8) OR (unique1 = 9)) + Filter: (unique1 = ANY ('{1,42,7}'::integer[])) + -> BitmapOr + -> Bitmap Index Scan on tenk1_unique1 + Index Cond: (unique1 = 7) + -> Bitmap Index Scan on tenk1_unique1 + Index Cond: (unique1 = 8) + -> Bitmap Index Scan on tenk1_unique1 + Index Cond: (unique1 = 9) +(10 rows) SELECT unique1 FROM tenk1 WHERE unique1 IN (1, 42, 7) and unique1 = ANY('{7, 8, 9}'); unique1 @@ -2149,11 +2157,17 @@ explain (costs off) SELECT unique1 FROM tenk1 WHERE unique1 = ANY('{7, 14, 22}') and unique1 = ANY('{33, 44}'::bigint[]); - QUERY PLAN ----------------------------------------------------------------------------------------------------- - Index Only Scan using tenk1_unique1 on tenk1 - Index Cond: ((unique1 = ANY ('{7,14,22}'::integer[])) AND (unique1 = ANY ('{33,44}'::bigint[]))) -(2 rows) + QUERY PLAN +------------------------------------------------------------------------ + Bitmap Heap Scan on tenk1 + Recheck Cond: ((unique1 = '33'::bigint) OR (unique1 = '44'::bigint)) + Filter: (unique1 = ANY ('{7,14,22}'::integer[])) + -> BitmapOr + -> Bitmap Index Scan on tenk1_unique1 + Index Cond: (unique1 = '33'::bigint) + -> Bitmap Index Scan on tenk1_unique1 + Index Cond: (unique1 = '44'::bigint) +(8 rows) SELECT unique1 FROM tenk1 WHERE unique1 = ANY('{7, 14, 22}') and unique1 = ANY('{33, 44}'::bigint[]); unique1 === EOF === [03:26:54.989](156.209s) not ok 5 - regression tests pass [03:26:54.990](0.001s) # Failed test 'regression tests pass' # at /Users/admin/pgsql/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 260. [03:26:54.991](0.001s) # got: '256' # expected: '0' # Checking port 60278 # Found port 60278 Name: new_node Data directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata Backup directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/backup Archive directory: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/archives Connection string: port=60278 host=/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S Log file: /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_new_node.log [03:26:55.010](0.019s) # initializing database system by running initdb # Running: initdb -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -A trust -N --wal-segsize 1 --allow-group-access --encoding SQL_ASCII --locale-provider libc The files belonging to this database system will be owned by user "admin". This user must also own the server process. The database cluster will be initialized with this locale configuration: locale provider: libc LC_COLLATE: en_US.UTF-8 LC_CTYPE: en_US.UTF-8 LC_MESSAGES: C LC_MONETARY: en_US.UTF-8 LC_NUMERIC: en_US.UTF-8 LC_TIME: en_US.UTF-8 The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -l logfile start # Running: /Users/admin/pgsql/build/src/test/regress/pg_regress --config-auth /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata # Running: pg_dumpall --no-sync -d port=60277 host=/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S dbname='postgres' -f /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_I4d8/dump1.sql [03:27:07.575](12.565s) ok 6 - dump before running pg_upgrade ### Stopping node "old_node" using mode fast # Running: pg_ctl -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -m fast stop waiting for server to shut down....... done server stopped # No postmaster PID for node "old_node" # Running: pg_upgrade --no-sync -d /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -b /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/does/not/exist/ -B /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -s /var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S -p 60277 -P 60278 --clone --check check for "/Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/does/not/exist" failed: No such file or directory Failure, exiting [03:27:16.956](9.380s) ok 7 - run of pg_upgrade --check for new instance with incorrect binary path [03:27:16.956](0.000s) ok 8 - pg_upgrade_output.d/ not removed after pg_upgrade failure # Running: pg_upgrade --no-sync -d /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -b /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -B /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -s /var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S -p 60277 -P 60278 --clone --check [03:27:22.636](5.680s) ok 9 - invalid database causes failure status (got 1 vs expected 1) [03:27:22.637](0.001s) ok 10 - invalid database causes failure stdout /(?^:invalid)/ [03:27:22.637](0.000s) ok 11 - invalid database causes failure stderr /(?^:^$)/ ### Starting node "old_node" # Running: pg_ctl -w -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -l /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_old_node.log -o --cluster-name=old_node start waiting for server to start.... done server started # Postmaster PID for node "old_node" is 18705 ### Stopping node "old_node" using mode fast # Running: pg_ctl -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -m fast stop waiting for server to shut down.... done server stopped # No postmaster PID for node "old_node" # Running: pg_upgrade --no-sync -d /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -b /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -B /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -s /var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S -p 60277 -P 60278 --clone --check Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database user is the install user ok Checking database connection settings ok Checking for prepared transactions ok Checking for contrib/isn with bigint-passing mismatch ok Checking for valid logical replication slots ok Checking for subscription state ok Checking for data type usage ok Checking for presence of required libraries ok Checking database user is the install user ok Checking for prepared transactions ok Checking for new cluster tablespace directories ok *Clusters are compatible* [03:27:29.755](7.119s) ok 12 - run of pg_upgrade --check for new instance [03:27:29.756](0.000s) ok 13 - pg_upgrade_output.d/ removed after pg_upgrade --check success # Running: pg_upgrade --no-sync -d /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -b /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -B /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin -s /var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S -p 60277 -P 60278 --clone Performing Consistency Checks ----------------------------- Checking cluster versions ok Checking database user is the install user ok Checking database connection settings ok Checking for prepared transactions ok Checking for contrib/isn with bigint-passing mismatch ok Checking for valid logical replication slots ok Checking for subscription state ok Checking for data type usage ok Creating dump of global objects ok Creating dump of database schemas ok Checking for presence of required libraries ok Checking database user is the install user ok Checking for prepared transactions ok Checking for new cluster tablespace directories ok If pg_upgrade fails after this point, you must re-initdb the new cluster before continuing. Performing Upgrade ------------------ Setting locale and encoding for new cluster ok Analyzing all rows in the new cluster ok Freezing all rows in the new cluster ok Deleting files from new pg_xact ok Copying old pg_xact to new server ok Setting oldest XID for new cluster ok Setting next transaction ID and epoch for new cluster ok Deleting files from new pg_multixact/offsets ok Copying old pg_multixact/offsets to new server ok Deleting files from new pg_multixact/members ok Copying old pg_multixact/members to new server ok Setting next multixact ID and offset for new cluster ok Resetting WAL archives ok Setting frozenxid and minmxid counters in new cluster ok Restoring global objects in the new cluster ok Restoring database schemas in the new cluster ok Cloning user relation files ok Setting next OID for new cluster ok Creating script to delete old cluster ok Checking for extension updates ok Upgrade Complete ---------------- Optimizer statistics are not transferred by pg_upgrade. Once you start the new server, consider running: /Users/admin/pgsql/build/tmp_install/usr/local/pgsql/bin/vacuumdb --all --analyze-in-stages Running this script will delete the old cluster's data files: ./delete_old_cluster.sh [03:28:02.412](32.657s) ok 14 - run of pg_upgrade for new instance [03:28:02.413](0.001s) ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success ### Starting node "new_node" # Running: pg_ctl -w -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -l /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/log/002_pg_upgrade_new_node.log -o --cluster-name=new_node start waiting for server to start.... done server started # Postmaster PID for node "new_node" is 21082 [03:28:03.260](0.847s) ok 16 - check that locales in new cluster match original cluster # Running: pg_dumpall --no-sync -d port=60278 host=/var/folders/xc/tpssff9959345bnqq4c6tlww0000gn/T/Qrd_CDjf3S dbname='postgres' -f /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/tmp_test_I4d8/dump2.sql [03:28:15.733](12.473s) ok 17 - dump after running pg_upgrade [03:28:15.897](0.164s) ok 18 - old and new dumps match after pg_upgrade [03:28:15.897](0.001s) 1..18 ### Stopping node "new_node" using mode immediate # Running: pg_ctl -D /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_new_node_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "new_node" [03:28:16.040](0.143s) # Looks like you failed 1 test of 18.