# Running: psql --help [22:00:18.150](0.077s) ok 1 - psql --help exit code 0 [22:00:18.151](0.000s) ok 2 - psql --help goes to stdout [22:00:18.151](0.000s) ok 3 - psql --help nothing to stderr [22:00:18.151](0.000s) ok 4 - psql --help maximum line length # Running: psql --version [22:00:18.182](0.030s) ok 5 - psql --version exit code 0 [22:00:18.182](0.000s) ok 6 - psql --version goes to stdout [22:00:18.182](0.000s) ok 7 - psql --version nothing to stderr # Running: psql --not-a-valid-option [22:00:18.228](0.046s) ok 8 - psql with invalid option nonzero exit code [22:00:18.229](0.000s) ok 9 - psql with invalid option prints error message [22:00:18.261](0.032s) ok 10 - psql --help=commands exit code 0 [22:00:18.261](0.000s) ok 11 - psql --help=commands goes to stdout [22:00:18.261](0.000s) ok 12 - psql --help=commands nothing to stderr [22:00:18.322](0.061s) ok 13 - psql --help=variables exit code 0 [22:00:18.322](0.000s) ok 14 - psql --help=variables goes to stdout [22:00:18.322](0.000s) ok 15 - psql --help=variables nothing to stderr # Checking port 65231 # Found port 65231 Name: main Data directory: C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/pgdata Backup directory: C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/backup Archive directory: C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/archives Connection string: port=65231 host=C:/Windows/TEMP/wJSSsrv01L Log file: C:\cirrus\build/testrun/psql/001_basic\log/001_basic_main.log [22:00:18.361](0.039s) # initializing database system by running initdb # Running: initdb -D C:\cirrus\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 "SYSTEM". 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 C:/cirrus/build/testrun/psql/001_basic/data/t_001_basic_main_data/pgdata ... ok creating subdirectories ... ok selecting dynamic shared memory implementation ... windows selecting default max_connections ... 100 selecting default shared_buffers ... 128MB selecting default time zone ... Atlantic/Reykjavik creating configuration files ... ok running bootstrap script ... ok performing post-bootstrap initialization ... ok Sync to disk skipped. The data directory might become corrupt if the operating system crashes. Success. You can now start the database server using: pg_ctl -D ^"C^:^\cirrus^\build^/testrun^/psql^/001^_basic^\data^/t^_001^_basic^_main^_data^/pgdata^" -l logfile start # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/pgdata -l C:\cirrus\build/testrun/psql/001_basic\log/001_basic_main.log -o --cluster-name=main start waiting for server to start..... stopped waiting pg_ctl: could not start server Examine the log output. # pg_ctl start failed; logfile: 2024-04-02 22:00:23.211 GMT [5276][postmaster] LOG: starting PostgreSQL 17devel on x86_64-windows, compiled by msvc-19.29.30151, 64-bit 2024-04-02 22:00:23.213 GMT [5276][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/wJSSsrv01L/.s.PGSQL.65231" 2024-04-02 22:00:23.241 GMT [3728][startup] LOG: database system was shut down at 2024-04-02 22:00:22 GMT 2024-04-02 22:00:24.741 GMT [5276][postmaster] LOG: startup process (PID 3728) was terminated by exception 0xC0000354 2024-04-02 22:00:24.741 GMT [5276][postmaster] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2024-04-02 22:00:24.747 GMT [5276][postmaster] LOG: aborting startup due to startup process failure 2024-04-02 22:00:24.748 GMT [5276][postmaster] LOG: database system is shut down # No postmaster PID for node "main" [22:00:24.880](6.519s) Bail out! pg_ctl start failed # No postmaster PID for node "main"