test.out
text/plain
Filename: test.out
Type: text/plain
Part: 2
make -C ./src/backend generated-headers
make[1]: Entering directory '/home/yxd/playspace/postgres-build/src/backend'
make -C catalog distprep generated-header-symlinks
make -C nodes distprep generated-header-symlinks
make -C utils distprep generated-header-symlinks
prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \
cd '../../src/include/storage/' && rm -f lwlocknames.h && \
ln -s "$prereqdir/lwlocknames.h" .
make[2]: Entering directory '/home/yxd/playspace/postgres-build/src/backend/nodes'
make[2]: Nothing to be done for 'distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/nodes/' && for file in nodetags.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
make[2]: Entering directory '/home/yxd/playspace/postgres-build/src/backend/utils'
make[2]: Nothing to be done for 'distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/utils/' && for file in fmgroids.h fmgrprotos.h errcodes.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
sed -f /home/yxd/playspace/postgres-build/../postgres/src/backend/utils/Gen_dummy_probes.sed /home/yxd/playspace/postgres-build/../postgres/src/backend/utils/probes.d >probes.h
touch ../../../src/include/utils/header-stamp
touch ../../../src/include/nodes/header-stamp
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/src/backend/nodes'
make[2]: Entering directory '/home/yxd/playspace/postgres-build/src/backend/catalog'
make[2]: Nothing to be done for 'distprep'.
prereqdir=`cd './' >/dev/null && pwd` && \
cd '../../../src/include/catalog/' && for file in pg_proc_d.h pg_type_d.h pg_attribute_d.h pg_class_d.h pg_attrdef_d.h pg_constraint_d.h pg_inherits_d.h pg_index_d.h pg_operator_d.h pg_opfamily_d.h pg_opclass_d.h pg_am_d.h pg_amop_d.h pg_amproc_d.h pg_language_d.h pg_largeobject_metadata_d.h pg_largeobject_d.h pg_aggregate_d.h pg_statistic_d.h pg_statistic_ext_d.h pg_statistic_ext_data_d.h pg_rewrite_d.h pg_trigger_d.h pg_event_trigger_d.h pg_description_d.h pg_cast_d.h pg_enum_d.h pg_namespace_d.h pg_conversion_d.h pg_depend_d.h pg_database_d.h pg_db_role_setting_d.h pg_tablespace_d.h pg_authid_d.h pg_auth_members_d.h pg_shdepend_d.h pg_shdescription_d.h pg_ts_config_d.h pg_ts_config_map_d.h pg_ts_dict_d.h pg_ts_parser_d.h pg_ts_template_d.h pg_extension_d.h pg_foreign_data_wrapper_d.h pg_foreign_server_d.h pg_user_mapping_d.h pg_foreign_table_d.h pg_policy_d.h pg_replication_origin_d.h pg_default_acl_d.h pg_init_privs_d.h pg_seclabel_d.h pg_shseclabel_d.h pg_collation_d.h pg_parameter_acl_d.h pg_partitioned_table_d.h pg_range_d.h pg_transform_d.h pg_sequence_d.h pg_publication_d.h pg_publication_namespace_d.h pg_publication_rel_d.h pg_subscription_d.h pg_subscription_rel_d.h schemapg.h system_fk_info.h; do \
rm -f $file && ln -s "$prereqdir/$file" . ; \
done
cd '../../../src/include/utils/' && rm -f probes.h && \
ln -s "../../../src/backend/utils/probes.h" .
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/src/backend/utils'
touch ../../../src/include/catalog/header-stamp
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/src/backend/catalog'
make[1]: Leaving directory '/home/yxd/playspace/postgres-build/src/backend'
rm -rf '/home/yxd/playspace/postgres-build'/tmp_install
/usr/bin/mkdir -p '/home/yxd/playspace/postgres-build'/tmp_install/log
make -C '.' DESTDIR='/home/yxd/playspace/postgres-build'/tmp_install install >'/home/yxd/playspace/postgres-build'/tmp_install/log/install.log 2>&1
make -j1 -C src/test/regress checkprep >>'/home/yxd/playspace/postgres-build'/tmp_install/log/install.log 2>&1
make -C src/test/regress check
make[1]: Entering directory '/home/yxd/playspace/postgres-build/src/test/regress'
make -C ../../../src/port all
make[2]: Entering directory '/home/yxd/playspace/postgres-build/src/port'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/src/port'
make -C ../../../src/common all
make[2]: Entering directory '/home/yxd/playspace/postgres-build/src/common'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/src/common'
make -C ../../../contrib/spi
make[2]: Entering directory '/home/yxd/playspace/postgres-build/contrib/spi'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory '/home/yxd/playspace/postgres-build/contrib/spi'
echo "# +++ regress check in src/test/regress +++" && PATH="/home/yxd/playspace/postgres-build/tmp_install/usr/local/pgsql/bin:/home/yxd/playspace/postgres-build/src/test/regress:$PATH" LD_LIBRARY_PATH="/home/yxd/playspace/postgres-build/tmp_install/usr/local/pgsql/lib" ../../../src/test/regress/pg_regress --temp-instance=./tmp_check --inputdir=/home/yxd/playspace/postgres-build/../postgres/src/test/regress --bindir= --dlpath=. --max-concurrent-tests=20 --schedule=/home/yxd/playspace/postgres-build/../postgres/src/test/regress/parallel_schedule
# +++ regress check in src/test/regress +++
# using temp instance on port 61696 with PID 815947
ok 1 - test_setup 284 ms
# parallel group (20 tests): int4 text txid char pg_lsn oid int2 name uuid regproc boolean varchar float8 float4 money int8 enum bit rangetypes numeric
ok 2 + boolean 196 ms
ok 3 + char 170 ms
ok 4 + name 179 ms
ok 5 + varchar 196 ms
ok 6 + text 149 ms
ok 7 + int2 178 ms
ok 8 + int4 130 ms
ok 9 + int8 210 ms
ok 10 + oid 177 ms
ok 11 + float4 201 ms
ok 12 + float8 196 ms
ok 13 + bit 229 ms
ok 14 + numeric 561 ms
ok 15 + txid 158 ms
ok 16 + uuid 186 ms
ok 17 + enum 221 ms
ok 18 + money 200 ms
ok 19 + rangetypes 531 ms
ok 20 + pg_lsn 175 ms
ok 21 + regproc 190 ms
# parallel group (20 tests): md5 circle line path macaddr8 numerology lseg point interval macaddr time timetz date inet strings box polygon multirangetypes timestamp timestamptz
ok 22 + strings 261 ms
ok 23 + md5 115 ms
ok 24 + numerology 157 ms
ok 25 + point 172 ms
ok 26 + lseg 167 ms
ok 27 + line 121 ms
ok 28 + box 361 ms
ok 29 + path 134 ms
ok 30 + polygon 383 ms
ok 31 + circle 119 ms
ok 32 + date 202 ms
ok 33 + time 179 ms
ok 34 + timetz 188 ms
ok 35 + timestamp 471 ms
ok 36 + timestamptz 482 ms
ok 37 + interval 172 ms
ok 38 + inet 229 ms
ok 39 + macaddr 177 ms
ok 40 + macaddr8 143 ms
ok 41 + multirangetypes 382 ms
# parallel group (12 tests): unicode misc_sanity expressions comments xid tstypes type_sanity horology geometry mvcc opr_sanity regex
ok 42 + geometry 195 ms
ok 43 + horology 193 ms
ok 44 + tstypes 159 ms
ok 45 + regex 471 ms
ok 46 + type_sanity 178 ms
ok 47 + opr_sanity 401 ms
ok 48 + misc_sanity 68 ms
ok 49 + comments 107 ms
ok 50 + expressions 104 ms
ok 51 + unicode 65 ms
ok 52 + xid 150 ms
ok 53 + mvcc 200 ms
# parallel group (5 tests): copydml copyselect copy insert_conflict insert
ok 54 + copy 80 ms
ok 55 + copyselect 59 ms
ok 56 + copydml 44 ms
ok 57 + insert 298 ms
ok 58 + insert_conflict 161 ms
# parallel group (7 tests): create_function_c create_type create_operator create_schema create_misc create_procedure create_table
ok 59 + create_function_c 48 ms
ok 60 + create_misc 82 ms
ok 61 + create_operator 60 ms
ok 62 + create_procedure 89 ms
ok 63 + create_table 393 ms
ok 64 + create_type 53 ms
ok 65 + create_schema 78 ms
# parallel group (5 tests): create_view index_including index_including_gist create_index_spgist create_index
ok 66 + create_index 737 ms
ok 67 + create_index_spgist 508 ms
ok 68 + create_view 299 ms
ok 69 + index_including 305 ms
ok 70 + index_including_gist 323 ms
# parallel group (16 tests): errors create_cast roleattributes create_aggregate hash_func drop_if_exists select create_function_sql typed_table create_am constraints infinite_recurse vacuum updatable_views inherit triggers
ok 71 + create_aggregate 162 ms
ok 72 + create_function_sql 284 ms
ok 73 + create_cast 131 ms
ok 74 + constraints 392 ms
ok 75 + triggers 1041 ms
ok 76 + select 234 ms
ok 77 + inherit 762 ms
ok 78 + typed_table 294 ms
ok 79 + vacuum 640 ms
ok 80 + drop_if_exists 215 ms
ok 81 + updatable_views 757 ms
ok 82 + roleattributes 142 ms
ok 83 + create_am 339 ms
ok 84 + hash_func 179 ms
ok 85 + errors 101 ms
ok 86 + infinite_recurse 503 ms
ok 87 - sanity_check 115 ms
# parallel group (20 tests): select_distinct_on namespace select_implicit delete case select_having random select_into prepared_xacts portals union transactions subselect select_distinct arrays update hash_index join aggregates btree_index
ok 88 + select_into 266 ms
ok 89 + select_distinct 517 ms
ok 90 + select_distinct_on 142 ms
ok 91 + select_implicit 197 ms
ok 92 + select_having 210 ms
ok 93 + subselect 500 ms
ok 94 + union 465 ms
ok 95 + case 207 ms
ok 96 + join 936 ms
ok 97 + aggregates 1133 ms
ok 98 + transactions 474 ms
ok 99 + random 233 ms
ok 100 + portals 380 ms
ok 101 + arrays 552 ms
ok 102 + btree_index 2003 ms
ok 103 + hash_index 932 ms
ok 104 + update 699 ms
ok 105 + delete 201 ms
ok 106 + namespace 159 ms
ok 107 + prepared_xacts 355 ms
# parallel group (20 tests): drop_operator init_privs security_label lock tablesample object_address collate password replica_identity identity groupingsets matview generated rowsecurity spgist gin gist brin join_hash privileges
ok 108 + brin 2754 ms
ok 109 + gin 1403 ms
ok 110 + gist 1441 ms
ok 111 + spgist 1249 ms
ok 112 + privileges 3351 ms
ok 113 + init_privs 137 ms
ok 114 + security_label 216 ms
ok 115 + collate 392 ms
ok 116 + matview 836 ms
ok 117 + lock 254 ms
ok 118 + replica_identity 492 ms
ok 119 + rowsecurity 1105 ms
ok 120 + object_address 339 ms
ok 121 + tablesample 298 ms
ok 122 + groupingsets 826 ms
ok 123 + drop_operator 118 ms
ok 124 + password 458 ms
ok 125 + identity 693 ms
ok 126 + generated 938 ms
ok 127 + join_hash 2758 ms
# parallel group (2 tests): brin_bloom brin_multi
ok 128 + brin_bloom 110 ms
ok 129 + brin_multi 246 ms
# parallel group (16 tests): dbsize tid async alter_operator tidrangescan tsrf tidscan sysviews create_role misc_functions alter_generic incremental_sort misc merge collate.icu.utf8 create_table_like
ok 130 + create_table_like 445 ms
ok 131 + alter_generic 265 ms
ok 132 + alter_operator 150 ms
ok 133 + misc 340 ms
ok 134 + async 135 ms
ok 135 + dbsize 109 ms
ok 136 + merge 369 ms
ok 137 + misc_functions 239 ms
ok 138 + sysviews 219 ms
ok 139 + tsrf 165 ms
ok 140 + tid 112 ms
ok 141 + tidscan 216 ms
ok 142 + tidrangescan 156 ms
ok 143 + collate.icu.utf8 395 ms
ok 144 + incremental_sort 323 ms
ok 145 + create_role 219 ms
# parallel group (7 tests): collate.linux.utf8 collate.windows.win1252 amutils psql_crosstab rules psql stats_ext
ok 146 + rules 335 ms
ok 147 + psql 356 ms
ok 148 + psql_crosstab 67 ms
ok 149 + amutils 58 ms
ok 150 + stats_ext 1821 ms
ok 151 + collate.linux.utf8 30 ms
ok 152 + collate.windows.win1252 30 ms
ok 153 - select_parallel 1919 ms
ok 154 - write_parallel 240 ms
ok 155 - vacuum_parallel 159 ms
# parallel group (2 tests): subscription publication
ok 156 + publication 338 ms
ok 157 + subscription 65 ms
# parallel group (17 tests): xmlmap combocid advisory_lock equivclass portals_p2 guc functional_deps tsdicts dependency select_views window bitmapops cluster tsearch foreign_data indirect_toast foreign_key
ok 158 + select_views 352 ms
ok 159 + portals_p2 194 ms
ok 160 + foreign_key 1250 ms
ok 161 + cluster 626 ms
ok 162 + dependency 260 ms
ok 163 + guc 210 ms
ok 164 + bitmapops 582 ms
ok 165 + combocid 164 ms
ok 166 + tsearch 645 ms
ok 167 + tsdicts 248 ms
ok 168 + foreign_data 830 ms
ok 169 + window 525 ms
ok 170 + xmlmap 162 ms
ok 171 + functional_deps 241 ms
ok 172 + advisory_lock 185 ms
ok 173 + indirect_toast 893 ms
ok 174 + equivclass 186 ms
# parallel group (7 tests): json_encoding jsonpath jsonpath_encoding sqljson jsonb_jsonpath json jsonb
ok 175 + json 153 ms
ok 176 + jsonb 266 ms
ok 177 + json_encoding 56 ms
ok 178 + jsonpath 58 ms
ok 179 + jsonpath_encoding 65 ms
ok 180 + jsonb_jsonpath 131 ms
ok 181 + sqljson 116 ms
# parallel group (18 tests): prepare returning plancache xml limit conversion copy2 polymorphism rowtypes sequence with temp rangefuncs truncate largeobject domain plpgsql alter_table
ok 182 + plancache 310 ms
ok 183 + limit 329 ms
ok 184 + plpgsql 889 ms
ok 185 + copy2 456 ms
ok 186 + temp 541 ms
ok 187 + domain 599 ms
ok 188 + rangefuncs 552 ms
ok 189 + prepare 179 ms
ok 190 + conversion 402 ms
ok 191 + truncate 552 ms
ok 192 + alter_table 1563 ms
ok 193 + sequence 507 ms
ok 194 + polymorphism 482 ms
ok 195 + rowtypes 490 ms
ok 196 + returning 245 ms
ok 197 + largeobject 592 ms
ok 198 + with 518 ms
ok 199 + xml 313 ms
# parallel group (12 tests): hash_part reloptions partition_info explain compression memoize indexing partition_join stats partition_aggregate partition_prune tuplesort
ok 200 + partition_join 1295 ms
ok 201 + partition_prune 1589 ms
ok 202 + reloptions 186 ms
ok 203 + hash_part 166 ms
ok 204 + indexing 1225 ms
ok 205 + partition_aggregate 1382 ms
ok 206 + partition_info 187 ms
ok 207 + tuplesort 2142 ms
ok 208 + explain 243 ms
ok 209 + compression 307 ms
ok 210 + memoize 317 ms
ok 211 + stats 1321 ms
# parallel group (2 tests): event_trigger oidjoins
ok 212 + event_trigger 126 ms
ok 213 + oidjoins 240 ms
ok 214 - fast_default 144 ms
ok 215 - tablespace 308 ms
1..215
# All 215 tests passed.
make[1]: Leaving directory '/home/yxd/playspace/postgres-build/src/test/regress'