# Running: createdb --help [20:51:10.239](0.282s) ok 1 - createdb --help exit code 0 [20:51:10.240](0.001s) ok 2 - createdb --help goes to stdout [20:51:10.241](0.000s) ok 3 - createdb --help nothing to stderr [20:51:10.241](0.000s) ok 4 - createdb --help maximum line length # Running: createdb --version [20:51:10.437](0.197s) ok 5 - createdb --version exit code 0 [20:51:10.439](0.002s) ok 6 - createdb --version goes to stdout [20:51:10.440](0.000s) ok 7 - createdb --version nothing to stderr # Running: createdb --not-a-valid-option [20:51:10.522](0.082s) ok 8 - createdb with invalid option nonzero exit code [20:51:10.522](0.001s) ok 9 - createdb with invalid option prints error message # Checking port 62913 # Found port 62913 Name: main Data directory: C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/pgdata Backup directory: C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/backup Archive directory: C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/archives Connection string: port=62913 host=C:/Windows/TEMP/wtMn0_MILp Log file: C:\cirrus\build/testrun/scripts/020_createdb\log/020_createdb_main.log [20:51:10.558](0.036s) # initializing database system by copying initdb template # Running: robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_install/initdb-template C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/pgdata # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D C:\cirrus\build/testrun/scripts/020_createdb\data/t_020_createdb_main_data/pgdata -l C:\cirrus\build/testrun/scripts/020_createdb\log/020_createdb_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 20:51:12.210 GMT [3764][postmaster] LOG: starting PostgreSQL 17devel on x86_64-windows, compiled by msvc-19.29.30151, 64-bit 2024-04-02 20:51:12.211 GMT [3764][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/wtMn0_MILp/.s.PGSQL.62913" 2024-04-02 20:51:12.249 GMT [3704][startup] LOG: database system was shut down at 2024-04-02 20:49:27 GMT 2024-04-02 20:51:13.849 GMT [3764][postmaster] LOG: startup process (PID 3704) was terminated by exception 0xC0000354 2024-04-02 20:51:13.849 GMT [3764][postmaster] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2024-04-02 20:51:13.850 GMT [3764][postmaster] LOG: aborting startup due to startup process failure 2024-04-02 20:51:13.850 GMT [3764][postmaster] LOG: database system is shut down # No postmaster PID for node "main" [20:51:13.910](3.352s) Bail out! pg_ctl start failed # No postmaster PID for node "main"