[22:56:05.447](0.030s) # testing using transfer mode --copy # Checking port 57566 # Found port 57566 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=57566 host=C:/Windows/TEMP/tQylcPa1oW Log file: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\log/002_pg_upgrade_old_node.log [22:56:05.583](0.136s) # 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 --locale C 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 "C". 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 5880 [22:56:10.737](5.154s) ok 1 - check locales in original cluster # Running: createdb regression\"\  !"#$%&'()*+,-\\"\\\ [22:56:11.131](0.394s) ok 2 - created database with ASCII characters from 1 to 45 # Running: createdb regression./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ [22:56:11.503](0.372s) ok 3 - created database with ASCII characters from 46 to 90 # Running: createdb regression[\]^_`abcdefghijklmnopqrstuvwxyz{|}~ [22:56:12.676](1.173s) ok 4 - created database with ASCII characters from 91 to 127 [22:56:12.693](0.017s) # running regression tests in old instance # using postmaster on C:/Windows/TEMP/tQylcPa1oW, port 57566 ok 1 - test_setup 499 ms # parallel group (20 tests): varchar oid name boolean text float4 txid char float8 int2 bit pg_lsn regproc money int4 int8 enum uuid rangetypes numeric ok 2 + boolean 694 ms ok 3 + char 728 ms ok 4 + name 639 ms ok 5 + varchar 603 ms ok 6 + text 687 ms ok 7 + int2 771 ms ok 8 + int4 864 ms ok 9 + int8 863 ms ok 10 + oid 595 ms ok 11 + float4 678 ms ok 12 + float8 757 ms ok 13 + bit 761 ms ok 14 + numeric 1866 ms ok 15 + txid 708 ms ok 16 + uuid 826 ms ok 17 + enum 816 ms ok 18 + money 764 ms ok 19 + rangetypes 1734 ms ok 20 + pg_lsn 730 ms ok 21 + regproc 758 ms # parallel group (20 tests): numerology point time macaddr md5 path interval macaddr8 inet line polygon circle strings lseg box date timestamp timetz multirangetypes timestamptz ok 22 + strings 1053 ms ok 23 + md5 800 ms ok 24 + numerology 657 ms ok 25 + point 655 ms ok 26 + lseg 1046 ms ok 27 + line 1037 ms ok 28 + box 1043 ms ok 29 + path 921 ms ok 30 + polygon 1035 ms ok 31 + circle 1034 ms ok 32 + date 1040 ms ok 33 + time 740 ms ok 34 + timetz 1042 ms ok 35 + timestamp 1036 ms ok 36 + timestamptz 1672 ms ok 37 + interval 909 ms ok 38 + inet 1014 ms ok 39 + macaddr 732 ms ok 40 + macaddr8 986 ms ok 41 + multirangetypes 1033 ms # parallel group (12 tests): tstypes horology geometry mvcc type_sanity comments misc_sanity xid expressions unicode regex opr_sanity ok 42 + geometry 734 ms ok 43 + horology 732 ms ok 44 + tstypes 691 ms ok 45 + regex 792 ms ok 46 + type_sanity 728 ms ok 47 + opr_sanity 1137 ms ok 48 + misc_sanity 725 ms ok 49 + comments 724 ms ok 50 + expressions 752 ms ok 51 + unicode 779 ms ok 52 + xid 744 ms ok 53 + mvcc 718 ms # parallel group (5 tests): copydml copyselect insert_conflict copy insert ok 54 + copy 840 ms ok 55 + copyselect 697 ms ok 56 + copydml 439 ms ok 57 + insert 1205 ms ok 58 + insert_conflict 779 ms # parallel group (7 tests): create_function_c create_operator create_type create_misc create_schema create_procedure create_table ok 59 + create_function_c 245 ms ok 60 + create_misc 269 ms ok 61 + create_operator 242 ms ok 62 + create_procedure 444 ms ok 63 + create_table 996 ms ok 64 + create_type 241 ms ok 65 + create_schema 301 ms # parallel group (5 tests): create_view create_index_spgist index_including index_including_gist create_index ok 66 + create_index 3072 ms ok 67 + create_index_spgist 2026 ms ok 68 + create_view 1959 ms ok 69 + index_including 2510 ms ok 70 + index_including_gist 2549 ms # parallel group (16 tests): roleattributes drop_if_exists create_cast typed_table select errors create_am constraints infinite_recurse hash_func create_aggregate create_function_sql vacuum updatable_views inherit triggers ok 71 + create_aggregate 1608 ms ok 72 + create_function_sql 1739 ms ok 73 + create_cast 1195 ms ok 74 + constraints 1501 ms ok 75 + triggers 3282 ms ok 76 + select 1252 ms ok 77 + inherit 3131 ms ok 78 + typed_table 1187 ms ok 79 + vacuum 2388 ms ok 80 + drop_if_exists 1184 ms ok 81 + updatable_views 2536 ms ok 82 + roleattributes 1065 ms ok 83 + create_am 1477 ms ok 84 + hash_func 1522 ms ok 85 + errors 1442 ms ok 86 + infinite_recurse 1483 ms ok 87 - sanity_check 1634 ms # parallel group (20 tests): select_into select_implicit select_distinct_on union transactions case select_having delete namespace random subselect select_distinct arrays prepared_xacts portals update join hash_index aggregates btree_index ok 88 + select_into 975 ms ok 89 + select_distinct 2733 ms ok 90 + select_distinct_on 1413 ms ok 91 + select_implicit 1411 ms ok 92 + select_having 1765 ms ok 93 + subselect 2667 ms ok 94 + union 1514 ms ok 95 + case 1754 ms ok 96 + join 3212 ms ok 97 + aggregates 3696 ms ok 98 + transactions 1619 ms ok 99 + random 2659 ms ok 100 + portals 2838 ms ok 101 + arrays 2836 ms ok 102 + btree_index 5671 ms ok 103 + hash_index 3308 ms ok 104 + update 3162 ms ok 105 + delete 1747 ms ok 106 + namespace 1746 ms ok 107 + prepared_xacts 2828 ms # parallel group (20 tests): collate password gin groupingsets init_privs tablesample replica_identity drop_operator spgist identity object_address lock security_label generated matview rowsecurity gist join_hash brin privileges ok 108 + brin 9057 ms ok 109 + gin 2161 ms ok 110 + gist 4833 ms ok 111 + spgist 3060 ms ok 112 + privileges 11087 ms ok 113 + init_privs 2728 ms ok 114 + security_label 3055 ms ok 115 + collate 1438 ms ok 116 + matview 3609 ms ok 117 + lock 3050 ms ok 118 + replica_identity 2833 ms ok 119 + rowsecurity 3743 ms ok 120 + object_address 3045 ms ok 121 + tablesample 2828 ms ok 122 + groupingsets 2139 ms ok 123 + drop_operator 2908 ms ok 124 + password 2136 ms ok 125 + identity 3036 ms ok 126 + generated 3479 ms ok 127 + join_hash 8989 ms # parallel group (2 tests): brin_bloom brin_multi ok 128 + brin_bloom 351 ms ok 129 + brin_multi 1612 ms # parallel group (17 tests): alter_operator tid misc async tidrangescan tidscan collate.icu.utf8 dbsize alter_generic create_table_like misc_functions without_overlaps incremental_sort create_role tsrf sysviews merge ok 130 + create_table_like 1304 ms ok 131 + alter_generic 1299 ms ok 132 + alter_operator 921 ms ok 133 + misc 1201 ms ok 134 + async 1199 ms ok 135 + dbsize 1286 ms ok 136 + merge 1575 ms ok 137 + misc_functions 1294 ms ok 138 + sysviews 1499 ms ok 139 + tsrf 1398 ms ok 140 + tid 909 ms ok 141 + tidscan 1277 ms ok 142 + tidrangescan 1187 ms ok 143 + collate.icu.utf8 1273 ms ok 144 + incremental_sort 1349 ms ok 145 + create_role 1347 ms ok 146 + without_overlaps 1280 ms # parallel group (7 tests): collate.windows.win1252 psql_crosstab amutils collate.linux.utf8 psql rules stats_ext ok 147 + rules 1395 ms ok 148 + psql 1250 ms ok 149 + psql_crosstab 432 ms ok 150 + amutils 588 ms ok 151 + stats_ext 3173 ms ok 152 + collate.linux.utf8 584 ms ok 153 + collate.windows.win1252 423 ms ok 154 - select_parallel 7675 ms ok 155 - write_parallel 625 ms ok 156 - vacuum_parallel 741 ms # parallel group (2 tests): subscription publication ok 157 + publication 944 ms ok 158 + subscription 199 ms # parallel group (17 tests): guc portals_p2 xmlmap select_views combocid dependency tsdicts equivclass cluster advisory_lock indirect_toast tsearch functional_deps window bitmapops foreign_data foreign_key ok 159 + select_views 1365 ms ok 160 + portals_p2 1352 ms ok 161 + foreign_key 5292 ms ok 162 + cluster 2071 ms ok 163 + dependency 1366 ms ok 164 + guc 1282 ms ok 165 + bitmapops 3184 ms ok 166 + combocid 1352 ms ok 167 + tsearch 2453 ms ok 168 + tsdicts 1362 ms ok 169 + foreign_data 3507 ms ok 170 + window 3163 ms ok 171 + xmlmap 1344 ms ok 172 + functional_deps 2593 ms ok 173 + advisory_lock 2443 ms ok 174 + indirect_toast 2442 ms ok 175 + equivclass 1355 ms # parallel group (7 tests): jsonpath_encoding jsonpath json_encoding sqljson jsonb_jsonpath json jsonb ok 176 + json 1033 ms ok 177 + jsonb 1260 ms ok 178 + json_encoding 418 ms ok 179 + jsonpath 349 ms ok 180 + jsonpath_encoding 317 ms ok 181 + jsonb_jsonpath 998 ms ok 182 + sqljson 702 ms # parallel group (18 tests): xml largeobject copy2 limit prepare conversion rangefuncs returning with domain plancache truncate polymorphism rowtypes sequence temp plpgsql alter_table ok 183 + plancache 2360 ms ok 184 + limit 1948 ms ok 185 + plpgsql 3033 ms ok 186 + copy2 1945 ms ok 187 + temp 2442 ms ok 188 + domain 2341 ms ok 189 + rangefuncs 2297 ms ok 190 + prepare 1940 ms ok 191 + conversion 2063 ms ok 192 + truncate 2348 ms not ok 193 + alter_table 4626 ms ok 194 + sequence 2432 ms ok 195 + polymorphism 2344 ms ok 196 + rowtypes 2406 ms ok 197 + returning 2304 ms ok 198 + largeobject 1192 ms ok 199 + with 2325 ms ok 200 + xml 1189 ms # parallel group (13 tests): reloptions predicate compression hash_part partition_info memoize explain indexing stats partition_join tuplesort partition_aggregate partition_prune ok 201 + partition_join 4121 ms ok 202 + partition_prune 6072 ms ok 203 + reloptions 1350 ms ok 204 + hash_part 1952 ms ok 205 + indexing 3160 ms ok 206 + partition_aggregate 4526 ms ok 207 + partition_info 2015 ms ok 208 + tuplesort 4326 ms ok 209 + explain 2582 ms ok 210 + compression 1474 ms ok 211 + memoize 2094 ms ok 212 + stats 4020 ms ok 213 + predicate 1415 ms # parallel group (2 tests): oidjoins event_trigger ok 214 + oidjoins 568 ms ok 215 + event_trigger 601 ms ok 216 - event_trigger_login 203 ms ok 217 - fast_default 788 ms ok 218 - tablespace 1041 ms 1..218 # 1 of 218 tests failed. # The differences that caused some tests to fail can be viewed in the file "C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.diffs". # A copy of the test summary that you see above is saved in the file "C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/regression.out". === dumping C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/regression.diffs === diff -w -U3 C:/cirrus/src/test/regress/expected/alter_table.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out --- C:/cirrus/src/test/regress/expected/alter_table.out 2024-02-23 22:54:13.350457900 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-02-23 22:57:44.706025700 +0000 @@ -3477,8 +3477,19 @@ SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL; oid | mapped_oid | reltablespace | relfilenode | relname ------+------------+---------------+-------------+--------- -(0 rows) +-------+------------+---------------+-------------+---------------------- + 35812 | | 0 | 35812 | pktable_pkey + 35808 | | 0 | 35808 | pktable + 35814 | | 0 | 35814 | fktable + 36839 | | 0 | 36846 | foo + 36850 | | 0 | 36850 | pg_toast_36839_index + 36849 | | 0 | 36849 | pg_toast_36839 + 37096 | | 0 | 37096 | old_oids + 37121 | | 0 | 37121 | pg_toast_37118 + 37122 | | 0 | 37122 | pg_toast_37118_index + 37118 | | 0 | 37118 | recur2 + 37112 | | 0 | 37112 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog. === EOF === [22:57:57.271](104.578s) not ok 5 - regression tests pass [22:57:57.271](0.000s) # Failed test 'regression tests pass' # at C:/cirrus/src/bin/pg_upgrade/t/002_pg_upgrade.pl line 212. [22:57:57.272](0.000s) # got: '256' # expected: '0' # Checking port 57567 # Found port 57567 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=57567 host=C:/Windows/TEMP/tQylcPa1oW Log file: C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\log/002_pg_upgrade_new_node.log [22:57:57.290](0.018s) # 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=57566 host=C:/Windows/TEMP/tQylcPa1oW dbname='postgres' -f C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_bm91/dump1.sql [22:58:05.148](7.859s) 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/tQylcPa1oW -p 57566 -P 57567 --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 [22:58:06.243](1.095s) ok 7 - run of pg_upgrade --check for new instance with incorrect binary path [22:58:06.244](0.001s) 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/tQylcPa1oW -p 57566 -P 57567 --copy --check [22:58:08.562](2.318s) ok 9 - invalid database causes failure status (got 1 vs expected 1) [22:58:08.562](0.001s) ok 10 - invalid database causes failure stdout /(?^:invalid)/ [22:58:08.563](0.000s) 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 6440 ### 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/tQylcPa1oW -p 57566 -P 57567 --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 system-defined composite types in user tables ok Checking for reg* data types in user tables ok Checking for contrib/isn with bigint-passing mismatch ok Checking for valid logical replication slots ok Checking for subscription state 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* [22:58:16.710](8.147s) ok 12 - run of pg_upgrade --check for new instance [22:58:16.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/tQylcPa1oW -p 57566 -P 57567 --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 system-defined composite types in user tables ok Checking for reg* data types in user tables ok Checking for contrib/isn with bigint-passing mismatch ok Checking for valid logical replication slots ok Checking for subscription state 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 [22:58:56.195](39.484s) ok 14 - run of pg_upgrade for new instance [22:58:56.195](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 5776 [22:58:59.841](3.646s) ok 16 - check that locales in new cluster match original cluster # Running: pg_dumpall --no-sync -d port=57567 host=C:/Windows/TEMP/tQylcPa1oW dbname='postgres' -f C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\tmp_test_bm91/dump2.sql [22:59:04.471](4.630s) ok 17 - dump after running pg_upgrade [22:59:04.710](0.239s) ok 18 - old and new dumps match after pg_upgrade [22:59:04.711](0.001s) 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" [22:59:04.881](0.171s) # Looks like you failed 1 test of 18.