# Running: psql --help [06:43:29.632](0.017s) ok 1 - psql --help exit code 0 [06:43:29.633](0.000s) ok 2 - psql --help goes to stdout [06:43:29.633](0.000s) ok 3 - psql --help nothing to stderr [06:43:29.633](0.000s) ok 4 - psql --help maximum line length # Running: psql --version [06:43:29.637](0.004s) ok 5 - psql --version exit code 0 [06:43:29.638](0.000s) ok 6 - psql --version goes to stdout [06:43:29.638](0.000s) ok 7 - psql --version nothing to stderr # Running: psql --not-a-valid-option [06:43:29.642](0.004s) ok 8 - psql with invalid option nonzero exit code [06:43:29.642](0.000s) ok 9 - psql with invalid option prints error message [06:43:29.648](0.006s) ok 10 - psql --help=commands exit code 0 [06:43:29.648](0.000s) ok 11 - psql --help=commands goes to stdout [06:43:29.648](0.000s) ok 12 - psql --help=commands nothing to stderr [06:43:29.653](0.005s) ok 13 - psql --help=variables exit code 0 [06:43:29.653](0.000s) ok 14 - psql --help=variables goes to stdout [06:43:29.653](0.000s) ok 15 - psql --help=variables nothing to stderr # Checking port 56713 # Found port 56713 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=56713 host=/tmp/1jFzdbvDGI Log file: /tmp/cirrus-ci-build/build/testrun/psql/001_basic/log/001_basic_main.log [06:43:29.656](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 ... 20 selecting default shared_buffers ... 400kB selecting default time zone ... UTC creating configuration files ... ok running bootstrap script ... LOG: GUC (PGC_BOOL) externally_managed_configuration, boot_val=0, C-var=1 TRAP: failed Assert("check_GUC_init(hentry->gucvar)"), File: "../src/backend/utils/misc/guc.c", Line: 1556, PID: 7738 0xa441c4 at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0xa5d82c at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres 0x64169b at /tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/bin/postgres child process was terminated by signal 6: Abort trap initdb: removing data directory "/tmp/cirrus-ci-build/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata" [06:43:38.157](8.501s) 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"