# Running: psql --help [12:38:14.015](0.017s) ok 1 - psql --help exit code 0 [12:38:14.015](0.000s) ok 2 - psql --help goes to stdout [12:38:14.016](0.000s) ok 3 - psql --help nothing to stderr [12:38:14.016](0.000s) ok 4 - psql --help maximum line length # Running: psql --version [12:38:14.025](0.009s) ok 5 - psql --version exit code 0 [12:38:14.025](0.000s) ok 6 - psql --version goes to stdout [12:38:14.026](0.000s) ok 7 - psql --version nothing to stderr # Running: psql --not-a-valid-option [12:38:14.031](0.005s) ok 8 - psql with invalid option nonzero exit code [12:38:14.031](0.000s) ok 9 - psql with invalid option prints error message [12:38:14.038](0.006s) ok 10 - psql --help=commands exit code 0 [12:38:14.038](0.000s) ok 11 - psql --help=commands goes to stdout [12:38:14.038](0.000s) ok 12 - psql --help=commands nothing to stderr [12:38:14.044](0.006s) ok 13 - psql --help=variables exit code 0 [12:38:14.044](0.000s) ok 14 - psql --help=variables goes to stdout [12:38:14.044](0.000s) ok 15 - psql --help=variables nothing to stderr # Checking port 64566 # Found port 64566 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/archives Connection string: port=64566 host=/tmp/uvLcxisme1 Log file: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/log/001_basic_main.log [12:38:14.047](0.003s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata -A trust -N --locale=C --encoding=UTF8 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 locale "C". The default text search configuration will be set to "english". Data page checksums are disabled. creating directory /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata ... 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 57, which is not a valid value for type '_Bool' ==28606==Using libbacktrace symbolizer. #0 0x555d44c3a2e0 in standard_planner ../src/backend/optimizer/plan/planner.c:569 #1 0x555d44c3a36c in planner ../src/backend/optimizer/plan/planner.c:276 #2 0x555d44ea9331 in pg_plan_query ../src/backend/tcop/postgres.c:904 #3 0x555d44ea969e in pg_plan_queries ../src/backend/tcop/postgres.c:996 #4 0x555d44ea9a78 in exec_simple_query ../src/backend/tcop/postgres.c:1193 #5 0x555d44eac978 in PostgresMain ../src/backend/tcop/postgres.c:4680 #6 0x555d44eacefd in PostgresSingleUserMain ../src/backend/tcop/postgres.c:4136 #7 0x555d44b80570 in main ../src/backend/main/main.c:194 #8 0x7f53ff1fdd09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #9 0x555d446ee219 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres+0x8b8219) Aborted (core dumped) child process exited with exit code 134 initdb: removing data directory "/tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata" [12:38:17.123](3.076s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata -A trust -N --locale=C --encoding=UTF8" exited with value 1 # No postmaster PID for node "main"