# Running: pg_resetwal --help [12:42:06.290](0.012s) ok 1 - pg_resetwal --help exit code 0 [12:42:06.290](0.000s) ok 2 - pg_resetwal --help goes to stdout [12:42:06.291](0.000s) ok 3 - pg_resetwal --help nothing to stderr [12:42:06.291](0.000s) ok 4 - pg_resetwal --help maximum line length # Running: pg_resetwal --version [12:42:06.293](0.003s) ok 5 - pg_resetwal --version exit code 0 [12:42:06.294](0.000s) ok 6 - pg_resetwal --version goes to stdout [12:42:06.294](0.000s) ok 7 - pg_resetwal --version nothing to stderr # Running: pg_resetwal --not-a-valid-option [12:42:06.296](0.002s) ok 8 - pg_resetwal with invalid option nonzero exit code [12:42:06.296](0.000s) ok 9 - pg_resetwal with invalid option prints error message # Checking port 53400 # Found port 53400 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/archives Connection string: port=53400 host=/tmp/QFZ4qC3nBL Log file: /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/log/001_basic_main.log [12:42:06.299](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_resetwal/001_basic/data/t_001_basic_main_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata # Running: pg_resetwal -n /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata [12:42:06.431](0.132s) not ok 10 - pg_resetwal -n produces output: exit code 0 [12:42:06.431](0.000s) # Failed test 'pg_resetwal -n produces output: exit code 0' # at /tmp/cirrus-ci-build/src/bin/pg_resetwal/t/001_basic.pl line 19. [12:42:06.431](0.000s) not ok 11 - pg_resetwal -n produces output: no stderr [12:42:06.431](0.000s) # Failed test 'pg_resetwal -n produces output: no stderr' # at /tmp/cirrus-ci-build/src/bin/pg_resetwal/t/001_basic.pl line 19. [12:42:06.431](0.000s) # got: 'pg_resetwal: error: lock file "postmaster.pid" exists # pg_resetwal: hint: Is a server running? If not, delete the lock file and try again. # ' # expected: '' [12:42:06.432](0.000s) not ok 12 - pg_resetwal -n produces output: matches [12:42:06.432](0.000s) # Failed test 'pg_resetwal -n produces output: matches' # at /tmp/cirrus-ci-build/src/bin/pg_resetwal/t/001_basic.pl line 19. [12:42:06.432](0.000s) # '' # doesn't match '(?^:checkpoint)' [12:42:06.436](0.005s) ok 13 - check PGDATA permissions # Running: pg_resetwal -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata pg_resetwal: error: lock file "postmaster.pid" exists pg_resetwal: hint: Is a server running? If not, delete the lock file and try again. [12:42:06.448](0.012s) not ok 14 - pg_resetwal runs [12:42:06.508](0.059s) # Failed test 'pg_resetwal runs' # at /tmp/cirrus-ci-build/src/bin/pg_resetwal/t/001_basic.pl line 33. ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/log/001_basic_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 28154 connection error: 'psql: error: connection to server on socket "/tmp/QFZ4qC3nBL/.s.PGSQL.53400" failed: FATAL: database "postgres" does not exist' while running 'psql -XAtq -d port=53400 host=/tmp/QFZ4qC3nBL 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 28154 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_basic/data/t_001_basic_main_data/pgdata -m immediate stop waiting for server to shut down.... done server stopped # No postmaster PID for node "main" [12:42:06.745](0.238s) # Tests were run but no plan was declared and done_testing() was not seen. [12:42:06.746](0.000s) # Looks like your test exited with 29 just after 14.