# Running: pg_basebackup --help [10:37:33.346](0.088s) ok 1 - pg_basebackup --help exit code 0 [10:37:33.347](0.001s) ok 2 - pg_basebackup --help goes to stdout [10:37:33.347](0.001s) ok 3 - pg_basebackup --help nothing to stderr [10:37:33.348](0.000s) ok 4 - pg_basebackup --help maximum line length # Running: pg_basebackup --version [10:37:33.422](0.074s) ok 5 - pg_basebackup --version exit code 0 [10:37:33.423](0.001s) ok 6 - pg_basebackup --version goes to stdout [10:37:33.423](0.000s) ok 7 - pg_basebackup --version nothing to stderr # Running: pg_basebackup --not-a-valid-option [10:37:33.527](0.104s) ok 8 - pg_basebackup with invalid option nonzero exit code [10:37:33.527](0.001s) ok 9 - pg_basebackup with invalid option prints error message # Checking port 54941 # Found port 54941 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=54941 host=C:/Windows/TEMP/yozCqgujci Log file: C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\log/010_pg_basebackup_main.log [10:37:33.601](0.074s) # 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-01 10:37:39.794 GMT [2352][postmaster] LOG: starting PostgreSQL 17devel on x86_64-windows, compiled by msvc-19.29.30151, 64-bit 2024-04-01 10:37:39.796 GMT [2352][postmaster] LOG: listening on Unix socket "C:/Windows/TEMP/yozCqgujci/.s.PGSQL.54941" 2024-04-01 10:37:39.862 GMT [4256][startup] LOG: database system was shut down at 2024-04-01 10:37:39 GMT 2024-04-01 10:37:41.949 GMT [2352][postmaster] LOG: startup process (PID 4256) was terminated by exception 0xC0000354 2024-04-01 10:37:41.949 GMT [2352][postmaster] HINT: See C include file "ntstatus.h" for a description of the hexadecimal value. 2024-04-01 10:37:41.950 GMT [2352][postmaster] LOG: aborting startup due to startup process failure 2024-04-01 10:37:41.950 GMT [2352][postmaster] LOG: database system is shut down # No postmaster PID for node "main" [10:37:42.069](8.468s) Bail out! pg_ctl start failed # No postmaster PID for node "main"