# Running: psql --help [18:44:09.457](0.019s) ok 1 - psql --help exit code 0 [18:44:09.457](0.000s) ok 2 - psql --help goes to stdout [18:44:09.457](0.000s) ok 3 - psql --help nothing to stderr [18:44:09.457](0.000s) ok 4 - psql --help maximum line length # Running: psql --version [18:44:09.464](0.006s) ok 5 - psql --version exit code 0 [18:44:09.464](0.000s) ok 6 - psql --version goes to stdout [18:44:09.464](0.000s) ok 7 - psql --version nothing to stderr # Running: psql --not-a-valid-option [18:44:09.477](0.013s) ok 8 - psql with invalid option nonzero exit code [18:44:09.477](0.000s) ok 9 - psql with invalid option prints error message [18:44:09.486](0.009s) ok 10 - psql --help=commands exit code 0 [18:44:09.487](0.000s) ok 11 - psql --help=commands goes to stdout [18:44:09.487](0.000s) ok 12 - psql --help=commands nothing to stderr [18:44:09.494](0.007s) ok 13 - psql --help=variables exit code 0 [18:44:09.494](0.000s) ok 14 - psql --help=variables goes to stdout [18:44:09.494](0.000s) ok 15 - psql --help=variables nothing to stderr # Checking port 59373 # Found port 59373 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=59373 host=/tmp/J5eRtVV5Hb Log file: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/log/001_basic_main.log [18:44:09.498](0.004s) # 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:576:28: runtime error: load of value 252, which is not a valid value for type '_Bool' ==28903==Using libbacktrace symbolizer. #0 0x55865c7957da in standard_planner ../src/backend/optimizer/plan/planner.c:576 #1 0x55865c795866 in planner ../src/backend/optimizer/plan/planner.c:283 #2 0x55865ca02c4a in pg_plan_query ../src/backend/tcop/postgres.c:903 #3 0x55865ca02fb7 in pg_plan_queries ../src/backend/tcop/postgres.c:995 #4 0x55865ca03391 in exec_simple_query ../src/backend/tcop/postgres.c:1192 #5 0x55865ca06291 in PostgresMain ../src/backend/tcop/postgres.c:4675 #6 0x55865ca06816 in PostgresSingleUserMain ../src/backend/tcop/postgres.c:4128 #7 0x55865c6dbb5e in main ../src/backend/main/main.c:195 #8 0x7f1ce3a8fd09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #9 0x55865c24b229 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/psql/001_basic/data/t_001_basic_main_data/pgdata" [18:44:12.024](2.525s) 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"