# Running: pg_ctl --help [21:06:20.494](0.012s) ok 1 - pg_ctl --help exit code 0 [21:06:20.494](0.000s) ok 2 - pg_ctl --help goes to stdout [21:06:20.494](0.000s) ok 3 - pg_ctl --help nothing to stderr [21:06:20.494](0.000s) ok 4 - pg_ctl --help maximum line length # Running: pg_ctl --version [21:06:20.496](0.002s) ok 5 - pg_ctl --version exit code 0 [21:06:20.497](0.000s) ok 6 - pg_ctl --version goes to stdout [21:06:20.497](0.000s) ok 7 - pg_ctl --version nothing to stderr # Running: pg_ctl --not-a-valid-option [21:06:20.499](0.002s) ok 8 - pg_ctl with invalid option nonzero exit code [21:06:20.499](0.000s) ok 9 - pg_ctl with invalid option prints error message # Running: pg_ctl start -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/nonexistent pg_ctl: directory "/tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/nonexistent" does not exist [21:06:20.511](0.012s) ok 10 - pg_ctl start with nonexistent directory # Running: pg_ctl initdb -D /tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/data -o -N The files belonging to this database system will be owned by user "postgres". This user must also own the server process. The database cluster will be initialized with this locale configuration: provider: libc LC_COLLATE: C.UTF-8 LC_CTYPE: C.UTF-8 LC_MESSAGES: C LC_MONETARY: C.UTF-8 LC_NUMERIC: C.UTF-8 LC_TIME: C.UTF-8 The default database encoding has accordingly been set to "UTF8". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/data ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... posix selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Etc/UTC creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ../src/backend/optimizer/plan/planner.c:569:28: runtime error: load of value 126, which is not a valid value for type '_Bool' ==27652==Using libbacktrace symbolizer. #0 0x55ab7f3e55c8 in standard_planner ../src/backend/optimizer/plan/planner.c:569 #1 0x55ab7f3e5654 in planner ../src/backend/optimizer/plan/planner.c:276 #2 0x55ab7f652bf3 in pg_plan_query ../src/backend/tcop/postgres.c:903 #3 0x55ab7f652f60 in pg_plan_queries ../src/backend/tcop/postgres.c:995 #4 0x55ab7f65333a in exec_simple_query ../src/backend/tcop/postgres.c:1192 #5 0x55ab7f65623a in PostgresMain ../src/backend/tcop/postgres.c:4675 #6 0x55ab7f6567bf in PostgresSingleUserMain ../src/backend/tcop/postgres.c:4128 #7 0x55ab7f32b94c in main ../src/backend/main/main.c:194 #8 0x7f746852fd09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #9 0x55ab7ee9b229 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres+0x8b3229) Aborted (core dumped) child process exited with exit code 134 initdb: removing data directory "/tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/data" pg_ctl: database system initialization failed [21:06:24.652](4.142s) not ok 11 - pg_ctl initdb [21:06:24.653](0.000s) # Failed test 'pg_ctl initdb' # at /tmp/cirrus-ci-build/src/bin/pg_ctl/t/001_start_stop.pl line 21. # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_ctl/001_start_stop/data/tmp_test_rIZr/data [21:06:24.665](0.012s) ok 12 - configure authentication # Checking port 61114 # Found port 61114 print() on closed filehandle $conf at /tmp/cirrus-ci-build/src/bin/pg_ctl/t/001_start_stop.pl line 27. [21:06:24.666](0.001s) # Tests were run but no plan was declared and done_testing() was not seen. [21:06:24.666](0.000s) # Looks like your test exited with 2 just after 12.