# Running: pg_basebackup --help [04:17:33.130](0.031s) ok 1 - pg_basebackup --help exit code 0 [04:17:33.130](0.000s) ok 2 - pg_basebackup --help goes to stdout [04:17:33.131](0.000s) ok 3 - pg_basebackup --help nothing to stderr [04:17:33.131](0.000s) ok 4 - pg_basebackup --help maximum line length # Running: pg_basebackup --version [04:17:33.136](0.005s) ok 5 - pg_basebackup --version exit code 0 [04:17:33.136](0.000s) ok 6 - pg_basebackup --version goes to stdout [04:17:33.136](0.000s) ok 7 - pg_basebackup --version nothing to stderr # Running: pg_basebackup --not-a-valid-option [04:17:33.141](0.005s) ok 8 - pg_basebackup with invalid option nonzero exit code [04:17:33.141](0.000s) ok 9 - pg_basebackup with invalid option prints error message # Checking port 55217 # Found port 55217 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/archives Connection string: port=55217 host=/tmp/yfLqgj8fnb Log file: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/log/010_pg_basebackup_main.log [04:17:33.145](0.004s) # initializing database system by running initdb # Running: initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/pgdata -A trust -N --data-checksums 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 enabled. creating directory /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_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 5, which is not a valid value for type '_Bool' ==26570==Using libbacktrace symbolizer. #0 0x55f6a2e30805 in standard_planner ../src/backend/optimizer/plan/planner.c:576 #1 0x55f6a2e30891 in planner ../src/backend/optimizer/plan/planner.c:283 #2 0x55f6a309a713 in pg_plan_query ../src/backend/tcop/postgres.c:903 #3 0x55f6a309aa80 in pg_plan_queries ../src/backend/tcop/postgres.c:995 #4 0x55f6a309ae5a in exec_simple_query ../src/backend/tcop/postgres.c:1192 #5 0x55f6a309dd5a in PostgresMain ../src/backend/tcop/postgres.c:4675 #6 0x55f6a309e2df in PostgresSingleUserMain ../src/backend/tcop/postgres.c:4128 #7 0x55f6a2d76bdd in main ../src/backend/main/main.c:195 #8 0x7f6a1ffccd09 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x23d09) #9 0x55f6a28e6229 in _start (/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres+0x8b1229) Aborted (core dumped) child process exited with exit code 134 initdb: removing data directory "/tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/pgdata" [04:17:36.691](3.546s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_main_data/pgdata -A trust -N --data-checksums" exited with value 1 # No postmaster PID for node "main"