# Running: pg_basebackup --help [21:15:20.267](0.083s) ok 1 - pg_basebackup --help exit code 0 [21:15:20.267](0.001s) ok 2 - pg_basebackup --help goes to stdout [21:15:20.268](0.000s) ok 3 - pg_basebackup --help nothing to stderr [21:15:20.268](0.000s) ok 4 - pg_basebackup --help maximum line length # Running: pg_basebackup --version [21:15:20.343](0.074s) ok 5 - pg_basebackup --version exit code 0 [21:15:20.343](0.000s) ok 6 - pg_basebackup --version goes to stdout [21:15:20.344](0.001s) ok 7 - pg_basebackup --version nothing to stderr # Running: pg_basebackup --not-a-valid-option [21:15:20.378](0.034s) ok 8 - pg_basebackup with invalid option nonzero exit code [21:15:20.379](0.001s) ok 9 - pg_basebackup with invalid option prints error message # Checking port 57807 # Found port 57807 Name: main Data directory: C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_pg_basebackup_main_data/pgdata Backup directory: C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_pg_basebackup_main_data/backup Archive directory: C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_pg_basebackup_main_data/archives Connection string: port=57807 host=C:/Windows/TEMP/z6Smyjyty3 Log file: C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\log/010_pg_basebackup_main.log [21:15:20.405](0.027s) # initializing database system by running initdb # Running: initdb -D C:\cirrus\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 "SYSTEM". This user must also own the server process. The database cluster will be initialized with locale "English_United States.1252". The default database encoding has accordingly been set to "WIN1252". The default text search configuration will be set to "english". Data page checksums are enabled. creating directory C:/cirrus/build/testrun/pg_basebackup/010_pg_basebackup/data/t_010_pg_basebackup_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^/pg^_basebackup^/010^_pg^_basebackup^\data^/t^_010^_pg^_basebackup^_main^_data^/pgdata^" -l logfile start # Running: C:\cirrus\build\src/test\regress\pg_regress.exe --config-auth C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_pg_basebackup_main_data/pgdata --create-role backupuser ### Starting node "main" # Running: pg_ctl -w -D C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_pg_basebackup_main_data/pgdata -l C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\log/010_pg_basebackup_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 21:15:25.345 GMT [5968][postmaster] LOG: starting PostgreSQL 17devel on x86_64-windows, compiled by msvc-19.29.30151, 64-bit 2024-04-02 21:15:25.348 GMT [5968][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/z6Smyjyty3/.s.PGSQL.57807" 2024-04-02 21:15:25.385 GMT [5828][startup] LOG: database system was shut down at 2024-04-02 21:15:24 GMT 2024-04-02 21:15:27.091 GMT [5968][postmaster] LOG: startup process (PID 5828) was terminated by exception 0xC0000354 2024-04-02 21:15:27.091 GMT [5968][postmaster] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2024-04-02 21:15:27.093 GMT [5968][postmaster] LOG: aborting startup due to startup process failure 2024-04-02 21:15:27.099 GMT [5968][postmaster] LOG: database system is shut down # No postmaster PID for node "main" [21:15:27.267](6.861s) Bail out! pg_ctl start failed # No postmaster PID for node "main"