[20:06:18.277](0.191s) # testing using transfer mode --copy # Checking port 60291 # Found port 60291 Name: old_node Data directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata Backup directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/backup Archive directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/archives Connection string: port=60291 host=C:/Windows/TEMP/kCRN2Z5dSW Log file: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\log/002_pg_upgrade_old_node.log [20:06:18.335](0.058s) # initializing database system by running initdb # Running: initdb -D C:\cirrus\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 "SYSTEM". 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: English_United States.1252 LC_MONETARY: English_United States.1252 LC_NUMERIC: English_United States.1252 LC_TIME: English_United States.1252 The default text search configuration will be set to "english". Data page checksums are disabled. creating directory C:/cirrus/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 ... windows selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Atlantic/Reykjavik 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 ^"C^:^\cirrus^\build^/testrun^/pg^_upgrade^/002^_pg^_upgrade^\data^/t^_002^_pg^_upgrade^_old^_node^_data^/pgdata^" -l logfile start # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\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 C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -l C:\cirrus\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 6328 [20:06:23.657](5.322s) ok 1 - check locales in original cluster # Running: createdb regression\"\  !"#$%&'()*+,-\\"\\\ [20:06:24.402](0.746s) ok 2 - created database with ASCII characters from 1 to 45 # Running: createdb regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ [20:06:24.803](0.401s) ok 3 - created database with ASCII characters from 46 to 90 # Running: createdb regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ [20:06:25.431](0.628s) ok 4 - created database with ASCII characters from 91 to 127 [20:06:25.434](0.003s) # running regression tests in old instance # using postmaster on C:/Windows/TEMP/kCRN2Z5dSW, port 60291 ok 1 - test_setup 593 ms # parallel group (20 tests): txid bit pg_lsn regproc money boolean uuid int8 char name int4 enum text varchar oid int2 float8 float4 rangetypes numeric ok 2 + boolean 826 ms ok 3 + char 1103 ms ok 4 + name 1157 ms ok 5 + varchar 1232 ms ok 6 + text 1223 ms ok 7 + int2 1240 ms ok 8 + int4 1151 ms ok 9 + int8 1092 ms ok 10 + oid 1234 ms ok 11 + float4 1232 ms ok 12 + float8 1230 ms ok 13 + bit 687 ms ok 14 + numeric 1620 ms ok 15 + txid 554 ms ok 16 + uuid 974 ms ok 17 + enum 1163 ms ok 18 + money 800 ms ok 19 + rangetypes 1240 ms ok 20 + pg_lsn 732 ms ok 21 + regproc 731 ms # parallel group (20 tests): point md5 line macaddr circle lseg path inet numerology macaddr8 time timestamp polygon interval strings date timetz multirangetypes box timestamptz ok 22 + strings 1125 ms ok 23 + md5 716 ms ok 24 + numerology 1119 ms ok 25 + point 356 ms ok 26 + lseg 1029 ms ok 27 + line 968 ms ok 28 + box 1224 ms ok 29 + path 1024 ms ok 30 + polygon 1110 ms ok 31 + circle 1021 ms ok 32 + date 1110 ms ok 33 + time 1105 ms ok 34 + timetz 1145 ms ok 35 + timestamp 1102 ms ok 36 + timestamptz 1595 ms ok 37 + interval 1103 ms ok 38 + inet 1087 ms ok 39 + macaddr 951 ms ok 40 + macaddr8 1095 ms ok 41 + multirangetypes 1163 ms # parallel group (13 tests): misc_sanity comments type_sanity mvcc unicode expressions xid geometry stats_export_import opr_sanity tstypes regex horology ok 42 + geometry 1078 ms ok 43 + horology 1123 ms ok 44 + tstypes 1090 ms ok 45 + regex 1091 ms ok 46 + type_sanity 942 ms ok 47 + opr_sanity 1075 ms ok 48 + misc_sanity 878 ms ok 49 + comments 936 ms ok 50 + expressions 997 ms ok 51 + unicode 944 ms ok 52 + xid 1039 ms ok 53 + mvcc 941 ms ok 54 + stats_export_import 1061 ms # parallel group (5 tests): copyselect copydml copy insert_conflict insert ok 55 + copy 635 ms ok 56 + copyselect 301 ms ok 57 + copydml 359 ms ok 58 + insert 1050 ms ok 59 + insert_conflict 654 ms # parallel group (7 tests): create_function_c create_operator create_misc create_schema create_procedure create_type create_table ok 60 + create_function_c 290 ms ok 61 + create_misc 356 ms ok 62 + create_operator 324 ms ok 63 + create_procedure 401 ms ok 64 + create_table 1244 ms ok 65 + create_type 471 ms ok 66 + create_schema 348 ms # parallel group (5 tests): create_view index_including create_index_spgist index_including_gist create_index ok 67 + create_index 2489 ms ok 68 + create_index_spgist 1599 ms ok 69 + create_view 1096 ms ok 70 + index_including 1532 ms ok 71 + index_including_gist 1667 ms # parallel group (16 tests): hash_func errors infinite_recurse roleattributes typed_table create_am create_function_sql drop_if_exists create_aggregate create_cast select vacuum constraints updatable_views inherit triggers ok 72 + create_aggregate 1448 ms ok 73 + create_function_sql 1385 ms ok 74 + create_cast 1627 ms ok 75 + constraints 2308 ms ok 76 + triggers 4429 ms ok 77 + select 1622 ms ok 78 + inherit 3059 ms ok 79 + typed_table 1205 ms ok 80 + vacuum 1983 ms ok 81 + drop_if_exists 1433 ms ok 82 + updatable_views 2766 ms ok 83 + roleattributes 1124 ms ok 84 + create_am 1196 ms ok 85 + hash_func 712 ms ok 86 + errors 912 ms ok 87 + infinite_recurse 1062 ms ok 88 - sanity_check 509 ms # parallel group (20 tests): random select_having select_distinct_on case subselect delete namespace union transactions select_implicit select_into portals select_distinct prepared_xacts update arrays hash_index join aggregates btree_index ok 89 + select_into 2271 ms ok 90 + select_distinct 2653 ms ok 91 + select_distinct_on 1860 ms ok 92 + select_implicit 2224 ms ok 93 + select_having 1545 ms ok 94 + subselect 2144 ms ok 95 + union 2140 ms ok 96 + case 2069 ms ok 97 + join 2778 ms ok 98 + aggregates 3376 ms ok 99 + transactions 2187 ms ok 100 + random 1529 ms ok 101 + portals 2497 ms ok 102 + arrays 2664 ms ok 103 + btree_index 4731 ms ok 104 + hash_index 2706 ms ok 105 + update 2659 ms ok 106 + delete 2121 ms ok 107 + namespace 2119 ms ok 108 + prepared_xacts 2620 ms # parallel group (20 tests): init_privs security_label groupingsets lock collate brin gin password replica_identity object_address drop_operator spgist matview tablesample identity generated rowsecurity gist join_hash privileges ok 109 + brin 2489 ms ok 110 + gin 2488 ms ok 111 + gist 3979 ms ok 112 + spgist 2893 ms ok 113 + privileges 12953 ms ok 114 + init_privs 1934 ms ok 115 + security_label 1933 ms ok 116 + collate 2477 ms ok 117 + matview 2944 ms ok 118 + lock 2201 ms ok 119 + replica_identity 2473 ms ok 120 + rowsecurity 3363 ms ok 121 + object_address 2607 ms ok 122 + tablesample 2937 ms ok 123 + groupingsets 1920 ms ok 124 + drop_operator 2760 ms ok 125 + password 2463 ms ok 126 + identity 3354 ms ok 127 + generated 3352 ms ok 128 + join_hash 11644 ms # parallel group (2 tests): brin_bloom brin_multi ok 129 + brin_bloom 464 ms ok 130 + brin_multi 1952 ms # parallel group (18 tests): dbsize tid collate.icu.utf8 sysviews alter_operator misc tsrf async create_role create_table_like tidscan alter_generic tidrangescan misc_functions collate.utf8 incremental_sort merge without_overlaps ok 131 + create_table_like 1059 ms ok 132 + alter_generic 1091 ms ok 133 + alter_operator 880 ms ok 134 + misc 946 ms ok 135 + async 954 ms ok 136 + dbsize 635 ms ok 137 + merge 1741 ms ok 138 + misc_functions 1085 ms ok 139 + sysviews 828 ms ok 140 + tsrf 935 ms ok 141 + tid 762 ms ok 142 + tidscan 1038 ms ok 143 + tidrangescan 1076 ms ok 144 + collate.utf8 1141 ms ok 145 + collate.icu.utf8 756 ms ok 146 + incremental_sort 1160 ms ok 147 + create_role 996 ms ok 148 + without_overlaps 1900 ms # parallel group (7 tests): psql_crosstab amutils collate.linux.utf8 collate.windows.win1252 rules psql stats_ext ok 149 + rules 1071 ms ok 150 + psql 1417 ms ok 151 + psql_crosstab 799 ms ok 152 + amutils 798 ms ok 153 + stats_ext 3030 ms ok 154 + collate.linux.utf8 794 ms ok 155 + collate.windows.win1252 803 ms ok 156 - select_parallel 7457 ms ok 157 - write_parallel 1687 ms ok 158 - vacuum_parallel 693 ms # parallel group (2 tests): subscription publication ok 159 + publication 976 ms ok 160 + subscription 273 ms # parallel group (17 tests): guc equivclass portals_p2 dependency tsdicts functional_deps select_views advisory_lock cluster tsearch xmlmap indirect_toast combocid window bitmapops foreign_data foreign_key ok 161 + select_views 2091 ms ok 162 + portals_p2 2007 ms ok 163 + foreign_key 3645 ms ok 164 + cluster 2089 ms ok 165 + dependency 2003 ms ok 166 + guc 1620 ms ok 167 + bitmapops 2552 ms ok 168 + combocid 2336 ms ok 169 + tsearch 2083 ms ok 170 + tsdicts 1995 ms ok 171 + foreign_data 3327 ms ok 172 + window 2382 ms ok 173 + xmlmap 2078 ms ok 174 + functional_deps 2029 ms ok 175 + advisory_lock 2070 ms ok 176 + indirect_toast 2074 ms ok 177 + equivclass 1604 ms # parallel group (9 tests): jsonb_jsonpath jsonpath_encoding json_encoding json sqljson sqljson_jsontable jsonb sqljson_queryfuncs jsonpath ok 178 + json 2465 ms ok 179 + jsonb 2904 ms ok 180 + json_encoding 2462 ms ok 181 + jsonpath 3074 ms ok 182 + jsonpath_encoding 2042 ms ok 183 + jsonb_jsonpath 2041 ms ok 184 + sqljson 2573 ms ok 185 + sqljson_queryfuncs 2987 ms ok 186 + sqljson_jsontable 2641 ms # parallel group (18 tests): limit plancache polymorphism returning prepare truncate conversion with xml rowtypes domain rangefuncs temp copy2 largeobject sequence plpgsql alter_table ok 187 + plancache 1069 ms ok 188 + limit 1067 ms ok 189 + plpgsql 3149 ms ok 190 + copy2 1951 ms ok 191 + temp 1949 ms ok 192 + domain 1903 ms ok 193 + rangefuncs 1902 ms ok 194 + prepare 1492 ms ok 195 + conversion 1715 ms ok 196 + truncate 1603 ms ok 197 + alter_table 4455 ms ok 198 + sequence 2034 ms ok 199 + polymorphism 1219 ms ok 200 + rowtypes 1866 ms ok 201 + returning 1481 ms ok 202 + largeobject 1969 ms ok 203 + with 1739 ms ok 204 + xml 1853 ms # parallel group (15 tests): predicate hash_part compression reloptions partition_info explain memoize partition_split partition_merge tuplesort indexing partition_join stats partition_aggregate partition_prune ok 205 + partition_merge 3296 ms ok 206 + partition_split 3097 ms ok 207 + partition_join 3847 ms ok 208 + partition_prune 5792 ms ok 209 + reloptions 1618 ms ok 210 + hash_part 1404 ms ok 211 + indexing 3539 ms ok 212 + partition_aggregate 4687 ms ok 213 + partition_info 2607 ms ok 214 + tuplesort 3533 ms ok 215 + explain 2893 ms ok 216 + compression 1392 ms ok 217 + memoize 3076 ms ok 218 + stats 4351 ms ok 219 + predicate 1364 ms # parallel group (2 tests): oidjoins event_trigger ok 220 + oidjoins 702 ms ok 221 + event_trigger 742 ms ok 222 - event_trigger_login 222 ms ok 223 - fast_default 426 ms ok 224 - tablespace 1371 ms 1..224 # All 224 tests passed. [20:08:16.314](110.880s) ok 5 - regression tests pass # Checking port 60292 # Found port 60292 Name: new_node Data directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata Backup directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/backup Archive directory: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/archives Connection string: port=60292 host=C:/Windows/TEMP/kCRN2Z5dSW Log file: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\log/002_pg_upgrade_new_node.log [20:08:16.361](0.047s) # initializing database system by running initdb # Running: initdb -D C:\cirrus\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 "SYSTEM". This user must also own the server process. The database cluster will be initialized with locale "English_United States.1252". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory C:/cirrus/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 ... windows selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Atlantic/Reykjavik 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 ^"C^:^\cirrus^\build^/testrun^/pg^_upgrade^/002^_pg^_upgrade^\data^/t^_002^_pg^_upgrade^_new^_node^_data^/pgdata^" -l logfile start # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata # Running: pg_dumpall --no-sync -d port=60291 host=C:/Windows/TEMP/kCRN2Z5dSW dbname='postgres' -f C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_vMqQ/dump1.sql pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [20:08:30.245](13.884s) ok 6 - dump before running pg_upgrade ### Stopping node "old_node" using mode fast # Running: pg_ctl -D C:\cirrus\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 C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata -b C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin/does/not/exist/ -B C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -s C:/Windows/TEMP/kCRN2Z5dSW -p 60291 -P 60292 --copy --check check for "C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin/does/not/exist" failed: No such file or directory Failure, exiting [20:08:31.355](1.110s) ok 7 - run of pg_upgrade --check for new instance with incorrect binary path [20:08:31.357](0.002s) ok 8 - pg_upgrade_output.d/ not removed after pg_upgrade failure # Running: pg_upgrade --no-sync -d C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata -b C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -B C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -s C:/Windows/TEMP/kCRN2Z5dSW -p 60291 -P 60292 --copy --check [20:08:34.794](3.437s) ok 9 - invalid database causes failure status (got 1 vs expected 1) [20:08:34.795](0.001s) ok 10 - invalid database causes failure stdout /(?^:invalid)/ [20:08:34.796](0.001s) ok 11 - invalid database causes failure stderr /(?^:^$)/ ### Starting node "old_node" # Running: pg_ctl -w -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -l C:\cirrus\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 4744 ### Stopping node "old_node" using mode fast # Running: pg_ctl -D C:\cirrus\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 C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata -b C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -B C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -s C:/Windows/TEMP/kCRN2Z5dSW -p 60291 -P 60292 --copy --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* [20:08:42.710](7.914s) ok 12 - run of pg_upgrade --check for new instance [20:08:42.711](0.001s) ok 13 - pg_upgrade_output.d/ removed after pg_upgrade --check success # Running: pg_upgrade --no-sync -d C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_old_node_data/pgdata -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata -b C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -B C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin -s C:/Windows/TEMP/kCRN2Z5dSW -p 60291 -P 60292 --copy 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 Copying 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: C:/cirrus/build/TMP_IN~1/usr/local/pgsql/bin/vacuumdb --all --analyze-in-stages Running this script will delete the old cluster's data files: delete_old_cluster.bat [20:09:26.181](43.471s) ok 14 - run of pg_upgrade for new instance [20:09:26.181](0.000s) ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success ### Starting node "new_node" # Running: pg_ctl -w -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upgrade_new_node_data/pgdata -l C:\cirrus\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 1512 [20:09:26.806](0.625s) ok 16 - check that locales in new cluster match original cluster # Running: pg_dumpall --no-sync -d port=60292 host=C:/Windows/TEMP/kCRN2Z5dSW dbname='postgres' -f C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_vMqQ/dump2.sql pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order pg_dump: warning: archive items not in correct section order [20:09:37.300](10.494s) ok 17 - dump after running pg_upgrade [20:09:37.583](0.282s) not ok 18 - old and new dumps match after pg_upgrade [20:09:37.583](0.000s) # Failed test 'old and new dumps match after pg_upgrade' # at C:/cirrus/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 498. [20:09:37.583](0.000s) # got: '1' # expected: '0' === diff of C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_vMqQ/dump1.sql_filtered and C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_vMqQ/dump2.sql_filtered === stdout === --- "C:\\cirrus\\build\\testrun\\pg_upgrade\\002_pg_upgrade\\data\\tmp_test_vMqQ/dump1.sql_filtered" 2024-04-11 20:09:37.472781300 +0000 +++ "C:\\cirrus\\build\\testrun\\pg_upgrade\\002_pg_upgrade\\data\\tmp_test_vMqQ/dump2.sql_filtered" 2024-04-11 20:09:37.582165500 +0000 @@ -16907,7 +16907,7 @@ '170000'::integer, 'relpages', '54'::integer, 'reltuples', '12000'::real, - 'relallvisible', '0'::integer + 'relallvisible', '54'::integer ); SELECT pg_catalog.pg_set_attribute_stats( 'public.pagg_tab_para_p1'::regclass, @@ -16950,7 +16950,7 @@ '170000'::integer, 'relpages', '45'::integer, 'reltuples', '10000'::real, - 'relallvisible', '0'::integer + 'relallvisible', '45'::integer ); SELECT pg_catalog.pg_set_attribute_stats( 'public.pagg_tab_para_p2'::regclass, @@ -16993,7 +16993,7 @@ '170000'::integer, 'relpages', '36'::integer, 'reltuples', '8000'::real, - 'relallvisible', '0'::integer + 'relallvisible', '36'::integer ); SELECT pg_catalog.pg_set_attribute_stats( 'public.pagg_tab_para_p3'::regclass, @@ -24923,10 +24923,21 @@ SELECT pg_catalog.pg_set_relation_stats( 'public.test_io_bulkwrite_strategy'::regclass, '170000'::integer, - 'relpages', '0'::integer, - 'reltuples', '-1'::real, + 'relpages', '1'::integer, + 'reltuples', '100'::real, 'relallvisible', '0'::integer ); +SELECT pg_catalog.pg_set_attribute_stats( + 'public.test_io_bulkwrite_strategy'::regclass, + 'i'::name, + 'f'::boolean, + '170000'::integer, + 'null_frac', '0'::float4, + 'avg_width', '4'::integer, + 'n_distinct', '-1'::float4, + 'histogram_bounds', '{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99,100}'::text, + 'correlation', '1'::float4 +); -- -- Name: test_io_vac_strategy; Type: TABLE; Schema: public; Owner: SYSTEM --=== stderr === === EOF === [20:09:37.669](0.086s) 1..18 ### Stopping node "new_node" using mode immediate # Running: pg_ctl -D C:\cirrus\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" [20:09:37.817](0.148s) # Looks like you failed 1 test of 18.