# Running: pg_recvlogical --help [19:34:03.895](0.046s) ok 1 - pg_recvlogical --help exit code 0 [19:34:03.895](0.000s) ok 2 - pg_recvlogical --help goes to stdout [19:34:03.895](0.000s) ok 3 - pg_recvlogical --help nothing to stderr [19:34:03.895](0.000s) ok 4 - pg_recvlogical --help maximum line length # Running: pg_recvlogical --version [19:34:03.900](0.005s) ok 5 - pg_recvlogical --version exit code 0 [19:34:03.900](0.000s) ok 6 - pg_recvlogical --version goes to stdout [19:34:03.900](0.000s) ok 7 - pg_recvlogical --version nothing to stderr # Running: pg_recvlogical --not-a-valid-option [19:34:03.905](0.005s) ok 8 - pg_recvlogical with invalid option nonzero exit code [19:34:03.906](0.000s) ok 9 - pg_recvlogical with invalid option prints error message # Checking port 56807 # Found port 56807 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/archives Connection string: port=56807 host=/tmp/bP6rjJXvqw Log file: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/log/030_pg_recvlogical_main.log [19:34:03.909](0.003s) # initializing database system by copying initdb template # Running: cp -RPp /tmp/cirrus-ci-build/build/tmp_install/initdb-template /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata ### Enabling WAL archiving for node "main" Name: main Version: 17devel Data directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/archives Connection string: port=56807 host=/tmp/bP6rjJXvqw Log file: /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/log/030_pg_recvlogical_main.log ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/log/030_pg_recvlogical_main.log -o --cluster-name=main start pg_ctl: another server might be running; trying to start server anyway waiting for server to start.... done server started # Postmaster PID for node "main" is 27133 # Running: pg_recvlogical pg_recvlogical: error: no slot specified pg_recvlogical: hint: Try "pg_recvlogical --help" for more information. [19:34:04.197](0.288s) ok 10 - pg_recvlogical needs a slot name # Running: pg_recvlogical -S test pg_recvlogical: error: no database specified pg_recvlogical: hint: Try "pg_recvlogical --help" for more information. [19:34:04.209](0.012s) ok 11 - pg_recvlogical needs a database # Running: pg_recvlogical -S test -d postgres pg_recvlogical: error: at least one action needs to be specified pg_recvlogical: hint: Try "pg_recvlogical --help" for more information. [19:34:04.222](0.012s) ok 12 - pg_recvlogical needs an action # Running: pg_recvlogical -S test -d port=56807 host=/tmp/bP6rjJXvqw dbname='postgres' --start pg_recvlogical: error: no target file specified pg_recvlogical: hint: Try "pg_recvlogical --help" for more information. [19:34:04.234](0.012s) ok 13 - no destination file # Running: pg_recvlogical -S test -d port=56807 host=/tmp/bP6rjJXvqw dbname='postgres' --create-slot pg_recvlogical: error: connection to server on socket "/tmp/bP6rjJXvqw/.s.PGSQL.56807" failed: FATAL: database "postgres" does not exist [19:34:04.252](0.018s) not ok 14 - slot created [19:34:04.252](0.000s) # Failed test 'slot created' # at /tmp/cirrus-ci-build/src/bin/pg_basebackup/t/030_pg_recvlogical.pl line 43. connection error: 'psql: error: connection to server on socket "/tmp/bP6rjJXvqw/.s.PGSQL.56807" failed: FATAL: database "postgres" does not exist' while running 'psql -XAtq -d port=56807 host=/tmp/bP6rjJXvqw dbname='postgres' -f - -v ON_ERROR_STOP=1' at /tmp/cirrus-ci-build/src/test/perl/PostgreSQL/Test/Cluster.pm line 2043. # Postmaster PID for node "main" is 27133 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_basebackup/030_pg_recvlogical/data/t_030_pg_recvlogical_main_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "main" [19:34:04.383](0.130s) # Tests were run but no plan was declared and done_testing() was not seen. [19:34:04.383](0.000s) # Looks like your test exited with 29 just after 14.