[09:21:41.796] su postgres <<-EOF [09:21:41.796] ulimit -c unlimited [09:21:41.796] # Otherwise tests will fail on OpenBSD, due to inability to start enough [09:21:41.796] # processes. [09:21:41.796] ulimit -p 256 [09:21:41.796] meson test $MTEST_ARGS --num-processes ${TEST_JOBS} [09:21:41.796] EOF [09:21:43.570] 1/350 postgresql:setup / tmp_install OK 1.23s [09:21:43.665] 2/350 postgresql:setup / install_test_files OK 0.09s [09:21:43.755] 3/350 postgresql:setup / initdb_cache FAIL 0.09s exit status 1 [09:21:43.755] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=90 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 -c ' [09:21:43.755] import shutil [09:21:43.755] import sys [09:21:43.755] import subprocess [09:21:43.755] [09:21:43.755] shutil.rmtree(sys.argv[1], ignore_errors=True) [09:21:43.755] sp = subprocess.run(sys.argv[2:] + [sys.argv[1]]) [09:21:43.755] sys.exit(sp.returncode) [09:21:43.755] ' /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin/initdb --auth trust --no-sync --no-instructions --lc-messages=C --no-clean [09:21:43.755] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:43.755] stdout: [09:21:43.755] Running in no-clean mode. Mistakes will not be cleaned up. [09:21:43.755] stderr: [09:21:43.755] ld.so: postgres: relocation error 37 idx 12635 [09:21:43.755] Killed [09:21:43.755] no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:43.755] child process exited with exit code 137 [09:21:43.755] initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:43.755] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:43.755] [09:21:44.114] ▶ 4/350 # test failed ERROR [09:21:44.120] ▶ 5/350 # test failed ERROR [09:21:44.128] 4/350 postgresql:isolation / isolation/isolation ERROR 0.23s exit status 2 [09:21:44.128] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/isolation:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=124 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/isolation --pg-test-extra '' --testgroup isolation --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/src/test/isolation --expecteddir /home/postgres/postgres/src/test/isolation --bindir '' --dlpath /home/postgres/postgres/build/src/test/isolation --max-concurrent-tests=20 --dbname isolation_regression --outputdir /home/postgres/postgres/build/testrun/isolation/isolation --temp-instance /home/postgres/postgres/build/testrun/isolation/isolation/tmp_check --port 40057 --schedule /home/postgres/postgres/build/../src/test/isolation/isolation_schedule [09:21:44.128] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.128] stderr: [09:21:44.128] # copying of initdb template failed [09:21:44.128] # Examine "/home/postgres/postgres/build/testrun/isolation/isolation/log/initdb.log" for the reason. [09:21:44.128] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/isolation/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/isolation/isolation/log/initdb.log" 2>&1 [09:21:44.128] [09:21:44.128] (test program exited with status code 2) [09:21:44.128] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.128] [09:21:44.150] ▶ 6/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_upgrade/004_subscription/data/t_004_subscription_publisher_data/pgdata": 256 ERROR [09:21:44.174] 5/350 postgresql:regress / regress/regress ERROR 0.41s exit status 2 [09:21:44.175] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=130 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/regress:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/regress --pg-test-extra '' --testgroup regress --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/regress --expecteddir /home/postgres/postgres/src/test/regress --bindir '' --dlpath /home/postgres/postgres/build/src/test/regress --max-concurrent-tests=20 --dbname regression --outputdir /home/postgres/postgres/build/testrun/regress/regress --temp-instance /home/postgres/postgres/build/testrun/regress/regress/tmp_check --port 40056 --schedule /home/postgres/postgres/build/../src/test/regress/parallel_schedule [09:21:44.175] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.175] stderr: [09:21:44.175] # copying of initdb template failed [09:21:44.175] # Examine "/home/postgres/postgres/build/testrun/regress/regress/log/initdb.log" for the reason. [09:21:44.175] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/regress/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/regress/regress/log/initdb.log" 2>&1 [09:21:44.175] [09:21:44.175] (test program exited with status code 2) [09:21:44.175] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.175] [09:21:44.185] ▶ 7/350 - pg_upgrade --help exit code 0 FAIL [09:21:44.185] ▶ 7/350 - pg_upgrade --help goes to stdout FAIL [09:21:44.185] ▶ 7/350 - pg_upgrade --help nothing to stderr FAIL [09:21:44.186] 6/350 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:44.186] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=201 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 004_subscription -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/004_subscription.pl [09:21:44.186] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.186] stderr: [09:21:44.186] [09:21:44.186] (test program exited with status code 255) [09:21:44.186] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.186] [09:21:44.225] ▶ 7/350 - pg_upgrade --version exit code 0 FAIL [09:21:44.226] ▶ 7/350 - pg_upgrade --version goes to stdout FAIL [09:21:44.226] ▶ 7/350 - pg_upgrade --version nothing to stderr FAIL [09:21:44.303] ▶ 8/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_upgrade/003_logical_slots/data/t_003_logical_slots_oldpub_data/pgdata": 256 ERROR [09:21:44.349] 8/350 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:21:44.350] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=184 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 003_logical_slots -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/003_logical_slots.pl [09:21:44.350] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.350] stderr: [09:21:44.350] [09:21:44.350] (test program exited with status code 255) [09:21:44.350] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.350] [09:21:44.410] ▶ 9/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_upgrade/006_transfer_modes/data/t_006_transfer_modes_old_data/pgdata": 256 ERROR [09:21:44.421] ▶ 10/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_upgrade/005_char_signedness/data/t_005_char_signedness_old_data/pgdata": 256 ERROR [09:21:44.428] ▶ 11/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/001_stream_rep/data/t_001_stream_rep_primary_data/pgdata": 256 ERROR [09:21:44.453] 10/350 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:21:44.454] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=201 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 005_char_signedness -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/005_char_signedness.pl [09:21:44.454] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.454] stderr: [09:21:44.454] [09:21:44.454] (test program exited with status code 255) [09:21:44.454] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.454] [09:21:44.465] 7/350 postgresql:pg_upgrade / pg_upgrade/001_basic ERROR 0.70s exit status 6 [09:21:44.465] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=143 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl [09:21:44.465] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.465] stderr: [09:21:44.465] # Failed test 'pg_upgrade --help exit code 0' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 9. [09:21:44.465] # Failed test 'pg_upgrade --help goes to stdout' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 9. [09:21:44.465] # got: '' [09:21:44.465] # expected: anything else [09:21:44.465] # Failed test 'pg_upgrade --help nothing to stderr' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 9. [09:21:44.465] # got: 'ld.so: pg_upgrade: relocation error 37 idx 320 [09:21:44.465] # ' [09:21:44.465] # expected: '' [09:21:44.465] # Failed test 'pg_upgrade --version exit code 0' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 10. [09:21:44.465] # Failed test 'pg_upgrade --version goes to stdout' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 10. [09:21:44.465] # got: '' [09:21:44.465] # expected: anything else [09:21:44.465] # Failed test 'pg_upgrade --version nothing to stderr' [09:21:44.465] # at /home/postgres/postgres/src/bin/pg_upgrade/t/001_basic.pl line 10. [09:21:44.465] # got: 'ld.so: pg_upgrade: relocation error 37 idx 320 [09:21:44.465] # ' [09:21:44.465] # expected: '' [09:21:44.465] # Looks like you failed 6 tests of 9. [09:21:44.465] [09:21:44.465] (test program exited with status code 6) [09:21:44.465] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.465] [09:21:44.478] 11/350 postgresql:recovery / recovery/001_stream_rep ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:21:44.479] >>> MALLOC_PERTURB_=206 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 001_stream_rep -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/001_stream_rep.pl [09:21:44.479] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.479] stderr: [09:21:44.479] [09:21:44.479] (test program exited with status code 255) [09:21:44.479] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.479] [09:21:44.542] ▶ 12/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/002_archiving/data/t_002_archiving_primary_data/pgdata": 256 ERROR [09:21:44.654] ▶ 13/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/004_timeline_switch/data/t_004_timeline_switch_primary_data/pgdata": 256 ERROR [09:21:44.683] 13/350 postgresql:recovery / recovery/004_timeline_switch ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:21:44.683] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=30 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 004_timeline_switch -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/004_timeline_switch.pl [09:21:44.683] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.683] stderr: [09:21:44.683] [09:21:44.683] (test program exited with status code 255) [09:21:44.683] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.683] [09:21:44.697] 12/350 postgresql:recovery / recovery/002_archiving ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:44.697] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=69 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 002_archiving -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/002_archiving.pl [09:21:44.697] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.697] stderr: [09:21:44.697] [09:21:44.697] (test program exited with status code 255) [09:21:44.697] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.697] [09:21:44.768] ▶ 14/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/003_recovery_targets/data/t_003_recovery_targets_primary_data/pgdata": 256 ERROR [09:21:44.780] 9/350 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR 0.98s (exit status 255 or signal 127 SIGinvalid) [09:21:44.780] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=28 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 006_transfer_modes -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/006_transfer_modes.pl [09:21:44.780] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.780] stderr: [09:21:44.780] [09:21:44.780] (test program exited with status code 255) [09:21:44.780] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.780] [09:21:44.814] 14/350 postgresql:recovery / recovery/003_recovery_targets ERROR 0.62s (exit status 255 or signal 127 SIGinvalid) [09:21:44.814] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=63 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 003_recovery_targets -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/003_recovery_targets.pl [09:21:44.814] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.814] stderr: [09:21:44.814] [09:21:44.814] (test program exited with status code 255) [09:21:44.814] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.814] [09:21:44.827] ▶ 15/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata --auth trust --wal-segsize 1 --allow-group-access --encoding UTF-8 --lc-collate C --lc-ctype C --locale-provider builtin --builtin-locale C.UTF-8" exited with value 1 ERROR [09:21:44.839] ▶ 16/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/005_replay_delay/data/t_005_replay_delay_primary_data/pgdata": 256 ERROR [09:21:44.857] ▶ 17/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/006_logical_decoding/data/t_006_logical_decoding_primary_data/pgdata": 256 ERROR [09:21:44.883] ▶ 18/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/007_sync_rep/data/t_007_sync_rep_primary_data/pgdata": 256 ERROR [09:21:44.912] 16/350 postgresql:recovery / recovery/005_replay_delay ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:21:44.912] >>> MALLOC_PERTURB_=33 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 005_replay_delay -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/005_replay_delay.pl [09:21:44.912] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:44.912] stderr: [09:21:44.912] [09:21:44.912] (test program exited with status code 255) [09:21:44.912] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:44.912] [09:21:45.010] 17/350 postgresql:recovery / recovery/006_logical_decoding ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:21:45.011] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=192 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 006_logical_decoding -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/006_logical_decoding.pl [09:21:45.011] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.011] stderr: [09:21:45.011] [09:21:45.011] (test program exited with status code 255) [09:21:45.011] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.011] [09:21:45.013] 15/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1.24s (exit status 255 or signal 127 SIGinvalid) [09:21:45.013] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_upgrade:/home/postgres/postgres/build/src/bin/pg_upgrade/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=168 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_upgrade --pg-test-extra '' --testgroup pg_upgrade --testname 002_pg_upgrade -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_upgrade /home/postgres/postgres/src/bin/pg_upgrade/t/002_pg_upgrade.pl [09:21:45.013] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.013] stderr: [09:21:45.013] [09:21:45.013] (test program exited with status code 255) [09:21:45.013] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.013] [09:21:45.014] 18/350 postgresql:recovery / recovery/007_sync_rep ERROR 0.53s (exit status 255 or signal 127 SIGinvalid) [09:21:45.015] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=137 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 007_sync_rep -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/007_sync_rep.pl [09:21:45.015] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.015] stderr: [09:21:45.015] [09:21:45.015] (test program exited with status code 255) [09:21:45.015] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.015] [09:21:45.093] ▶ 19/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/008_fsm_truncation/data/t_008_fsm_truncation_primary_data/pgdata": 256 ERROR [09:21:45.162] 19/350 postgresql:recovery / recovery/008_fsm_truncation ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:21:45.162] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=249 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 008_fsm_truncation -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/008_fsm_truncation.pl [09:21:45.162] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.162] stderr: [09:21:45.162] [09:21:45.162] (test program exited with status code 255) [09:21:45.162] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.162] [09:21:45.241] ▶ 20/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/013_crash_restart/data/t_013_crash_restart_primary_data/pgdata": 256 ERROR [09:21:45.275] 20/350 postgresql:recovery / recovery/013_crash_restart ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:21:45.276] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=82 top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 013_crash_restart -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/013_crash_restart.pl [09:21:45.276] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.276] stderr: [09:21:45.276] [09:21:45.276] (test program exited with status code 255) [09:21:45.276] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.276] [09:21:45.333] ▶ 21/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/012_subtransactions/data/t_012_subtransactions_primary_data/pgdata": 256 ERROR [09:21:45.356] 21/350 postgresql:recovery / recovery/012_subtransactions ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:21:45.356] >>> MALLOC_PERTURB_=227 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 012_subtransactions -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/012_subtransactions.pl [09:21:45.356] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.356] stderr: [09:21:45.356] [09:21:45.356] (test program exited with status code 255) [09:21:45.356] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.356] [09:21:45.438] ▶ 22/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/014_unlogged_reinit/data/t_014_unlogged_reinit_main_data/pgdata": 256 ERROR [09:21:45.457] ▶ 23/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/017_shm/data/t_017_shm_gnat_data/pgdata": 256 ERROR [09:21:45.467] 22/350 postgresql:recovery / recovery/014_unlogged_reinit ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:21:45.467] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=45 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 014_unlogged_reinit -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/014_unlogged_reinit.pl [09:21:45.467] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.467] stderr: [09:21:45.467] [09:21:45.467] (test program exited with status code 255) [09:21:45.467] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.467] [09:21:45.476] ▶ 24/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/015_promotion_pages/data/t_015_promotion_pages_alpha_data/pgdata": 256 ERROR [09:21:45.508] 24/350 postgresql:recovery / recovery/015_promotion_pages ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:21:45.508] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=101 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 015_promotion_pages -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/015_promotion_pages.pl [09:21:45.508] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.508] stderr: [09:21:45.508] [09:21:45.508] (test program exited with status code 255) [09:21:45.508] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.508] [09:21:45.558] ▶ 25/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/016_min_consistency/data/t_016_min_consistency_primary_data/pgdata": 256 ERROR [09:21:45.560] 23/350 postgresql:recovery / recovery/017_shm ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:45.561] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=53 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 017_shm -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/017_shm.pl [09:21:45.561] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.561] stderr: [09:21:45.561] [09:21:45.561] (test program exited with status code 255) [09:21:45.561] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.561] [09:21:45.579] 25/350 postgresql:recovery / recovery/016_min_consistency ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:21:45.580] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=241 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 016_min_consistency -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/016_min_consistency.pl [09:21:45.580] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.580] stderr: [09:21:45.580] [09:21:45.580] (test program exited with status code 255) [09:21:45.580] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.580] [09:21:45.601] ▶ 26/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/018_wal_optimize/data/t_018_wal_optimize_node_minimal_data/pgdata": 256 ERROR [09:21:45.631] 26/350 postgresql:recovery / recovery/018_wal_optimize ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:21:45.632] >>> MALLOC_PERTURB_=25 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 018_wal_optimize -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/018_wal_optimize.pl [09:21:45.632] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.632] stderr: [09:21:45.632] [09:21:45.632] (test program exited with status code 255) [09:21:45.632] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.632] [09:21:45.841] ▶ 27/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/010_logical_decoding_timelines/data/t_010_logical_decoding_timelines_primary_data/pgdata": 256 ERROR [09:21:45.841] ▶ 28/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/020_archive_status/data/t_020_archive_status_primary_data/pgdata": 256 ERROR [09:21:45.868] ▶ 29/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/022_crash_temp_files/data/t_022_crash_temp_files_node_crash_data/pgdata": 256 ERROR [09:21:45.873] ▶ 30/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/009_twophase/data/t_009_twophase_london_data/pgdata": 256 ERROR [09:21:45.891] 28/350 postgresql:recovery / recovery/020_archive_status ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:21:45.897] >>> MALLOC_PERTURB_=171 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 020_archive_status -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/020_archive_status.pl [09:21:45.897] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.897] stderr: [09:21:45.897] [09:21:45.897] (test program exited with status code 255) [09:21:45.897] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.897] [09:21:45.912] 29/350 postgresql:recovery / recovery/022_crash_temp_files ERROR 0.34s (exit status 255 or signal 127 SIGinvalid) [09:21:45.912] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=73 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 022_crash_temp_files -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/022_crash_temp_files.pl [09:21:45.912] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.912] stderr: [09:21:45.912] [09:21:45.912] (test program exited with status code 255) [09:21:45.912] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.912] [09:21:45.914] 27/350 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR 1.13s (exit status 255 or signal 127 SIGinvalid) [09:21:45.914] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=225 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 010_logical_decoding_timelines -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/010_logical_decoding_timelines.pl [09:21:45.914] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.914] stderr: [09:21:45.914] [09:21:45.914] (test program exited with status code 255) [09:21:45.914] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.914] [09:21:45.934] 30/350 postgresql:recovery / recovery/009_twophase ERROR 1.23s (exit status 255 or signal 127 SIGinvalid) [09:21:45.934] >>> MALLOC_PERTURB_=153 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 009_twophase -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/009_twophase.pl [09:21:45.934] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:45.934] stderr: [09:21:45.934] [09:21:45.934] (test program exited with status code 255) [09:21:45.934] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:45.934] [09:21:45.981] ▶ 31/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/021_row_visibility/data/t_021_row_visibility_primary_data/pgdata": 256 ERROR [09:21:46.033] ▶ 32/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/recovery/019_replslot_limit/data/t_019_replslot_limit_primary_data/pgdata --auth trust --wal-segsize=1" exited with value 1 ERROR [09:21:46.060] 32/350 postgresql:recovery / recovery/019_replslot_limit ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:21:46.061] >>> MALLOC_PERTURB_=133 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 019_replslot_limit -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/019_replslot_limit.pl [09:21:46.061] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.061] stderr: [09:21:46.061] [09:21:46.061] (test program exited with status code 255) [09:21:46.061] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.061] [09:21:46.170] ▶ 33/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/024_archive_recovery/data/t_024_archive_recovery_orig_data/pgdata": 256 ERROR [09:21:46.188] ▶ 34/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/028_pitr_timelines/data/t_028_pitr_timelines_primary_data/pgdata": 256 ERROR [09:21:46.212] 31/350 postgresql:recovery / recovery/021_row_visibility ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:21:46.213] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=195 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 021_row_visibility -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/021_row_visibility.pl [09:21:46.213] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.213] stderr: [09:21:46.213] [09:21:46.213] (test program exited with status code 255) [09:21:46.213] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.213] [09:21:46.229] ▶ 35/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/025_stuck_on_old_timeline/data/t_025_stuck_on_old_timeline_primary_data/pgdata": 256 ERROR [09:21:46.259] 35/350 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:21:46.259] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=212 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 025_stuck_on_old_timeline -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/025_stuck_on_old_timeline.pl [09:21:46.259] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.259] stderr: [09:21:46.259] [09:21:46.259] (test program exited with status code 255) [09:21:46.259] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.259] [09:21:46.335] ▶ 36/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/026_overwrite_contrecord/data/t_026_overwrite_contrecord_primary_data/pgdata": 256 ERROR [09:21:46.348] ▶ 37/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/027_stream_regress/data/t_027_stream_regress_primary_data/pgdata": 256 ERROR [09:21:46.362] 34/350 postgresql:recovery / recovery/028_pitr_timelines ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:21:46.362] >>> MALLOC_PERTURB_=33 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 028_pitr_timelines -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/028_pitr_timelines.pl [09:21:46.362] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.362] stderr: [09:21:46.362] [09:21:46.362] (test program exited with status code 255) [09:21:46.362] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.362] [09:21:46.420] ▶ 38/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/023_pitr_prepared_xact/data/t_023_pitr_prepared_xact_primary_data/pgdata": 256 ERROR [09:21:46.420] ▶ 39/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/029_stats_restart/data/t_029_stats_restart_primary_data/pgdata": 256 ERROR [09:21:46.422] 37/350 postgresql:recovery / recovery/027_stream_regress ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:21:46.422] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=45 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 027_stream_regress -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/027_stream_regress.pl [09:21:46.422] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.422] stderr: [09:21:46.422] [09:21:46.422] (test program exited with status code 255) [09:21:46.422] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.422] [09:21:46.438] 38/350 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:21:46.439] >>> MALLOC_PERTURB_=29 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 023_pitr_prepared_xact -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/023_pitr_prepared_xact.pl [09:21:46.439] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.439] stderr: [09:21:46.439] [09:21:46.439] (test program exited with status code 255) [09:21:46.439] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.439] [09:21:46.510] 36/350 postgresql:recovery / recovery/026_overwrite_contrecord ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:21:46.511] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=102 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 026_overwrite_contrecord -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/026_overwrite_contrecord.pl [09:21:46.511] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.511] stderr: [09:21:46.511] [09:21:46.511] (test program exited with status code 255) [09:21:46.511] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.511] [09:21:46.610] 39/350 postgresql:recovery / recovery/029_stats_restart ERROR 0.53s (exit status 255 or signal 127 SIGinvalid) [09:21:46.610] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=43 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 029_stats_restart -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/029_stats_restart.pl [09:21:46.610] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.610] stderr: [09:21:46.610] [09:21:46.610] (test program exited with status code 255) [09:21:46.610] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.610] [09:21:46.624] ▶ 40/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/030_stats_cleanup_replica/data/t_030_stats_cleanup_replica_primary_data/pgdata": 256 ERROR [09:21:46.625] ▶ 41/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/031_recovery_conflict/data/t_031_recovery_conflict_primary_data/pgdata": 256 ERROR [09:21:46.663] 33/350 postgresql:recovery / recovery/024_archive_recovery ERROR 1.03s (exit status 255 or signal 127 SIGinvalid) [09:21:46.664] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes MALLOC_PERTURB_=98 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 024_archive_recovery -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/024_archive_recovery.pl [09:21:46.664] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.664] stderr: [09:21:46.664] [09:21:46.664] (test program exited with status code 255) [09:21:46.664] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.664] [09:21:46.728] 40/350 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:21:46.729] >>> MALLOC_PERTURB_=200 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 030_stats_cleanup_replica -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/030_stats_cleanup_replica.pl [09:21:46.729] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.729] stderr: [09:21:46.729] [09:21:46.729] (test program exited with status code 255) [09:21:46.729] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.729] [09:21:46.762] ▶ 42/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/032_relfilenode_reuse/data/t_032_relfilenode_reuse_primary_data/pgdata": 256 ERROR [09:21:46.763] 42/350 postgresql:recovery / recovery/032_relfilenode_reuse ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:46.764] >>> MALLOC_PERTURB_=228 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 032_relfilenode_reuse -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/032_relfilenode_reuse.pl [09:21:46.764] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.764] stderr: [09:21:46.764] [09:21:46.764] (test program exited with status code 255) [09:21:46.764] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.764] [09:21:46.832] 41/350 postgresql:recovery / recovery/031_recovery_conflict ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:21:46.832] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=194 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 031_recovery_conflict -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/031_recovery_conflict.pl [09:21:46.832] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.832] stderr: [09:21:46.832] [09:21:46.832] (test program exited with status code 255) [09:21:46.832] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.832] [09:21:46.916] ▶ 43/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/036_truncated_dropped/data/t_036_truncated_dropped_n1_data/pgdata": 256 ERROR [09:21:46.948] 43/350 postgresql:recovery / recovery/036_truncated_dropped ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:21:46.949] >>> MALLOC_PERTURB_=128 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 036_truncated_dropped -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/036_truncated_dropped.pl [09:21:46.949] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:46.949] stderr: [09:21:46.949] [09:21:46.949] (test program exited with status code 255) [09:21:46.949] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:46.949] [09:21:47.058] ▶ 44/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/033_replay_tsp_drops/data/t_033_replay_tsp_drops_primary1_FILE_COPY_data/pgdata": 256 ERROR [09:21:47.058] ▶ 45/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/034_create_database/data/t_034_create_database_node_data/pgdata": 256 ERROR [09:21:47.083] ▶ 46/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/037_invalid_database/data/t_037_invalid_database_node_data/pgdata": 256 ERROR [09:21:47.111] 46/350 postgresql:recovery / recovery/037_invalid_database ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:21:47.111] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=157 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 037_invalid_database -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/037_invalid_database.pl [09:21:47.111] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.111] stderr: [09:21:47.111] [09:21:47.111] (test program exited with status code 255) [09:21:47.111] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.111] [09:21:47.131] ▶ 47/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/038_save_logical_slots_shutdown/data/t_038_save_logical_slots_shutdown_pub_data/pgdata": 256 ERROR [09:21:47.141] 47/350 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:21:47.142] >>> MALLOC_PERTURB_=227 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 038_save_logical_slots_shutdown -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/038_save_logical_slots_shutdown.pl [09:21:47.142] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.142] stderr: [09:21:47.142] [09:21:47.142] (test program exited with status code 255) [09:21:47.142] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.142] [09:21:47.155] ▶ 48/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/040_standby_failover_slots_sync/data/t_040_standby_failover_slots_sync_publisher_data/pgdata": 256 ERROR [09:21:47.156] ▶ 49/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/035_standby_logical_decoding/data/t_035_standby_logical_decoding_primary_data/pgdata": 256 ERROR [09:21:47.167] 48/350 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:21:47.168] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=160 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 040_standby_failover_slots_sync -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/040_standby_failover_slots_sync.pl [09:21:47.168] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.168] stderr: [09:21:47.168] [09:21:47.168] (test program exited with status code 255) [09:21:47.168] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.168] [09:21:47.259] 49/350 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:21:47.259] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=93 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 035_standby_logical_decoding -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/035_standby_logical_decoding.pl [09:21:47.259] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.259] stderr: [09:21:47.259] [09:21:47.259] (test program exited with status code 255) [09:21:47.259] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.259] [09:21:47.319] 44/350 postgresql:recovery / recovery/033_replay_tsp_drops ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:21:47.319] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=120 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 033_replay_tsp_drops -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/033_replay_tsp_drops.pl [09:21:47.319] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.319] stderr: [09:21:47.319] [09:21:47.319] (test program exited with status code 255) [09:21:47.319] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.319] [09:21:47.341] ▶ 50/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/041_checkpoint_at_promote/data/t_041_checkpoint_at_promote_master_data/pgdata": 256 ERROR [09:21:47.369] 50/350 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:21:47.369] >>> MALLOC_PERTURB_=182 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 041_checkpoint_at_promote -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/041_checkpoint_at_promote.pl [09:21:47.369] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.369] stderr: [09:21:47.369] [09:21:47.369] (test program exited with status code 255) [09:21:47.369] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.369] [09:21:47.476] 45/350 postgresql:recovery / recovery/034_create_database ERROR 1.03s (exit status 255 or signal 127 SIGinvalid) [09:21:47.476] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=135 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 034_create_database -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/034_create_database.pl [09:21:47.476] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.476] stderr: [09:21:47.476] [09:21:47.476] (test program exited with status code 255) [09:21:47.476] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.476] [09:21:47.506] ▶ 51/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/043_no_contrecord_switch/data/t_043_no_contrecord_switch_primary_data/pgdata": 256 ERROR [09:21:47.518] 51/350 postgresql:recovery / recovery/043_no_contrecord_switch ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:21:47.519] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=225 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 043_no_contrecord_switch -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/043_no_contrecord_switch.pl [09:21:47.519] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.519] stderr: [09:21:47.519] [09:21:47.519] (test program exited with status code 255) [09:21:47.519] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.519] [09:21:47.610] ▶ 52/350 # test failed ERROR [09:21:47.615] ▶ 53/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/039_end_of_wal/data/t_039_end_of_wal_node_data/pgdata": 256 ERROR [09:21:47.635] ▶ 54/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/042_low_level_backup/data/t_042_low_level_backup_primary_data/pgdata": 256 ERROR [09:21:47.653] 53/350 postgresql:recovery / recovery/039_end_of_wal ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:21:47.655] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=5 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 039_end_of_wal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/039_end_of_wal.pl [09:21:47.655] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.655] stderr: [09:21:47.655] [09:21:47.655] (test program exited with status code 255) [09:21:47.655] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.655] [09:21:47.680] ▶ 55/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/046_checkpoint_logical_slot/data/t_046_checkpoint_logical_slot_mike_data/pgdata": 256 ERROR [09:21:47.681] 52/350 postgresql:plpgsql / plpgsql/regress ERROR 0.15s exit status 2 [09:21:47.682] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/pl/plpgsql/src:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=31 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/pl/plpgsql/src --pg-test-extra '' --testgroup plpgsql --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/pl/plpgsql/src --expecteddir /home/postgres/postgres/src/pl/plpgsql/src --bindir '' --dlpath /home/postgres/postgres/build/src/pl/plpgsql/src --max-concurrent-tests=20 --dbname regression_plpgsql --outputdir /home/postgres/postgres/build/testrun/plpgsql/regress --temp-instance /home/postgres/postgres/build/testrun/plpgsql/regress/tmp_check --port 40000 plpgsql_array plpgsql_cache plpgsql_call plpgsql_control plpgsql_copy plpgsql_domain plpgsql_misc plpgsql_record plpgsql_simple plpgsql_transaction plpgsql_trap plpgsql_trigger plpgsql_varprops [09:21:47.682] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.682] stderr: [09:21:47.682] # copying of initdb template failed [09:21:47.682] # Examine "/home/postgres/postgres/build/testrun/plpgsql/regress/log/initdb.log" for the reason. [09:21:47.682] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/plpgsql/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/plpgsql/regress/log/initdb.log" 2>&1 [09:21:47.682] [09:21:47.682] (test program exited with status code 2) [09:21:47.682] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.682] [09:21:47.715] 55/350 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:21:47.715] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=70 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 046_checkpoint_logical_slot -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/046_checkpoint_logical_slot.pl [09:21:47.715] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.715] stderr: [09:21:47.715] [09:21:47.715] (test program exited with status code 255) [09:21:47.715] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.715] [09:21:47.761] ▶ 56/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/recovery/045_archive_restartpoint/data/t_045_archive_restartpoint_primary_data/pgdata --auth trust --wal-segsize 1" exited with value 1 ERROR [09:21:47.770] 54/350 postgresql:recovery / recovery/042_low_level_backup ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:21:47.771] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=207 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 042_low_level_backup -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/042_low_level_backup.pl [09:21:47.771] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.771] stderr: [09:21:47.771] [09:21:47.771] (test program exited with status code 255) [09:21:47.771] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.771] [09:21:47.792] ▶ 57/350 # test failed ERROR [09:21:47.793] 57/350 postgresql:plperl / plperl/regress ERROR 0.12s exit status 2 [09:21:47.793] >>> MALLOC_PERTURB_=138 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/pl/plperl:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/pl/plperl --pg-test-extra '' --testgroup plperl --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/pl/plperl --expecteddir /home/postgres/postgres/src/pl/plperl --bindir '' --dlpath /home/postgres/postgres/build/src/pl/plperl --max-concurrent-tests=20 --dbname regression_plperl --dlpath /home/postgres/postgres/build/src/test/regress --outputdir /home/postgres/postgres/build/testrun/plperl/regress --temp-instance /home/postgres/postgres/build/testrun/plperl/regress/tmp_check --port 40001 plperl_setup plperl plperl_lc plperl_trigger plperl_shared plperl_elog plperl_util plperl_init plperlu plperl_array plperl_call plperl_transaction plperl_env [09:21:47.793] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.793] stderr: [09:21:47.793] # copying of initdb template failed [09:21:47.793] # Examine "/home/postgres/postgres/build/testrun/plperl/regress/log/initdb.log" for the reason. [09:21:47.793] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/plperl/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/plperl/regress/log/initdb.log" 2>&1 [09:21:47.793] [09:21:47.793] (test program exited with status code 2) [09:21:47.793] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.793] [09:21:47.820] ▶ 58/350 # test failed ERROR [09:21:47.822] ▶ 59/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/044_invalidate_inactive_slots/data/t_044_invalidate_inactive_slots_node_data/pgdata": 256 ERROR [09:21:47.825] ▶ 60/350 # test failed ERROR [09:21:47.836] 58/350 postgresql:plpython / plpython/regress ERROR 0.15s exit status 2 [09:21:47.844] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/pl/plpython:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=36 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/pl/plpython --pg-test-extra '' --testgroup plpython --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/pl/plpython --expecteddir /home/postgres/postgres/src/pl/plpython --bindir '' --dlpath /home/postgres/postgres/build/src/pl/plpython --max-concurrent-tests=20 --dbname regression_plpython --outputdir /home/postgres/postgres/build/testrun/plpython/regress --temp-instance /home/postgres/postgres/build/testrun/plpython/regress/tmp_check --port 40002 plpython_schema plpython_populate plpython_test plpython_do plpython_global plpython_import plpython_spi plpython_newline plpython_void plpython_call plpython_params plpython_setof plpython_record plpython_trigger plpython_types plpython_error plpython_ereport plpython_unicode plpython_quote plpython_composite plpython_subtransaction plpython_transaction plpython_drop [09:21:47.844] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.844] stderr: [09:21:47.844] # copying of initdb template failed [09:21:47.844] # Examine "/home/postgres/postgres/build/testrun/plpython/regress/log/initdb.log" for the reason. [09:21:47.844] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/plpython/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/plpython/regress/log/initdb.log" 2>&1 [09:21:47.844] [09:21:47.844] (test program exited with status code 2) [09:21:47.844] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.844] [09:21:47.862] ▶ 61/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/047_checkpoint_physical_slot/data/t_047_checkpoint_physical_slot_mike_data/pgdata": 256 ERROR [09:21:47.864] 60/350 postgresql:pltcl / pltcl/regress ERROR 0.15s exit status 2 [09:21:47.864] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/pl/tcl:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=41 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/pl/tcl --pg-test-extra '' --testgroup pltcl --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/pl/tcl --expecteddir /home/postgres/postgres/src/pl/tcl --bindir '' --dlpath /home/postgres/postgres/build/src/pl/tcl --max-concurrent-tests=20 --dbname regression_pltcl --load-extension=pltcl --outputdir /home/postgres/postgres/build/testrun/pltcl/regress --temp-instance /home/postgres/postgres/build/testrun/pltcl/regress/tmp_check --port 40003 pltcl_setup pltcl_queries pltcl_trigger pltcl_call pltcl_start_proc pltcl_subxact pltcl_unicode pltcl_transaction [09:21:47.864] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.864] stderr: [09:21:47.864] # copying of initdb template failed [09:21:47.864] # Examine "/home/postgres/postgres/build/testrun/pltcl/regress/log/initdb.log" for the reason. [09:21:47.864] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pltcl/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pltcl/regress/log/initdb.log" 2>&1 [09:21:47.864] [09:21:47.864] (test program exited with status code 2) [09:21:47.864] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.864] [09:21:47.901] 56/350 postgresql:recovery / recovery/045_archive_restartpoint ERROR 0.64s (exit status 255 or signal 127 SIGinvalid) [09:21:47.901] >>> MALLOC_PERTURB_=38 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 045_archive_restartpoint -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/045_archive_restartpoint.pl [09:21:47.901] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.901] stderr: [09:21:47.901] [09:21:47.901] (test program exited with status code 255) [09:21:47.901] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.901] [09:21:47.913] ▶ 62/350 # test failed ERROR [09:21:47.915] 61/350 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:21:47.915] >>> MALLOC_PERTURB_=25 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 047_checkpoint_physical_slot -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/047_checkpoint_physical_slot.pl [09:21:47.915] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.915] stderr: [09:21:47.915] [09:21:47.915] (test program exited with status code 255) [09:21:47.915] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.915] [09:21:47.917] 59/350 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:21:47.917] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=142 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 044_invalidate_inactive_slots -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/044_invalidate_inactive_slots.pl [09:21:47.917] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.917] stderr: [09:21:47.917] [09:21:47.917] (test program exited with status code 255) [09:21:47.917] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.917] [09:21:47.942] ▶ 63/350 # test failed ERROR [09:21:47.978] 63/350 postgresql:amcheck / amcheck/regress ERROR 0.20s exit status 2 [09:21:47.982] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=207 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/amcheck --expecteddir /home/postgres/postgres/contrib/amcheck --bindir '' --dlpath /home/postgres/postgres/build/contrib/amcheck --max-concurrent-tests=20 --dbname regression_amcheck --outputdir /home/postgres/postgres/build/testrun/amcheck/regress --temp-instance /home/postgres/postgres/build/testrun/amcheck/regress/tmp_check --port 40004 check check_btree check_gin check_heap [09:21:47.982] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:47.982] stderr: [09:21:47.982] # copying of initdb template failed [09:21:47.982] # Examine "/home/postgres/postgres/build/testrun/amcheck/regress/log/initdb.log" for the reason. [09:21:47.982] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/amcheck/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/amcheck/regress/log/initdb.log" 2>&1 [09:21:47.982] [09:21:47.982] (test program exited with status code 2) [09:21:47.982] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:47.982] [09:21:48.004] ▶ 64/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/recovery/048_vacuum_horizon_floor/data/t_048_vacuum_horizon_floor_primary_data/pgdata": 256 ERROR [09:21:48.013] ▶ 65/350 # test failed ERROR [09:21:48.020] ▶ 66/350 # test failed ERROR [09:21:48.022] ▶ 67/350 # test failed ERROR [09:21:48.037] 66/350 postgresql:basic_archive / basic_archive/regress ERROR 0.19s exit status 2 [09:21:48.038] >>> MALLOC_PERTURB_=153 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/basic_archive:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/basic_archive --pg-test-extra '' --testgroup basic_archive --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/basic_archive --expecteddir /home/postgres/postgres/contrib/basic_archive --bindir '' --dlpath /home/postgres/postgres/build/contrib/basic_archive --max-concurrent-tests=20 --dbname regression_basic_archive --temp-config /home/postgres/postgres/build/../contrib/basic_archive/basic_archive.conf --outputdir /home/postgres/postgres/build/testrun/basic_archive/regress --temp-instance /home/postgres/postgres/build/testrun/basic_archive/regress/tmp_check --port 40006 basic_archive [09:21:48.038] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.038] stderr: [09:21:48.038] # copying of initdb template failed [09:21:48.038] # Examine "/home/postgres/postgres/build/testrun/basic_archive/regress/log/initdb.log" for the reason. [09:21:48.038] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/basic_archive/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/basic_archive/regress/log/initdb.log" 2>&1 [09:21:48.038] [09:21:48.038] (test program exited with status code 2) [09:21:48.038] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.038] [09:21:48.048] 67/350 postgresql:btree_gin / btree_gin/regress ERROR 0.13s exit status 2 [09:21:48.049] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/btree_gin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=13 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/btree_gin --pg-test-extra '' --testgroup btree_gin --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/btree_gin --expecteddir /home/postgres/postgres/contrib/btree_gin --bindir '' --dlpath /home/postgres/postgres/build/contrib/btree_gin --max-concurrent-tests=20 --dbname regression_btree_gin --outputdir /home/postgres/postgres/build/testrun/btree_gin/regress --temp-instance /home/postgres/postgres/build/testrun/btree_gin/regress/tmp_check --port 40009 install_btree_gin int2 int4 int8 float4 float8 money oid timestamp timestamptz time timetz date interval macaddr macaddr8 inet cidr text varchar char bytea bit varbit numeric enum uuid name bool bpchar [09:21:48.049] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.049] stderr: [09:21:48.049] # copying of initdb template failed [09:21:48.049] # Examine "/home/postgres/postgres/build/testrun/btree_gin/regress/log/initdb.log" for the reason. [09:21:48.049] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/btree_gin/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/btree_gin/regress/log/initdb.log" 2>&1 [09:21:48.049] [09:21:48.049] (test program exited with status code 2) [09:21:48.049] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.049] [09:21:48.052] 64/350 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:21:48.052] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=95 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/recovery:/home/postgres/postgres/build/src/test/recovery/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/recovery --pg-test-extra '' --testgroup recovery --testname 048_vacuum_horizon_floor -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/recovery /home/postgres/postgres/src/test/recovery/t/048_vacuum_horizon_floor.pl [09:21:48.052] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.052] stderr: [09:21:48.052] [09:21:48.052] (test program exited with status code 255) [09:21:48.052] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.052] [09:21:48.071] ▶ 68/350 # test failed ERROR [09:21:48.072] ▶ 69/350 # test failed ERROR [09:21:48.073] 62/350 postgresql:auto_explain / auto_explain/regress ERROR 0.28s exit status 2 [09:21:48.073] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/auto_explain:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=70 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/auto_explain --pg-test-extra '' --testgroup auto_explain --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/auto_explain --expecteddir /home/postgres/postgres/contrib/auto_explain --bindir '' --dlpath /home/postgres/postgres/build/contrib/auto_explain --max-concurrent-tests=20 --dbname regression_auto_explain --outputdir /home/postgres/postgres/build/testrun/auto_explain/regress --temp-instance /home/postgres/postgres/build/testrun/auto_explain/regress/tmp_check --port 40005 alter_reset [09:21:48.073] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.073] stderr: [09:21:48.073] # copying of initdb template failed [09:21:48.073] # Examine "/home/postgres/postgres/build/testrun/auto_explain/regress/log/initdb.log" for the reason. [09:21:48.073] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/auto_explain/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/auto_explain/regress/log/initdb.log" 2>&1 [09:21:48.073] [09:21:48.073] (test program exited with status code 2) [09:21:48.073] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.073] [09:21:48.075] 65/350 postgresql:bloom / bloom/regress ERROR 0.21s exit status 2 [09:21:48.075] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/bloom:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=41 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/bloom --pg-test-extra '' --testgroup bloom --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/bloom --expecteddir /home/postgres/postgres/contrib/bloom --bindir '' --dlpath /home/postgres/postgres/build/contrib/bloom --max-concurrent-tests=20 --dbname regression_bloom --outputdir /home/postgres/postgres/build/testrun/bloom/regress --temp-instance /home/postgres/postgres/build/testrun/bloom/regress/tmp_check --port 40007 bloom [09:21:48.075] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.075] stderr: [09:21:48.075] # copying of initdb template failed [09:21:48.075] # Examine "/home/postgres/postgres/build/testrun/bloom/regress/log/initdb.log" for the reason. [09:21:48.075] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/bloom/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/bloom/regress/log/initdb.log" 2>&1 [09:21:48.075] [09:21:48.075] (test program exited with status code 2) [09:21:48.075] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.075] [09:21:48.139] 69/350 postgresql:bool_plperl / bool_plperl/regress ERROR 0.24s exit status 2 [09:21:48.140] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/bool_plperl:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=216 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/bool_plperl --pg-test-extra '' --testgroup bool_plperl --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/bool_plperl --expecteddir /home/postgres/postgres/contrib/bool_plperl --bindir '' --dlpath /home/postgres/postgres/build/contrib/bool_plperl --max-concurrent-tests=20 --dbname regression_bool_plperl --outputdir /home/postgres/postgres/build/testrun/bool_plperl/regress --temp-instance /home/postgres/postgres/build/testrun/bool_plperl/regress/tmp_check --port 40008 bool_plperl bool_plperlu [09:21:48.140] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.140] stderr: [09:21:48.140] # copying of initdb template failed [09:21:48.140] # Examine "/home/postgres/postgres/build/testrun/bool_plperl/regress/log/initdb.log" for the reason. [09:21:48.140] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/bool_plperl/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/bool_plperl/regress/log/initdb.log" 2>&1 [09:21:48.140] [09:21:48.140] (test program exited with status code 2) [09:21:48.140] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.140] [09:21:48.142] 68/350 postgresql:btree_gist / btree_gist/regress ERROR 0.21s exit status 2 [09:21:48.142] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=60 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/btree_gist:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/btree_gist --pg-test-extra '' --testgroup btree_gist --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/btree_gist --expecteddir /home/postgres/postgres/contrib/btree_gist --bindir '' --dlpath /home/postgres/postgres/build/contrib/btree_gist --max-concurrent-tests=20 --dbname regression_btree_gist --outputdir /home/postgres/postgres/build/testrun/btree_gist/regress --temp-instance /home/postgres/postgres/build/testrun/btree_gist/regress/tmp_check --port 40010 init int2 int4 int8 float4 float8 cash oid timestamp timestamptz time timetz date interval macaddr macaddr8 inet cidr text varchar char bytea bit varbit numeric uuid not_equal enum bool partitions stratnum without_overlaps [09:21:48.142] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.142] stderr: [09:21:48.142] # copying of initdb template failed [09:21:48.142] # Examine "/home/postgres/postgres/build/testrun/btree_gist/regress/log/initdb.log" for the reason. [09:21:48.142] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/btree_gist/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/btree_gist/regress/log/initdb.log" 2>&1 [09:21:48.142] [09:21:48.142] (test program exited with status code 2) [09:21:48.142] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.142] [09:21:48.190] ▶ 70/350 # test failed ERROR [09:21:48.193] ▶ 71/350 # test failed ERROR [09:21:48.200] 71/350 postgresql:dblink / dblink/regress ERROR 0.15s exit status 2 [09:21:48.201] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/dblink:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=60 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/dblink --pg-test-extra '' --testgroup dblink --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/dblink --expecteddir /home/postgres/postgres/contrib/dblink --bindir '' --dlpath /home/postgres/postgres/build/contrib/dblink --max-concurrent-tests=20 --dbname regression_dblink --dlpath /home/postgres/postgres/build/src/test/regress --outputdir /home/postgres/postgres/build/testrun/dblink/regress --temp-instance /home/postgres/postgres/build/testrun/dblink/regress/tmp_check --port 40013 dblink [09:21:48.201] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.201] stderr: [09:21:48.201] # copying of initdb template failed [09:21:48.201] # Examine "/home/postgres/postgres/build/testrun/dblink/regress/log/initdb.log" for the reason. [09:21:48.201] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/dblink/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/dblink/regress/log/initdb.log" 2>&1 [09:21:48.201] [09:21:48.201] (test program exited with status code 2) [09:21:48.201] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.201] [09:21:48.202] ▶ 72/350 # test failed ERROR [09:21:48.210] ▶ 73/350 # test failed ERROR [09:21:48.220] ▶ 74/350 # test failed ERROR [09:21:48.222] 72/350 postgresql:citext / citext/regress ERROR 0.24s exit status 2 [09:21:48.223] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/citext:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=91 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/citext --pg-test-extra '' --testgroup citext --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/citext --expecteddir /home/postgres/postgres/contrib/citext --bindir '' --dlpath /home/postgres/postgres/build/contrib/citext --max-concurrent-tests=20 --dbname regression_citext --outputdir /home/postgres/postgres/build/testrun/citext/regress --temp-instance /home/postgres/postgres/build/testrun/citext/regress/tmp_check --port 40011 create_index_acl citext citext_utf8 [09:21:48.223] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.223] stderr: [09:21:48.223] # copying of initdb template failed [09:21:48.223] # Examine "/home/postgres/postgres/build/testrun/citext/regress/log/initdb.log" for the reason. [09:21:48.223] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/citext/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/citext/regress/log/initdb.log" 2>&1 [09:21:48.223] [09:21:48.223] (test program exited with status code 2) [09:21:48.223] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.223] [09:21:48.239] 74/350 postgresql:dict_int / dict_int/regress ERROR 0.18s exit status 2 [09:21:48.240] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=45 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/dict_int:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/dict_int --pg-test-extra '' --testgroup dict_int --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/dict_int --expecteddir /home/postgres/postgres/contrib/dict_int --bindir '' --dlpath /home/postgres/postgres/build/contrib/dict_int --max-concurrent-tests=20 --dbname regression_dict_int --outputdir /home/postgres/postgres/build/testrun/dict_int/regress --temp-instance /home/postgres/postgres/build/testrun/dict_int/regress/tmp_check --port 40014 dict_int [09:21:48.240] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.240] stderr: [09:21:48.240] # copying of initdb template failed [09:21:48.240] # Examine "/home/postgres/postgres/build/testrun/dict_int/regress/log/initdb.log" for the reason. [09:21:48.240] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/dict_int/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/dict_int/regress/log/initdb.log" 2>&1 [09:21:48.240] [09:21:48.240] (test program exited with status code 2) [09:21:48.240] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.240] [09:21:48.253] 73/350 postgresql:dict_xsyn / dict_xsyn/regress ERROR 0.17s exit status 2 [09:21:48.253] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=176 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/dict_xsyn:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/dict_xsyn --pg-test-extra '' --testgroup dict_xsyn --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/dict_xsyn --expecteddir /home/postgres/postgres/contrib/dict_xsyn --bindir '' --dlpath /home/postgres/postgres/build/contrib/dict_xsyn --max-concurrent-tests=20 --dbname regression_dict_xsyn --outputdir /home/postgres/postgres/build/testrun/dict_xsyn/regress --temp-instance /home/postgres/postgres/build/testrun/dict_xsyn/regress/tmp_check --port 40015 dict_xsyn [09:21:48.253] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.253] stderr: [09:21:48.253] # copying of initdb template failed [09:21:48.253] # Examine "/home/postgres/postgres/build/testrun/dict_xsyn/regress/log/initdb.log" for the reason. [09:21:48.253] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/dict_xsyn/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/dict_xsyn/regress/log/initdb.log" 2>&1 [09:21:48.253] [09:21:48.253] (test program exited with status code 2) [09:21:48.253] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.253] [09:21:48.265] ▶ 75/350 # test failed ERROR [09:21:48.267] 70/350 postgresql:cube / cube/regress ERROR 0.23s exit status 2 [09:21:48.267] >>> MALLOC_PERTURB_=20 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/cube:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/cube --pg-test-extra '' --testgroup cube --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/cube --expecteddir /home/postgres/postgres/contrib/cube --bindir '' --dlpath /home/postgres/postgres/build/contrib/cube --max-concurrent-tests=20 --dbname regression_cube --outputdir /home/postgres/postgres/build/testrun/cube/regress --temp-instance /home/postgres/postgres/build/testrun/cube/regress/tmp_check --port 40012 cube cube_sci [09:21:48.267] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.267] stderr: [09:21:48.267] # copying of initdb template failed [09:21:48.267] # Examine "/home/postgres/postgres/build/testrun/cube/regress/log/initdb.log" for the reason. [09:21:48.267] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/cube/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/cube/regress/log/initdb.log" 2>&1 [09:21:48.267] [09:21:48.267] (test program exited with status code 2) [09:21:48.267] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.267] [09:21:48.286] 75/350 postgresql:earthdistance / earthdistance/regress ERROR 0.16s exit status 2 [09:21:48.303] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/earthdistance:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=76 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/earthdistance --pg-test-extra '' --testgroup earthdistance --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/earthdistance --expecteddir /home/postgres/postgres/contrib/earthdistance --bindir '' --dlpath /home/postgres/postgres/build/contrib/earthdistance --max-concurrent-tests=20 --dbname regression_earthdistance --outputdir /home/postgres/postgres/build/testrun/earthdistance/regress --temp-instance /home/postgres/postgres/build/testrun/earthdistance/regress/tmp_check --port 40016 earthdistance [09:21:48.303] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.303] stderr: [09:21:48.303] # copying of initdb template failed [09:21:48.303] # Examine "/home/postgres/postgres/build/testrun/earthdistance/regress/log/initdb.log" for the reason. [09:21:48.303] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/earthdistance/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/earthdistance/regress/log/initdb.log" 2>&1 [09:21:48.303] [09:21:48.303] (test program exited with status code 2) [09:21:48.303] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.303] [09:21:48.354] ▶ 76/350 # test failed ERROR [09:21:48.356] ▶ 77/350 # test failed ERROR [09:21:48.359] 76/350 postgresql:file_fdw / file_fdw/regress ERROR 0.21s exit status 2 [09:21:48.359] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/file_fdw:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=5 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/file_fdw --pg-test-extra '' --testgroup file_fdw --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/file_fdw --expecteddir /home/postgres/postgres/contrib/file_fdw --bindir '' --dlpath /home/postgres/postgres/build/contrib/file_fdw --max-concurrent-tests=20 --dbname regression_file_fdw --outputdir /home/postgres/postgres/build/testrun/file_fdw/regress --temp-instance /home/postgres/postgres/build/testrun/file_fdw/regress/tmp_check --port 40017 file_fdw [09:21:48.359] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.359] stderr: [09:21:48.359] # copying of initdb template failed [09:21:48.359] # Examine "/home/postgres/postgres/build/testrun/file_fdw/regress/log/initdb.log" for the reason. [09:21:48.359] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/file_fdw/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/file_fdw/regress/log/initdb.log" 2>&1 [09:21:48.359] [09:21:48.359] (test program exited with status code 2) [09:21:48.359] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.359] [09:21:48.361] ▶ 78/350 # test failed ERROR [09:21:48.382] 77/350 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR 0.22s exit status 2 [09:21:48.382] >>> MALLOC_PERTURB_=153 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/fuzzystrmatch:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/fuzzystrmatch --pg-test-extra '' --testgroup fuzzystrmatch --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/fuzzystrmatch --expecteddir /home/postgres/postgres/contrib/fuzzystrmatch --bindir '' --dlpath /home/postgres/postgres/build/contrib/fuzzystrmatch --max-concurrent-tests=20 --dbname regression_fuzzystrmatch --outputdir /home/postgres/postgres/build/testrun/fuzzystrmatch/regress --temp-instance /home/postgres/postgres/build/testrun/fuzzystrmatch/regress/tmp_check --port 40018 fuzzystrmatch fuzzystrmatch_utf8 [09:21:48.382] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.382] stderr: [09:21:48.382] # copying of initdb template failed [09:21:48.382] # Examine "/home/postgres/postgres/build/testrun/fuzzystrmatch/regress/log/initdb.log" for the reason. [09:21:48.382] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/fuzzystrmatch/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/fuzzystrmatch/regress/log/initdb.log" 2>&1 [09:21:48.382] [09:21:48.382] (test program exited with status code 2) [09:21:48.382] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.382] [09:21:48.382] ▶ 79/350 # test failed ERROR [09:21:48.391] ▶ 80/350 # test failed ERROR [09:21:48.391] ▶ 81/350 # test failed ERROR [09:21:48.392] ▶ 82/350 # test failed ERROR [09:21:48.393] 80/350 postgresql:intarray / intarray/regress ERROR 0.14s exit status 2 [09:21:48.394] >>> MALLOC_PERTURB_=153 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/intarray:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/intarray --pg-test-extra '' --testgroup intarray --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/intarray --expecteddir /home/postgres/postgres/contrib/intarray --bindir '' --dlpath /home/postgres/postgres/build/contrib/intarray --max-concurrent-tests=20 --dbname regression_intarray --outputdir /home/postgres/postgres/build/testrun/intarray/regress --temp-instance /home/postgres/postgres/build/testrun/intarray/regress/tmp_check --port 40022 _int [09:21:48.394] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.394] stderr: [09:21:48.394] # copying of initdb template failed [09:21:48.394] # Examine "/home/postgres/postgres/build/testrun/intarray/regress/log/initdb.log" for the reason. [09:21:48.394] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/intarray/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/intarray/regress/log/initdb.log" 2>&1 [09:21:48.394] [09:21:48.394] (test program exited with status code 2) [09:21:48.394] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.394] [09:21:48.395] 82/350 postgresql:hstore_plpython / hstore_plpython/regress ERROR 0.15s exit status 2 [09:21:48.396] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/hstore_plpython:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=31 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/hstore_plpython --pg-test-extra '' --testgroup hstore_plpython --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/hstore_plpython --expecteddir /home/postgres/postgres/contrib/hstore_plpython --bindir '' --dlpath /home/postgres/postgres/build/contrib/hstore_plpython --max-concurrent-tests=20 --dbname regression_hstore_plpython --load-extension=hstore --outputdir /home/postgres/postgres/build/testrun/hstore_plpython/regress --temp-instance /home/postgres/postgres/build/testrun/hstore_plpython/regress/tmp_check --port 40021 hstore_plpython [09:21:48.396] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.396] stderr: [09:21:48.396] # copying of initdb template failed [09:21:48.396] # Examine "/home/postgres/postgres/build/testrun/hstore_plpython/regress/log/initdb.log" for the reason. [09:21:48.396] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/hstore_plpython/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/hstore_plpython/regress/log/initdb.log" 2>&1 [09:21:48.396] [09:21:48.396] (test program exited with status code 2) [09:21:48.396] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.396] [09:21:48.397] 79/350 postgresql:isn / isn/regress ERROR 0.13s exit status 2 [09:21:48.397] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/isn:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=246 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/isn --pg-test-extra '' --testgroup isn --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/isn --expecteddir /home/postgres/postgres/contrib/isn --bindir '' --dlpath /home/postgres/postgres/build/contrib/isn --max-concurrent-tests=20 --dbname regression_isn --outputdir /home/postgres/postgres/build/testrun/isn/regress --temp-instance /home/postgres/postgres/build/testrun/isn/regress/tmp_check --port 40023 isn [09:21:48.397] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.397] stderr: [09:21:48.397] # copying of initdb template failed [09:21:48.397] # Examine "/home/postgres/postgres/build/testrun/isn/regress/log/initdb.log" for the reason. [09:21:48.397] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/isn/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/isn/regress/log/initdb.log" 2>&1 [09:21:48.397] [09:21:48.397] (test program exited with status code 2) [09:21:48.397] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.397] [09:21:48.399] 81/350 postgresql:hstore_plperl / hstore_plperl/regress ERROR 0.17s exit status 2 [09:21:48.399] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/hstore_plperl:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=242 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/hstore_plperl --pg-test-extra '' --testgroup hstore_plperl --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/hstore_plperl --expecteddir /home/postgres/postgres/contrib/hstore_plperl --bindir '' --dlpath /home/postgres/postgres/build/contrib/hstore_plperl --max-concurrent-tests=20 --dbname regression_hstore_plperl --outputdir /home/postgres/postgres/build/testrun/hstore_plperl/regress --temp-instance /home/postgres/postgres/build/testrun/hstore_plperl/regress/tmp_check --port 40020 hstore_plperl hstore_plperlu create_transform [09:21:48.399] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.399] stderr: [09:21:48.399] # copying of initdb template failed [09:21:48.399] # Examine "/home/postgres/postgres/build/testrun/hstore_plperl/regress/log/initdb.log" for the reason. [09:21:48.399] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/hstore_plperl/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/hstore_plperl/regress/log/initdb.log" 2>&1 [09:21:48.399] [09:21:48.399] (test program exited with status code 2) [09:21:48.399] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.399] [09:21:48.400] 78/350 postgresql:hstore / hstore/regress ERROR 0.20s exit status 2 [09:21:48.401] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/hstore:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=53 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/hstore --pg-test-extra '' --testgroup hstore --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/hstore --expecteddir /home/postgres/postgres/contrib/hstore --bindir '' --dlpath /home/postgres/postgres/build/contrib/hstore --max-concurrent-tests=20 --dbname regression_hstore --outputdir /home/postgres/postgres/build/testrun/hstore/regress --temp-instance /home/postgres/postgres/build/testrun/hstore/regress/tmp_check --port 40019 hstore hstore_utf8 [09:21:48.401] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.401] stderr: [09:21:48.401] # copying of initdb template failed [09:21:48.401] # Examine "/home/postgres/postgres/build/testrun/hstore/regress/log/initdb.log" for the reason. [09:21:48.401] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/hstore/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/hstore/regress/log/initdb.log" 2>&1 [09:21:48.401] [09:21:48.401] (test program exited with status code 2) [09:21:48.401] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.401] [09:21:48.492] ▶ 83/350 # test failed ERROR [09:21:48.494] ▶ 84/350 # test failed ERROR [09:21:48.494] ▶ 85/350 # test failed ERROR [09:21:48.521] 84/350 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR 0.18s exit status 2 [09:21:48.521] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/jsonb_plperl:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=194 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/jsonb_plperl --pg-test-extra '' --testgroup jsonb_plperl --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/jsonb_plperl --expecteddir /home/postgres/postgres/contrib/jsonb_plperl --bindir '' --dlpath /home/postgres/postgres/build/contrib/jsonb_plperl --max-concurrent-tests=20 --dbname regression_jsonb_plperl --outputdir /home/postgres/postgres/build/testrun/jsonb_plperl/regress --temp-instance /home/postgres/postgres/build/testrun/jsonb_plperl/regress/tmp_check --port 40024 jsonb_plperl jsonb_plperlu [09:21:48.521] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.521] stderr: [09:21:48.521] # copying of initdb template failed [09:21:48.521] # Examine "/home/postgres/postgres/build/testrun/jsonb_plperl/regress/log/initdb.log" for the reason. [09:21:48.521] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/jsonb_plperl/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/jsonb_plperl/regress/log/initdb.log" 2>&1 [09:21:48.521] [09:21:48.521] (test program exited with status code 2) [09:21:48.521] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.521] [09:21:48.546] ▶ 86/350 # test failed ERROR [09:21:48.554] 86/350 postgresql:ltree / ltree/regress ERROR 0.15s exit status 2 [09:21:48.554] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=213 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/ltree:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/ltree --pg-test-extra '' --testgroup ltree --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/ltree --expecteddir /home/postgres/postgres/contrib/ltree --bindir '' --dlpath /home/postgres/postgres/build/contrib/ltree --max-concurrent-tests=20 --dbname regression_ltree --outputdir /home/postgres/postgres/build/testrun/ltree/regress --temp-instance /home/postgres/postgres/build/testrun/ltree/regress/tmp_check --port 40027 ltree [09:21:48.554] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.554] stderr: [09:21:48.554] # copying of initdb template failed [09:21:48.554] # Examine "/home/postgres/postgres/build/testrun/ltree/regress/log/initdb.log" for the reason. [09:21:48.554] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/ltree/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/ltree/regress/log/initdb.log" 2>&1 [09:21:48.554] [09:21:48.554] (test program exited with status code 2) [09:21:48.554] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.554] [09:21:48.574] ▶ 87/350 # test failed ERROR [09:21:48.575] ▶ 88/350 # test failed ERROR [09:21:48.575] ▶ 89/350 # test failed ERROR [09:21:48.577] 83/350 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR 0.21s exit status 2 [09:21:48.578] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/jsonb_plpython:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=54 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/jsonb_plpython --pg-test-extra '' --testgroup jsonb_plpython --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/jsonb_plpython --expecteddir /home/postgres/postgres/contrib/jsonb_plpython --bindir '' --dlpath /home/postgres/postgres/build/contrib/jsonb_plpython --max-concurrent-tests=20 --dbname regression_jsonb_plpython --outputdir /home/postgres/postgres/build/testrun/jsonb_plpython/regress --temp-instance /home/postgres/postgres/build/testrun/jsonb_plpython/regress/tmp_check --port 40025 jsonb_plpython [09:21:48.578] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.578] stderr: [09:21:48.578] # copying of initdb template failed [09:21:48.578] # Examine "/home/postgres/postgres/build/testrun/jsonb_plpython/regress/log/initdb.log" for the reason. [09:21:48.578] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/jsonb_plpython/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/jsonb_plpython/regress/log/initdb.log" 2>&1 [09:21:48.578] [09:21:48.578] (test program exited with status code 2) [09:21:48.578] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.578] [09:21:48.581] 88/350 postgresql:pageinspect / pageinspect/regress ERROR 0.14s exit status 2 [09:21:48.581] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pageinspect:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=143 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pageinspect --pg-test-extra '' --testgroup pageinspect --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pageinspect --expecteddir /home/postgres/postgres/contrib/pageinspect --bindir '' --dlpath /home/postgres/postgres/build/contrib/pageinspect --max-concurrent-tests=20 --dbname regression_pageinspect --outputdir /home/postgres/postgres/build/testrun/pageinspect/regress --temp-instance /home/postgres/postgres/build/testrun/pageinspect/regress/tmp_check --port 40029 page btree brin gin gist hash checksum oldextversions [09:21:48.581] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.581] stderr: [09:21:48.581] # copying of initdb template failed [09:21:48.581] # Examine "/home/postgres/postgres/build/testrun/pageinspect/regress/log/initdb.log" for the reason. [09:21:48.581] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pageinspect/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pageinspect/regress/log/initdb.log" 2>&1 [09:21:48.581] [09:21:48.581] (test program exited with status code 2) [09:21:48.581] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.581] [09:21:48.583] 87/350 postgresql:ltree_plpython / ltree_plpython/regress ERROR 0.16s exit status 2 [09:21:48.583] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/ltree_plpython:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=140 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/ltree_plpython --pg-test-extra '' --testgroup ltree_plpython --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/ltree_plpython --expecteddir /home/postgres/postgres/contrib/ltree_plpython --bindir '' --dlpath /home/postgres/postgres/build/contrib/ltree_plpython --max-concurrent-tests=20 --dbname regression_ltree_plpython --load-extension=ltree --outputdir /home/postgres/postgres/build/testrun/ltree_plpython/regress --temp-instance /home/postgres/postgres/build/testrun/ltree_plpython/regress/tmp_check --port 40028 ltree_plpython [09:21:48.583] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.583] stderr: [09:21:48.583] # copying of initdb template failed [09:21:48.583] # Examine "/home/postgres/postgres/build/testrun/ltree_plpython/regress/log/initdb.log" for the reason. [09:21:48.583] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/ltree_plpython/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/ltree_plpython/regress/log/initdb.log" 2>&1 [09:21:48.583] [09:21:48.583] (test program exited with status code 2) [09:21:48.583] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.583] [09:21:48.650] ▶ 90/350 # test failed ERROR [09:21:48.655] 89/350 postgresql:passwordcheck / passwordcheck/regress ERROR 0.19s exit status 2 [09:21:48.656] >>> MALLOC_PERTURB_=183 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/passwordcheck:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/passwordcheck --pg-test-extra '' --testgroup passwordcheck --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/passwordcheck --expecteddir /home/postgres/postgres/contrib/passwordcheck --bindir '' --dlpath /home/postgres/postgres/build/contrib/passwordcheck --max-concurrent-tests=20 --dbname regression_passwordcheck --outputdir /home/postgres/postgres/build/testrun/passwordcheck/regress --temp-instance /home/postgres/postgres/build/testrun/passwordcheck/regress/tmp_check --port 40030 passwordcheck [09:21:48.656] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.656] stderr: [09:21:48.656] # copying of initdb template failed [09:21:48.656] # Examine "/home/postgres/postgres/build/testrun/passwordcheck/regress/log/initdb.log" for the reason. [09:21:48.656] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/passwordcheck/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/passwordcheck/regress/log/initdb.log" 2>&1 [09:21:48.656] [09:21:48.656] (test program exited with status code 2) [09:21:48.656] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.656] [09:21:48.661] 85/350 postgresql:lo / lo/regress ERROR 0.28s exit status 2 [09:21:48.661] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/lo:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=236 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/lo --pg-test-extra '' --testgroup lo --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/lo --expecteddir /home/postgres/postgres/contrib/lo --bindir '' --dlpath /home/postgres/postgres/build/contrib/lo --max-concurrent-tests=20 --dbname regression_lo --outputdir /home/postgres/postgres/build/testrun/lo/regress --temp-instance /home/postgres/postgres/build/testrun/lo/regress/tmp_check --port 40026 lo [09:21:48.661] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.661] stderr: [09:21:48.661] # copying of initdb template failed [09:21:48.661] # Examine "/home/postgres/postgres/build/testrun/lo/regress/log/initdb.log" for the reason. [09:21:48.661] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/lo/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/lo/regress/log/initdb.log" 2>&1 [09:21:48.661] [09:21:48.661] (test program exited with status code 2) [09:21:48.661] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.661] [09:21:48.687] ▶ 91/350 # test failed ERROR [09:21:48.690] 90/350 postgresql:pg_buffercache / pg_buffercache/regress ERROR 0.22s exit status 2 [09:21:48.692] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_buffercache:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=139 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_buffercache --pg-test-extra '' --testgroup pg_buffercache --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_buffercache --expecteddir /home/postgres/postgres/contrib/pg_buffercache --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_buffercache --max-concurrent-tests=20 --dbname regression_pg_buffercache --outputdir /home/postgres/postgres/build/testrun/pg_buffercache/regress --temp-instance /home/postgres/postgres/build/testrun/pg_buffercache/regress/tmp_check --port 40031 pg_buffercache pg_buffercache_numa [09:21:48.692] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.692] stderr: [09:21:48.692] # copying of initdb template failed [09:21:48.692] # Examine "/home/postgres/postgres/build/testrun/pg_buffercache/regress/log/initdb.log" for the reason. [09:21:48.692] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_buffercache/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_buffercache/regress/log/initdb.log" 2>&1 [09:21:48.692] [09:21:48.692] (test program exited with status code 2) [09:21:48.692] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.692] [09:21:48.702] ▶ 92/350 # test failed ERROR [09:21:48.702] ▶ 93/350 # test failed ERROR [09:21:48.703] 91/350 postgresql:pgcrypto / pgcrypto/regress ERROR 0.18s exit status 2 [09:21:48.704] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pgcrypto:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=91 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pgcrypto --pg-test-extra '' --testgroup pgcrypto --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pgcrypto --expecteddir /home/postgres/postgres/contrib/pgcrypto --bindir '' --dlpath /home/postgres/postgres/build/contrib/pgcrypto --max-concurrent-tests=20 --dbname regression_pgcrypto --outputdir /home/postgres/postgres/build/testrun/pgcrypto/regress --temp-instance /home/postgres/postgres/build/testrun/pgcrypto/regress/tmp_check --port 40032 init md5 sha1 hmac-md5 hmac-sha1 blowfish rijndael sha2 des 3des cast5 crypt-des crypt-md5 crypt-blowfish crypt-xdes pgp-armor pgp-decrypt pgp-encrypt pgp-encrypt-md5 pgp-pubkey-decrypt pgp-pubkey-encrypt pgp-info crypt-shacrypt pgp-compression [09:21:48.704] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.704] stderr: [09:21:48.704] # copying of initdb template failed [09:21:48.704] # Examine "/home/postgres/postgres/build/testrun/pgcrypto/regress/log/initdb.log" for the reason. [09:21:48.704] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pgcrypto/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pgcrypto/regress/log/initdb.log" 2>&1 [09:21:48.704] [09:21:48.704] (test program exited with status code 2) [09:21:48.704] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.704] [09:21:48.733] ▶ 94/350 # test failed ERROR [09:21:48.733] ▶ 95/350 # test failed ERROR [09:21:48.750] 95/350 postgresql:pg_overexplain / pg_overexplain/regress ERROR 0.15s exit status 2 [09:21:48.750] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_overexplain:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=251 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_overexplain --pg-test-extra '' --testgroup pg_overexplain --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_overexplain --expecteddir /home/postgres/postgres/contrib/pg_overexplain --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_overexplain --max-concurrent-tests=20 --dbname regression_pg_overexplain --outputdir /home/postgres/postgres/build/testrun/pg_overexplain/regress --temp-instance /home/postgres/postgres/build/testrun/pg_overexplain/regress/tmp_check --port 40035 pg_overexplain [09:21:48.750] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.750] stderr: [09:21:48.750] # copying of initdb template failed [09:21:48.750] # Examine "/home/postgres/postgres/build/testrun/pg_overexplain/regress/log/initdb.log" for the reason. [09:21:48.750] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_overexplain/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_overexplain/regress/log/initdb.log" 2>&1 [09:21:48.750] [09:21:48.750] (test program exited with status code 2) [09:21:48.750] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.750] [09:21:48.769] 92/350 postgresql:pg_logicalinspect / pg_logicalinspect/isolation ERROR 0.18s exit status 2 [09:21:48.785] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_logicalinspect:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=86 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_logicalinspect --pg-test-extra '' --testgroup pg_logicalinspect --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/contrib/pg_logicalinspect --expecteddir /home/postgres/postgres/contrib/pg_logicalinspect --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_logicalinspect --max-concurrent-tests=20 --dbname isolation_regression_pg_logicalinspect --temp-config /home/postgres/postgres/build/../contrib/pg_logicalinspect/logicalinspect.conf --outputdir /home/postgres/postgres/build/testrun/pg_logicalinspect/isolation --temp-instance /home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/tmp_check --port 40034 logical_inspect [09:21:48.785] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.785] stderr: [09:21:48.785] # copying of initdb template failed [09:21:48.785] # Examine "/home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/log/initdb.log" for the reason. [09:21:48.785] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_logicalinspect/isolation/log/initdb.log" 2>&1 [09:21:48.785] [09:21:48.785] (test program exited with status code 2) [09:21:48.785] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.785] [09:21:48.803] ▶ 96/350 # test failed ERROR [09:21:48.803] ▶ 97/350 # test failed ERROR [09:21:48.805] 94/350 postgresql:pg_prewarm / pg_prewarm/regress ERROR 0.19s exit status 2 [09:21:48.806] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_prewarm:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=46 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_prewarm --pg-test-extra '' --testgroup pg_prewarm --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_prewarm --expecteddir /home/postgres/postgres/contrib/pg_prewarm --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_prewarm --max-concurrent-tests=20 --dbname regression_pg_prewarm --outputdir /home/postgres/postgres/build/testrun/pg_prewarm/regress --temp-instance /home/postgres/postgres/build/testrun/pg_prewarm/regress/tmp_check --port 40036 pg_prewarm [09:21:48.806] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.806] stderr: [09:21:48.806] # copying of initdb template failed [09:21:48.806] # Examine "/home/postgres/postgres/build/testrun/pg_prewarm/regress/log/initdb.log" for the reason. [09:21:48.806] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_prewarm/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_prewarm/regress/log/initdb.log" 2>&1 [09:21:48.806] [09:21:48.806] (test program exited with status code 2) [09:21:48.806] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.806] [09:21:48.829] ▶ 98/350 # test failed ERROR [09:21:48.831] ▶ 99/350 # test failed ERROR [09:21:48.833] 93/350 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR 0.28s exit status 2 [09:21:48.833] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=64 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_freespacemap:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_freespacemap --pg-test-extra '' --testgroup pg_freespacemap --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_freespacemap --expecteddir /home/postgres/postgres/contrib/pg_freespacemap --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_freespacemap --max-concurrent-tests=20 --dbname regression_pg_freespacemap --temp-config /home/postgres/postgres/build/../contrib/pg_freespacemap/pg_freespacemap.conf --outputdir /home/postgres/postgres/build/testrun/pg_freespacemap/regress --temp-instance /home/postgres/postgres/build/testrun/pg_freespacemap/regress/tmp_check --port 40033 pg_freespacemap [09:21:48.833] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.833] stderr: [09:21:48.833] # copying of initdb template failed [09:21:48.833] # Examine "/home/postgres/postgres/build/testrun/pg_freespacemap/regress/log/initdb.log" for the reason. [09:21:48.833] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_freespacemap/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_freespacemap/regress/log/initdb.log" 2>&1 [09:21:48.833] [09:21:48.833] (test program exited with status code 2) [09:21:48.833] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.833] [09:21:48.835] 97/350 postgresql:pg_surgery / pg_surgery/regress ERROR 0.13s exit status 2 [09:21:48.835] >>> MALLOC_PERTURB_=153 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_surgery:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_surgery --pg-test-extra '' --testgroup pg_surgery --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_surgery --expecteddir /home/postgres/postgres/contrib/pg_surgery --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_surgery --max-concurrent-tests=20 --dbname regression_pg_surgery --outputdir /home/postgres/postgres/build/testrun/pg_surgery/regress --temp-instance /home/postgres/postgres/build/testrun/pg_surgery/regress/tmp_check --port 40040 heap_surgery [09:21:48.835] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.835] stderr: [09:21:48.835] # copying of initdb template failed [09:21:48.835] # Examine "/home/postgres/postgres/build/testrun/pg_surgery/regress/log/initdb.log" for the reason. [09:21:48.835] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_surgery/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_surgery/regress/log/initdb.log" 2>&1 [09:21:48.835] [09:21:48.835] (test program exited with status code 2) [09:21:48.835] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.835] [09:21:48.865] 99/350 postgresql:pgstattuple / pgstattuple/regress ERROR 0.17s exit status 2 [09:21:48.865] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pgstattuple:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=185 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pgstattuple --pg-test-extra '' --testgroup pgstattuple --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pgstattuple --expecteddir /home/postgres/postgres/contrib/pgstattuple --bindir '' --dlpath /home/postgres/postgres/build/contrib/pgstattuple --max-concurrent-tests=20 --dbname regression_pgstattuple --outputdir /home/postgres/postgres/build/testrun/pgstattuple/regress --temp-instance /home/postgres/postgres/build/testrun/pgstattuple/regress/tmp_check --port 40039 pgstattuple [09:21:48.865] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.865] stderr: [09:21:48.865] # copying of initdb template failed [09:21:48.865] # Examine "/home/postgres/postgres/build/testrun/pgstattuple/regress/log/initdb.log" for the reason. [09:21:48.865] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pgstattuple/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pgstattuple/regress/log/initdb.log" 2>&1 [09:21:48.865] [09:21:48.865] (test program exited with status code 2) [09:21:48.865] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.865] [09:21:48.879] 98/350 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 0.20s exit status 2 [09:21:48.879] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_stat_statements:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=100 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_stat_statements --pg-test-extra '' --testgroup pg_stat_statements --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_stat_statements --expecteddir /home/postgres/postgres/contrib/pg_stat_statements --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_stat_statements --max-concurrent-tests=20 --dbname regression_pg_stat_statements --temp-config /home/postgres/postgres/build/../contrib/pg_stat_statements/pg_stat_statements.conf --outputdir /home/postgres/postgres/build/testrun/pg_stat_statements/regress --temp-instance /home/postgres/postgres/build/testrun/pg_stat_statements/regress/tmp_check --port 40038 select dml cursors utility level_tracking planning user_activity wal entry_timestamp privileges extended parallel plancache cleanup oldextversions squashing [09:21:48.879] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.879] stderr: [09:21:48.879] # copying of initdb template failed [09:21:48.879] # Examine "/home/postgres/postgres/build/testrun/pg_stat_statements/regress/log/initdb.log" for the reason. [09:21:48.879] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_stat_statements/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_stat_statements/regress/log/initdb.log" 2>&1 [09:21:48.879] [09:21:48.879] (test program exited with status code 2) [09:21:48.879] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.879] [09:21:48.925] ▶ 100/350 # test failed ERROR [09:21:48.930] 100/350 postgresql:pg_trgm / pg_trgm/regress ERROR 0.18s exit status 2 [09:21:48.930] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_trgm:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=17 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_trgm --pg-test-extra '' --testgroup pg_trgm --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_trgm --expecteddir /home/postgres/postgres/contrib/pg_trgm --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_trgm --max-concurrent-tests=20 --dbname regression_pg_trgm --outputdir /home/postgres/postgres/build/testrun/pg_trgm/regress --temp-instance /home/postgres/postgres/build/testrun/pg_trgm/regress/tmp_check --port 40041 pg_trgm pg_word_trgm pg_strict_word_trgm [09:21:48.930] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.930] stderr: [09:21:48.930] # copying of initdb template failed [09:21:48.930] # Examine "/home/postgres/postgres/build/testrun/pg_trgm/regress/log/initdb.log" for the reason. [09:21:48.930] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_trgm/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_trgm/regress/log/initdb.log" 2>&1 [09:21:48.930] [09:21:48.930] (test program exited with status code 2) [09:21:48.930] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.930] [09:21:48.942] ▶ 101/350 # test failed ERROR [09:21:48.960] 101/350 postgresql:pg_walinspect / pg_walinspect/regress ERROR 0.14s exit status 2 [09:21:48.960] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_walinspect:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=143 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_walinspect --pg-test-extra '' --testgroup pg_walinspect --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_walinspect --expecteddir /home/postgres/postgres/contrib/pg_walinspect --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_walinspect --max-concurrent-tests=20 --dbname regression_pg_walinspect --temp-config /home/postgres/postgres/build/../contrib/pg_walinspect/walinspect.conf --outputdir /home/postgres/postgres/build/testrun/pg_walinspect/regress --temp-instance /home/postgres/postgres/build/testrun/pg_walinspect/regress/tmp_check --port 40043 pg_walinspect oldextversions [09:21:48.960] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.960] stderr: [09:21:48.960] # copying of initdb template failed [09:21:48.960] # Examine "/home/postgres/postgres/build/testrun/pg_walinspect/regress/log/initdb.log" for the reason. [09:21:48.960] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_walinspect/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_walinspect/regress/log/initdb.log" 2>&1 [09:21:48.960] [09:21:48.960] (test program exited with status code 2) [09:21:48.960] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.960] [09:21:48.982] ▶ 102/350 # test failed ERROR [09:21:48.992] 96/350 postgresql:pgrowlocks / pgrowlocks/isolation ERROR 0.32s exit status 2 [09:21:48.992] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pgrowlocks:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=77 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pgrowlocks --pg-test-extra '' --testgroup pgrowlocks --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/contrib/pgrowlocks --expecteddir /home/postgres/postgres/contrib/pgrowlocks --bindir '' --dlpath /home/postgres/postgres/build/contrib/pgrowlocks --max-concurrent-tests=20 --dbname isolation_regression_pgrowlocks --load-extension=pgrowlocks --outputdir /home/postgres/postgres/build/testrun/pgrowlocks/isolation --temp-instance /home/postgres/postgres/build/testrun/pgrowlocks/isolation/tmp_check --port 40037 pgrowlocks [09:21:48.992] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:48.992] stderr: [09:21:48.992] # copying of initdb template failed [09:21:48.992] # Examine "/home/postgres/postgres/build/testrun/pgrowlocks/isolation/log/initdb.log" for the reason. [09:21:48.992] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pgrowlocks/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/pgrowlocks/isolation/log/initdb.log" 2>&1 [09:21:48.992] [09:21:48.992] (test program exited with status code 2) [09:21:48.992] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:48.992] [09:21:49.010] ▶ 103/350 # test failed ERROR [09:21:49.012] 102/350 postgresql:pg_visibility / pg_visibility/regress ERROR 0.22s exit status 2 [09:21:49.013] >>> MALLOC_PERTURB_=227 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_visibility:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_visibility --pg-test-extra '' --testgroup pg_visibility --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/pg_visibility --expecteddir /home/postgres/postgres/contrib/pg_visibility --bindir '' --dlpath /home/postgres/postgres/build/contrib/pg_visibility --max-concurrent-tests=20 --dbname regression_pg_visibility --outputdir /home/postgres/postgres/build/testrun/pg_visibility/regress --temp-instance /home/postgres/postgres/build/testrun/pg_visibility/regress/tmp_check --port 40042 pg_visibility [09:21:49.013] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.013] stderr: [09:21:49.013] # copying of initdb template failed [09:21:49.013] # Examine "/home/postgres/postgres/build/testrun/pg_visibility/regress/log/initdb.log" for the reason. [09:21:49.013] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/pg_visibility/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/pg_visibility/regress/log/initdb.log" 2>&1 [09:21:49.013] [09:21:49.013] (test program exited with status code 2) [09:21:49.013] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.013] [09:21:49.039] ▶ 104/350 # test failed ERROR [09:21:49.040] 103/350 postgresql:seg / seg/regress ERROR 0.19s exit status 2 [09:21:49.041] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=167 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/seg:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/seg --pg-test-extra '' --testgroup seg --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/seg --expecteddir /home/postgres/postgres/contrib/seg --bindir '' --dlpath /home/postgres/postgres/build/contrib/seg --max-concurrent-tests=20 --dbname regression_seg --outputdir /home/postgres/postgres/build/testrun/seg/regress --temp-instance /home/postgres/postgres/build/testrun/seg/regress/tmp_check --port 40045 security seg partition [09:21:49.041] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.041] stderr: [09:21:49.041] # copying of initdb template failed [09:21:49.041] # Examine "/home/postgres/postgres/build/testrun/seg/regress/log/initdb.log" for the reason. [09:21:49.041] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/seg/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/seg/regress/log/initdb.log" 2>&1 [09:21:49.041] [09:21:49.041] (test program exited with status code 2) [09:21:49.041] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.041] [09:21:49.062] ▶ 105/350 # test failed ERROR [09:21:49.062] ▶ 106/350 # test failed ERROR [09:21:49.079] 106/350 postgresql:tablefunc / tablefunc/regress ERROR 0.20s exit status 2 [09:21:49.099] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=35 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/tablefunc:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/tablefunc --pg-test-extra '' --testgroup tablefunc --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/tablefunc --expecteddir /home/postgres/postgres/contrib/tablefunc --bindir '' --dlpath /home/postgres/postgres/build/contrib/tablefunc --max-concurrent-tests=20 --dbname regression_tablefunc --outputdir /home/postgres/postgres/build/testrun/tablefunc/regress --temp-instance /home/postgres/postgres/build/testrun/tablefunc/regress/tmp_check --port 40047 tablefunc [09:21:49.099] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.099] stderr: [09:21:49.099] # copying of initdb template failed [09:21:49.099] # Examine "/home/postgres/postgres/build/testrun/tablefunc/regress/log/initdb.log" for the reason. [09:21:49.099] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/tablefunc/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/tablefunc/regress/log/initdb.log" 2>&1 [09:21:49.099] [09:21:49.099] (test program exited with status code 2) [09:21:49.099] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.099] [09:21:49.112] ▶ 107/350 # test failed ERROR [09:21:49.130] 107/350 postgresql:tcn / tcn/isolation ERROR 0.20s exit status 2 [09:21:49.130] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=212 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/tcn:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/tcn --pg-test-extra '' --testgroup tcn --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/contrib/tcn --expecteddir /home/postgres/postgres/contrib/tcn --bindir '' --dlpath /home/postgres/postgres/build/contrib/tcn --max-concurrent-tests=20 --dbname isolation_regression_tcn --load-extension=tcn --outputdir /home/postgres/postgres/build/testrun/tcn/isolation --temp-instance /home/postgres/postgres/build/testrun/tcn/isolation/tmp_check --port 40048 tcn [09:21:49.130] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.130] stderr: [09:21:49.130] # copying of initdb template failed [09:21:49.130] # Examine "/home/postgres/postgres/build/testrun/tcn/isolation/log/initdb.log" for the reason. [09:21:49.130] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/tcn/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/tcn/isolation/log/initdb.log" 2>&1 [09:21:49.130] [09:21:49.130] (test program exited with status code 2) [09:21:49.130] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.130] [09:21:49.149] 104/350 postgresql:spi / spi/regress ERROR 0.28s exit status 2 [09:21:49.149] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/spi:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=174 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/spi --pg-test-extra '' --testgroup spi --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/spi --expecteddir /home/postgres/postgres/contrib/spi --bindir '' --dlpath /home/postgres/postgres/build/contrib/spi --max-concurrent-tests=20 --dbname regression_spi --outputdir /home/postgres/postgres/build/testrun/spi/regress --temp-instance /home/postgres/postgres/build/testrun/spi/regress/tmp_check --port 40046 autoinc refint [09:21:49.149] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.149] stderr: [09:21:49.149] # copying of initdb template failed [09:21:49.149] # Examine "/home/postgres/postgres/build/testrun/spi/regress/log/initdb.log" for the reason. [09:21:49.149] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/spi/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/spi/regress/log/initdb.log" 2>&1 [09:21:49.149] [09:21:49.149] (test program exited with status code 2) [09:21:49.149] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.149] [09:21:49.167] ▶ 108/350 # test failed ERROR [09:21:49.176] ▶ 109/350 # test failed ERROR [09:21:49.179] ▶ 110/350 # test failed ERROR [09:21:49.181] 109/350 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR 0.16s exit status 2 [09:21:49.181] >>> MALLOC_PERTURB_=227 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/tsm_system_rows:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/tsm_system_rows --pg-test-extra '' --testgroup tsm_system_rows --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/tsm_system_rows --expecteddir /home/postgres/postgres/contrib/tsm_system_rows --bindir '' --dlpath /home/postgres/postgres/build/contrib/tsm_system_rows --max-concurrent-tests=20 --dbname regression_tsm_system_rows --outputdir /home/postgres/postgres/build/testrun/tsm_system_rows/regress --temp-instance /home/postgres/postgres/build/testrun/tsm_system_rows/regress/tmp_check --port 40051 tsm_system_rows [09:21:49.181] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.181] stderr: [09:21:49.181] # copying of initdb template failed [09:21:49.181] # Examine "/home/postgres/postgres/build/testrun/tsm_system_rows/regress/log/initdb.log" for the reason. [09:21:49.181] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/tsm_system_rows/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/tsm_system_rows/regress/log/initdb.log" 2>&1 [09:21:49.181] [09:21:49.181] (test program exited with status code 2) [09:21:49.181] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.181] [09:21:49.183] 108/350 postgresql:test_decoding / test_decoding/regress ERROR 0.22s exit status 2 [09:21:49.183] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=30 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/test_decoding:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/test_decoding --pg-test-extra '' --testgroup test_decoding --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/test_decoding --expecteddir /home/postgres/postgres/contrib/test_decoding --bindir '' --dlpath /home/postgres/postgres/build/contrib/test_decoding --max-concurrent-tests=20 --dbname regression_test_decoding --temp-config /home/postgres/postgres/build/../contrib/test_decoding/logical.conf --outputdir /home/postgres/postgres/build/testrun/test_decoding/regress --temp-instance /home/postgres/postgres/build/testrun/test_decoding/regress/tmp_check --port 40049 ddl xact rewrite toast permissions decoding_in_xact decoding_into_rel binary prepared replorigin time messages spill slot truncate stream stats twophase twophase_stream [09:21:49.183] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.183] stderr: [09:21:49.183] # copying of initdb template failed [09:21:49.183] # Examine "/home/postgres/postgres/build/testrun/test_decoding/regress/log/initdb.log" for the reason. [09:21:49.183] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_decoding/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_decoding/regress/log/initdb.log" 2>&1 [09:21:49.183] [09:21:49.183] (test program exited with status code 2) [09:21:49.183] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.183] [09:21:49.223] ▶ 111/350 # test failed ERROR [09:21:49.224] 105/350 postgresql:postgres_fdw / postgres_fdw/regress ERROR 0.39s exit status 2 [09:21:49.225] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/postgres_fdw:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=101 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/postgres_fdw --pg-test-extra '' --testgroup postgres_fdw --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/postgres_fdw --expecteddir /home/postgres/postgres/contrib/postgres_fdw --bindir '' --dlpath /home/postgres/postgres/build/contrib/postgres_fdw --max-concurrent-tests=20 --dbname regression_postgres_fdw --dlpath /home/postgres/postgres/build/src/test/regress --outputdir /home/postgres/postgres/build/testrun/postgres_fdw/regress --temp-instance /home/postgres/postgres/build/testrun/postgres_fdw/regress/tmp_check --port 40044 postgres_fdw query_cancel [09:21:49.225] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.225] stderr: [09:21:49.225] # copying of initdb template failed [09:21:49.225] # Examine "/home/postgres/postgres/build/testrun/postgres_fdw/regress/log/initdb.log" for the reason. [09:21:49.225] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/postgres_fdw/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/postgres_fdw/regress/log/initdb.log" 2>&1 [09:21:49.225] [09:21:49.225] (test program exited with status code 2) [09:21:49.225] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.225] [09:21:49.241] 110/350 postgresql:test_decoding / test_decoding/isolation ERROR 0.25s exit status 2 [09:21:49.241] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/test_decoding:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=27 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/test_decoding --pg-test-extra '' --testgroup test_decoding --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/contrib/test_decoding --expecteddir /home/postgres/postgres/contrib/test_decoding --bindir '' --dlpath /home/postgres/postgres/build/contrib/test_decoding --max-concurrent-tests=20 --dbname isolation_regression_test_decoding --temp-config /home/postgres/postgres/build/../contrib/test_decoding/logical.conf --outputdir /home/postgres/postgres/build/testrun/test_decoding/isolation --temp-instance /home/postgres/postgres/build/testrun/test_decoding/isolation/tmp_check --port 40050 mxact delayed_startup ondisk_startup catalog_change_snapshot concurrent_ddl_dml oldest_xmin snapshot_transfer subxact_without_top concurrent_stream twophase_snapshot slot_creation_error skip_snapshot_restore invalidation_distribution parallel_session_origin [09:21:49.241] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.241] stderr: [09:21:49.241] # copying of initdb template failed [09:21:49.241] # Examine "/home/postgres/postgres/build/testrun/test_decoding/isolation/log/initdb.log" for the reason. [09:21:49.241] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_decoding/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_decoding/isolation/log/initdb.log" 2>&1 [09:21:49.241] [09:21:49.241] (test program exited with status code 2) [09:21:49.241] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.241] [09:21:49.254] 111/350 postgresql:tsm_system_time / tsm_system_time/regress ERROR 0.21s exit status 2 [09:21:49.260] >>> MALLOC_PERTURB_=109 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/tsm_system_time:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/tsm_system_time --pg-test-extra '' --testgroup tsm_system_time --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/tsm_system_time --expecteddir /home/postgres/postgres/contrib/tsm_system_time --bindir '' --dlpath /home/postgres/postgres/build/contrib/tsm_system_time --max-concurrent-tests=20 --dbname regression_tsm_system_time --outputdir /home/postgres/postgres/build/testrun/tsm_system_time/regress --temp-instance /home/postgres/postgres/build/testrun/tsm_system_time/regress/tmp_check --port 40052 tsm_system_time [09:21:49.260] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.260] stderr: [09:21:49.260] # copying of initdb template failed [09:21:49.260] # Examine "/home/postgres/postgres/build/testrun/tsm_system_time/regress/log/initdb.log" for the reason. [09:21:49.260] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/tsm_system_time/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/tsm_system_time/regress/log/initdb.log" 2>&1 [09:21:49.260] [09:21:49.260] (test program exited with status code 2) [09:21:49.260] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.260] [09:21:49.291] ▶ 112/350 # test failed ERROR [09:21:49.292] ▶ 113/350 # test failed ERROR [09:21:49.307] 113/350 postgresql:xml2 / xml2/regress ERROR 0.16s exit status 2 [09:21:49.307] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/xml2:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=211 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/xml2 --pg-test-extra '' --testgroup xml2 --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/xml2 --expecteddir /home/postgres/postgres/contrib/xml2 --bindir '' --dlpath /home/postgres/postgres/build/contrib/xml2 --max-concurrent-tests=20 --dbname regression_xml2 --outputdir /home/postgres/postgres/build/testrun/xml2/regress --temp-instance /home/postgres/postgres/build/testrun/xml2/regress/tmp_check --port 40055 xml2 [09:21:49.307] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.307] stderr: [09:21:49.307] # copying of initdb template failed [09:21:49.307] # Examine "/home/postgres/postgres/build/testrun/xml2/regress/log/initdb.log" for the reason. [09:21:49.307] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/xml2/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/xml2/regress/log/initdb.log" 2>&1 [09:21:49.307] [09:21:49.307] (test program exited with status code 2) [09:21:49.307] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.307] [09:21:49.346] ▶ 114/350 # test failed ERROR [09:21:49.362] 114/350 postgresql:uuid-ossp / uuid-ossp/regress ERROR 0.23s exit status 2 [09:21:49.362] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=154 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/uuid-ossp:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/uuid-ossp --pg-test-extra '' --testgroup uuid-ossp --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/uuid-ossp --expecteddir /home/postgres/postgres/contrib/uuid-ossp --bindir '' --dlpath /home/postgres/postgres/build/contrib/uuid-ossp --max-concurrent-tests=20 --dbname regression_uuid-ossp --outputdir /home/postgres/postgres/build/testrun/uuid-ossp/regress --temp-instance /home/postgres/postgres/build/testrun/uuid-ossp/regress/tmp_check --port 40054 uuid_ossp [09:21:49.362] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.362] stderr: [09:21:49.362] # copying of initdb template failed [09:21:49.362] # Examine "/home/postgres/postgres/build/testrun/uuid-ossp/regress/log/initdb.log" for the reason. [09:21:49.362] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/uuid-ossp/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/uuid-ossp/regress/log/initdb.log" 2>&1 [09:21:49.362] [09:21:49.362] (test program exited with status code 2) [09:21:49.362] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.362] [09:21:49.376] ▶ 115/350 # test failed ERROR [09:21:49.377] ▶ 116/350 # test failed ERROR [09:21:49.378] 112/350 postgresql:unaccent / unaccent/regress ERROR 0.28s exit status 2 [09:21:49.378] >>> MALLOC_PERTURB_=62 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/unaccent:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/unaccent --pg-test-extra '' --testgroup unaccent --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/contrib/unaccent --expecteddir /home/postgres/postgres/contrib/unaccent --bindir '' --dlpath /home/postgres/postgres/build/contrib/unaccent --max-concurrent-tests=20 --dbname regression_unaccent --outputdir /home/postgres/postgres/build/testrun/unaccent/regress --temp-instance /home/postgres/postgres/build/testrun/unaccent/regress/tmp_check --port 40053 unaccent [09:21:49.378] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.378] stderr: [09:21:49.378] # copying of initdb template failed [09:21:49.378] # Examine "/home/postgres/postgres/build/testrun/unaccent/regress/log/initdb.log" for the reason. [09:21:49.378] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/unaccent/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/unaccent/regress/log/initdb.log" 2>&1 [09:21:49.378] [09:21:49.378] (test program exited with status code 2) [09:21:49.378] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.378] [09:21:49.389] ▶ 117/350 # test failed ERROR [09:21:49.390] ▶ 118/350 # test failed ERROR [09:21:49.394] 116/350 postgresql:brin / brin/isolation ERROR 0.21s exit status 2 [09:21:49.395] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/brin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=199 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/brin --pg-test-extra '' --testgroup brin --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/src/test/modules/brin --expecteddir /home/postgres/postgres/src/test/modules/brin --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/brin --max-concurrent-tests=20 --dbname isolation_regression_brin --outputdir /home/postgres/postgres/build/testrun/brin/isolation --temp-instance /home/postgres/postgres/build/testrun/brin/isolation/tmp_check --port 40058 summarization-and-inprogress-insertion [09:21:49.395] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.395] stderr: [09:21:49.395] # copying of initdb template failed [09:21:49.395] # Examine "/home/postgres/postgres/build/testrun/brin/isolation/log/initdb.log" for the reason. [09:21:49.395] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/brin/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/brin/isolation/log/initdb.log" 2>&1 [09:21:49.395] [09:21:49.395] (test program exited with status code 2) [09:21:49.395] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.395] [09:21:49.440] ▶ 119/350 # test failed ERROR [09:21:49.441] 118/350 postgresql:delay_execution / delay_execution/isolation ERROR 0.21s exit status 2 [09:21:49.442] >>> MALLOC_PERTURB_=190 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/delay_execution:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/delay_execution --pg-test-extra '' --testgroup delay_execution --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/src/test/modules/delay_execution --expecteddir /home/postgres/postgres/src/test/modules/delay_execution --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/delay_execution --max-concurrent-tests=20 --dbname isolation_regression_delay_execution --outputdir /home/postgres/postgres/build/testrun/delay_execution/isolation --temp-instance /home/postgres/postgres/build/testrun/delay_execution/isolation/tmp_check --port 40060 partition-addition partition-removal-1 [09:21:49.442] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.442] stderr: [09:21:49.442] # copying of initdb template failed [09:21:49.442] # Examine "/home/postgres/postgres/build/testrun/delay_execution/isolation/log/initdb.log" for the reason. [09:21:49.442] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/delay_execution/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/delay_execution/isolation/log/initdb.log" 2>&1 [09:21:49.442] [09:21:49.442] (test program exited with status code 2) [09:21:49.442] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.442] [09:21:49.443] 115/350 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR 0.18s exit status 2 [09:21:49.443] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/dummy_seclabel:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=134 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/dummy_seclabel --pg-test-extra '' --testgroup dummy_seclabel --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/dummy_seclabel --expecteddir /home/postgres/postgres/src/test/modules/dummy_seclabel --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/dummy_seclabel --max-concurrent-tests=20 --dbname regression_dummy_seclabel --outputdir /home/postgres/postgres/build/testrun/dummy_seclabel/regress --temp-instance /home/postgres/postgres/build/testrun/dummy_seclabel/regress/tmp_check --port 40062 dummy_seclabel [09:21:49.443] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.443] stderr: [09:21:49.443] # copying of initdb template failed [09:21:49.443] # Examine "/home/postgres/postgres/build/testrun/dummy_seclabel/regress/log/initdb.log" for the reason. [09:21:49.443] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/dummy_seclabel/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/dummy_seclabel/regress/log/initdb.log" 2>&1 [09:21:49.443] [09:21:49.443] (test program exited with status code 2) [09:21:49.443] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.443] [09:21:49.480] 119/350 postgresql:dummy_index_am / dummy_index_am/regress ERROR 0.23s exit status 2 [09:21:49.480] >>> MALLOC_PERTURB_=47 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/dummy_index_am:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/dummy_index_am --pg-test-extra '' --testgroup dummy_index_am --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/dummy_index_am --expecteddir /home/postgres/postgres/src/test/modules/dummy_index_am --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/dummy_index_am --max-concurrent-tests=20 --dbname regression_dummy_index_am --outputdir /home/postgres/postgres/build/testrun/dummy_index_am/regress --temp-instance /home/postgres/postgres/build/testrun/dummy_index_am/regress/tmp_check --port 40061 reloptions [09:21:49.480] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.480] stderr: [09:21:49.480] # copying of initdb template failed [09:21:49.480] # Examine "/home/postgres/postgres/build/testrun/dummy_index_am/regress/log/initdb.log" for the reason. [09:21:49.480] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/dummy_index_am/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/dummy_index_am/regress/log/initdb.log" 2>&1 [09:21:49.480] [09:21:49.480] (test program exited with status code 2) [09:21:49.480] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.480] [09:21:49.490] 117/350 postgresql:commit_ts / commit_ts/regress ERROR 0.28s exit status 2 [09:21:49.490] >>> MALLOC_PERTURB_=182 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/commit_ts:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/commit_ts --pg-test-extra '' --testgroup commit_ts --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/commit_ts --expecteddir /home/postgres/postgres/src/test/modules/commit_ts --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/commit_ts --max-concurrent-tests=20 --dbname regression_commit_ts --outputdir /home/postgres/postgres/build/testrun/commit_ts/regress --temp-instance /home/postgres/postgres/build/testrun/commit_ts/regress/tmp_check --port 40059 commit_timestamp [09:21:49.490] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.490] stderr: [09:21:49.490] # copying of initdb template failed [09:21:49.490] # Examine "/home/postgres/postgres/build/testrun/commit_ts/regress/log/initdb.log" for the reason. [09:21:49.490] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/commit_ts/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/commit_ts/regress/log/initdb.log" 2>&1 [09:21:49.490] [09:21:49.490] (test program exited with status code 2) [09:21:49.490] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.490] [09:21:49.520] ▶ 120/350 # test failed ERROR [09:21:49.540] 120/350 postgresql:gin / gin/regress ERROR 0.23s exit status 2 [09:21:49.540] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/gin:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=21 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/gin --pg-test-extra '' --testgroup gin --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/gin --expecteddir /home/postgres/postgres/src/test/modules/gin --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/gin --max-concurrent-tests=20 --dbname regression_gin --outputdir /home/postgres/postgres/build/testrun/gin/regress --temp-instance /home/postgres/postgres/build/testrun/gin/regress/tmp_check --port 40063 gin_incomplete_splits [09:21:49.540] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.540] stderr: [09:21:49.540] # copying of initdb template failed [09:21:49.540] # Examine "/home/postgres/postgres/build/testrun/gin/regress/log/initdb.log" for the reason. [09:21:49.540] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/gin/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/gin/regress/log/initdb.log" 2>&1 [09:21:49.540] [09:21:49.540] (test program exited with status code 2) [09:21:49.540] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.540] [09:21:49.551] ▶ 121/350 # test failed ERROR [09:21:49.553] ▶ 122/350 # test failed ERROR [09:21:49.577] 122/350 postgresql:injection_points / injection_points/regress ERROR 0.21s exit status 2 [09:21:49.578] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/injection_points:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=9 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/injection_points --pg-test-extra '' --testgroup injection_points --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/injection_points --expecteddir /home/postgres/postgres/src/test/modules/injection_points --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/injection_points --max-concurrent-tests=20 --dbname regression_injection_points --dlpath /home/postgres/postgres/build/src/test/regress --outputdir /home/postgres/postgres/build/testrun/injection_points/regress --temp-instance /home/postgres/postgres/build/testrun/injection_points/regress/tmp_check --port 40064 injection_points hashagg reindex_conc vacuum [09:21:49.578] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.578] stderr: [09:21:49.578] # copying of initdb template failed [09:21:49.578] # Examine "/home/postgres/postgres/build/testrun/injection_points/regress/log/initdb.log" for the reason. [09:21:49.578] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/injection_points/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/injection_points/regress/log/initdb.log" 2>&1 [09:21:49.578] [09:21:49.578] (test program exited with status code 2) [09:21:49.578] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.578] [09:21:49.589] ▶ 123/350 # test failed ERROR [09:21:49.598] 121/350 postgresql:injection_points / injection_points/isolation ERROR 0.21s exit status 2 [09:21:49.598] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/injection_points:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=158 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/injection_points --pg-test-extra '' --testgroup injection_points --testname isolation -- /home/postgres/postgres/build/src/test/isolation/pg_isolation_regress --inputdir /home/postgres/postgres/src/test/modules/injection_points --expecteddir /home/postgres/postgres/src/test/modules/injection_points --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/injection_points --max-concurrent-tests=20 --dbname isolation_regression_injection_points --outputdir /home/postgres/postgres/build/testrun/injection_points/isolation --temp-instance /home/postgres/postgres/build/testrun/injection_points/isolation/tmp_check --port 40065 basic inplace syscache-update-pruned [09:21:49.598] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.598] stderr: [09:21:49.598] # copying of initdb template failed [09:21:49.598] # Examine "/home/postgres/postgres/build/testrun/injection_points/isolation/log/initdb.log" for the reason. [09:21:49.598] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/injection_points/isolation/tmp_check/data" > "/home/postgres/postgres/build/testrun/injection_points/isolation/log/initdb.log" 2>&1 [09:21:49.598] [09:21:49.598] (test program exited with status code 2) [09:21:49.598] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.598] [09:21:49.607] 123/350 postgresql:plsample / plsample/regress ERROR 0.21s exit status 2 [09:21:49.608] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/plsample:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=68 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/plsample --pg-test-extra '' --testgroup plsample --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/plsample --expecteddir /home/postgres/postgres/src/test/modules/plsample --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/plsample --max-concurrent-tests=20 --dbname regression_plsample --outputdir /home/postgres/postgres/build/testrun/plsample/regress --temp-instance /home/postgres/postgres/build/testrun/plsample/regress/tmp_check --port 40066 plsample [09:21:49.608] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.608] stderr: [09:21:49.608] # copying of initdb template failed [09:21:49.608] # Examine "/home/postgres/postgres/build/testrun/plsample/regress/log/initdb.log" for the reason. [09:21:49.608] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/plsample/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/plsample/regress/log/initdb.log" 2>&1 [09:21:49.608] [09:21:49.608] (test program exited with status code 2) [09:21:49.608] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.608] [09:21:49.642] ▶ 124/350 # test failed ERROR [09:21:49.643] 124/350 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR 0.20s exit status 2 [09:21:49.644] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=11 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/spgist_name_ops:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/spgist_name_ops --pg-test-extra '' --testgroup spgist_name_ops --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/spgist_name_ops --expecteddir /home/postgres/postgres/src/test/modules/spgist_name_ops --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/spgist_name_ops --max-concurrent-tests=20 --dbname regression_spgist_name_ops --outputdir /home/postgres/postgres/build/testrun/spgist_name_ops/regress --temp-instance /home/postgres/postgres/build/testrun/spgist_name_ops/regress/tmp_check --port 40067 spgist_name_ops [09:21:49.644] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.644] stderr: [09:21:49.644] # copying of initdb template failed [09:21:49.644] # Examine "/home/postgres/postgres/build/testrun/spgist_name_ops/regress/log/initdb.log" for the reason. [09:21:49.644] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/spgist_name_ops/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/spgist_name_ops/regress/log/initdb.log" 2>&1 [09:21:49.644] [09:21:49.644] (test program exited with status code 2) [09:21:49.644] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.644] [09:21:49.673] ▶ 125/350 # test failed ERROR [09:21:49.685] 125/350 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR 0.19s exit status 2 [09:21:49.686] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_bloomfilter:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=247 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_bloomfilter --pg-test-extra '' --testgroup test_bloomfilter --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_bloomfilter --expecteddir /home/postgres/postgres/src/test/modules/test_bloomfilter --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_bloomfilter --max-concurrent-tests=20 --dbname regression_test_bloomfilter --outputdir /home/postgres/postgres/build/testrun/test_bloomfilter/regress --temp-instance /home/postgres/postgres/build/testrun/test_bloomfilter/regress/tmp_check --port 40070 test_bloomfilter [09:21:49.686] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.686] stderr: [09:21:49.686] # copying of initdb template failed [09:21:49.686] # Examine "/home/postgres/postgres/build/testrun/test_bloomfilter/regress/log/initdb.log" for the reason. [09:21:49.686] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_bloomfilter/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_bloomfilter/regress/log/initdb.log" 2>&1 [09:21:49.686] [09:21:49.686] (test program exited with status code 2) [09:21:49.686] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.686] [09:21:49.699] ▶ 126/350 # test failed ERROR [09:21:49.710] ▶ 127/350 # test failed ERROR [09:21:49.712] 126/350 postgresql:test_bitmapset / test_bitmapset/regress ERROR 0.23s exit status 2 [09:21:49.713] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_bitmapset:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=162 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_bitmapset --pg-test-extra '' --testgroup test_bitmapset --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_bitmapset --expecteddir /home/postgres/postgres/src/test/modules/test_bitmapset --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_bitmapset --max-concurrent-tests=20 --dbname regression_test_bitmapset --outputdir /home/postgres/postgres/build/testrun/test_bitmapset/regress --temp-instance /home/postgres/postgres/build/testrun/test_bitmapset/regress/tmp_check --port 40069 test_bitmapset [09:21:49.713] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.713] stderr: [09:21:49.713] # copying of initdb template failed [09:21:49.713] # Examine "/home/postgres/postgres/build/testrun/test_bitmapset/regress/log/initdb.log" for the reason. [09:21:49.713] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_bitmapset/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_bitmapset/regress/log/initdb.log" 2>&1 [09:21:49.713] [09:21:49.713] (test program exited with status code 2) [09:21:49.713] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.713] [09:21:49.760] ▶ 128/350 # test failed ERROR [09:21:49.767] 127/350 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR 0.19s exit status 2 [09:21:49.767] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=233 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_ddl_deparse:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_ddl_deparse --pg-test-extra '' --testgroup test_ddl_deparse --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_ddl_deparse --expecteddir /home/postgres/postgres/src/test/modules/test_ddl_deparse --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_ddl_deparse --max-concurrent-tests=20 --dbname regression_test_ddl_deparse --outputdir /home/postgres/postgres/build/testrun/test_ddl_deparse/regress --temp-instance /home/postgres/postgres/build/testrun/test_ddl_deparse/regress/tmp_check --port 40072 test_ddl_deparse create_extension create_schema create_type create_conversion create_domain create_sequence create_table create_transform alter_table create_view create_trigger create_rule comment_on alter_function alter_sequence alter_ts_config alter_type_enum opfamily defprivs matviews [09:21:49.767] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.767] stderr: [09:21:49.767] # copying of initdb template failed [09:21:49.767] # Examine "/home/postgres/postgres/build/testrun/test_ddl_deparse/regress/log/initdb.log" for the reason. [09:21:49.767] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_ddl_deparse/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_ddl_deparse/regress/log/initdb.log" 2>&1 [09:21:49.767] [09:21:49.767] (test program exited with status code 2) [09:21:49.767] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.767] [09:21:49.781] 128/350 postgresql:test_binaryheap / test_binaryheap/regress ERROR 0.32s exit status 2 [09:21:49.782] >>> MALLOC_PERTURB_=33 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_binaryheap:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_binaryheap --pg-test-extra '' --testgroup test_binaryheap --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_binaryheap --expecteddir /home/postgres/postgres/src/test/modules/test_binaryheap --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_binaryheap --max-concurrent-tests=20 --dbname regression_test_binaryheap --outputdir /home/postgres/postgres/build/testrun/test_binaryheap/regress --temp-instance /home/postgres/postgres/build/testrun/test_binaryheap/regress/tmp_check --port 40068 test_binaryheap [09:21:49.782] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.782] stderr: [09:21:49.782] # copying of initdb template failed [09:21:49.782] # Examine "/home/postgres/postgres/build/testrun/test_binaryheap/regress/log/initdb.log" for the reason. [09:21:49.782] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_binaryheap/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_binaryheap/regress/log/initdb.log" 2>&1 [09:21:49.782] [09:21:49.782] (test program exited with status code 2) [09:21:49.782] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.782] [09:21:49.793] ▶ 129/350 # test failed ERROR [09:21:49.793] ▶ 130/350 # test failed ERROR [09:21:49.799] 129/350 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR 0.11s exit status 2 [09:21:49.800] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=97 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_ginpostinglist:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_ginpostinglist --pg-test-extra '' --testgroup test_ginpostinglist --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_ginpostinglist --expecteddir /home/postgres/postgres/src/test/modules/test_ginpostinglist --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_ginpostinglist --max-concurrent-tests=20 --dbname regression_test_ginpostinglist --outputdir /home/postgres/postgres/build/testrun/test_ginpostinglist/regress --temp-instance /home/postgres/postgres/build/testrun/test_ginpostinglist/regress/tmp_check --port 40076 test_ginpostinglist [09:21:49.800] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.800] stderr: [09:21:49.800] # copying of initdb template failed [09:21:49.800] # Examine "/home/postgres/postgres/build/testrun/test_ginpostinglist/regress/log/initdb.log" for the reason. [09:21:49.800] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_ginpostinglist/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_ginpostinglist/regress/log/initdb.log" 2>&1 [09:21:49.800] [09:21:49.800] (test program exited with status code 2) [09:21:49.800] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.800] [09:21:49.819] ▶ 131/350 # test failed ERROR [09:21:49.827] 130/350 postgresql:test_dsm_registry / test_dsm_registry/regress ERROR 0.22s exit status 2 [09:21:49.828] >>> MALLOC_PERTURB_=79 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_dsm_registry:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_dsm_registry --pg-test-extra '' --testgroup test_dsm_registry --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_dsm_registry --expecteddir /home/postgres/postgres/src/test/modules/test_dsm_registry --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_dsm_registry --max-concurrent-tests=20 --dbname regression_test_dsm_registry --outputdir /home/postgres/postgres/build/testrun/test_dsm_registry/regress --temp-instance /home/postgres/postgres/build/testrun/test_dsm_registry/regress/tmp_check --port 40074 test_dsm_registry [09:21:49.828] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.828] stderr: [09:21:49.828] # copying of initdb template failed [09:21:49.828] # Examine "/home/postgres/postgres/build/testrun/test_dsm_registry/regress/log/initdb.log" for the reason. [09:21:49.828] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_dsm_registry/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_dsm_registry/regress/log/initdb.log" 2>&1 [09:21:49.828] [09:21:49.828] (test program exited with status code 2) [09:21:49.828] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.828] [09:21:49.843] 131/350 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR 0.30s exit status 2 [09:21:49.843] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_copy_callbacks:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=131 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_copy_callbacks --pg-test-extra '' --testgroup test_copy_callbacks --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_copy_callbacks --expecteddir /home/postgres/postgres/src/test/modules/test_copy_callbacks --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_copy_callbacks --max-concurrent-tests=20 --dbname regression_test_copy_callbacks --outputdir /home/postgres/postgres/build/testrun/test_copy_callbacks/regress --temp-instance /home/postgres/postgres/build/testrun/test_copy_callbacks/regress/tmp_check --port 40071 test_copy_callbacks [09:21:49.843] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.843] stderr: [09:21:49.843] # copying of initdb template failed [09:21:49.843] # Examine "/home/postgres/postgres/build/testrun/test_copy_callbacks/regress/log/initdb.log" for the reason. [09:21:49.843] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_copy_callbacks/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_copy_callbacks/regress/log/initdb.log" 2>&1 [09:21:49.843] [09:21:49.843] (test program exited with status code 2) [09:21:49.843] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.843] [09:21:49.896] ▶ 132/350 # test failed ERROR [09:21:49.896] ▶ 133/350 # test failed ERROR [09:21:49.897] ▶ 134/350 # test failed ERROR [09:21:49.899] 132/350 postgresql:test_integerset / test_integerset/regress ERROR 0.18s exit status 2 [09:21:49.899] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=141 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_integerset:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_integerset --pg-test-extra '' --testgroup test_integerset --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_integerset --expecteddir /home/postgres/postgres/src/test/modules/test_integerset --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_integerset --max-concurrent-tests=20 --dbname regression_test_integerset --outputdir /home/postgres/postgres/build/testrun/test_integerset/regress --temp-instance /home/postgres/postgres/build/testrun/test_integerset/regress/tmp_check --port 40077 test_integerset [09:21:49.899] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.899] stderr: [09:21:49.899] # copying of initdb template failed [09:21:49.899] # Examine "/home/postgres/postgres/build/testrun/test_integerset/regress/log/initdb.log" for the reason. [09:21:49.899] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_integerset/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_integerset/regress/log/initdb.log" 2>&1 [09:21:49.899] [09:21:49.899] (test program exited with status code 2) [09:21:49.899] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.899] [09:21:49.918] ▶ 135/350 # test failed ERROR [09:21:49.937] 133/350 postgresql:test_extensions / test_extensions/regress ERROR 0.27s exit status 2 [09:21:49.938] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=211 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_extensions:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_extensions --pg-test-extra '' --testgroup test_extensions --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_extensions --expecteddir /home/postgres/postgres/src/test/modules/test_extensions --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_extensions --max-concurrent-tests=20 --dbname regression_test_extensions --no-locale --outputdir /home/postgres/postgres/build/testrun/test_extensions/regress --temp-instance /home/postgres/postgres/build/testrun/test_extensions/regress/tmp_check --port 40075 test_extensions test_extdepend [09:21:49.938] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.938] stderr: [09:21:49.938] # initdb failed [09:21:49.938] # Examine "/home/postgres/postgres/build/testrun/test_extensions/regress/log/initdb.log" for the reason. [09:21:49.938] # Command was: "initdb" -D "/home/postgres/postgres/build/testrun/test_extensions/regress/tmp_check/data" --no-clean --no-sync --no-locale > "/home/postgres/postgres/build/testrun/test_extensions/regress/log/initdb.log" 2>&1 [09:21:49.938] [09:21:49.938] (test program exited with status code 2) [09:21:49.938] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.938] [09:21:49.968] ▶ 136/350 # test failed ERROR [09:21:49.981] ▶ 137/350 # test failed ERROR [09:21:49.986] 136/350 postgresql:test_pg_dump / test_pg_dump/regress ERROR 0.14s exit status 2 [09:21:49.992] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=181 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_pg_dump:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_pg_dump --pg-test-extra '' --testgroup test_pg_dump --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_pg_dump --expecteddir /home/postgres/postgres/src/test/modules/test_pg_dump --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_pg_dump --max-concurrent-tests=20 --dbname regression_test_pg_dump --outputdir /home/postgres/postgres/build/testrun/test_pg_dump/regress --temp-instance /home/postgres/postgres/build/testrun/test_pg_dump/regress/tmp_check --port 40082 test_pg_dump [09:21:49.992] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:49.992] stderr: [09:21:49.992] # copying of initdb template failed [09:21:49.992] # Examine "/home/postgres/postgres/build/testrun/test_pg_dump/regress/log/initdb.log" for the reason. [09:21:49.992] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_pg_dump/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_pg_dump/regress/log/initdb.log" 2>&1 [09:21:49.992] [09:21:49.992] (test program exited with status code 2) [09:21:49.992] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:49.992] [09:21:50.006] ▶ 138/350 # test failed ERROR [09:21:50.010] 135/350 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress ERROR 0.23s exit status 2 [09:21:50.012] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_lwlock_tranches:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=63 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_lwlock_tranches --pg-test-extra '' --testgroup test_lwlock_tranches --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_lwlock_tranches --expecteddir /home/postgres/postgres/src/test/modules/test_lwlock_tranches --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_lwlock_tranches --max-concurrent-tests=20 --dbname regression_test_lwlock_tranches --temp-config /home/postgres/postgres/build/../src/test/modules/test_lwlock_tranches/test_lwlock_tranches.conf --outputdir /home/postgres/postgres/build/testrun/test_lwlock_tranches/regress --temp-instance /home/postgres/postgres/build/testrun/test_lwlock_tranches/regress/tmp_check --port 40079 test_lwlock_tranches [09:21:50.012] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.012] stderr: [09:21:50.012] # copying of initdb template failed [09:21:50.012] # Examine "/home/postgres/postgres/build/testrun/test_lwlock_tranches/regress/log/initdb.log" for the reason. [09:21:50.012] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_lwlock_tranches/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_lwlock_tranches/regress/log/initdb.log" 2>&1 [09:21:50.012] [09:21:50.012] (test program exited with status code 2) [09:21:50.012] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.012] [09:21:50.047] ▶ 139/350 # test failed ERROR [09:21:50.047] ▶ 140/350 # test failed ERROR [09:21:50.048] 138/350 postgresql:test_parser / test_parser/regress ERROR 0.22s exit status 2 [09:21:50.049] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_parser:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=17 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_parser --pg-test-extra '' --testgroup test_parser --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_parser --expecteddir /home/postgres/postgres/src/test/modules/test_parser --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_parser --max-concurrent-tests=20 --dbname regression_test_parser --outputdir /home/postgres/postgres/build/testrun/test_parser/regress --temp-instance /home/postgres/postgres/build/testrun/test_parser/regress/tmp_check --port 40081 test_parser [09:21:50.049] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.049] stderr: [09:21:50.049] # copying of initdb template failed [09:21:50.049] # Examine "/home/postgres/postgres/build/testrun/test_parser/regress/log/initdb.log" for the reason. [09:21:50.049] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_parser/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_parser/regress/log/initdb.log" 2>&1 [09:21:50.049] [09:21:50.049] (test program exited with status code 2) [09:21:50.049] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.049] [09:21:50.067] 137/350 postgresql:test_lfind / test_lfind/regress ERROR 0.30s exit status 2 [09:21:50.068] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_lfind:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=155 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_lfind --pg-test-extra '' --testgroup test_lfind --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_lfind --expecteddir /home/postgres/postgres/src/test/modules/test_lfind --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_lfind --max-concurrent-tests=20 --dbname regression_test_lfind --outputdir /home/postgres/postgres/build/testrun/test_lfind/regress --temp-instance /home/postgres/postgres/build/testrun/test_lfind/regress/tmp_check --port 40078 test_lfind [09:21:50.068] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.068] stderr: [09:21:50.068] # copying of initdb template failed [09:21:50.068] # Examine "/home/postgres/postgres/build/testrun/test_lfind/regress/log/initdb.log" for the reason. [09:21:50.068] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_lfind/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_lfind/regress/log/initdb.log" 2>&1 [09:21:50.068] [09:21:50.068] (test program exited with status code 2) [09:21:50.068] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.068] [09:21:50.096] ▶ 141/350 # test failed ERROR [09:21:50.097] 139/350 postgresql:test_predtest / test_predtest/regress ERROR 0.20s exit status 2 [09:21:50.098] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_predtest:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=17 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_predtest --pg-test-extra '' --testgroup test_predtest --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_predtest --expecteddir /home/postgres/postgres/src/test/modules/test_predtest --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_predtest --max-concurrent-tests=20 --dbname regression_test_predtest --outputdir /home/postgres/postgres/build/testrun/test_predtest/regress --temp-instance /home/postgres/postgres/build/testrun/test_predtest/regress/tmp_check --port 40083 test_predtest [09:21:50.098] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.098] stderr: [09:21:50.098] # copying of initdb template failed [09:21:50.098] # Examine "/home/postgres/postgres/build/testrun/test_predtest/regress/log/initdb.log" for the reason. [09:21:50.098] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_predtest/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_predtest/regress/log/initdb.log" 2>&1 [09:21:50.098] [09:21:50.098] (test program exited with status code 2) [09:21:50.098] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.098] [09:21:50.099] 140/350 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR 0.30s exit status 2 [09:21:50.100] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=229 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_oat_hooks:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_oat_hooks --pg-test-extra '' --testgroup test_oat_hooks --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_oat_hooks --expecteddir /home/postgres/postgres/src/test/modules/test_oat_hooks --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_oat_hooks --max-concurrent-tests=20 --dbname regression_test_oat_hooks --no-locale --encoding=UTF8 --outputdir /home/postgres/postgres/build/testrun/test_oat_hooks/regress --temp-instance /home/postgres/postgres/build/testrun/test_oat_hooks/regress/tmp_check --port 40080 test_oat_hooks alter_table [09:21:50.100] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.100] stderr: [09:21:50.100] # initdb failed [09:21:50.100] # Examine "/home/postgres/postgres/build/testrun/test_oat_hooks/regress/log/initdb.log" for the reason. [09:21:50.100] # Command was: "initdb" -D "/home/postgres/postgres/build/testrun/test_oat_hooks/regress/tmp_check/data" --no-clean --no-sync --no-locale > "/home/postgres/postgres/build/testrun/test_oat_hooks/regress/log/initdb.log" 2>&1 [09:21:50.100] [09:21:50.100] (test program exited with status code 2) [09:21:50.100] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.100] [09:21:50.131] 141/350 postgresql:test_radixtree / test_radixtree/regress ERROR 0.19s exit status 2 [09:21:50.132] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=147 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_radixtree:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_radixtree --pg-test-extra '' --testgroup test_radixtree --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_radixtree --expecteddir /home/postgres/postgres/src/test/modules/test_radixtree --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_radixtree --max-concurrent-tests=20 --dbname regression_test_radixtree --outputdir /home/postgres/postgres/build/testrun/test_radixtree/regress --temp-instance /home/postgres/postgres/build/testrun/test_radixtree/regress/tmp_check --port 40084 test_radixtree [09:21:50.132] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.132] stderr: [09:21:50.132] # copying of initdb template failed [09:21:50.132] # Examine "/home/postgres/postgres/build/testrun/test_radixtree/regress/log/initdb.log" for the reason. [09:21:50.132] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_radixtree/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_radixtree/regress/log/initdb.log" 2>&1 [09:21:50.132] [09:21:50.132] (test program exited with status code 2) [09:21:50.132] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.132] [09:21:50.153] 134/350 postgresql:test_dsa / test_dsa/regress ERROR 0.56s exit status 2 [09:21:50.159] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=101 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_dsa:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_dsa --pg-test-extra '' --testgroup test_dsa --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_dsa --expecteddir /home/postgres/postgres/src/test/modules/test_dsa --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_dsa --max-concurrent-tests=20 --dbname regression_test_dsa --outputdir /home/postgres/postgres/build/testrun/test_dsa/regress --temp-instance /home/postgres/postgres/build/testrun/test_dsa/regress/tmp_check --port 40073 test_dsa [09:21:50.159] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.159] stderr: [09:21:50.159] # copying of initdb template failed [09:21:50.159] # Examine "/home/postgres/postgres/build/testrun/test_dsa/regress/log/initdb.log" for the reason. [09:21:50.159] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_dsa/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_dsa/regress/log/initdb.log" 2>&1 [09:21:50.159] [09:21:50.159] (test program exited with status code 2) [09:21:50.159] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.159] [09:21:50.181] ▶ 142/350 # test failed ERROR [09:21:50.185] ▶ 143/350 # test failed ERROR [09:21:50.218] ▶ 144/350 # test failed ERROR [09:21:50.219] ▶ 145/350 # test failed ERROR [09:21:50.220] 143/350 postgresql:test_regex / test_regex/regress ERROR 0.20s exit status 2 [09:21:50.220] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_regex:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=77 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_regex --pg-test-extra '' --testgroup test_regex --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_regex --expecteddir /home/postgres/postgres/src/test/modules/test_regex --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_regex --max-concurrent-tests=20 --dbname regression_test_regex --outputdir /home/postgres/postgres/build/testrun/test_regex/regress --temp-instance /home/postgres/postgres/build/testrun/test_regex/regress/tmp_check --port 40086 test_regex test_regex_utf8 [09:21:50.220] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.220] stderr: [09:21:50.220] # copying of initdb template failed [09:21:50.220] # Examine "/home/postgres/postgres/build/testrun/test_regex/regress/log/initdb.log" for the reason. [09:21:50.220] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_regex/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_regex/regress/log/initdb.log" 2>&1 [09:21:50.220] [09:21:50.220] (test program exited with status code 2) [09:21:50.220] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.220] [09:21:50.238] 144/350 postgresql:test_resowner / test_resowner/regress ERROR 0.19s exit status 2 [09:21:50.246] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=172 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_resowner:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_resowner --pg-test-extra '' --testgroup test_resowner --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_resowner --expecteddir /home/postgres/postgres/src/test/modules/test_resowner --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_resowner --max-concurrent-tests=20 --dbname regression_test_resowner --outputdir /home/postgres/postgres/build/testrun/test_resowner/regress --temp-instance /home/postgres/postgres/build/testrun/test_resowner/regress/tmp_check --port 40087 test_resowner [09:21:50.246] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.246] stderr: [09:21:50.246] # copying of initdb template failed [09:21:50.246] # Examine "/home/postgres/postgres/build/testrun/test_resowner/regress/log/initdb.log" for the reason. [09:21:50.246] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_resowner/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_resowner/regress/log/initdb.log" 2>&1 [09:21:50.246] [09:21:50.246] (test program exited with status code 2) [09:21:50.246] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.246] [09:21:50.249] 145/350 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR 0.18s exit status 2 [09:21:50.249] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=114 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_rls_hooks:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_rls_hooks --pg-test-extra '' --testgroup test_rls_hooks --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_rls_hooks --expecteddir /home/postgres/postgres/src/test/modules/test_rls_hooks --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_rls_hooks --max-concurrent-tests=20 --dbname regression_test_rls_hooks --outputdir /home/postgres/postgres/build/testrun/test_rls_hooks/regress --temp-instance /home/postgres/postgres/build/testrun/test_rls_hooks/regress/tmp_check --port 40088 test_rls_hooks [09:21:50.249] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.249] stderr: [09:21:50.249] # copying of initdb template failed [09:21:50.249] # Examine "/home/postgres/postgres/build/testrun/test_rls_hooks/regress/log/initdb.log" for the reason. [09:21:50.249] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_rls_hooks/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_rls_hooks/regress/log/initdb.log" 2>&1 [09:21:50.249] [09:21:50.249] (test program exited with status code 2) [09:21:50.249] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.249] [09:21:50.281] ▶ 146/350 # test failed ERROR [09:21:50.292] 142/350 postgresql:test_rbtree / test_rbtree/regress ERROR 0.30s exit status 2 [09:21:50.293] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_rbtree:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=244 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_rbtree --pg-test-extra '' --testgroup test_rbtree --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_rbtree --expecteddir /home/postgres/postgres/src/test/modules/test_rbtree --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_rbtree --max-concurrent-tests=20 --dbname regression_test_rbtree --outputdir /home/postgres/postgres/build/testrun/test_rbtree/regress --temp-instance /home/postgres/postgres/build/testrun/test_rbtree/regress/tmp_check --port 40085 test_rbtree [09:21:50.293] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.293] stderr: [09:21:50.293] # copying of initdb template failed [09:21:50.293] # Examine "/home/postgres/postgres/build/testrun/test_rbtree/regress/log/initdb.log" for the reason. [09:21:50.293] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_rbtree/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_rbtree/regress/log/initdb.log" 2>&1 [09:21:50.293] [09:21:50.293] (test program exited with status code 2) [09:21:50.293] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.293] [09:21:50.311] 146/350 postgresql:test_shm_mq / test_shm_mq/regress ERROR 0.21s exit status 2 [09:21:50.311] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_shm_mq:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=193 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_shm_mq --pg-test-extra '' --testgroup test_shm_mq --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_shm_mq --expecteddir /home/postgres/postgres/src/test/modules/test_shm_mq --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_shm_mq --max-concurrent-tests=20 --dbname regression_test_shm_mq --outputdir /home/postgres/postgres/build/testrun/test_shm_mq/regress --temp-instance /home/postgres/postgres/build/testrun/test_shm_mq/regress/tmp_check --port 40089 test_shm_mq [09:21:50.311] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.311] stderr: [09:21:50.311] # copying of initdb template failed [09:21:50.311] # Examine "/home/postgres/postgres/build/testrun/test_shm_mq/regress/log/initdb.log" for the reason. [09:21:50.311] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_shm_mq/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_shm_mq/regress/log/initdb.log" 2>&1 [09:21:50.311] [09:21:50.311] (test program exited with status code 2) [09:21:50.311] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.311] [09:21:50.330] ▶ 147/350 # test failed ERROR [09:21:50.332] ▶ 148/350 # test failed ERROR [09:21:50.362] ▶ 149/350 # test failed ERROR [09:21:50.364] ▶ 150/350 # test failed ERROR [09:21:50.366] 149/350 postgresql:test_tidstore / test_tidstore/regress ERROR 0.23s exit status 2 [09:21:50.366] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_tidstore:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=144 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_tidstore --pg-test-extra '' --testgroup test_tidstore --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_tidstore --expecteddir /home/postgres/postgres/src/test/modules/test_tidstore --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_tidstore --max-concurrent-tests=20 --dbname regression_test_tidstore --outputdir /home/postgres/postgres/build/testrun/test_tidstore/regress --temp-instance /home/postgres/postgres/build/testrun/test_tidstore/regress/tmp_check --port 40091 test_tidstore [09:21:50.366] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.366] stderr: [09:21:50.366] # copying of initdb template failed [09:21:50.366] # Examine "/home/postgres/postgres/build/testrun/test_tidstore/regress/log/initdb.log" for the reason. [09:21:50.366] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_tidstore/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_tidstore/regress/log/initdb.log" 2>&1 [09:21:50.366] [09:21:50.366] (test program exited with status code 2) [09:21:50.366] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.366] [09:21:50.383] 148/350 postgresql:test_slru / test_slru/regress ERROR 0.26s exit status 2 [09:21:50.383] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=149 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_slru:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_slru --pg-test-extra '' --testgroup test_slru --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/test_slru --expecteddir /home/postgres/postgres/src/test/modules/test_slru --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/test_slru --max-concurrent-tests=20 --dbname regression_test_slru --temp-config /home/postgres/postgres/build/../src/test/modules/test_slru/test_slru.conf --outputdir /home/postgres/postgres/build/testrun/test_slru/regress --temp-instance /home/postgres/postgres/build/testrun/test_slru/regress/tmp_check --port 40090 test_slru [09:21:50.383] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.383] stderr: [09:21:50.383] # copying of initdb template failed [09:21:50.383] # Examine "/home/postgres/postgres/build/testrun/test_slru/regress/log/initdb.log" for the reason. [09:21:50.383] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/test_slru/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/test_slru/regress/log/initdb.log" 2>&1 [09:21:50.383] [09:21:50.383] (test program exited with status code 2) [09:21:50.383] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.383] [09:21:50.395] 150/350 postgresql:unsafe_tests / unsafe_tests/regress ERROR 0.17s exit status 2 [09:21:50.400] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=70 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/unsafe_tests:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/unsafe_tests --pg-test-extra '' --testgroup unsafe_tests --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/unsafe_tests --expecteddir /home/postgres/postgres/src/test/modules/unsafe_tests --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/unsafe_tests --max-concurrent-tests=20 --dbname regression_unsafe_tests --create-role=regress_authenticated_user_db_sr --create-role=regress_authenticated_user_db_ssa --create-role=regress_authenticated_user_sr --create-role=regress_authenticated_user_ssa --outputdir /home/postgres/postgres/build/testrun/unsafe_tests/regress --temp-instance /home/postgres/postgres/build/testrun/unsafe_tests/regress/tmp_check --port 40093 rolenames setconfig alter_system_table guc_privs [09:21:50.400] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.400] stderr: [09:21:50.400] # copying of initdb template failed [09:21:50.400] # Examine "/home/postgres/postgres/build/testrun/unsafe_tests/regress/log/initdb.log" for the reason. [09:21:50.400] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/unsafe_tests/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/unsafe_tests/regress/log/initdb.log" 2>&1 [09:21:50.400] [09:21:50.400] (test program exited with status code 2) [09:21:50.400] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.400] [09:21:50.445] ▶ 151/350 # test failed ERROR [09:21:50.502] 151/350 postgresql:ecpg / ecpg/ecpg ERROR 0.25s exit status 2 [09:21:50.504] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/interfaces/ecpg/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=103 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/ecpg/compatlib:/home/postgres/postgres/build/src/interfaces/ecpg/ecpglib:/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/src/interfaces/ecpg/pgtypeslib:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/interfaces/ecpg/test --pg-test-extra '' --testgroup ecpg --testname ecpg -- /home/postgres/postgres/build/src/interfaces/ecpg/test/pg_regress_ecpg --inputdir /home/postgres/postgres/build/src/interfaces/ecpg/test --expecteddir /home/postgres/postgres/src/interfaces/ecpg/test --bindir '' --dlpath /home/postgres/postgres/build/src/interfaces/ecpg/test --max-concurrent-tests=20 --dbname ecpg1_regression,ecpg2_regression --dbname=ecpg1_regression,ecpg2_regression --create-role=regress_ecpg_user1,regress_ecpg_user2 --outputdir /home/postgres/postgres/build/testrun/ecpg/ecpg --temp-instance /home/postgres/postgres/build/testrun/ecpg/ecpg/tmp_check --port 40094 --schedule /home/postgres/postgres/build/../src/interfaces/ecpg/test/ecpg_schedule sql/twophase [09:21:50.504] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.504] stderr: [09:21:50.504] # copying of initdb template failed [09:21:50.504] # Examine "/home/postgres/postgres/build/testrun/ecpg/ecpg/log/initdb.log" for the reason. [09:21:50.504] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/ecpg/ecpg/tmp_check/data" > "/home/postgres/postgres/build/testrun/ecpg/ecpg/log/initdb.log" 2>&1 [09:21:50.504] [09:21:50.504] (test program exited with status code 2) [09:21:50.504] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.504] [09:21:50.568] 147/350 postgresql:typcache / typcache/regress ERROR 0.40s exit status 2 [09:21:50.570] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=73 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/typcache:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/typcache --pg-test-extra '' --testgroup typcache --testname regress -- /home/postgres/postgres/build/src/test/regress/pg_regress --inputdir /home/postgres/postgres/src/test/modules/typcache --expecteddir /home/postgres/postgres/src/test/modules/typcache --bindir '' --dlpath /home/postgres/postgres/build/src/test/modules/typcache --max-concurrent-tests=20 --dbname regression_typcache --outputdir /home/postgres/postgres/build/testrun/typcache/regress --temp-instance /home/postgres/postgres/build/testrun/typcache/regress/tmp_check --port 40092 typcache_rel_type_cache [09:21:50.570] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.570] stderr: [09:21:50.570] # copying of initdb template failed [09:21:50.570] # Examine "/home/postgres/postgres/build/testrun/typcache/regress/log/initdb.log" for the reason. [09:21:50.570] # Command was: cp -RPp "/home/postgres/postgres/build/tmp_install/initdb-template" "/home/postgres/postgres/build/testrun/typcache/regress/tmp_check/data" > "/home/postgres/postgres/build/testrun/typcache/regress/log/initdb.log" 2>&1 [09:21:50.570] [09:21:50.570] (test program exited with status code 2) [09:21:50.570] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.570] [09:21:50.774] 152/350 postgresql:libpq / libpq/004_load_balance_dns SKIP 0.41s [09:21:50.900] ▶ 153/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/libpq/006_service/data/t_006_service_node_data/pgdata": 256 ERROR [09:21:50.936] 153/350 postgresql:libpq / libpq/006_service ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:21:50.937] >>> LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build with_krb_srvnam=postgres REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=177 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_gssapi=no PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/src/interfaces/libpq/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/interfaces/libpq --pg-test-extra '' --testgroup libpq --testname 006_service -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/interfaces/libpq /home/postgres/postgres/src/interfaces/libpq/t/006_service.pl [09:21:50.937] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:50.937] stderr: [09:21:50.937] [09:21:50.937] (test program exited with status code 255) [09:21:50.937] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:50.937] [09:21:50.963] 154/350 postgresql:libpq / libpq/002_api OK 0.67s 1 subtests passed [09:21:50.992] ▶ 155/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/libpq/005_negotiate_encryption/data/t_005_negotiate_encryption_node_data/pgdata": 256 ERROR [09:21:51.050] 155/350 postgresql:libpq / libpq/005_negotiate_encryption ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:21:51.050] >>> LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=135 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so with_krb_srvnam=postgres MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_gssapi=no PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/src/interfaces/libpq/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/interfaces/libpq --pg-test-extra '' --testgroup libpq --testname 005_negotiate_encryption -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/interfaces/libpq /home/postgres/postgres/src/interfaces/libpq/t/005_negotiate_encryption.pl [09:21:51.050] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.050] stderr: [09:21:51.050] [09:21:51.050] (test program exited with status code 255) [09:21:51.050] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.050] [09:21:51.084] ▶ 156/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/libpq/003_load_balance_host_list/data/t_003_load_balance_host_list_node1_data/pgdata": 256 ERROR [09:21:51.124] 156/350 postgresql:libpq / libpq/003_load_balance_host_list ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:21:51.128] >>> LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build with_krb_srvnam=postgres REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=119 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_gssapi=no PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/src/interfaces/libpq/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/interfaces/libpq --pg-test-extra '' --testgroup libpq --testname 003_load_balance_host_list -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/interfaces/libpq /home/postgres/postgres/src/interfaces/libpq/t/003_load_balance_host_list.pl [09:21:51.128] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.128] stderr: [09:21:51.128] [09:21:51.128] (test program exited with status code 255) [09:21:51.128] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.128] [09:21:51.189] 157/350 postgresql:pg_amcheck / pg_amcheck/001_basic OK 0.41s 9 subtests passed [09:21:51.313] ▶ 158/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_amcheck/002_nonesuch/data/t_002_nonesuch_test_data/pgdata": 256 ERROR [09:21:51.355] 158/350 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:21:51.355] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=115 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_amcheck:/home/postgres/postgres/build/src/bin/pg_amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_amcheck --pg-test-extra '' --testgroup pg_amcheck --testname 002_nonesuch -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_amcheck /home/postgres/postgres/src/bin/pg_amcheck/t/002_nonesuch.pl [09:21:51.355] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.355] stderr: [09:21:51.355] [09:21:51.355] (test program exited with status code 255) [09:21:51.355] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.355] [09:21:51.445] 159/350 postgresql:libpq-oauth / libpq-oauth/001_oauth OK 0.89s 55 subtests passed [09:21:51.484] ▶ 160/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_amcheck/004_verify_heapam/data/t_004_verify_heapam_test_data/pgdata --auth trust --no-data-checksums" exited with value 1 ERROR [09:21:51.503] 160/350 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:21:51.505] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=212 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_amcheck:/home/postgres/postgres/build/src/bin/pg_amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_amcheck --pg-test-extra '' --testgroup pg_amcheck --testname 004_verify_heapam -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_amcheck /home/postgres/postgres/src/bin/pg_amcheck/t/004_verify_heapam.pl [09:21:51.505] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.505] stderr: [09:21:51.505] [09:21:51.505] (test program exited with status code 255) [09:21:51.505] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.505] [09:21:51.537] ▶ 161/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_amcheck/005_opclass_damage/data/t_005_opclass_damage_test_data/pgdata": 256 ERROR [09:21:51.567] 161/350 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:21:51.568] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=44 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_amcheck:/home/postgres/postgres/build/src/bin/pg_amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_amcheck --pg-test-extra '' --testgroup pg_amcheck --testname 005_opclass_damage -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_amcheck /home/postgres/postgres/src/bin/pg_amcheck/t/005_opclass_damage.pl [09:21:51.568] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.568] stderr: [09:21:51.568] [09:21:51.568] (test program exited with status code 255) [09:21:51.568] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.568] [09:21:51.816] ▶ 162/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_basebackup/011_in_place_tablespace/data/t_011_in_place_tablespace_main_data/pgdata": 256 ERROR [09:21:51.856] 162/350 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:51.858] >>> MALLOC_PERTURB_=206 TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_basebackup:/home/postgres/postgres/build/src/bin/pg_basebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_basebackup --pg-test-extra '' --testgroup pg_basebackup --testname 011_in_place_tablespace -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_basebackup /home/postgres/postgres/src/bin/pg_basebackup/t/011_in_place_tablespace.pl [09:21:51.858] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:51.858] stderr: [09:21:51.858] [09:21:51.858] (test program exited with status code 255) [09:21:51.858] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:51.858] [09:21:51.885] ▶ 163/350 - successful creation FAIL [09:21:51.885] ▶ 163/350 - check PGDATA permissions FAIL [09:21:51.892] 164/350 postgresql:pg_archivecleanup / pg_archivecleanup/010_pg_archivecleanup OK 0.70s 51 subtests passed [09:21:51.916] ▶ 163/350 - checksums are enabled in control file: exit code 0 FAIL [09:21:51.916] ▶ 163/350 - checksums are enabled in control file: no stderr FAIL [09:21:51.918] ▶ 163/350 - checksums are enabled in control file: matches FAIL [09:21:51.918] ▶ 165/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_amcheck/003_check/data/t_003_check_test_data/pgdata --auth trust --no-data-checksums" exited with value 1 ERROR [09:21:52.014] 165/350 postgresql:pg_amcheck / pg_amcheck/003_check ERROR 1.05s (exit status 255 or signal 127 SIGinvalid) [09:21:52.014] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=115 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_amcheck:/home/postgres/postgres/build/src/bin/pg_amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_amcheck --pg-test-extra '' --testgroup pg_amcheck --testname 003_check -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_amcheck /home/postgres/postgres/src/bin/pg_amcheck/t/003_check.pl [09:21:52.014] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.014] stderr: [09:21:52.014] [09:21:52.014] (test program exited with status code 255) [09:21:52.014] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.014] [09:21:52.124] ▶ 166/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/pgdata --auth trust --data-checksums" exited with value 1 ERROR [09:21:52.155] ▶ 163/350 - successful creation with group access FAIL [09:21:52.164] ▶ 167/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata": 256 ERROR [09:21:52.197] 167/350 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:21:52.197] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_basebackup:/home/postgres/postgres/build/src/bin/pg_basebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=51 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_basebackup --pg-test-extra '' --testgroup pg_basebackup --testname 030_pg_recvlogical -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_basebackup /home/postgres/postgres/src/bin/pg_basebackup/t/030_pg_recvlogical.pl [09:21:52.197] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.197] stderr: [09:21:52.197] [09:21:52.197] (test program exited with status code 255) [09:21:52.197] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.197] [09:21:52.237] ▶ 168/350 - pg_checksums --help exit code 0 FAIL [09:21:52.238] ▶ 168/350 - pg_checksums --help goes to stdout FAIL [09:21:52.239] ▶ 168/350 - pg_checksums --help nothing to stderr FAIL [09:21:52.256] ▶ 169/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_basebackup/020_pg_receivewal/data/t_020_pg_receivewal_primary_data/pgdata --auth trust --wal-segsize=1" exited with value 1 ERROR [09:21:52.263] ▶ 163/350 - locale provider ICU requires --icu-locale: matches FAIL [09:21:52.285] ▶ 168/350 - pg_checksums --version exit code 0 FAIL [09:21:52.306] 166/350 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR 0.94s (exit status 255 or signal 127 SIGinvalid) [09:21:52.309] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=66 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_basebackup:/home/postgres/postgres/build/src/bin/pg_basebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_basebackup --pg-test-extra '' --testgroup pg_basebackup --testname 010_pg_basebackup -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_basebackup /home/postgres/postgres/src/bin/pg_basebackup/t/010_pg_basebackup.pl [09:21:52.309] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.309] stderr: [09:21:52.309] [09:21:52.309] (test program exited with status code 255) [09:21:52.309] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.309] [09:21:52.330] ▶ 168/350 - pg_checksums --version goes to stdout FAIL [09:21:52.330] ▶ 168/350 - pg_checksums --version nothing to stderr FAIL [09:21:52.330] ▶ 163/350 - option --icu-locale FAIL [09:21:52.332] 169/350 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:21:52.332] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=192 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_basebackup:/home/postgres/postgres/build/src/bin/pg_basebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_basebackup --pg-test-extra '' --testgroup pg_basebackup --testname 020_pg_receivewal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_basebackup /home/postgres/postgres/src/bin/pg_basebackup/t/020_pg_receivewal.pl [09:21:52.332] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.332] stderr: [09:21:52.332] [09:21:52.332] (test program exited with status code 255) [09:21:52.332] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.332] [09:21:52.346] ▶ 163/350 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0 FAIL [09:21:52.361] ▶ 163/350 - options --locale-provider=icu --locale=und --lc-*=C: no stderr FAIL [09:21:52.361] ▶ 163/350 - options --locale-provider=icu --locale=und --lc-*=C: matches FAIL [09:21:52.374] 168/350 postgresql:pg_checksums / pg_checksums/001_basic ERROR 0.48s exit status 6 [09:21:52.380] >>> MALLOC_PERTURB_=228 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_checksums:/home/postgres/postgres/build/src/bin/pg_checksums/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_checksums --pg-test-extra '' --testgroup pg_checksums --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_checksums /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl [09:21:52.380] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.380] stderr: [09:21:52.380] # Failed test 'pg_checksums --help exit code 0' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 9. [09:21:52.380] # Failed test 'pg_checksums --help goes to stdout' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 9. [09:21:52.380] # got: '' [09:21:52.380] # expected: anything else [09:21:52.380] # Failed test 'pg_checksums --help nothing to stderr' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 9. [09:21:52.380] # got: 'ld.so: pg_checksums: relocation error 37 idx 17 [09:21:52.380] # ' [09:21:52.380] # expected: '' [09:21:52.380] # Failed test 'pg_checksums --version exit code 0' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 10. [09:21:52.380] # Failed test 'pg_checksums --version goes to stdout' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 10. [09:21:52.380] # got: '' [09:21:52.380] # expected: anything else [09:21:52.380] # Failed test 'pg_checksums --version nothing to stderr' [09:21:52.380] # at /home/postgres/postgres/src/bin/pg_checksums/t/001_basic.pl line 10. [09:21:52.380] # got: 'ld.so: pg_checksums: relocation error 37 idx 17 [09:21:52.380] # ' [09:21:52.380] # expected: '' [09:21:52.380] # Looks like you failed 6 tests of 9. [09:21:52.380] [09:21:52.380] (test program exited with status code 6) [09:21:52.380] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.380] [09:21:52.409] ▶ 163/350 - fails for invalid ICU locale: matches FAIL [09:21:52.423] ▶ 163/350 - fails for encoding not supported by ICU: matches FAIL [09:21:52.441] ▶ 163/350 - fails for nonsense language: matches FAIL [09:21:52.467] ▶ 163/350 - fails for invalid collation argument: matches FAIL [09:21:52.529] ▶ 163/350 - locale provider builtin with --locale FAIL [09:21:52.557] ▶ 163/350 - locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8 FAIL [09:21:52.737] ▶ 170/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_checksums/002_actions/data/t_002_actions_node_checksum_data/pgdata --auth trust --no-data-checksums" exited with value 1 ERROR [09:21:52.766] ▶ 163/350 - locale provider builtin with --lc-ctype FAIL [09:21:52.778] 170/350 postgresql:pg_checksums / pg_checksums/002_actions ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:21:52.779] >>> MALLOC_PERTURB_=67 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_checksums:/home/postgres/postgres/build/src/bin/pg_checksums/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_checksums --pg-test-extra '' --testgroup pg_checksums --testname 002_actions -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_checksums /home/postgres/postgres/src/bin/pg_checksums/t/002_actions.pl [09:21:52.779] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.779] stderr: [09:21:52.779] [09:21:52.779] (test program exited with status code 255) [09:21:52.779] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.779] [09:21:52.807] ▶ 171/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/002_compare_backups/data/t_002_compare_backups_primary_data/pgdata": 256 ERROR [09:21:52.815] ▶ 172/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/003_timeline/data/t_003_timeline_node1_data/pgdata": 256 ERROR [09:21:52.827] 171/350 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:52.829] >>> MALLOC_PERTURB_=180 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 002_compare_backups -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/002_compare_backups.pl [09:21:52.829] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.829] stderr: [09:21:52.829] [09:21:52.829] (test program exited with status code 255) [09:21:52.829] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.829] [09:21:52.877] 172/350 postgresql:pg_combinebackup / pg_combinebackup/003_timeline ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:21:52.878] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=48 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 003_timeline -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/003_timeline.pl [09:21:52.878] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:52.878] stderr: [09:21:52.878] [09:21:52.878] (test program exited with status code 255) [09:21:52.878] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:52.878] [09:21:52.940] ▶ 173/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_basebackup/040_pg_createsubscriber/data/t_040_pg_createsubscriber_node_p_data/pgdata": 256 ERROR [09:21:53.047] 173/350 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber ERROR 1.18s (exit status 255 or signal 127 SIGinvalid) [09:21:53.047] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=147 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_basebackup:/home/postgres/postgres/build/src/bin/pg_basebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_basebackup --pg-test-extra '' --testgroup pg_basebackup --testname 040_pg_createsubscriber -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_basebackup /home/postgres/postgres/src/bin/pg_basebackup/t/040_pg_createsubscriber.pl [09:21:53.047] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.047] stderr: [09:21:53.047] [09:21:53.047] (test program exited with status code 255) [09:21:53.047] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.047] [09:21:53.125] ▶ 163/350 - multiple --set options with different case FAIL [09:21:53.127] 163/350 postgresql:initdb / initdb/001_initdb ERROR 2.55s exit status 2 [09:21:53.128] >>> MALLOC_PERTURB_=208 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/initdb:/home/postgres/postgres/build/src/bin/initdb/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/initdb --pg-test-extra '' --testgroup initdb --testname 001_initdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/initdb /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl [09:21:53.128] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.128] stderr: [09:21:53.128] # Failed test 'successful creation' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 51. [09:21:53.128] # Failed test 'check PGDATA permissions' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 67. [09:21:53.128] # Failed test 'checksums are enabled in control file: exit code 0' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 74. [09:21:53.128] # Failed test 'checksums are enabled in control file: no stderr' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 74. [09:21:53.128] # got: 'pg_controldata: error: could not open file "/home/postgres/postgres/build/testrun/initdb/001_initdb/data/tmp_test_TVps/data/global/pg_control" for reading: No such file or directory [09:21:53.128] # ' [09:21:53.128] # expected: '' [09:21:53.128] # Failed test 'checksums are enabled in control file: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 74. [09:21:53.128] # '' [09:21:53.128] # doesn't match '(?^:Data page checksum version:.*1)' [09:21:53.128] # Failed test 'successful creation with group access' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 105. [09:21:53.128] # Failed test 'locale provider ICU requires --icu-locale: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 116. [09:21:53.128] # 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # doesn't match '(?^:initdb: error: locale must be specified if provider is icu)' [09:21:53.128] # Failed test 'option --icu-locale' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 125. [09:21:53.128] # Failed test 'options --locale-provider=icu --locale=und --lc-*=C: exit code 0' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 134. [09:21:53.128] # Failed test 'options --locale-provider=icu --locale=und --lc-*=C: no stderr' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 134. [09:21:53.128] # got: 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # expected: '' [09:21:53.128] # Failed test 'options --locale-provider=icu --locale=und --lc-*=C: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 134. [09:21:53.128] # '' [09:21:53.128] # doesn't match '(?^ms:^\s+default collation:\s+und\n)' [09:21:53.128] # Failed test 'fails for invalid ICU locale: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 151. [09:21:53.128] # 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # doesn't match '(?^:could not open collator for locale)' [09:21:53.128] # Failed test 'fails for encoding not supported by ICU: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 161. [09:21:53.128] # 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # doesn't match '(?^:error: encoding mismatch)' [09:21:53.128] # Failed test 'fails for nonsense language: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 172. [09:21:53.128] # 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # doesn't match '(?^:error: locale "nonsense-nowhere" has unknown language "nonsense")' [09:21:53.128] # Failed test 'fails for invalid collation argument: matches' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 182. [09:21:53.128] # 'ld.so: postgres: relocation error 37 idx 12635 [09:21:53.128] # Killed [09:21:53.128] # no data was returned by command ""/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/postgres" -V" [09:21:53.128] # child process exited with exit code 137 [09:21:53.128] # initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/home/postgres/postgres/build/tmp_install/usr/local/pgsql/bin/initdb" [09:21:53.128] # ' [09:21:53.128] # doesn't match '(?^:could not open collator for locale "und-u-kn-lower": U_ILLEGAL_ARGUMENT_ERROR)' [09:21:53.128] # Failed test 'locale provider builtin with --locale' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 211. [09:21:53.128] # Failed test 'locale provider builtin with --encoding=UTF-8 --builtin-locale=C.UTF-8' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 220. [09:21:53.128] # Failed test 'locale provider builtin with --lc-ctype' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 245. [09:21:53.128] # Failed test 'multiple --set options with different case' [09:21:53.128] # at /home/postgres/postgres/src/bin/initdb/t/001_initdb.pl line 300. [09:21:53.128] # Tests were run but no plan was declared and done_testing() was not seen. [09:21:53.128] # Looks like your test exited with 2 just after 49. [09:21:53.128] [09:21:53.128] (test program exited with status code 2) [09:21:53.128] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.128] [09:21:53.152] ▶ 174/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/004_manifest/data/t_004_manifest_node_data/pgdata": 256 ERROR [09:21:53.195] 175/350 postgresql:libpq / libpq/001_uri OK 2.93s 63 subtests passed [09:21:53.214] 174/350 postgresql:pg_combinebackup / pg_combinebackup/004_manifest ERROR 0.83s (exit status 255 or signal 127 SIGinvalid) [09:21:53.214] >>> MALLOC_PERTURB_=118 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 004_manifest -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/004_manifest.pl [09:21:53.214] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.214] stderr: [09:21:53.214] [09:21:53.214] (test program exited with status code 255) [09:21:53.214] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.214] [09:21:53.262] ▶ 176/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/005_integrity/data/t_005_integrity_node1_data/pgdata": 256 ERROR [09:21:53.306] 176/350 postgresql:pg_combinebackup / pg_combinebackup/005_integrity ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:53.308] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=219 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 005_integrity -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/005_integrity.pl [09:21:53.308] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.308] stderr: [09:21:53.308] [09:21:53.308] (test program exited with status code 255) [09:21:53.308] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.308] [09:21:53.496] ▶ 177/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/006_db_file_copy/data/t_006_db_file_copy_primary_data/pgdata": 256 ERROR [09:21:53.548] 177/350 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy ERROR 0.72s (exit status 255 or signal 127 SIGinvalid) [09:21:53.551] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=59 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 006_db_file_copy -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/006_db_file_copy.pl [09:21:53.551] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.551] stderr: [09:21:53.551] [09:21:53.551] (test program exited with status code 255) [09:21:53.551] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.551] [09:21:53.607] ▶ 178/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/010_hardlink/data/t_010_hardlink_primary_data/pgdata": 256 ERROR [09:21:53.607] ▶ 179/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/008_promote/data/t_008_promote_node1_data/pgdata": 256 ERROR [09:21:53.607] ▶ 180/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/007_wal_level_minimal/data/t_007_wal_level_minimal_node1_data/pgdata": 256 ERROR [09:21:53.607] 178/350 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:53.607] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=24 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 010_hardlink -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/010_hardlink.pl [09:21:53.607] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.607] stderr: [09:21:53.607] [09:21:53.607] (test program exited with status code 255) [09:21:53.607] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.607] [09:21:53.607] 179/350 postgresql:pg_combinebackup / pg_combinebackup/008_promote ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:21:53.607] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=122 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 008_promote -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/008_promote.pl [09:21:53.607] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.607] stderr: [09:21:53.607] [09:21:53.607] (test program exited with status code 255) [09:21:53.607] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.607] [09:21:53.646] 180/350 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal ERROR 0.77s (exit status 255 or signal 127 SIGinvalid) [09:21:53.684] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=102 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 007_wal_level_minimal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/007_wal_level_minimal.pl [09:21:53.684] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.684] stderr: [09:21:53.684] [09:21:53.684] (test program exited with status code 255) [09:21:53.684] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.684] [09:21:53.723] ▶ 181/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_combinebackup/009_no_full_file/data/t_009_no_full_file_primary_data/pgdata": 256 ERROR [09:21:53.770] 182/350 postgresql:pg_combinebackup / pg_combinebackup/001_basic OK 1.57s 13 subtests passed [09:21:53.804] ▶ 183/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_controldata/001_pg_controldata/data/t_001_pg_controldata_main_data/pgdata": 256 ERROR [09:21:53.807] 181/350 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:21:53.820] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_combinebackup:/home/postgres/postgres/build/src/bin/pg_combinebackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=196 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_combinebackup --pg-test-extra '' --testgroup pg_combinebackup --testname 009_no_full_file -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_combinebackup /home/postgres/postgres/src/bin/pg_combinebackup/t/009_no_full_file.pl [09:21:53.820] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:53.820] stderr: [09:21:53.820] [09:21:53.820] (test program exited with status code 255) [09:21:53.820] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:53.820] [09:21:53.923] 184/350 postgresql:pg_config / pg_config/001_pg_config OK 0.71s 21 subtests passed [09:21:54.056] 183/350 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR 0.74s (exit status 255 or signal 127 SIGinvalid) [09:21:54.056] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_controldata:/home/postgres/postgres/build/src/bin/pg_controldata/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=43 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_controldata --pg-test-extra '' --testgroup pg_controldata --testname 001_pg_controldata -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_controldata /home/postgres/postgres/src/bin/pg_controldata/t/001_pg_controldata.pl [09:21:54.056] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.056] stderr: [09:21:54.056] [09:21:54.056] (test program exited with status code 255) [09:21:54.056] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.056] [09:21:54.185] ▶ 185/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_ctl/002_status/data/t_002_status_main_data/pgdata": 256 ERROR [09:21:54.207] ▶ 186/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_dump/003_pg_dump_with_server/data/t_003_pg_dump_with_server_main_data/pgdata": 256 ERROR [09:21:54.233] ▶ 187/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_ctl/004_logrotate/data/t_004_logrotate_primary_data/pgdata": 256 ERROR [09:21:54.235] 185/350 postgresql:pg_ctl / pg_ctl/002_status ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:21:54.236] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=215 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_ctl:/home/postgres/postgres/build/src/bin/pg_ctl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_ctl --pg-test-extra '' --testgroup pg_ctl --testname 002_status -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_ctl /home/postgres/postgres/src/bin/pg_ctl/t/002_status.pl [09:21:54.236] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.236] stderr: [09:21:54.236] [09:21:54.236] (test program exited with status code 255) [09:21:54.236] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.236] [09:21:54.256] ▶ 188/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_ctl/003_promote/data/t_003_promote_primary_data/pgdata": 256 ERROR [09:21:54.270] ▶ 189/350 - pg_ctl initdb FAIL [09:21:54.288] 188/350 postgresql:pg_ctl / pg_ctl/003_promote ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:21:54.290] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_ctl:/home/postgres/postgres/build/src/bin/pg_ctl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=76 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_ctl --pg-test-extra '' --testgroup pg_ctl --testname 003_promote -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_ctl /home/postgres/postgres/src/bin/pg_ctl/t/003_promote.pl [09:21:54.290] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.290] stderr: [09:21:54.290] [09:21:54.290] (test program exited with status code 255) [09:21:54.290] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.290] [09:21:54.341] ▶ 190/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_dump/002_pg_dump/data/t_002_pg_dump_main_data/pgdata": 256 ERROR [09:21:54.343] 186/350 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:21:54.344] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=117 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_dump:/home/postgres/postgres/build/src/bin/pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ZSTD=/usr/local/bin/zstd LZ4=/usr/local/bin/lz4 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_dump --pg-test-extra '' --testgroup pg_dump --testname 003_pg_dump_with_server -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_dump /home/postgres/postgres/src/bin/pg_dump/t/003_pg_dump_with_server.pl [09:21:54.344] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.344] stderr: [09:21:54.344] [09:21:54.344] (test program exited with status code 255) [09:21:54.344] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.344] [09:21:54.368] 187/350 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:21:54.370] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_ctl:/home/postgres/postgres/build/src/bin/pg_ctl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=54 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_ctl --pg-test-extra '' --testgroup pg_ctl --testname 004_logrotate -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_ctl /home/postgres/postgres/src/bin/pg_ctl/t/004_logrotate.pl [09:21:54.370] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.370] stderr: [09:21:54.370] [09:21:54.370] (test program exited with status code 255) [09:21:54.370] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.370] [09:21:54.389] 190/350 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:21:54.389] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=46 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_dump:/home/postgres/postgres/build/src/bin/pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ZSTD=/usr/local/bin/zstd LZ4=/usr/local/bin/lz4 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_dump --pg-test-extra '' --testgroup pg_dump --testname 002_pg_dump -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_dump /home/postgres/postgres/src/bin/pg_dump/t/002_pg_dump.pl [09:21:54.389] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.389] stderr: [09:21:54.389] [09:21:54.389] (test program exited with status code 255) [09:21:54.389] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.389] [09:21:54.639] ▶ 191/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_dump/005_pg_dump_filterfile/data/t_005_pg_dump_filterfile_main_data/pgdata": 256 ERROR [09:21:54.714] ▶ 192/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata": 256 ERROR [09:21:54.714] ▶ 193/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_dump/010_dump_connstr/data/t_010_dump_connstr_main_data/pgdata --auth trust --username regress_postgres --locale C --encoding LATIN1" exited with value 1 ERROR [09:21:54.714] ▶ 194/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_resetwal/002_corrupted/data/t_002_corrupted_main_data/pgdata": 256 ERROR [09:21:54.718] 191/350 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:21:54.718] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=48 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_dump:/home/postgres/postgres/build/src/bin/pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ZSTD=/usr/local/bin/zstd LZ4=/usr/local/bin/lz4 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_dump --pg-test-extra '' --testgroup pg_dump --testname 005_pg_dump_filterfile -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_dump /home/postgres/postgres/src/bin/pg_dump/t/005_pg_dump_filterfile.pl [09:21:54.718] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.718] stderr: [09:21:54.718] [09:21:54.718] (test program exited with status code 255) [09:21:54.718] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.718] [09:21:54.718] 193/350 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:21:54.718] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_dump:/home/postgres/postgres/build/src/bin/pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ZSTD=/usr/local/bin/zstd LZ4=/usr/local/bin/lz4 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=220 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_dump --pg-test-extra '' --testgroup pg_dump --testname 010_dump_connstr -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_dump /home/postgres/postgres/src/bin/pg_dump/t/010_dump_connstr.pl [09:21:54.718] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.718] stderr: [09:21:54.718] [09:21:54.718] (test program exited with status code 255) [09:21:54.718] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.718] [09:21:54.748] 194/350 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:21:54.749] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_resetwal:/home/postgres/postgres/build/src/bin/pg_resetwal/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=181 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_resetwal --pg-test-extra '' --testgroup pg_resetwal --testname 002_corrupted -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_resetwal /home/postgres/postgres/src/bin/pg_resetwal/t/002_corrupted.pl [09:21:54.749] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.749] stderr: [09:21:54.749] [09:21:54.749] (test program exited with status code 255) [09:21:54.749] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.749] [09:21:54.752] 189/350 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR 1.20s exit status 2 [09:21:54.752] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=214 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_ctl:/home/postgres/postgres/build/src/bin/pg_ctl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_ctl --pg-test-extra '' --testgroup pg_ctl --testname 001_start_stop -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_ctl /home/postgres/postgres/src/bin/pg_ctl/t/001_start_stop.pl [09:21:54.752] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.752] stderr: [09:21:54.752] # Failed test 'pg_ctl initdb' [09:21:54.752] # at /home/postgres/postgres/src/bin/pg_ctl/t/001_start_stop.pl line 21. [09:21:54.752] # Tests were run but no plan was declared and done_testing() was not seen. [09:21:54.752] # Looks like your test exited with 2 just after 12. [09:21:54.752] [09:21:54.752] (test program exited with status code 2) [09:21:54.752] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.752] [09:21:54.786] 192/350 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:21:54.786] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_resetwal:/home/postgres/postgres/build/src/bin/pg_resetwal/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=123 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_resetwal --pg-test-extra '' --testgroup pg_resetwal --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_resetwal /home/postgres/postgres/src/bin/pg_resetwal/t/001_basic.pl [09:21:54.786] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.786] stderr: [09:21:54.786] [09:21:54.786] (test program exited with status code 255) [09:21:54.786] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.786] [09:21:54.896] ▶ 195/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/001_basic/data/t_001_basic_primary_local_data/pgdata": 256 ERROR [09:21:54.905] ▶ 196/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata": 256 ERROR [09:21:54.928] 195/350 postgresql:pg_rewind / pg_rewind/001_basic ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:21:54.928] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=101 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/001_basic.pl [09:21:54.928] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:54.928] stderr: [09:21:54.928] [09:21:54.928] (test program exited with status code 255) [09:21:54.928] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:54.928] [09:21:55.050] ▶ 197/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/003_extrafiles/data/t_003_extrafiles_primary_local_data/pgdata": 256 ERROR [09:21:55.116] 197/350 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:21:55.116] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=135 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 003_extrafiles -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/003_extrafiles.pl [09:21:55.116] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.116] stderr: [09:21:55.116] [09:21:55.116] (test program exited with status code 255) [09:21:55.116] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.116] [09:21:55.156] ▶ 198/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pg_rewind/002_databases/data/t_002_databases_primary_local_data/pgdata --auth trust -g" exited with value 1 ERROR [09:21:55.158] 196/350 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 1.10s (exit status 255 or signal 127 SIGinvalid) [09:21:55.164] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=105 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_dump:/home/postgres/postgres/build/src/bin/pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ZSTD=/usr/local/bin/zstd LZ4=/usr/local/bin/lz4 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_dump --pg-test-extra '' --testgroup pg_dump --testname 004_pg_dump_parallel -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_dump /home/postgres/postgres/src/bin/pg_dump/t/004_pg_dump_parallel.pl [09:21:55.164] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.164] stderr: [09:21:55.164] [09:21:55.164] (test program exited with status code 255) [09:21:55.164] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.164] [09:21:55.179] ▶ 199/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/005_same_timeline/data/t_005_same_timeline_primary_data/pgdata": 256 ERROR [09:21:55.198] 198/350 postgresql:pg_rewind / pg_rewind/002_databases ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:21:55.198] >>> MALLOC_PERTURB_=52 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 002_databases -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/002_databases.pl [09:21:55.198] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.198] stderr: [09:21:55.198] [09:21:55.198] (test program exited with status code 255) [09:21:55.198] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.198] [09:21:55.223] 199/350 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:21:55.223] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=201 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 005_same_timeline -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/005_same_timeline.pl [09:21:55.223] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.223] stderr: [09:21:55.223] [09:21:55.223] (test program exited with status code 255) [09:21:55.223] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.223] [09:21:55.455] ▶ 200/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/008_min_recovery_point/data/t_008_min_recovery_point_node_1_data/pgdata": 256 ERROR [09:21:55.479] ▶ 201/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/004_pg_xlog_symlink/data/t_004_pg_xlog_symlink_primary_local_data/pgdata": 256 ERROR [09:21:55.510] 200/350 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:21:55.510] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=140 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 008_min_recovery_point -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/008_min_recovery_point.pl [09:21:55.510] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.510] stderr: [09:21:55.510] [09:21:55.510] (test program exited with status code 255) [09:21:55.510] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.510] [09:21:55.521] 201/350 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:21:55.521] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=144 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 004_pg_xlog_symlink -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/004_pg_xlog_symlink.pl [09:21:55.521] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.521] stderr: [09:21:55.521] [09:21:55.521] (test program exited with status code 255) [09:21:55.521] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.521] [09:21:55.576] ▶ 202/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/009_growing_files/data/t_009_growing_files_primary_local_data/pgdata": 256 ERROR [09:21:55.616] ▶ 203/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/010_keep_recycled_wals/data/t_010_keep_recycled_wals_primary_data/pgdata": 256 ERROR [09:21:55.625] 202/350 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:21:55.625] >>> MALLOC_PERTURB_=227 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 009_growing_files -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/009_growing_files.pl [09:21:55.625] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.625] stderr: [09:21:55.625] [09:21:55.625] (test program exited with status code 255) [09:21:55.625] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.625] [09:21:55.642] ▶ 204/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_rewind/007_standby_source/data/t_007_standby_source_primary_a_data/pgdata": 256 ERROR [09:21:55.644] 203/350 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:21:55.645] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=101 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 010_keep_recycled_wals -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/010_keep_recycled_wals.pl [09:21:55.645] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.645] stderr: [09:21:55.645] [09:21:55.645] (test program exited with status code 255) [09:21:55.645] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.645] [09:21:55.660] 205/350 postgresql:pg_test_fsync / pg_test_fsync/001_basic OK 0.43s 13 subtests passed [09:21:55.722] 204/350 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR 0.79s (exit status 255 or signal 127 SIGinvalid) [09:21:55.723] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=249 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_rewind:/home/postgres/postgres/build/src/bin/pg_rewind/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_rewind --pg-test-extra '' --testgroup pg_rewind --testname 007_standby_source -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_rewind /home/postgres/postgres/src/bin/pg_rewind/t/007_standby_source.pl [09:21:55.723] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:55.723] stderr: [09:21:55.723] [09:21:55.723] (test program exited with status code 255) [09:21:55.723] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:55.723] [09:21:55.806] 206/350 postgresql:pg_rewind / pg_rewind/006_options OK 1.02s 13 subtests passed [09:21:56.058] ▶ 207/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/004_options/data/t_004_options_primary_data/pgdata": 256 ERROR [09:21:56.088] ▶ 208/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/002_algorithm/data/t_002_algorithm_primary_data/pgdata": 256 ERROR [09:21:56.114] 208/350 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR 0.49s (exit status 255 or signal 127 SIGinvalid) [09:21:56.115] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 MALLOC_PERTURB_=27 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 002_algorithm -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/002_algorithm.pl [09:21:56.115] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.115] stderr: [09:21:56.115] [09:21:56.115] (test program exited with status code 255) [09:21:56.115] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.115] [09:21:56.132] ▶ 209/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/003_corruption/data/t_003_corruption_primary_data/pgdata": 256 ERROR [09:21:56.142] 207/350 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:21:56.143] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 MALLOC_PERTURB_=19 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 004_options -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/004_options.pl [09:21:56.143] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.143] stderr: [09:21:56.143] [09:21:56.143] (test program exited with status code 255) [09:21:56.143] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.143] [09:21:56.166] 209/350 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:56.167] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=125 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 003_corruption -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/003_corruption.pl [09:21:56.167] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.167] stderr: [09:21:56.167] [09:21:56.167] (test program exited with status code 255) [09:21:56.167] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.167] [09:21:56.204] 210/350 postgresql:pg_verifybackup / pg_verifybackup/001_basic OK 0.68s 17 subtests passed [09:21:56.230] ▶ 211/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/006_encoding/data/t_006_encoding_primary_data/pgdata": 256 ERROR [09:21:56.333] 211/350 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:56.333] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=178 ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 006_encoding -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/006_encoding.pl [09:21:56.333] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.333] stderr: [09:21:56.333] [09:21:56.333] (test program exited with status code 255) [09:21:56.333] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.333] [09:21:56.471] ▶ 212/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/008_untar/data/t_008_untar_primary_data/pgdata": 256 ERROR [09:21:56.504] 212/350 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:21:56.505] >>> MALLOC_PERTURB_=52 TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 008_untar -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/008_untar.pl [09:21:56.505] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.505] stderr: [09:21:56.505] [09:21:56.505] (test program exited with status code 255) [09:21:56.505] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.505] [09:21:56.546] ▶ 213/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/007_wal/data/t_007_wal_primary_data/pgdata": 256 ERROR [09:21:56.555] ▶ 214/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/010_client_untar/data/t_010_client_untar_primary_data/pgdata": 256 ERROR [09:21:56.591] 213/350 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:21:56.592] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 MALLOC_PERTURB_=93 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 007_wal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/007_wal.pl [09:21:56.592] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.592] stderr: [09:21:56.592] [09:21:56.592] (test program exited with status code 255) [09:21:56.592] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.592] [09:21:56.609] 214/350 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:21:56.610] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=122 ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 010_client_untar -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/010_client_untar.pl [09:21:56.610] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.610] stderr: [09:21:56.610] [09:21:56.610] (test program exited with status code 255) [09:21:56.610] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.610] [09:21:56.641] ▶ 215/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_verifybackup/009_extract/data/t_009_extract_primary_data/pgdata": 256 ERROR [09:21:56.716] 215/350 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:21:56.717] >>> MALLOC_PERTURB_=183 TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_verifybackup:/home/postgres/postgres/build/src/bin/pg_verifybackup/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template ZSTD=/usr/local/bin/zstd LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib LZ4=/usr/local/bin/lz4 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_verifybackup --pg-test-extra '' --testgroup pg_verifybackup --testname 009_extract -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_verifybackup /home/postgres/postgres/src/bin/pg_verifybackup/t/009_extract.pl [09:21:56.717] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.717] stderr: [09:21:56.717] [09:21:56.717] (test program exited with status code 255) [09:21:56.717] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.717] [09:21:56.883] ▶ 216/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_waldump/002_save_fullpage/data/t_002_save_fullpage_main_data/pgdata": 256 ERROR [09:21:56.959] 216/350 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:21:56.962] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=154 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_waldump:/home/postgres/postgres/build/src/bin/pg_waldump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_waldump --pg-test-extra '' --testgroup pg_waldump --testname 002_save_fullpage -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_waldump /home/postgres/postgres/src/bin/pg_waldump/t/002_save_fullpage.pl [09:21:56.962] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:56.962] stderr: [09:21:56.962] [09:21:56.962] (test program exited with status code 255) [09:21:56.962] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:56.962] [09:21:57.013] 217/350 postgresql:pg_walsummary / pg_walsummary/001_basic OK 0.42s 11 subtests passed [09:21:57.130] ▶ 218/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_walsummary/002_blocks/data/t_002_blocks_node1_data/pgdata": 256 ERROR [09:21:57.161] ▶ 219/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/pgbench/001_pgbench_with_server/data/t_001_pgbench_with_server_main_data/pgdata --auth trust --locale C" exited with value 1 ERROR [09:21:57.197] ▶ 220/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_waldump/001_basic/data/t_001_basic_main_data/pgdata": 256 ERROR [09:21:57.212] 218/350 postgresql:pg_walsummary / pg_walsummary/002_blocks ERROR 0.60s (exit status 255 or signal 127 SIGinvalid) [09:21:57.212] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_walsummary:/home/postgres/postgres/build/src/bin/pg_walsummary/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=44 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_walsummary --pg-test-extra '' --testgroup pg_walsummary --testname 002_blocks -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_walsummary /home/postgres/postgres/src/bin/pg_walsummary/t/002_blocks.pl [09:21:57.212] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.212] stderr: [09:21:57.212] [09:21:57.212] (test program exited with status code 255) [09:21:57.212] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.212] [09:21:57.237] 220/350 postgresql:pg_waldump / pg_waldump/001_basic ERROR 0.90s (exit status 255 or signal 127 SIGinvalid) [09:21:57.237] >>> MALLOC_PERTURB_=166 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pg_waldump:/home/postgres/postgres/build/src/bin/pg_waldump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pg_waldump --pg-test-extra '' --testgroup pg_waldump --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pg_waldump /home/postgres/postgres/src/bin/pg_waldump/t/001_basic.pl [09:21:57.237] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.237] stderr: [09:21:57.237] [09:21:57.237] (test program exited with status code 255) [09:21:57.237] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.237] [09:21:57.286] 219/350 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:21:57.300] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/pgbench:/home/postgres/postgres/build/src/bin/pgbench/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=203 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/pgbench --pg-test-extra '' --testgroup pgbench --testname 001_pgbench_with_server -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/pgbench /home/postgres/postgres/src/bin/pgbench/t/001_pgbench_with_server.pl [09:21:57.300] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.300] stderr: [09:21:57.300] [09:21:57.300] (test program exited with status code 255) [09:21:57.300] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.300] [09:21:57.356] 221/350 postgresql:pg_test_timing / pg_test_timing/001_basic OK 1.84s 18 subtests passed [09:21:57.471] ▶ 222/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata --auth trust --locale=C --encoding=UTF8" exited with value 1 ERROR [09:21:57.641] 222/350 postgresql:psql / psql/001_basic ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:21:57.642] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/psql:/home/postgres/postgres/build/src/bin/psql/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so with_readline=yes MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=24 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/psql --pg-test-extra '' --testgroup psql --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/psql /home/postgres/postgres/src/bin/psql/t/001_basic.pl [09:21:57.642] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.642] stderr: [09:21:57.642] [09:21:57.642] (test program exited with status code 255) [09:21:57.642] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.642] [09:21:57.654] ▶ 223/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/psql/010_tab_completion/data/t_010_tab_completion_main_data/pgdata": 256 ERROR [09:21:57.688] ▶ 224/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/psql/020_cancel/data/t_020_cancel_main_data/pgdata": 256 ERROR [09:21:57.720] 223/350 postgresql:psql / psql/010_tab_completion ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:21:57.720] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/psql:/home/postgres/postgres/build/src/bin/psql/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so with_readline=yes MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=70 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/psql --pg-test-extra '' --testgroup psql --testname 010_tab_completion -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/psql /home/postgres/postgres/src/bin/psql/t/010_tab_completion.pl [09:21:57.720] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.720] stderr: [09:21:57.720] [09:21:57.720] (test program exited with status code 255) [09:21:57.720] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.720] [09:21:57.753] 224/350 postgresql:psql / psql/020_cancel ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:21:57.761] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/psql:/home/postgres/postgres/build/src/bin/psql/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so with_readline=yes MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=110 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/psql --pg-test-extra '' --testgroup psql --testname 020_cancel -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/psql /home/postgres/postgres/src/bin/psql/t/020_cancel.pl [09:21:57.761] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.761] stderr: [09:21:57.761] [09:21:57.761] (test program exited with status code 255) [09:21:57.761] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.761] [09:21:57.802] ▶ 225/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/010_clusterdb/data/t_010_clusterdb_main_data/pgdata": 256 ERROR [09:21:57.846] 225/350 postgresql:scripts / scripts/010_clusterdb ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:21:57.855] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=189 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 010_clusterdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/010_clusterdb.pl [09:21:57.855] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:57.855] stderr: [09:21:57.855] [09:21:57.855] (test program exited with status code 255) [09:21:57.855] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:57.855] [09:21:58.124] ▶ 226/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/011_clusterdb_all/data/t_011_clusterdb_all_main_data/pgdata": 256 ERROR [09:21:58.146] 227/350 postgresql:pg_dump / pg_dump/001_basic OK 4.37s 99 subtests passed [09:21:58.162] ▶ 228/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/040_createuser/data/t_040_createuser_main_data/pgdata": 256 ERROR [09:21:58.165] ▶ 229/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/020_createdb/data/t_020_createdb_main_data/pgdata": 256 ERROR [09:21:58.210] 226/350 postgresql:scripts / scripts/011_clusterdb_all ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:21:58.218] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=141 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 011_clusterdb_all -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/011_clusterdb_all.pl [09:21:58.218] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.218] stderr: [09:21:58.218] [09:21:58.218] (test program exited with status code 255) [09:21:58.218] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.218] [09:21:58.239] 228/350 postgresql:scripts / scripts/040_createuser ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:58.241] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=71 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 040_createuser -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/040_createuser.pl [09:21:58.241] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.241] stderr: [09:21:58.241] [09:21:58.241] (test program exited with status code 255) [09:21:58.241] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.241] [09:21:58.250] 229/350 postgresql:scripts / scripts/020_createdb ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:21:58.250] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=49 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 020_createdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/020_createdb.pl [09:21:58.250] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.250] stderr: [09:21:58.250] [09:21:58.250] (test program exited with status code 255) [09:21:58.250] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.250] [09:21:58.556] ▶ 230/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/080_pg_isready/data/t_080_pg_isready_main_data/pgdata": 256 ERROR [09:21:58.573] ▶ 231/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/070_dropuser/data/t_070_dropuser_main_data/pgdata": 256 ERROR [09:21:58.609] ▶ 232/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/050_dropdb/data/t_050_dropdb_main_data/pgdata": 256 ERROR [09:21:58.616] 231/350 postgresql:scripts / scripts/070_dropuser ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:21:58.616] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=54 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 070_dropuser -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/070_dropuser.pl [09:21:58.616] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.616] stderr: [09:21:58.616] [09:21:58.616] (test program exited with status code 255) [09:21:58.616] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.616] [09:21:58.664] ▶ 233/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/091_reindexdb_all/data/t_091_reindexdb_all_main_data/pgdata": 256 ERROR [09:21:58.697] ▶ 234/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/090_reindexdb/data/t_090_reindexdb_main_data/pgdata": 256 ERROR [09:21:58.709] 230/350 postgresql:scripts / scripts/080_pg_isready ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:21:58.709] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=89 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 080_pg_isready -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/080_pg_isready.pl [09:21:58.709] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.709] stderr: [09:21:58.709] [09:21:58.709] (test program exited with status code 255) [09:21:58.709] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.709] [09:21:58.738] 232/350 postgresql:scripts / scripts/050_dropdb ERROR 0.97s (exit status 255 or signal 127 SIGinvalid) [09:21:58.738] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=129 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 050_dropdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/050_dropdb.pl [09:21:58.738] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.738] stderr: [09:21:58.738] [09:21:58.738] (test program exited with status code 255) [09:21:58.738] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.738] [09:21:58.751] 233/350 postgresql:scripts / scripts/091_reindexdb_all ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:21:58.752] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=84 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 091_reindexdb_all -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/091_reindexdb_all.pl [09:21:58.752] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.752] stderr: [09:21:58.752] [09:21:58.752] (test program exited with status code 255) [09:21:58.752] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.752] [09:21:58.773] ▶ 235/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata": 256 ERROR [09:21:58.773] 234/350 postgresql:scripts / scripts/090_reindexdb ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:21:58.773] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=131 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 090_reindexdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/090_reindexdb.pl [09:21:58.773] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:58.773] stderr: [09:21:58.773] [09:21:58.773] (test program exited with status code 255) [09:21:58.773] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:58.773] [09:21:58.974] ▶ 236/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/101_vacuumdb_all/data/t_101_vacuumdb_all_main_data/pgdata": 256 ERROR [09:21:59.005] 236/350 postgresql:scripts / scripts/101_vacuumdb_all ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:21:59.030] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=241 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 101_vacuumdb_all -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/101_vacuumdb_all.pl [09:21:59.030] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.030] stderr: [09:21:59.030] [09:21:59.030] (test program exited with status code 255) [09:21:59.030] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.030] [09:21:59.050] 235/350 postgresql:scripts / scripts/100_vacuumdb ERROR 0.77s (exit status 255 or signal 127 SIGinvalid) [09:21:59.050] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=34 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 100_vacuumdb -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/100_vacuumdb.pl [09:21:59.050] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.050] stderr: [09:21:59.050] [09:21:59.050] (test program exited with status code 255) [09:21:59.050] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.050] [09:21:59.136] ▶ 237/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/scripts/102_vacuumdb_stages/data/t_102_vacuumdb_stages_main_data/pgdata": 256 ERROR [09:21:59.174] ▶ 238/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/scripts/200_connstr/data/t_200_connstr_main_data/pgdata --auth trust --locale=C --encoding=LATIN1" exited with value 1 ERROR [09:21:59.197] 237/350 postgresql:scripts / scripts/102_vacuumdb_stages ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:21:59.197] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=15 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 102_vacuumdb_stages -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/102_vacuumdb_stages.pl [09:21:59.197] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.197] stderr: [09:21:59.197] [09:21:59.197] (test program exited with status code 255) [09:21:59.197] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.197] [09:21:59.234] 238/350 postgresql:scripts / scripts/200_connstr ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:21:59.235] >>> MALLOC_PERTURB_=39 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/bin/scripts:/home/postgres/postgres/build/src/bin/scripts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/bin/scripts --pg-test-extra '' --testgroup scripts --testname 200_connstr -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/bin/scripts /home/postgres/postgres/src/bin/scripts/t/200_connstr.pl [09:21:59.235] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.235] stderr: [09:21:59.235] [09:21:59.235] (test program exited with status code 255) [09:21:59.235] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.235] [09:21:59.287] 239/350 postgresql:ecpg / ecpg/002_ecpg_err_warn_msg_informix OK 0.52s 4 subtests passed [09:21:59.351] 240/350 postgresql:ecpg / ecpg/001_ecpg_err_warn_msg OK 0.60s 27 subtests passed [09:21:59.508] ▶ 241/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/amcheck/002_cic/data/t_002_cic_CIC_test_data/pgdata": 256 ERROR [09:21:59.532] ▶ 242/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/amcheck/001_verify_heapam/data/t_001_verify_heapam_test_data/pgdata --auth trust --no-data-checksums" exited with value 1 ERROR [09:21:59.568] 242/350 postgresql:amcheck / amcheck/001_verify_heapam ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:59.568] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=117 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 001_verify_heapam -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/001_verify_heapam.pl [09:21:59.568] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.568] stderr: [09:21:59.568] [09:21:59.568] (test program exited with status code 255) [09:21:59.568] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.568] [09:21:59.721] 241/350 postgresql:amcheck / amcheck/002_cic ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:21:59.725] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=115 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 002_cic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/002_cic.pl [09:21:59.725] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.725] stderr: [09:21:59.725] [09:21:59.725] (test program exited with status code 255) [09:21:59.725] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.725] [09:21:59.756] ▶ 243/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/amcheck/003_cic_2pc/data/t_003_cic_2pc_CIC_2PC_test_data/pgdata": 256 ERROR [09:21:59.776] 244/350 postgresql:pg_verifybackup / pg_verifybackup/005_bad_manifest OK 4.05s 60 subtests passed [09:21:59.823] 243/350 postgresql:amcheck / amcheck/003_cic_2pc ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:21:59.824] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=219 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 003_cic_2pc -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/003_cic_2pc.pl [09:21:59.824] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.824] stderr: [09:21:59.824] [09:21:59.824] (test program exited with status code 255) [09:21:59.824] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.824] [09:21:59.849] ▶ 245/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/amcheck/004_verify_nbtree_unique/data/t_004_verify_nbtree_unique_test_data/pgdata": 256 ERROR [09:21:59.884] 245/350 postgresql:amcheck / amcheck/004_verify_nbtree_unique ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:21:59.885] >>> MALLOC_PERTURB_=242 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 004_verify_nbtree_unique -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/004_verify_nbtree_unique.pl [09:21:59.885] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:21:59.885] stderr: [09:21:59.885] [09:21:59.885] (test program exited with status code 255) [09:21:59.885] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:21:59.885] [09:22:00.057] ▶ 246/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/amcheck/005_pitr/data/t_005_pitr_origin_data/pgdata": 256 ERROR [09:22:00.084] ▶ 247/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/amcheck/006_verify_gin/data/t_006_verify_gin_test_data/pgdata --auth trust --no-data-checksums" exited with value 1 ERROR [09:22:00.104] 246/350 postgresql:amcheck / amcheck/005_pitr ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:22:00.104] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=255 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 005_pitr -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/005_pitr.pl [09:22:00.104] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.104] stderr: [09:22:00.104] [09:22:00.104] (test program exited with status code 255) [09:22:00.104] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.104] [09:22:00.154] ▶ 248/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/basebackup_to_shell/001_basic/data/t_001_basic_primary_data/pgdata": 256 ERROR [09:22:00.157] 247/350 postgresql:amcheck / amcheck/006_verify_gin ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:00.161] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=184 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/amcheck:/home/postgres/postgres/build/contrib/amcheck/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/amcheck --pg-test-extra '' --testgroup amcheck --testname 006_verify_gin -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/amcheck /home/postgres/postgres/contrib/amcheck/t/006_verify_gin.pl [09:22:00.161] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.161] stderr: [09:22:00.161] [09:22:00.161] (test program exited with status code 255) [09:22:00.161] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.161] [09:22:00.240] 248/350 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:00.240] >>> TAR=/bin/tar PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=157 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/basebackup_to_shell:/home/postgres/postgres/build/contrib/basebackup_to_shell/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 GZIP_PROGRAM=/usr/bin/gzip share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/basebackup_to_shell --pg-test-extra '' --testgroup basebackup_to_shell --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/basebackup_to_shell /home/postgres/postgres/contrib/basebackup_to_shell/t/001_basic.pl [09:22:00.240] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.240] stderr: [09:22:00.240] [09:22:00.240] (test program exited with status code 255) [09:22:00.240] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.240] [09:22:00.265] 249/350 postgresql:pgbench / pgbench/002_pgbench_no_server OK 3.30s 207 subtests passed [09:22:00.297] ▶ 250/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/auto_explain/001_auto_explain/data/t_001_auto_explain_main_data/pgdata": 256 ERROR [09:22:00.333] 250/350 postgresql:auto_explain / auto_explain/001_auto_explain ERROR 0.60s (exit status 255 or signal 127 SIGinvalid) [09:22:00.334] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=97 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/auto_explain:/home/postgres/postgres/build/contrib/auto_explain/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/auto_explain --pg-test-extra '' --testgroup auto_explain --testname 001_auto_explain -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/auto_explain /home/postgres/postgres/contrib/auto_explain/t/001_auto_explain.pl [09:22:00.334] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.334] stderr: [09:22:00.334] [09:22:00.334] (test program exited with status code 255) [09:22:00.334] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.334] [09:22:00.367] ▶ 251/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/bloom/001_wal/data/t_001_wal_primary_data/pgdata": 256 ERROR [09:22:00.478] 251/350 postgresql:bloom / bloom/001_wal ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:00.478] >>> MALLOC_PERTURB_=7 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/bloom:/home/postgres/postgres/build/contrib/bloom/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/bloom --pg-test-extra '' --testgroup bloom --testname 001_wal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/bloom /home/postgres/postgres/contrib/bloom/t/001_wal.pl [09:22:00.478] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.478] stderr: [09:22:00.478] [09:22:00.478] (test program exited with status code 255) [09:22:00.478] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.478] [09:22:00.570] ▶ 252/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_stat_statements/010_restart/data/t_010_restart_main_data/pgdata": 256 ERROR [09:22:00.598] 252/350 postgresql:pg_stat_statements / pg_stat_statements/010_restart ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:22:00.599] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=232 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_stat_statements:/home/postgres/postgres/build/contrib/pg_stat_statements/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_stat_statements --pg-test-extra '' --testgroup pg_stat_statements --testname 010_restart -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/pg_stat_statements /home/postgres/postgres/contrib/pg_stat_statements/t/010_restart.pl [09:22:00.599] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.599] stderr: [09:22:00.599] [09:22:00.599] (test program exited with status code 255) [09:22:00.599] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.599] [09:22:00.629] ▶ 253/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_prewarm/001_basic/data/t_001_basic_main_data/pgdata": 256 ERROR [09:22:00.652] ▶ 254/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/dblink/001_auth_scram/data/t_001_auth_scram_node1_data/pgdata": 256 ERROR [09:22:00.669] 253/350 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:00.670] >>> MALLOC_PERTURB_=39 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_prewarm:/home/postgres/postgres/build/contrib/pg_prewarm/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_prewarm --pg-test-extra '' --testgroup pg_prewarm --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/pg_prewarm /home/postgres/postgres/contrib/pg_prewarm/t/001_basic.pl [09:22:00.670] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.670] stderr: [09:22:00.670] [09:22:00.670] (test program exited with status code 255) [09:22:00.670] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.670] [09:22:00.681] ▶ 255/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_visibility/001_concurrent_transaction/data/t_001_concurrent_transaction_main_data/pgdata": 256 ERROR [09:22:00.703] 256/350 postgresql:oid2name / oid2name/001_basic OK 0.60s 9 subtests passed [09:22:00.780] 254/350 postgresql:dblink / dblink/001_auth_scram ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:22:00.780] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/dblink:/home/postgres/postgres/build/contrib/dblink/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=187 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/dblink --pg-test-extra '' --testgroup dblink --testname 001_auth_scram -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/dblink /home/postgres/postgres/contrib/dblink/t/001_auth_scram.pl [09:22:00.780] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:00.780] stderr: [09:22:00.780] [09:22:00.780] (test program exited with status code 255) [09:22:00.780] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:00.780] [09:22:00.803] 257/350 postgresql:pg_bsd_indent / pg_bsd_indent/001_pg_bsd_indent OK 1.77s 39 subtests passed [09:22:00.970] ▶ 258/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_decoding/001_repl_stats/data/t_001_repl_stats_test_data/pgdata": 256 ERROR [09:22:00.971] ▶ 259/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/pg_visibility/002_corrupt_vm/data/t_002_corrupt_vm_main_data/pgdata": 256 ERROR [09:22:01.006] 258/350 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:01.007] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/test_decoding:/home/postgres/postgres/build/contrib/test_decoding/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=224 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/test_decoding --pg-test-extra '' --testgroup test_decoding --testname 001_repl_stats -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/test_decoding /home/postgres/postgres/contrib/test_decoding/t/001_repl_stats.pl [09:22:01.007] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.007] stderr: [09:22:01.007] [09:22:01.007] (test program exited with status code 255) [09:22:01.007] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.007] [09:22:01.027] 259/350 postgresql:pg_visibility / pg_visibility/002_corrupt_vm ERROR 0.69s (exit status 255 or signal 127 SIGinvalid) [09:22:01.028] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_visibility:/home/postgres/postgres/build/contrib/pg_visibility/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MALLOC_PERTURB_=59 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_visibility --pg-test-extra '' --testgroup pg_visibility --testname 002_corrupt_vm -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/pg_visibility /home/postgres/postgres/contrib/pg_visibility/t/002_corrupt_vm.pl [09:22:01.028] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.028] stderr: [09:22:01.028] [09:22:01.028] (test program exited with status code 255) [09:22:01.028] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.028] [09:22:01.069] ▶ 260/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/postgres_fdw/001_auth_scram/data/t_001_auth_scram_node1_data/pgdata": 256 ERROR [09:22:01.107] ▶ 261/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/authentication/001_password/data/t_001_password_primary_data/pgdata": 256 ERROR [09:22:01.121] 255/350 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:22:01.121] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/pg_visibility:/home/postgres/postgres/build/contrib/pg_visibility/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=185 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/pg_visibility --pg-test-extra '' --testgroup pg_visibility --testname 001_concurrent_transaction -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/pg_visibility /home/postgres/postgres/contrib/pg_visibility/t/001_concurrent_transaction.pl [09:22:01.121] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.121] stderr: [09:22:01.121] [09:22:01.121] (test program exited with status code 255) [09:22:01.121] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.121] [09:22:01.143] 261/350 postgresql:authentication / authentication/001_password ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:01.144] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=45 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 001_password -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/001_password.pl [09:22:01.144] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.144] stderr: [09:22:01.144] [09:22:01.144] (test program exited with status code 255) [09:22:01.144] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.144] [09:22:01.352] 262/350 postgresql:vacuumlo / vacuumlo/001_basic OK 0.68s 9 subtests passed [09:22:01.380] 263/350 postgresql:authentication / authentication/005_sspi SKIP 0.35s [09:22:01.444] ▶ 264/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/authentication/006_login_trigger/data/t_006_login_trigger_main_data/pgdata --auth trust --locale=C --encoding=UTF8" exited with value 1 ERROR [09:22:01.493] ▶ 265/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/authentication/007_pre_auth/data/t_007_pre_auth_primary_data/pgdata": 256 ERROR [09:22:01.493] ▶ 266/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/authentication/004_file_inclusion/data/t_004_file_inclusion_primary_data/pgdata": 256 ERROR [09:22:01.494] ▶ 267/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/authentication/003_peer/data/t_003_peer_node_data/pgdata": 256 ERROR [09:22:01.496] 264/350 postgresql:authentication / authentication/006_login_trigger ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:01.497] >>> MALLOC_PERTURB_=75 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 006_login_trigger -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/006_login_trigger.pl [09:22:01.497] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.497] stderr: [09:22:01.497] [09:22:01.497] (test program exited with status code 255) [09:22:01.497] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.497] [09:22:01.517] ▶ 268/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/authentication/002_saslprep/data/t_002_saslprep_primary_data/pgdata --auth trust --locale=C --encoding=UTF8" exited with value 1 ERROR [09:22:01.519] 260/350 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR 1.04s (exit status 255 or signal 127 SIGinvalid) [09:22:01.520] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/contrib/postgres_fdw:/home/postgres/postgres/build/contrib/postgres_fdw/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=202 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/contrib/postgres_fdw --pg-test-extra '' --testgroup postgres_fdw --testname 001_auth_scram -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/contrib/postgres_fdw /home/postgres/postgres/contrib/postgres_fdw/t/001_auth_scram.pl [09:22:01.520] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.520] stderr: [09:22:01.520] [09:22:01.520] (test program exited with status code 255) [09:22:01.520] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.520] [09:22:01.565] 268/350 postgresql:authentication / authentication/002_saslprep ERROR 0.78s (exit status 255 or signal 127 SIGinvalid) [09:22:01.565] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=60 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 002_saslprep -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/002_saslprep.pl [09:22:01.565] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.565] stderr: [09:22:01.565] [09:22:01.565] (test program exited with status code 255) [09:22:01.565] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.565] [09:22:01.579] 266/350 postgresql:authentication / authentication/004_file_inclusion ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:01.580] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=117 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 004_file_inclusion -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/004_file_inclusion.pl [09:22:01.580] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.580] stderr: [09:22:01.580] [09:22:01.580] (test program exited with status code 255) [09:22:01.580] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.580] [09:22:01.602] 267/350 postgresql:authentication / authentication/003_peer ERROR 0.80s (exit status 255 or signal 127 SIGinvalid) [09:22:01.603] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes MALLOC_PERTURB_=57 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 003_peer -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/003_peer.pl [09:22:01.603] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.603] stderr: [09:22:01.603] [09:22:01.603] (test program exited with status code 255) [09:22:01.603] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.603] [09:22:01.751] ▶ 269/350 - postgres --help exit code 0 FAIL [09:22:01.752] ▶ 269/350 - postgres --help goes to stdout FAIL [09:22:01.753] ▶ 269/350 - postgres --help nothing to stderr FAIL [09:22:01.850] 265/350 postgresql:authentication / authentication/007_pre_auth ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:22:01.851] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/authentication:/home/postgres/postgres/build/src/test/authentication/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=226 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/authentication --pg-test-extra '' --testgroup authentication --testname 007_pre_auth -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/authentication /home/postgres/postgres/src/test/authentication/t/007_pre_auth.pl [09:22:01.851] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:01.851] stderr: [09:22:01.851] [09:22:01.851] (test program exited with status code 255) [09:22:01.851] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:01.851] [09:22:01.946] ▶ 270/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/003_constraints/data/t_003_constraints_publisher_data/pgdata": 256 ERROR [09:22:01.962] ▶ 271/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/postmaster/002_connection_limits/data/t_002_connection_limits_primary_data/pgdata": 256 ERROR [09:22:01.965] ▶ 272/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/004_sync/data/t_004_sync_publisher_data/pgdata": 256 ERROR [09:22:01.974] ▶ 273/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/postmaster/003_start_stop/data/t_003_start_stop_main_data/pgdata": 256 ERROR [09:22:02.014] 270/350 postgresql:subscription / subscription/003_constraints ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:02.014] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=212 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 003_constraints -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/003_constraints.pl [09:22:02.014] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.014] stderr: [09:22:02.014] [09:22:02.014] (test program exited with status code 255) [09:22:02.014] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.014] [09:22:02.058] 273/350 postgresql:postmaster / postmaster/003_start_stop ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:02.059] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/postmaster:/home/postgres/postgres/build/src/test/postmaster/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=144 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/postmaster --pg-test-extra '' --testgroup postmaster --testname 003_start_stop -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/postmaster /home/postgres/postgres/src/test/postmaster/t/003_start_stop.pl [09:22:02.059] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.059] stderr: [09:22:02.059] [09:22:02.059] (test program exited with status code 255) [09:22:02.059] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.059] [09:22:02.089] 271/350 postgresql:postmaster / postmaster/002_connection_limits ERROR 0.71s (exit status 255 or signal 127 SIGinvalid) [09:22:02.090] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/postmaster:/home/postgres/postgres/build/src/test/postmaster/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=110 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/postmaster --pg-test-extra '' --testgroup postmaster --testname 002_connection_limits -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/postmaster /home/postgres/postgres/src/test/postmaster/t/002_connection_limits.pl [09:22:02.090] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.090] stderr: [09:22:02.090] [09:22:02.090] (test program exited with status code 255) [09:22:02.090] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.090] [09:22:02.164] ▶ 274/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/002_types/data/t_002_types_publisher_data/pgdata": 256 ERROR [09:22:02.164] 272/350 postgresql:subscription / subscription/004_sync ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:02.164] >>> MALLOC_PERTURB_=33 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 004_sync -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/004_sync.pl [09:22:02.164] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.164] stderr: [09:22:02.164] [09:22:02.164] (test program exited with status code 255) [09:22:02.164] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.164] [09:22:02.238] ▶ 275/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/001_rep_changes/data/t_001_rep_changes_publisher_data/pgdata": 256 ERROR [09:22:02.238] 274/350 postgresql:subscription / subscription/002_types ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:02.238] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=123 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 002_types -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/002_types.pl [09:22:02.238] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.238] stderr: [09:22:02.238] [09:22:02.238] (test program exited with status code 255) [09:22:02.238] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.238] [09:22:02.248] 275/350 postgresql:subscription / subscription/001_rep_changes ERROR 0.73s (exit status 255 or signal 127 SIGinvalid) [09:22:02.249] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=115 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 001_rep_changes -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/001_rep_changes.pl [09:22:02.249] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.249] stderr: [09:22:02.249] [09:22:02.249] (test program exited with status code 255) [09:22:02.249] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.249] [09:22:02.359] ▶ 269/350 - postgres --version exit code 0 FAIL [09:22:02.364] ▶ 269/350 - postgres --version goes to stdout FAIL [09:22:02.365] ▶ 269/350 - postgres --version nothing to stderr FAIL [09:22:02.379] ▶ 276/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/007_ddl/data/t_007_ddl_publisher_data/pgdata": 256 ERROR [09:22:02.411] 276/350 postgresql:subscription / subscription/007_ddl ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:22:02.412] >>> MALLOC_PERTURB_=228 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 007_ddl -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/007_ddl.pl [09:22:02.412] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.412] stderr: [09:22:02.412] [09:22:02.412] (test program exited with status code 255) [09:22:02.412] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.412] [09:22:02.461] ▶ 277/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/subscription/005_encoding/data/t_005_encoding_publisher_data/pgdata --auth trust --locale=C --encoding=UTF8" exited with value 1 ERROR [09:22:02.466] ▶ 278/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/008_diff_schema/data/t_008_diff_schema_publisher_data/pgdata": 256 ERROR [09:22:02.527] 278/350 postgresql:subscription / subscription/008_diff_schema ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:02.528] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=149 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 008_diff_schema -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/008_diff_schema.pl [09:22:02.528] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.528] stderr: [09:22:02.528] [09:22:02.528] (test program exited with status code 255) [09:22:02.528] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.528] [09:22:02.542] ▶ 279/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/009_matviews/data/t_009_matviews_publisher_data/pgdata": 256 ERROR [09:22:02.543] 269/350 postgresql:postmaster / postmaster/001_basic ERROR 1.19s exit status 6 [09:22:02.543] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/postmaster:/home/postgres/postgres/build/src/test/postmaster/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=55 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/postmaster --pg-test-extra '' --testgroup postmaster --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/postmaster /home/postgres/postgres/src/test/postmaster/t/001_basic.pl [09:22:02.543] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.543] stderr: [09:22:02.543] # Failed test 'postgres --help exit code 0' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 9. [09:22:02.543] # Failed test 'postgres --help goes to stdout' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 9. [09:22:02.543] # got: '' [09:22:02.543] # expected: anything else [09:22:02.543] # Failed test 'postgres --help nothing to stderr' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 9. [09:22:02.543] # got: 'ld.so: postgres: relocation error 37 idx 12635 [09:22:02.543] # ' [09:22:02.543] # expected: '' [09:22:02.543] # Failed test 'postgres --version exit code 0' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 10. [09:22:02.543] # Failed test 'postgres --version goes to stdout' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 10. [09:22:02.543] # got: '' [09:22:02.543] # expected: anything else [09:22:02.543] # Failed test 'postgres --version nothing to stderr' [09:22:02.543] # at /home/postgres/postgres/src/test/postmaster/t/001_basic.pl line 10. [09:22:02.543] # got: 'ld.so: postgres: relocation error 37 idx 12635 [09:22:02.543] # ' [09:22:02.543] # expected: '' [09:22:02.543] # Looks like you failed 6 tests of 9. [09:22:02.543] [09:22:02.543] (test program exited with status code 6) [09:22:02.543] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.543] [09:22:02.562] ▶ 280/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/006_rewrite/data/t_006_rewrite_publisher_data/pgdata": 256 ERROR [09:22:02.595] 280/350 postgresql:subscription / subscription/006_rewrite ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:02.595] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=174 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 006_rewrite -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/006_rewrite.pl [09:22:02.595] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.595] stderr: [09:22:02.595] [09:22:02.595] (test program exited with status code 255) [09:22:02.595] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.595] [09:22:02.612] 279/350 postgresql:subscription / subscription/009_matviews ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:02.612] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=70 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 009_matviews -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/009_matviews.pl [09:22:02.612] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.612] stderr: [09:22:02.612] [09:22:02.612] (test program exited with status code 255) [09:22:02.612] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.612] [09:22:02.783] ▶ 281/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/010_truncate/data/t_010_truncate_publisher_data/pgdata": 256 ERROR [09:22:02.894] 277/350 postgresql:subscription / subscription/005_encoding ERROR 1.04s (exit status 255 or signal 127 SIGinvalid) [09:22:02.900] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=151 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 005_encoding -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/005_encoding.pl [09:22:02.900] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.900] stderr: [09:22:02.900] [09:22:02.900] (test program exited with status code 255) [09:22:02.900] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.900] [09:22:02.900] 281/350 postgresql:subscription / subscription/010_truncate ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:02.900] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=198 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 010_truncate -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/010_truncate.pl [09:22:02.900] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.900] stderr: [09:22:02.900] [09:22:02.900] (test program exited with status code 255) [09:22:02.900] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.900] [09:22:02.940] ▶ 282/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/011_generated/data/t_011_generated_publisher_data/pgdata": 256 ERROR [09:22:02.942] ▶ 283/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/013_partition/data/t_013_partition_publisher_data/pgdata": 256 ERROR [09:22:02.985] 282/350 postgresql:subscription / subscription/011_generated ERROR 0.73s (exit status 255 or signal 127 SIGinvalid) [09:22:02.985] >>> MALLOC_PERTURB_=25 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 011_generated -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/011_generated.pl [09:22:02.985] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:02.985] stderr: [09:22:02.985] [09:22:02.985] (test program exited with status code 255) [09:22:02.985] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:02.985] [09:22:03.005] 283/350 postgresql:subscription / subscription/013_partition ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:03.005] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=143 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 013_partition -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/013_partition.pl [09:22:03.005] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.005] stderr: [09:22:03.005] [09:22:03.005] (test program exited with status code 255) [09:22:03.005] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.005] [09:22:03.058] ▶ 284/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/016_stream_subxact/data/t_016_stream_subxact_publisher_data/pgdata": 256 ERROR [09:22:03.168] ▶ 285/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/subscription/012_collation/data/t_012_collation_publisher_data/pgdata --auth trust --locale=C --encoding=UTF8" exited with value 1 ERROR [09:22:03.206] ▶ 286/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/014_binary/data/t_014_binary_publisher_data/pgdata": 256 ERROR [09:22:03.206] ▶ 287/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/015_stream/data/t_015_stream_publisher_data/pgdata": 256 ERROR [09:22:03.207] ▶ 288/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/017_stream_ddl/data/t_017_stream_ddl_publisher_data/pgdata": 256 ERROR [09:22:03.214] 285/350 postgresql:subscription / subscription/012_collation ERROR 0.79s (exit status 255 or signal 127 SIGinvalid) [09:22:03.215] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=134 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 012_collation -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/012_collation.pl [09:22:03.215] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.215] stderr: [09:22:03.215] [09:22:03.215] (test program exited with status code 255) [09:22:03.215] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.215] [09:22:03.245] 287/350 postgresql:subscription / subscription/015_stream ERROR 0.65s (exit status 255 or signal 127 SIGinvalid) [09:22:03.246] >>> MALLOC_PERTURB_=8 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 015_stream -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/015_stream.pl [09:22:03.246] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.246] stderr: [09:22:03.246] [09:22:03.246] (test program exited with status code 255) [09:22:03.246] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.246] [09:22:03.258] 284/350 postgresql:subscription / subscription/016_stream_subxact ERROR 0.64s (exit status 255 or signal 127 SIGinvalid) [09:22:03.259] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=30 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 016_stream_subxact -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/016_stream_subxact.pl [09:22:03.259] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.259] stderr: [09:22:03.259] [09:22:03.259] (test program exited with status code 255) [09:22:03.259] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.259] [09:22:03.281] 286/350 postgresql:subscription / subscription/014_binary ERROR 0.74s (exit status 255 or signal 127 SIGinvalid) [09:22:03.282] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=95 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 014_binary -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/014_binary.pl [09:22:03.282] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.282] stderr: [09:22:03.282] [09:22:03.282] (test program exited with status code 255) [09:22:03.282] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.282] [09:22:03.285] 288/350 postgresql:subscription / subscription/017_stream_ddl ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:22:03.285] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=10 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 017_stream_ddl -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/017_stream_ddl.pl [09:22:03.285] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.285] stderr: [09:22:03.285] [09:22:03.285] (test program exited with status code 255) [09:22:03.285] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.285] [09:22:03.362] ▶ 289/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/019_stream_subxact_ddl_abort/data/t_019_stream_subxact_ddl_abort_publisher_data/pgdata": 256 ERROR [09:22:03.362] ▶ 290/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/018_stream_subxact_abort/data/t_018_stream_subxact_abort_publisher_data/pgdata": 256 ERROR [09:22:03.464] ▶ 291/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/020_messages/data/t_020_messages_publisher_data/pgdata": 256 ERROR [09:22:03.494] 291/350 postgresql:subscription / subscription/020_messages ERROR 0.49s (exit status 255 or signal 127 SIGinvalid) [09:22:03.494] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=55 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 020_messages -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/020_messages.pl [09:22:03.494] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.494] stderr: [09:22:03.494] [09:22:03.494] (test program exited with status code 255) [09:22:03.494] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.494] [09:22:03.577] 290/350 postgresql:subscription / subscription/018_stream_subxact_abort ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:03.577] >>> MALLOC_PERTURB_=200 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 018_stream_subxact_abort -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/018_stream_subxact_abort.pl [09:22:03.577] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.577] stderr: [09:22:03.577] [09:22:03.577] (test program exited with status code 255) [09:22:03.577] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.577] [09:22:03.611] 289/350 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:03.611] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=100 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 019_stream_subxact_ddl_abort -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/019_stream_subxact_ddl_abort.pl [09:22:03.611] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.611] stderr: [09:22:03.611] [09:22:03.611] (test program exited with status code 255) [09:22:03.611] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.611] [09:22:03.629] ▶ 292/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/024_add_drop_pub/data/t_024_add_drop_pub_publisher_data/pgdata": 256 ERROR [09:22:03.665] 292/350 postgresql:subscription / subscription/024_add_drop_pub ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:22:03.665] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes MALLOC_PERTURB_=98 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 024_add_drop_pub -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/024_add_drop_pub.pl [09:22:03.665] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.665] stderr: [09:22:03.665] [09:22:03.665] (test program exited with status code 255) [09:22:03.665] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.665] [09:22:03.683] ▶ 293/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/025_rep_changes_for_schema/data/t_025_rep_changes_for_schema_publisher_data/pgdata": 256 ERROR [09:22:03.683] ▶ 294/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/021_twophase/data/t_021_twophase_publisher_data/pgdata": 256 ERROR [09:22:03.722] 293/350 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:03.723] >>> MALLOC_PERTURB_=32 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 025_rep_changes_for_schema -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/025_rep_changes_for_schema.pl [09:22:03.723] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.723] stderr: [09:22:03.723] [09:22:03.723] (test program exited with status code 255) [09:22:03.723] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.723] [09:22:03.765] 294/350 postgresql:subscription / subscription/021_twophase ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:03.766] >>> MALLOC_PERTURB_=133 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 021_twophase -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/021_twophase.pl [09:22:03.766] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.766] stderr: [09:22:03.766] [09:22:03.766] (test program exited with status code 255) [09:22:03.766] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.766] [09:22:03.862] ▶ 295/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/022_twophase_cascade/data/t_022_twophase_cascade_node_A_data/pgdata": 256 ERROR [09:22:03.896] 295/350 postgresql:subscription / subscription/022_twophase_cascade ERROR 0.65s (exit status 255 or signal 127 SIGinvalid) [09:22:03.934] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=100 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 022_twophase_cascade -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/022_twophase_cascade.pl [09:22:03.934] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.934] stderr: [09:22:03.934] [09:22:03.934] (test program exited with status code 255) [09:22:03.934] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.934] [09:22:03.962] ▶ 296/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/026_stats/data/t_026_stats_publisher_data/pgdata": 256 ERROR [09:22:03.963] 296/350 postgresql:subscription / subscription/026_stats ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:03.964] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=21 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 026_stats -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/026_stats.pl [09:22:03.964] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:03.964] stderr: [09:22:03.964] [09:22:03.964] (test program exited with status code 255) [09:22:03.964] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:03.964] [09:22:04.078] ▶ 297/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/028_row_filter/data/t_028_row_filter_publisher_data/pgdata": 256 ERROR [09:22:04.114] 297/350 postgresql:subscription / subscription/028_row_filter ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:04.114] >>> MALLOC_PERTURB_=87 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 028_row_filter -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/028_row_filter.pl [09:22:04.114] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.114] stderr: [09:22:04.114] [09:22:04.114] (test program exited with status code 255) [09:22:04.114] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.114] [09:22:04.129] ▶ 298/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/029_on_error/data/t_029_on_error_publisher_data/pgdata": 256 ERROR [09:22:04.191] ▶ 299/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/030_origin/data/t_030_origin_node_A_data/pgdata": 256 ERROR [09:22:04.224] 299/350 postgresql:subscription / subscription/030_origin ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:04.225] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=132 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 030_origin -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/030_origin.pl [09:22:04.225] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.225] stderr: [09:22:04.225] [09:22:04.225] (test program exited with status code 255) [09:22:04.225] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.225] [09:22:04.240] 298/350 postgresql:subscription / subscription/029_on_error ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:04.241] >>> MALLOC_PERTURB_=166 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 029_on_error -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/029_on_error.pl [09:22:04.241] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.241] stderr: [09:22:04.241] [09:22:04.241] (test program exited with status code 255) [09:22:04.241] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.241] [09:22:04.312] ▶ 300/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/031_column_list/data/t_031_column_list_publisher_data/pgdata": 256 ERROR [09:22:04.344] 300/350 postgresql:subscription / subscription/031_column_list ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:04.345] >>> MALLOC_PERTURB_=228 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 031_column_list -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/031_column_list.pl [09:22:04.345] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.345] stderr: [09:22:04.345] [09:22:04.345] (test program exited with status code 255) [09:22:04.345] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.345] [09:22:04.386] ▶ 301/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/027_nosuperuser/data/t_027_nosuperuser_publisher_data/pgdata": 256 ERROR [09:22:04.390] 301/350 postgresql:subscription / subscription/027_nosuperuser ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:04.390] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=95 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 027_nosuperuser -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/027_nosuperuser.pl [09:22:04.390] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.390] stderr: [09:22:04.390] [09:22:04.390] (test program exited with status code 255) [09:22:04.390] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.390] [09:22:04.408] ▶ 302/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/033_run_as_table_owner/data/t_033_run_as_table_owner_publisher_data/pgdata": 256 ERROR [09:22:04.449] ▶ 303/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/032_subscribe_use_index/data/t_032_subscribe_use_index_publisher_data/pgdata": 256 ERROR [09:22:04.449] 302/350 postgresql:subscription / subscription/033_run_as_table_owner ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:04.449] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=18 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 033_run_as_table_owner -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/033_run_as_table_owner.pl [09:22:04.449] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.449] stderr: [09:22:04.449] [09:22:04.449] (test program exited with status code 255) [09:22:04.449] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.449] [09:22:04.461] ▶ 304/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/023_twophase_stream/data/t_023_twophase_stream_publisher_data/pgdata": 256 ERROR [09:22:04.498] 303/350 postgresql:subscription / subscription/032_subscribe_use_index ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:04.498] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=169 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 032_subscribe_use_index -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/032_subscribe_use_index.pl [09:22:04.498] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.498] stderr: [09:22:04.498] [09:22:04.498] (test program exited with status code 255) [09:22:04.498] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.498] [09:22:04.522] ▶ 305/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/034_temporal/data/t_034_temporal_publisher_data/pgdata": 256 ERROR [09:22:04.547] 305/350 postgresql:subscription / subscription/034_temporal ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:04.548] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=177 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 034_temporal -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/034_temporal.pl [09:22:04.548] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.548] stderr: [09:22:04.548] [09:22:04.548] (test program exited with status code 255) [09:22:04.548] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.548] [09:22:04.722] 304/350 postgresql:subscription / subscription/023_twophase_stream ERROR 1.46s (exit status 255 or signal 127 SIGinvalid) [09:22:04.722] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=197 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 023_twophase_stream -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/023_twophase_stream.pl [09:22:04.722] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.722] stderr: [09:22:04.722] [09:22:04.722] (test program exited with status code 255) [09:22:04.722] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.722] [09:22:04.801] ▶ 306/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/brin/01_workitems/data/t_01_workitems_tango_data/pgdata": 256 ERROR [09:22:04.835] ▶ 307/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/brin/02_wal_consistency/data/t_02_wal_consistency_whiskey_data/pgdata": 256 ERROR [09:22:04.945] ▶ 308/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/035_conflicts/data/t_035_conflicts_publisher_data/pgdata": 256 ERROR [09:22:04.980] 306/350 postgresql:brin / brin/01_workitems ERROR 0.62s (exit status 255 or signal 127 SIGinvalid) [09:22:04.980] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=177 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/brin:/home/postgres/postgres/build/src/test/modules/brin/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/brin --pg-test-extra '' --testgroup brin --testname 01_workitems -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/brin /home/postgres/postgres/src/test/modules/brin/t/01_workitems.pl [09:22:04.980] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.980] stderr: [09:22:04.980] [09:22:04.980] (test program exited with status code 255) [09:22:04.980] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.980] [09:22:04.990] 308/350 postgresql:subscription / subscription/035_conflicts ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:22:04.990] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes MALLOC_PERTURB_=131 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 035_conflicts -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/035_conflicts.pl [09:22:04.990] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:04.990] stderr: [09:22:04.990] [09:22:04.990] (test program exited with status code 255) [09:22:04.990] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:04.990] [09:22:05.029] ▶ 309/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/commit_ts/003_standby_2/data/t_003_standby_2_primary_data/pgdata": 256 ERROR [09:22:05.029] ▶ 310/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/commit_ts/004_restart/data/t_004_restart_primary_data/pgdata": 256 ERROR [09:22:05.029] ▶ 311/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/commit_ts/001_base/data/t_001_base_foxtrot_data/pgdata --auth trust -c track_commit_timestamp=on" exited with value 1 ERROR [09:22:05.029] 307/350 postgresql:brin / brin/02_wal_consistency ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:05.029] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/brin:/home/postgres/postgres/build/src/test/modules/brin/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=202 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/brin --pg-test-extra '' --testgroup brin --testname 02_wal_consistency -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/brin /home/postgres/postgres/src/test/modules/brin/t/02_wal_consistency.pl [09:22:05.029] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.029] stderr: [09:22:05.029] [09:22:05.029] (test program exited with status code 255) [09:22:05.029] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.029] [09:22:05.049] ▶ 312/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/subscription/100_bugs/data/t_100_bugs_publisher_data/pgdata": 256 ERROR [09:22:05.051] 309/350 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:05.053] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=191 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/commit_ts:/home/postgres/postgres/build/src/test/modules/commit_ts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/commit_ts --pg-test-extra '' --testgroup commit_ts --testname 003_standby_2 -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/commit_ts /home/postgres/postgres/src/test/modules/commit_ts/t/003_standby_2.pl [09:22:05.053] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.053] stderr: [09:22:05.053] [09:22:05.053] (test program exited with status code 255) [09:22:05.053] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.053] [09:22:05.092] ▶ 313/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/commit_ts/002_standby/data/t_002_standby_primary_data/pgdata": 256 ERROR [09:22:05.098] 310/350 postgresql:commit_ts / commit_ts/004_restart ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:05.098] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=246 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/commit_ts:/home/postgres/postgres/build/src/test/modules/commit_ts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/commit_ts --pg-test-extra '' --testgroup commit_ts --testname 004_restart -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/commit_ts /home/postgres/postgres/src/test/modules/commit_ts/t/004_restart.pl [09:22:05.098] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.098] stderr: [09:22:05.098] [09:22:05.098] (test program exited with status code 255) [09:22:05.098] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.098] [09:22:05.119] 312/350 postgresql:subscription / subscription/100_bugs ERROR 0.88s (exit status 255 or signal 127 SIGinvalid) [09:22:05.120] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/subscription:/home/postgres/postgres/build/src/test/subscription/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=226 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/subscription --pg-test-extra '' --testgroup subscription --testname 100_bugs -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/subscription /home/postgres/postgres/src/test/subscription/t/100_bugs.pl [09:22:05.120] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.120] stderr: [09:22:05.120] [09:22:05.120] (test program exited with status code 255) [09:22:05.120] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.120] [09:22:05.136] 313/350 postgresql:commit_ts / commit_ts/002_standby ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:05.136] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=4 top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/commit_ts:/home/postgres/postgres/build/src/test/modules/commit_ts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/commit_ts --pg-test-extra '' --testgroup commit_ts --testname 002_standby -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/commit_ts /home/postgres/postgres/src/test/modules/commit_ts/t/002_standby.pl [09:22:05.136] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.136] stderr: [09:22:05.136] [09:22:05.136] (test program exited with status code 255) [09:22:05.136] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.136] [09:22:05.468] ▶ 314/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/injection_points/001_stats/data/t_001_stats_master_data/pgdata": 256 ERROR [09:22:05.513] 311/350 postgresql:commit_ts / commit_ts/001_base ERROR 1.07s (exit status 255 or signal 127 SIGinvalid) [09:22:05.514] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=46 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/commit_ts:/home/postgres/postgres/build/src/test/modules/commit_ts/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/commit_ts --pg-test-extra '' --testgroup commit_ts --testname 001_base -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/commit_ts /home/postgres/postgres/src/test/modules/commit_ts/t/001_base.pl [09:22:05.514] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.514] stderr: [09:22:05.514] [09:22:05.514] (test program exited with status code 255) [09:22:05.514] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.514] [09:22:05.550] 314/350 postgresql:injection_points / injection_points/001_stats ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:05.551] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/injection_points:/home/postgres/postgres/build/src/test/modules/injection_points/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=219 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/injection_points --pg-test-extra '' --testgroup injection_points --testname 001_stats -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/injection_points /home/postgres/postgres/src/test/modules/injection_points/t/001_stats.pl [09:22:05.551] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.551] stderr: [09:22:05.551] [09:22:05.551] (test program exited with status code 255) [09:22:05.551] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.551] [09:22:05.573] ▶ 315/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/oauth_validator/001_server/data/t_001_server_primary_data/pgdata": 256 ERROR [09:22:05.574] ▶ 316/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/oauth_validator/002_client/data/t_002_client_primary_data/pgdata": 256 ERROR [09:22:05.574] ▶ 317/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ssl_passphrase_callback/001_testfunc/data/t_001_testfunc_main_data/pgdata": 256 ERROR [09:22:05.594] ▶ 318/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/libpq_pipeline/001_libpq_pipeline/data/t_001_libpq_pipeline_main_data/pgdata": 256 ERROR [09:22:05.626] 317/350 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:05.658] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/ssl_passphrase_callback:/home/postgres/postgres/build/src/test/modules/ssl_passphrase_callback/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=30 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/ssl_passphrase_callback --pg-test-extra '' --testgroup ssl_passphrase_callback --testname 001_testfunc -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/ssl_passphrase_callback /home/postgres/postgres/src/test/modules/ssl_passphrase_callback/t/001_testfunc.pl [09:22:05.658] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.658] stderr: [09:22:05.658] [09:22:05.658] (test program exited with status code 255) [09:22:05.658] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.658] [09:22:05.658] 318/350 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:05.658] >>> LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=86 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/libpq_pipeline:/home/postgres/postgres/build/src/test/modules/libpq_pipeline/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/libpq_pipeline --pg-test-extra '' --testgroup libpq_pipeline --testname 001_libpq_pipeline -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/libpq_pipeline /home/postgres/postgres/src/test/modules/libpq_pipeline/t/001_libpq_pipeline.pl [09:22:05.658] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.658] stderr: [09:22:05.658] [09:22:05.658] (test program exited with status code 255) [09:22:05.658] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.658] [09:22:05.661] 315/350 postgresql:oauth_validator / oauth_validator/001_server ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:05.661] >>> MALLOC_PERTURB_=153 with_python=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template with_libcurl=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PYTHON=/usr/local/bin/python3 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/oauth_validator:/home/postgres/postgres/build/src/test/modules/oauth_validator/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/oauth_validator --pg-test-extra '' --testgroup oauth_validator --testname 001_server -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/oauth_validator /home/postgres/postgres/src/test/modules/oauth_validator/t/001_server.pl [09:22:05.661] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.661] stderr: [09:22:05.661] [09:22:05.661] (test program exited with status code 255) [09:22:05.661] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.661] [09:22:05.684] ▶ 319/350 command "initdb --no-sync --pgdata /home/postgres/postgres/build/testrun/test_aio/001_aio/data/t_001_aio_worker_data/pgdata --auth trust -c io_method=worker" exited with value 1 ERROR [09:22:05.685] 316/350 postgresql:oauth_validator / oauth_validator/002_client ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:05.685] >>> with_python=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=4 top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template with_libcurl=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PYTHON=/usr/local/bin/python3 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/oauth_validator:/home/postgres/postgres/build/src/test/modules/oauth_validator/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/oauth_validator --pg-test-extra '' --testgroup oauth_validator --testname 002_client -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/oauth_validator /home/postgres/postgres/src/test/modules/oauth_validator/t/002_client.pl [09:22:05.685] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.685] stderr: [09:22:05.685] [09:22:05.685] (test program exited with status code 255) [09:22:05.685] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.685] [09:22:05.750] 319/350 postgresql:test_aio / test_aio/001_aio ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:05.750] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes MALLOC_PERTURB_=74 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_aio:/home/postgres/postgres/build/src/test/modules/test_aio/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_aio --pg-test-extra '' --testgroup test_aio --testname 001_aio -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_aio /home/postgres/postgres/src/test/modules/test_aio/t/001_aio.pl [09:22:05.750] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:05.750] stderr: [09:22:05.750] [09:22:05.750] (test program exited with status code 255) [09:22:05.750] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:05.750] [09:22:06.035] ▶ 320/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_aio/002_io_workers/data/t_002_io_workers_worker_data/pgdata": 256 ERROR [09:22:06.075] ▶ 321/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_escape/001_test_escape/data/t_001_test_escape_node_data/pgdata": 256 ERROR [09:22:06.097] 320/350 postgresql:test_aio / test_aio/002_io_workers ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:06.098] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib MALLOC_PERTURB_=216 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_aio:/home/postgres/postgres/build/src/test/modules/test_aio/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_aio --pg-test-extra '' --testgroup test_aio --testname 002_io_workers -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_aio /home/postgres/postgres/src/test/modules/test_aio/t/002_io_workers.pl [09:22:06.098] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.098] stderr: [09:22:06.098] [09:22:06.098] (test program exited with status code 255) [09:22:06.098] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.098] [09:22:06.161] ▶ 322/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_custom_rmgrs/001_basic/data/t_001_basic_main_data/pgdata": 256 ERROR [09:22:06.197] 323/350 postgresql:test_int128 / test_int128/001_test_int128 OK 0.52s 2 subtests passed [09:22:06.218] 321/350 postgresql:test_escape / test_escape/001_test_escape ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:06.218] >>> LD_LIBRARY_PATH=/home/postgres/postgres/build/src/interfaces/libpq:/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_escape:/home/postgres/postgres/build/src/test/modules/test_escape/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=154 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_escape --pg-test-extra '' --testgroup test_escape --testname 001_test_escape -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_escape /home/postgres/postgres/src/test/modules/test_escape/t/001_test_escape.pl [09:22:06.218] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.218] stderr: [09:22:06.218] [09:22:06.218] (test program exited with status code 255) [09:22:06.218] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.218] [09:22:06.236] 322/350 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:06.237] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_custom_rmgrs:/home/postgres/postgres/build/src/test/modules/test_custom_rmgrs/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=145 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_custom_rmgrs --pg-test-extra '' --testgroup test_custom_rmgrs --testname 001_basic -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_custom_rmgrs /home/postgres/postgres/src/test/modules/test_custom_rmgrs/t/001_basic.pl [09:22:06.237] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.237] stderr: [09:22:06.237] [09:22:06.237] (test program exited with status code 255) [09:22:06.237] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.237] [09:22:06.433] ▶ 324/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_extensions/001_extension_control_path/data/t_001_extension_control_path_node_data/pgdata": 256 ERROR [09:22:06.487] ▶ 325/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ldap_password_func/001_mutated_bindpasswd/data/t_001_mutated_bindpasswd_node_data/pgdata": 256 ERROR [09:22:06.519] 324/350 postgresql:test_extensions / test_extensions/001_extension_control_path ERROR 0.86s (exit status 255 or signal 127 SIGinvalid) [09:22:06.520] >>> MALLOC_PERTURB_=171 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_extensions:/home/postgres/postgres/build/src/test/modules/test_extensions/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_extensions --pg-test-extra '' --testgroup test_extensions --testname 001_extension_control_path -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_extensions /home/postgres/postgres/src/test/modules/test_extensions/t/001_extension_control_path.pl [09:22:06.520] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.520] stderr: [09:22:06.520] [09:22:06.520] (test program exited with status code 255) [09:22:06.520] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.520] [09:22:06.540] 326/350 postgresql:test_json_parser / test_json_parser/004_test_parser_perf OK 0.34s 2 subtests passed [09:22:06.542] 325/350 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd ERROR 1.53s (exit status 255 or signal 127 SIGinvalid) [09:22:06.542] >>> with_ldap=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/ldap_password_func:/home/postgres/postgres/build/src/test/modules/ldap_password_func/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=173 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/ldap_password_func --pg-test-extra '' --testgroup ldap_password_func --testname 001_mutated_bindpasswd -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/ldap_password_func /home/postgres/postgres/src/test/modules/ldap_password_func/t/001_mutated_bindpasswd.pl [09:22:06.542] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.542] stderr: [09:22:06.542] [09:22:06.542] (test program exited with status code 255) [09:22:06.542] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.542] [09:22:06.583] ▶ 327/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/002_tablespace/data/t_002_tablespace_main_data/pgdata": 256 ERROR [09:22:06.623] 327/350 postgresql:test_misc / test_misc/002_tablespace ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:22:06.624] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=188 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 002_tablespace -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/002_tablespace.pl [09:22:06.624] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.624] stderr: [09:22:06.624] [09:22:06.624] (test program exited with status code 255) [09:22:06.624] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.624] [09:22:06.685] ▶ 328/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/001_constraint_validation/data/t_001_constraint_validation_primary_data/pgdata": 256 ERROR [09:22:06.795] 329/350 postgresql:test_json_parser / test_json_parser/003_test_semantic OK 0.70s 12 subtests passed [09:22:06.808] 328/350 postgresql:test_misc / test_misc/001_constraint_validation ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:06.808] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MALLOC_PERTURB_=220 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 001_constraint_validation -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/001_constraint_validation.pl [09:22:06.808] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.808] stderr: [09:22:06.808] [09:22:06.808] (test program exited with status code 255) [09:22:06.808] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.808] [09:22:06.912] ▶ 330/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/003_check_guc/data/t_003_check_guc_main_data/pgdata": 256 ERROR [09:22:06.943] 331/350 postgresql:test_misc / test_misc/004_io_direct SKIP 0.40s [09:22:06.967] 330/350 postgresql:test_misc / test_misc/003_check_guc ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:06.968] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=240 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 003_check_guc -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/003_check_guc.pl [09:22:06.968] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:06.968] stderr: [09:22:06.968] [09:22:06.968] (test program exited with status code 255) [09:22:06.968] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:06.968] [09:22:07.067] ▶ 332/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/005_timeouts/data/t_005_timeouts_master_data/pgdata": 256 ERROR [09:22:07.125] 332/350 postgresql:test_misc / test_misc/005_timeouts ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:07.125] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=113 enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 005_timeouts -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/005_timeouts.pl [09:22:07.125] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.125] stderr: [09:22:07.125] [09:22:07.125] (test program exited with status code 255) [09:22:07.125] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.125] [09:22:07.180] ▶ 333/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/007_catcache_inval/data/t_007_catcache_inval_node_data/pgdata": 256 ERROR [09:22:07.204] ▶ 334/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/006_signal_autovacuum/data/t_006_signal_autovacuum_node_data/pgdata": 256 ERROR [09:22:07.222] 333/350 postgresql:test_misc / test_misc/007_catcache_inval ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:07.238] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin MALLOC_PERTURB_=140 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 007_catcache_inval -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/007_catcache_inval.pl [09:22:07.238] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.238] stderr: [09:22:07.238] [09:22:07.238] (test program exited with status code 255) [09:22:07.238] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.238] [09:22:07.254] 334/350 postgresql:test_misc / test_misc/006_signal_autovacuum ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:07.254] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=112 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 006_signal_autovacuum -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/006_signal_autovacuum.pl [09:22:07.254] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.254] stderr: [09:22:07.254] [09:22:07.254] (test program exited with status code 255) [09:22:07.254] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.254] [09:22:07.270] ▶ 335/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_misc/008_replslot_single_user/data/t_008_replslot_single_user_node_data/pgdata": 256 ERROR [09:22:07.271] ▶ 336/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_pg_dump/001_base/data/t_001_base_main_data/pgdata": 256 ERROR [09:22:07.345] 336/350 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:07.346] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_pg_dump:/home/postgres/postgres/build/src/test/modules/test_pg_dump/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MALLOC_PERTURB_=157 MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_pg_dump --pg-test-extra '' --testgroup test_pg_dump --testname 001_base -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_pg_dump /home/postgres/postgres/src/test/modules/test_pg_dump/t/001_base.pl [09:22:07.346] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.346] stderr: [09:22:07.346] [09:22:07.346] (test program exited with status code 255) [09:22:07.346] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.346] [09:22:07.359] 335/350 postgresql:test_misc / test_misc/008_replslot_single_user ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:07.359] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_misc:/home/postgres/postgres/build/src/test/modules/test_misc/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=204 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_misc --pg-test-extra '' --testgroup test_misc --testname 008_replslot_single_user -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_misc /home/postgres/postgres/src/test/modules/test_misc/t/008_replslot_single_user.pl [09:22:07.359] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.359] stderr: [09:22:07.359] [09:22:07.359] (test program exited with status code 255) [09:22:07.359] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.359] [09:22:07.540] ▶ 337/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/test_slru/001_multixact/data/t_001_multixact_mike_data/pgdata": 256 ERROR [09:22:07.562] 338/350 postgresql:xid_wraparound / xid_wraparound/001_emergency_vacuum SKIP 0.32s [09:22:07.596] 339/350 postgresql:xid_wraparound / xid_wraparound/002_limits SKIP 0.34s [09:22:07.597] 337/350 postgresql:test_slru / test_slru/001_multixact ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:07.598] >>> MALLOC_PERTURB_=79 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/test_slru:/home/postgres/postgres/build/src/test/modules/test_slru/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template enable_injection_points=yes LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/test_slru --pg-test-extra '' --testgroup test_slru --testname 001_multixact -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/test_slru /home/postgres/postgres/src/test/modules/test_slru/t/001_multixact.pl [09:22:07.598] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.598] stderr: [09:22:07.598] [09:22:07.598] (test program exited with status code 255) [09:22:07.598] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.598] [09:22:07.646] ▶ 340/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/worker_spi/001_worker_spi/data/t_001_worker_spi_mynode_data/pgdata": 256 ERROR [09:22:07.679] 340/350 postgresql:worker_spi / worker_spi/001_worker_spi ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:07.680] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/modules/worker_spi:/home/postgres/postgres/build/src/test/modules/worker_spi/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin top_builddir=/home/postgres/postgres/build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=55 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/modules/worker_spi --pg-test-extra '' --testgroup worker_spi --testname 001_worker_spi -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/modules/worker_spi /home/postgres/postgres/src/test/modules/worker_spi/t/001_worker_spi.pl [09:22:07.680] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.680] stderr: [09:22:07.680] [09:22:07.680] (test program exited with status code 255) [09:22:07.680] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.680] [09:22:07.753] ▶ 341/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ssl/001_ssltests/data/t_001_ssltests_primary_data/pgdata": 256 ERROR [09:22:07.785] 341/350 postgresql:ssl / ssl/001_ssltests ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:07.786] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=11 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ssl:/home/postgres/postgres/build/src/test/ssl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 OPENSSL=/usr/bin/openssl /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ssl --pg-test-extra '' --testgroup ssl --testname 001_ssltests -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ssl /home/postgres/postgres/src/test/ssl/t/001_ssltests.pl [09:22:07.786] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:07.786] stderr: [09:22:07.786] [09:22:07.786] (test program exited with status code 255) [09:22:07.786] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:07.786] [09:22:07.876] 342/350 postgresql:xid_wraparound / xid_wraparound/003_wraparounds SKIP 0.53s [09:22:08.101] ▶ 343/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ssl/003_sslinfo/data/t_003_sslinfo_primary_data/pgdata": 256 ERROR [09:22:08.168] 343/350 postgresql:ssl / ssl/003_sslinfo ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:08.168] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template MALLOC_PERTURB_=68 LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ssl:/home/postgres/postgres/build/src/test/ssl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 OPENSSL=/usr/bin/openssl /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ssl --pg-test-extra '' --testgroup ssl --testname 003_sslinfo -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ssl /home/postgres/postgres/src/test/ssl/t/003_sslinfo.pl [09:22:08.168] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.168] stderr: [09:22:08.168] [09:22:08.168] (test program exited with status code 255) [09:22:08.168] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.168] [09:22:08.169] ▶ 344/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ldap/003_ldap_connection_param_lookup/data/t_003_ldap_connection_param_lookup_dummy_node_data/pgdata": 256 ERROR [09:22:08.200] ▶ 345/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ssl/002_scram/data/t_002_scram_primary_data/pgdata": 256 ERROR [09:22:08.216] ▶ 346/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/icu/010_database/data/t_010_database_node1_data/pgdata": 256 ERROR [09:22:08.243] 345/350 postgresql:ssl / ssl/002_scram ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:08.243] >>> MALLOC_PERTURB_=32 PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ssl:/home/postgres/postgres/build/src/test/ssl/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ssl=openssl share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 OPENSSL=/usr/bin/openssl /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ssl --pg-test-extra '' --testgroup ssl --testname 002_scram -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ssl /home/postgres/postgres/src/test/ssl/t/002_scram.pl [09:22:08.243] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.243] stderr: [09:22:08.243] [09:22:08.243] (test program exited with status code 255) [09:22:08.243] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.243] [09:22:08.254] 344/350 postgresql:ldap / ldap/003_ldap_connection_param_lookup ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:22:08.254] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ldap:/home/postgres/postgres/build/src/test/ldap/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ldap=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build MALLOC_PERTURB_=10 REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ldap --pg-test-extra '' --testgroup ldap --testname 003_ldap_connection_param_lookup -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ldap /home/postgres/postgres/src/test/ldap/t/003_ldap_connection_param_lookup.pl [09:22:08.254] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.254] stderr: [09:22:08.254] [09:22:08.254] (test program exited with status code 255) [09:22:08.254] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.254] [09:22:08.276] 346/350 postgresql:icu / icu/010_database ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:08.277] >>> PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress MALLOC_PERTURB_=99 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/icu:/home/postgres/postgres/build/src/test/icu/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 with_icu=yes MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/icu --pg-test-extra '' --testgroup icu --testname 010_database -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/icu /home/postgres/postgres/src/test/icu/t/010_database.pl [09:22:08.277] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.277] stderr: [09:22:08.277] [09:22:08.277] (test program exited with status code 255) [09:22:08.277] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.277] [09:22:08.354] ▶ 347/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ldap/002_bindpasswd/data/t_002_bindpasswd_node_data/pgdata": 256 ERROR [09:22:08.395] ▶ 348/350 failed to execute command "cp -RPp /home/postgres/postgres/build/tmp_install/initdb-template /home/postgres/postgres/build/testrun/ldap/001_auth/data/t_001_auth_node_data/pgdata": 256 ERROR [09:22:08.403] 347/350 postgresql:ldap / ldap/002_bindpasswd ERROR 0.72s (exit status 255 or signal 127 SIGinvalid) [09:22:08.403] >>> PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ldap:/home/postgres/postgres/build/src/test/ldap/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ldap=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 MALLOC_PERTURB_=80 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ldap --pg-test-extra '' --testgroup ldap --testname 002_bindpasswd -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ldap /home/postgres/postgres/src/test/ldap/t/002_bindpasswd.pl [09:22:08.403] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.403] stderr: [09:22:08.403] [09:22:08.403] (test program exited with status code 255) [09:22:08.403] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.403] [09:22:08.430] 348/350 postgresql:ldap / ldap/001_auth ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:08.431] >>> MALLOC_PERTURB_=25 PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/bin:/home/postgres/postgres/build/src/test/ldap:/home/postgres/postgres/build/src/test/ldap/test:/usr/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin with_ldap=yes PG_REGRESS=/home/postgres/postgres/build/src/test/regress/pg_regress UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 top_builddir=/home/postgres/postgres/build REGRESS_SHLIB=/home/postgres/postgres/build/src/test/regress/regress.so MESON_TEST_ITERATION=1 INITDB_TEMPLATE=/home/postgres/postgres/build/tmp_install/initdb-template LD_LIBRARY_PATH=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/lib ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 share_contrib_dir=/home/postgres/postgres/build/tmp_install//usr/local/pgsql/share/contrib MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 /usr/local/bin/python3 /home/postgres/postgres/build/../src/tools/testwrap --basedir /home/postgres/postgres/build --srcdir /home/postgres/postgres/src/test/ldap --pg-test-extra '' --testgroup ldap --testname 001_auth -- /usr/bin/perl -I /home/postgres/postgres/src/test/perl -I /home/postgres/postgres/src/test/ldap /home/postgres/postgres/src/test/ldap/t/001_auth.pl [09:22:08.431] ――――――――――――――――――――――――――――――――――――― ✀ ――――――――――――――――――――――――――――――――――――― [09:22:08.431] stderr: [09:22:08.431] [09:22:08.431] (test program exited with status code 255) [09:22:08.431] ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― [09:22:08.431] [09:22:10.992] 349/350 postgresql:test_json_parser / test_json_parser/001_test_json_parser_incremental OK 5.30s 516 subtests passed [09:22:22.396] 350/350 postgresql:test_json_parser / test_json_parser/002_inline OK 16.64s 3400 subtests passed [09:22:22.426] [09:22:22.426] Summary of Failures: [09:22:22.426] [09:22:22.426] 3/350 postgresql:setup / initdb_cache FAIL 0.09s exit status 1 [09:22:22.426] 4/350 postgresql:isolation / isolation/isolation ERROR 0.23s exit status 2 [09:22:22.426] 5/350 postgresql:regress / regress/regress ERROR 0.41s exit status 2 [09:22:22.426] 6/350 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 8/350 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 10/350 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 7/350 postgresql:pg_upgrade / pg_upgrade/001_basic ERROR 0.70s exit status 6 [09:22:22.426] 11/350 postgresql:recovery / recovery/001_stream_rep ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 13/350 postgresql:recovery / recovery/004_timeline_switch ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 12/350 postgresql:recovery / recovery/002_archiving ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 9/350 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR 0.98s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 14/350 postgresql:recovery / recovery/003_recovery_targets ERROR 0.62s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 16/350 postgresql:recovery / recovery/005_replay_delay ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 17/350 postgresql:recovery / recovery/006_logical_decoding ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 15/350 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1.24s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 18/350 postgresql:recovery / recovery/007_sync_rep ERROR 0.53s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 19/350 postgresql:recovery / recovery/008_fsm_truncation ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 20/350 postgresql:recovery / recovery/013_crash_restart ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 21/350 postgresql:recovery / recovery/012_subtransactions ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 22/350 postgresql:recovery / recovery/014_unlogged_reinit ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 24/350 postgresql:recovery / recovery/015_promotion_pages ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 23/350 postgresql:recovery / recovery/017_shm ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 25/350 postgresql:recovery / recovery/016_min_consistency ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 26/350 postgresql:recovery / recovery/018_wal_optimize ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 28/350 postgresql:recovery / recovery/020_archive_status ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 29/350 postgresql:recovery / recovery/022_crash_temp_files ERROR 0.34s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 27/350 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR 1.13s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 30/350 postgresql:recovery / recovery/009_twophase ERROR 1.23s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 32/350 postgresql:recovery / recovery/019_replslot_limit ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 31/350 postgresql:recovery / recovery/021_row_visibility ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 35/350 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 34/350 postgresql:recovery / recovery/028_pitr_timelines ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 37/350 postgresql:recovery / recovery/027_stream_regress ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 38/350 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 36/350 postgresql:recovery / recovery/026_overwrite_contrecord ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 39/350 postgresql:recovery / recovery/029_stats_restart ERROR 0.53s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 33/350 postgresql:recovery / recovery/024_archive_recovery ERROR 1.03s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 40/350 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 42/350 postgresql:recovery / recovery/032_relfilenode_reuse ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 41/350 postgresql:recovery / recovery/031_recovery_conflict ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 43/350 postgresql:recovery / recovery/036_truncated_dropped ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 46/350 postgresql:recovery / recovery/037_invalid_database ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 47/350 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 48/350 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR 0.33s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 49/350 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 44/350 postgresql:recovery / recovery/033_replay_tsp_drops ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 50/350 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 45/350 postgresql:recovery / recovery/034_create_database ERROR 1.03s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 51/350 postgresql:recovery / recovery/043_no_contrecord_switch ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 53/350 postgresql:recovery / recovery/039_end_of_wal ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 52/350 postgresql:plpgsql / plpgsql/regress ERROR 0.15s exit status 2 [09:22:22.426] 55/350 postgresql:recovery / recovery/046_checkpoint_logical_slot ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:22:22.426] 54/350 postgresql:recovery / recovery/042_low_level_backup ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:22.428] 57/350 postgresql:plperl / plperl/regress ERROR 0.12s exit status 2 [09:22:22.428] 58/350 postgresql:plpython / plpython/regress ERROR 0.15s exit status 2 [09:22:22.428] 60/350 postgresql:pltcl / pltcl/regress ERROR 0.15s exit status 2 [09:22:22.428] 56/350 postgresql:recovery / recovery/045_archive_restartpoint ERROR 0.64s (exit status 255 or signal 127 SIGinvalid) [09:22:22.428] 61/350 postgresql:recovery / recovery/047_checkpoint_physical_slot ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:22:22.428] 59/350 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:22:22.428] 63/350 postgresql:amcheck / amcheck/regress ERROR 0.20s exit status 2 [09:22:22.428] 66/350 postgresql:basic_archive / basic_archive/regress ERROR 0.19s exit status 2 [09:22:22.428] 67/350 postgresql:btree_gin / btree_gin/regress ERROR 0.13s exit status 2 [09:22:22.428] 64/350 postgresql:recovery / recovery/048_vacuum_horizon_floor ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.428] 62/350 postgresql:auto_explain / auto_explain/regress ERROR 0.28s exit status 2 [09:22:22.428] 65/350 postgresql:bloom / bloom/regress ERROR 0.21s exit status 2 [09:22:22.428] 69/350 postgresql:bool_plperl / bool_plperl/regress ERROR 0.24s exit status 2 [09:22:22.428] 68/350 postgresql:btree_gist / btree_gist/regress ERROR 0.21s exit status 2 [09:22:22.428] 71/350 postgresql:dblink / dblink/regress ERROR 0.15s exit status 2 [09:22:22.428] 72/350 postgresql:citext / citext/regress ERROR 0.24s exit status 2 [09:22:22.428] 74/350 postgresql:dict_int / dict_int/regress ERROR 0.18s exit status 2 [09:22:22.428] 73/350 postgresql:dict_xsyn / dict_xsyn/regress ERROR 0.17s exit status 2 [09:22:22.428] 70/350 postgresql:cube / cube/regress ERROR 0.23s exit status 2 [09:22:22.428] 75/350 postgresql:earthdistance / earthdistance/regress ERROR 0.16s exit status 2 [09:22:22.428] 76/350 postgresql:file_fdw / file_fdw/regress ERROR 0.21s exit status 2 [09:22:22.428] 77/350 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR 0.22s exit status 2 [09:22:22.428] 80/350 postgresql:intarray / intarray/regress ERROR 0.14s exit status 2 [09:22:22.428] 82/350 postgresql:hstore_plpython / hstore_plpython/regress ERROR 0.15s exit status 2 [09:22:22.428] 79/350 postgresql:isn / isn/regress ERROR 0.13s exit status 2 [09:22:22.428] 81/350 postgresql:hstore_plperl / hstore_plperl/regress ERROR 0.17s exit status 2 [09:22:22.428] 78/350 postgresql:hstore / hstore/regress ERROR 0.20s exit status 2 [09:22:22.428] 84/350 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR 0.18s exit status 2 [09:22:22.428] 86/350 postgresql:ltree / ltree/regress ERROR 0.15s exit status 2 [09:22:22.428] 83/350 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR 0.21s exit status 2 [09:22:22.428] 88/350 postgresql:pageinspect / pageinspect/regress ERROR 0.14s exit status 2 [09:22:22.428] 87/350 postgresql:ltree_plpython / ltree_plpython/regress ERROR 0.16s exit status 2 [09:22:22.428] 89/350 postgresql:passwordcheck / passwordcheck/regress ERROR 0.19s exit status 2 [09:22:22.428] 85/350 postgresql:lo / lo/regress ERROR 0.28s exit status 2 [09:22:22.428] 90/350 postgresql:pg_buffercache / pg_buffercache/regress ERROR 0.22s exit status 2 [09:22:22.428] 91/350 postgresql:pgcrypto / pgcrypto/regress ERROR 0.18s exit status 2 [09:22:22.428] 95/350 postgresql:pg_overexplain / pg_overexplain/regress ERROR 0.15s exit status 2 [09:22:22.428] 92/350 postgresql:pg_logicalinspect / pg_logicalinspect/isolation ERROR 0.18s exit status 2 [09:22:22.428] 94/350 postgresql:pg_prewarm / pg_prewarm/regress ERROR 0.19s exit status 2 [09:22:22.428] 93/350 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR 0.28s exit status 2 [09:22:22.428] 97/350 postgresql:pg_surgery / pg_surgery/regress ERROR 0.13s exit status 2 [09:22:22.428] 99/350 postgresql:pgstattuple / pgstattuple/regress ERROR 0.17s exit status 2 [09:22:22.428] 98/350 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 0.20s exit status 2 [09:22:22.428] 100/350 postgresql:pg_trgm / pg_trgm/regress ERROR 0.18s exit status 2 [09:22:22.428] 101/350 postgresql:pg_walinspect / pg_walinspect/regress ERROR 0.14s exit status 2 [09:22:22.428] 96/350 postgresql:pgrowlocks / pgrowlocks/isolation ERROR 0.32s exit status 2 [09:22:22.428] 102/350 postgresql:pg_visibility / pg_visibility/regress ERROR 0.22s exit status 2 [09:22:22.428] 103/350 postgresql:seg / seg/regress ERROR 0.19s exit status 2 [09:22:22.428] 106/350 postgresql:tablefunc / tablefunc/regress ERROR 0.20s exit status 2 [09:22:22.428] 107/350 postgresql:tcn / tcn/isolation ERROR 0.20s exit status 2 [09:22:22.428] 104/350 postgresql:spi / spi/regress ERROR 0.28s exit status 2 [09:22:22.428] 109/350 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR 0.16s exit status 2 [09:22:22.428] 108/350 postgresql:test_decoding / test_decoding/regress ERROR 0.22s exit status 2 [09:22:22.428] 105/350 postgresql:postgres_fdw / postgres_fdw/regress ERROR 0.39s exit status 2 [09:22:22.428] 110/350 postgresql:test_decoding / test_decoding/isolation ERROR 0.25s exit status 2 [09:22:22.428] 111/350 postgresql:tsm_system_time / tsm_system_time/regress ERROR 0.21s exit status 2 [09:22:22.428] 113/350 postgresql:xml2 / xml2/regress ERROR 0.16s exit status 2 [09:22:22.428] 114/350 postgresql:uuid-ossp / uuid-ossp/regress ERROR 0.23s exit status 2 [09:22:22.428] 112/350 postgresql:unaccent / unaccent/regress ERROR 0.28s exit status 2 [09:22:22.428] 116/350 postgresql:brin / brin/isolation ERROR 0.21s exit status 2 [09:22:22.428] 118/350 postgresql:delay_execution / delay_execution/isolation ERROR 0.21s exit status 2 [09:22:22.428] 115/350 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR 0.18s exit status 2 [09:22:22.428] 119/350 postgresql:dummy_index_am / dummy_index_am/regress ERROR 0.23s exit status 2 [09:22:22.428] 117/350 postgresql:commit_ts / commit_ts/regress ERROR 0.28s exit status 2 [09:22:22.429] 120/350 postgresql:gin / gin/regress ERROR 0.23s exit status 2 [09:22:22.429] 122/350 postgresql:injection_points / injection_points/regress ERROR 0.21s exit status 2 [09:22:22.429] 121/350 postgresql:injection_points / injection_points/isolation ERROR 0.21s exit status 2 [09:22:22.429] 123/350 postgresql:plsample / plsample/regress ERROR 0.21s exit status 2 [09:22:22.429] 124/350 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR 0.20s exit status 2 [09:22:22.429] 125/350 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR 0.19s exit status 2 [09:22:22.429] 126/350 postgresql:test_bitmapset / test_bitmapset/regress ERROR 0.23s exit status 2 [09:22:22.429] 127/350 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR 0.19s exit status 2 [09:22:22.429] 128/350 postgresql:test_binaryheap / test_binaryheap/regress ERROR 0.32s exit status 2 [09:22:22.429] 129/350 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR 0.11s exit status 2 [09:22:22.429] 130/350 postgresql:test_dsm_registry / test_dsm_registry/regress ERROR 0.22s exit status 2 [09:22:22.429] 131/350 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR 0.30s exit status 2 [09:22:22.429] 132/350 postgresql:test_integerset / test_integerset/regress ERROR 0.18s exit status 2 [09:22:22.429] 133/350 postgresql:test_extensions / test_extensions/regress ERROR 0.27s exit status 2 [09:22:22.429] 136/350 postgresql:test_pg_dump / test_pg_dump/regress ERROR 0.14s exit status 2 [09:22:22.429] 135/350 postgresql:test_lwlock_tranches / test_lwlock_tranches/regress ERROR 0.23s exit status 2 [09:22:22.429] 138/350 postgresql:test_parser / test_parser/regress ERROR 0.22s exit status 2 [09:22:22.429] 137/350 postgresql:test_lfind / test_lfind/regress ERROR 0.30s exit status 2 [09:22:22.429] 139/350 postgresql:test_predtest / test_predtest/regress ERROR 0.20s exit status 2 [09:22:22.429] 140/350 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR 0.30s exit status 2 [09:22:22.429] 141/350 postgresql:test_radixtree / test_radixtree/regress ERROR 0.19s exit status 2 [09:22:22.429] 134/350 postgresql:test_dsa / test_dsa/regress ERROR 0.56s exit status 2 [09:22:22.429] 143/350 postgresql:test_regex / test_regex/regress ERROR 0.20s exit status 2 [09:22:22.429] 144/350 postgresql:test_resowner / test_resowner/regress ERROR 0.19s exit status 2 [09:22:22.429] 145/350 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR 0.18s exit status 2 [09:22:22.429] 142/350 postgresql:test_rbtree / test_rbtree/regress ERROR 0.30s exit status 2 [09:22:22.429] 146/350 postgresql:test_shm_mq / test_shm_mq/regress ERROR 0.21s exit status 2 [09:22:22.429] 149/350 postgresql:test_tidstore / test_tidstore/regress ERROR 0.23s exit status 2 [09:22:22.429] 148/350 postgresql:test_slru / test_slru/regress ERROR 0.26s exit status 2 [09:22:22.429] 150/350 postgresql:unsafe_tests / unsafe_tests/regress ERROR 0.17s exit status 2 [09:22:22.429] 151/350 postgresql:ecpg / ecpg/ecpg ERROR 0.25s exit status 2 [09:22:22.429] 147/350 postgresql:typcache / typcache/regress ERROR 0.40s exit status 2 [09:22:22.429] 153/350 postgresql:libpq / libpq/006_service ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 155/350 postgresql:libpq / libpq/005_negotiate_encryption ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 156/350 postgresql:libpq / libpq/003_load_balance_host_list ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 158/350 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 160/350 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 161/350 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 162/350 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 165/350 postgresql:pg_amcheck / pg_amcheck/003_check ERROR 1.05s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 167/350 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 166/350 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR 0.94s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 169/350 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 168/350 postgresql:pg_checksums / pg_checksums/001_basic ERROR 0.48s exit status 6 [09:22:22.429] 170/350 postgresql:pg_checksums / pg_checksums/002_actions ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 171/350 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 172/350 postgresql:pg_combinebackup / pg_combinebackup/003_timeline ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 173/350 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber ERROR 1.18s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 163/350 postgresql:initdb / initdb/001_initdb ERROR 2.55s exit status 2 [09:22:22.429] 174/350 postgresql:pg_combinebackup / pg_combinebackup/004_manifest ERROR 0.83s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 176/350 postgresql:pg_combinebackup / pg_combinebackup/005_integrity ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 177/350 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy ERROR 0.72s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 178/350 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 179/350 postgresql:pg_combinebackup / pg_combinebackup/008_promote ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 180/350 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal ERROR 0.77s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 181/350 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 183/350 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR 0.74s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 185/350 postgresql:pg_ctl / pg_ctl/002_status ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.429] 188/350 postgresql:pg_ctl / pg_ctl/003_promote ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 186/350 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 187/350 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 190/350 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 191/350 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 193/350 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 194/350 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 189/350 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR 1.20s exit status 2 [09:22:22.431] 192/350 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 195/350 postgresql:pg_rewind / pg_rewind/001_basic ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 197/350 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 196/350 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 1.10s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 198/350 postgresql:pg_rewind / pg_rewind/002_databases ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 199/350 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 200/350 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 201/350 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 202/350 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 203/350 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 204/350 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR 0.79s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 208/350 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR 0.49s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 207/350 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 209/350 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 211/350 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 212/350 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 213/350 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 214/350 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 215/350 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 216/350 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 218/350 postgresql:pg_walsummary / pg_walsummary/002_blocks ERROR 0.60s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 220/350 postgresql:pg_waldump / pg_waldump/001_basic ERROR 0.90s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 219/350 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 222/350 postgresql:psql / psql/001_basic ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 223/350 postgresql:psql / psql/010_tab_completion ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 224/350 postgresql:psql / psql/020_cancel ERROR 0.51s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 225/350 postgresql:scripts / scripts/010_clusterdb ERROR 0.54s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 226/350 postgresql:scripts / scripts/011_clusterdb_all ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 228/350 postgresql:scripts / scripts/040_createuser ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 229/350 postgresql:scripts / scripts/020_createdb ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 231/350 postgresql:scripts / scripts/070_dropuser ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 230/350 postgresql:scripts / scripts/080_pg_isready ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 232/350 postgresql:scripts / scripts/050_dropdb ERROR 0.97s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 233/350 postgresql:scripts / scripts/091_reindexdb_all ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 234/350 postgresql:scripts / scripts/090_reindexdb ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 236/350 postgresql:scripts / scripts/101_vacuumdb_all ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 235/350 postgresql:scripts / scripts/100_vacuumdb ERROR 0.77s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 237/350 postgresql:scripts / scripts/102_vacuumdb_stages ERROR 0.48s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 238/350 postgresql:scripts / scripts/200_connstr ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 242/350 postgresql:amcheck / amcheck/001_verify_heapam ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 241/350 postgresql:amcheck / amcheck/002_cic ERROR 0.52s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 243/350 postgresql:amcheck / amcheck/003_cic_2pc ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 245/350 postgresql:amcheck / amcheck/004_verify_nbtree_unique ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 246/350 postgresql:amcheck / amcheck/005_pitr ERROR 0.75s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 247/350 postgresql:amcheck / amcheck/006_verify_gin ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.431] 248/350 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 250/350 postgresql:auto_explain / auto_explain/001_auto_explain ERROR 0.60s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 251/350 postgresql:bloom / bloom/001_wal ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 252/350 postgresql:pg_stat_statements / pg_stat_statements/010_restart ERROR 0.36s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 253/350 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 254/350 postgresql:dblink / dblink/001_auth_scram ERROR 0.89s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 258/350 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 259/350 postgresql:pg_visibility / pg_visibility/002_corrupt_vm ERROR 0.69s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 255/350 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR 0.85s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 261/350 postgresql:authentication / authentication/001_password ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 264/350 postgresql:authentication / authentication/006_login_trigger ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 260/350 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR 1.04s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 268/350 postgresql:authentication / authentication/002_saslprep ERROR 0.78s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 266/350 postgresql:authentication / authentication/004_file_inclusion ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 267/350 postgresql:authentication / authentication/003_peer ERROR 0.80s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 265/350 postgresql:authentication / authentication/007_pre_auth ERROR 0.70s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 270/350 postgresql:subscription / subscription/003_constraints ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 273/350 postgresql:postmaster / postmaster/003_start_stop ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 271/350 postgresql:postmaster / postmaster/002_connection_limits ERROR 0.71s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 272/350 postgresql:subscription / subscription/004_sync ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 274/350 postgresql:subscription / subscription/002_types ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 275/350 postgresql:subscription / subscription/001_rep_changes ERROR 0.73s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 276/350 postgresql:subscription / subscription/007_ddl ERROR 0.35s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 278/350 postgresql:subscription / subscription/008_diff_schema ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 269/350 postgresql:postmaster / postmaster/001_basic ERROR 1.19s exit status 6 [09:22:22.494] 280/350 postgresql:subscription / subscription/006_rewrite ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 279/350 postgresql:subscription / subscription/009_matviews ERROR 0.45s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 277/350 postgresql:subscription / subscription/005_encoding ERROR 1.04s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 281/350 postgresql:subscription / subscription/010_truncate ERROR 0.66s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 282/350 postgresql:subscription / subscription/011_generated ERROR 0.73s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 283/350 postgresql:subscription / subscription/013_partition ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 285/350 postgresql:subscription / subscription/012_collation ERROR 0.79s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 287/350 postgresql:subscription / subscription/015_stream ERROR 0.65s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 284/350 postgresql:subscription / subscription/016_stream_subxact ERROR 0.64s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 286/350 postgresql:subscription / subscription/014_binary ERROR 0.74s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 288/350 postgresql:subscription / subscription/017_stream_ddl ERROR 0.39s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 291/350 postgresql:subscription / subscription/020_messages ERROR 0.49s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 290/350 postgresql:subscription / subscription/018_stream_subxact_abort ERROR 0.67s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 289/350 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 292/350 postgresql:subscription / subscription/024_add_drop_pub ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 293/350 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR 0.41s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 294/350 postgresql:subscription / subscription/021_twophase ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 295/350 postgresql:subscription / subscription/022_twophase_cascade ERROR 0.65s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 296/350 postgresql:subscription / subscription/026_stats ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 297/350 postgresql:subscription / subscription/028_row_filter ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 299/350 postgresql:subscription / subscription/030_origin ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 298/350 postgresql:subscription / subscription/029_on_error ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 300/350 postgresql:subscription / subscription/031_column_list ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 301/350 postgresql:subscription / subscription/027_nosuperuser ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 302/350 postgresql:subscription / subscription/033_run_as_table_owner ERROR 0.47s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 303/350 postgresql:subscription / subscription/032_subscribe_use_index ERROR 0.56s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 305/350 postgresql:subscription / subscription/034_temporal ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 304/350 postgresql:subscription / subscription/023_twophase_stream ERROR 1.46s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 306/350 postgresql:brin / brin/01_workitems ERROR 0.62s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 308/350 postgresql:subscription / subscription/035_conflicts ERROR 0.76s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 307/350 postgresql:brin / brin/02_wal_consistency ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 309/350 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 310/350 postgresql:commit_ts / commit_ts/004_restart ERROR 0.37s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 312/350 postgresql:subscription / subscription/100_bugs ERROR 0.88s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 313/350 postgresql:commit_ts / commit_ts/002_standby ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 311/350 postgresql:commit_ts / commit_ts/001_base ERROR 1.07s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 314/350 postgresql:injection_points / injection_points/001_stats ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 317/350 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR 0.50s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 318/350 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 315/350 postgresql:oauth_validator / oauth_validator/001_server ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 316/350 postgresql:oauth_validator / oauth_validator/002_client ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 319/350 postgresql:test_aio / test_aio/001_aio ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 320/350 postgresql:test_aio / test_aio/002_io_workers ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 321/350 postgresql:test_escape / test_escape/001_test_escape ERROR 0.58s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 322/350 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 324/350 postgresql:test_extensions / test_extensions/001_extension_control_path ERROR 0.86s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 325/350 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd ERROR 1.53s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 327/350 postgresql:test_misc / test_misc/002_tablespace ERROR 0.38s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 328/350 postgresql:test_misc / test_misc/001_constraint_validation ERROR 0.59s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 330/350 postgresql:test_misc / test_misc/003_check_guc ERROR 0.44s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 332/350 postgresql:test_misc / test_misc/005_timeouts ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 333/350 postgresql:test_misc / test_misc/007_catcache_inval ERROR 0.43s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 334/350 postgresql:test_misc / test_misc/006_signal_autovacuum ERROR 0.61s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 336/350 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 335/350 postgresql:test_misc / test_misc/008_replslot_single_user ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 337/350 postgresql:test_slru / test_slru/001_multixact ERROR 0.63s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 340/350 postgresql:worker_spi / worker_spi/001_worker_spi ERROR 0.55s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 341/350 postgresql:ssl / ssl/001_ssltests ERROR 0.42s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 343/350 postgresql:ssl / ssl/003_sslinfo ERROR 0.57s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 345/350 postgresql:ssl / ssl/002_scram ERROR 0.68s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 344/350 postgresql:ldap / ldap/003_ldap_connection_param_lookup ERROR 0.46s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 346/350 postgresql:icu / icu/010_database ERROR 0.40s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 347/350 postgresql:ldap / ldap/002_bindpasswd ERROR 0.72s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] 348/350 postgresql:ldap / ldap/001_auth ERROR 0.81s (exit status 255 or signal 127 SIGinvalid) [09:22:22.494] [09:22:22.494] Ok: 27 [09:22:22.494] Expected Fail: 0 [09:22:22.494] Fail: 317 [09:22:22.494] Unexpected Pass: 0 [09:22:22.494] Skipped: 6 [09:22:22.494] Timeout: 0 [09:22:22.494] [09:22:22.494] Full log written to /home/postgres/postgres/build/meson-logs/testlog.txt [09:22:22.599] [09:22:22.599] Exit status: 61