# Running: vacuumdb --help [22:50:21.397](0.017s) ok 1 - vacuumdb --help exit code 0 [22:50:21.398](0.000s) ok 2 - vacuumdb --help goes to stdout [22:50:21.398](0.000s) ok 3 - vacuumdb --help nothing to stderr [22:50:21.398](0.000s) ok 4 - vacuumdb --help maximum line length # Running: vacuumdb --version [22:50:21.406](0.008s) ok 5 - vacuumdb --version exit code 0 [22:50:21.406](0.000s) ok 6 - vacuumdb --version goes to stdout [22:50:21.406](0.000s) ok 7 - vacuumdb --version nothing to stderr # Running: vacuumdb --not-a-valid-option [22:50:21.412](0.006s) ok 8 - vacuumdb with invalid option nonzero exit code [22:50:21.413](0.000s) ok 9 - vacuumdb with invalid option prints error message # Checking port 56599 # Found port 56599 Name: main Data directory: /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata Backup directory: /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/backup Archive directory: /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/archives Connection string: port=56599 host=/tmp/HjmFH0wqT_ Log file: /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/log/100_vacuumdb_main.log [22:50:21.416](0.004s) # 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/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata # Running: /tmp/cirrus-ci-build/build/src/test/regress/pg_regress --config-auth /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata ### Starting node "main" # Running: pg_ctl -w -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata -l /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/log/100_vacuumdb_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 30021 # Running: vacuumdb postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.581](0.165s) not ok 10 - vacuumdb postgres exit code 0 [22:50:21.582](0.000s) # Failed test 'vacuumdb postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 19. [22:50:21.582](0.000s) not ok 11 - SQL VACUUM run: SQL found in server log [22:50:21.582](0.000s) # Failed test 'SQL VACUUM run: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 19. [22:50:21.582](0.000s) # '2024-02-23 22:50:21.578 UTC [30037][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.578 UTC [30037][client backend] [[unknown]][3/3:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.578 UTC [30037][client backend] [[unknown]][3/3:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.578 UTC [30037][client backend] [[unknown]][3/3:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM.*;)' # Running: vacuumdb -f postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.596](0.013s) not ok 12 - vacuumdb -f postgres exit code 0 [22:50:21.596](0.000s) # Failed test 'vacuumdb -f postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 23. [22:50:21.596](0.000s) not ok 13 - vacuumdb -f: SQL found in server log [22:50:21.596](0.000s) # Failed test 'vacuumdb -f: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 23. [22:50:21.596](0.000s) # '2024-02-23 22:50:21.590 UTC [30039][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.590 UTC [30039][client backend] [[unknown]][3/4:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.590 UTC [30039][client backend] [[unknown]][3/4:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.590 UTC [30039][client backend] [[unknown]][3/4:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, FULL\).*;)' # Running: vacuumdb -F postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.609](0.013s) not ok 14 - vacuumdb -F postgres exit code 0 [22:50:21.610](0.000s) # Failed test 'vacuumdb -F postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 27. [22:50:21.610](0.000s) not ok 15 - vacuumdb -F: SQL found in server log [22:50:21.610](0.000s) # Failed test 'vacuumdb -F: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 27. [22:50:21.610](0.000s) # '2024-02-23 22:50:21.605 UTC [30041][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.606 UTC [30041][client backend] [[unknown]][3/5:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.606 UTC [30041][client backend] [[unknown]][3/5:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.606 UTC [30041][client backend] [[unknown]][3/5:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, FREEZE\).*;)' # Running: vacuumdb -zj2 postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.623](0.013s) not ok 16 - vacuumdb -zj2 postgres exit code 0 [22:50:21.623](0.000s) # Failed test 'vacuumdb -zj2 postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 31. [22:50:21.624](0.000s) not ok 17 - vacuumdb -zj2: SQL found in server log [22:50:21.624](0.000s) # Failed test 'vacuumdb -zj2: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 31. [22:50:21.624](0.000s) # '2024-02-23 22:50:21.618 UTC [30043][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.619 UTC [30043][client backend] [[unknown]][3/6:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.619 UTC [30043][client backend] [[unknown]][3/6:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.619 UTC [30043][client backend] [[unknown]][3/6:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, ANALYZE\).*;)' # Running: vacuumdb -Z postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.637](0.013s) not ok 18 - vacuumdb -Z postgres exit code 0 [22:50:21.637](0.000s) # Failed test 'vacuumdb -Z postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 35. [22:50:21.638](0.000s) not ok 19 - vacuumdb -Z: SQL found in server log [22:50:21.638](0.000s) # Failed test 'vacuumdb -Z: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 35. [22:50:21.638](0.000s) # '2024-02-23 22:50:21.631 UTC [30045][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.632 UTC [30045][client backend] [[unknown]][3/7:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.632 UTC [30045][client backend] [[unknown]][3/7:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.632 UTC [30045][client backend] [[unknown]][3/7:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: ANALYZE.*;)' # Running: vacuumdb --disable-page-skipping postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.651](0.013s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0 [22:50:21.651](0.000s) # Failed test 'vacuumdb --disable-page-skipping postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 39. [22:50:21.651](0.000s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log [22:50:21.652](0.000s) # Failed test 'vacuumdb --disable-page-skipping: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 39. [22:50:21.652](0.000s) # '2024-02-23 22:50:21.645 UTC [30047][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.646 UTC [30047][client backend] [[unknown]][3/8:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.646 UTC [30047][client backend] [[unknown]][3/8:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.646 UTC [30047][client backend] [[unknown]][3/8:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(DISABLE_PAGE_SKIPPING, SKIP_DATABASE_STATS\).*;)' # Running: vacuumdb --skip-locked postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.665](0.013s) not ok 22 - vacuumdb --skip-locked postgres exit code 0 [22:50:21.665](0.000s) # Failed test 'vacuumdb --skip-locked postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 43. [22:50:21.666](0.000s) not ok 23 - vacuumdb --skip-locked: SQL found in server log [22:50:21.666](0.000s) # Failed test 'vacuumdb --skip-locked: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 43. [22:50:21.666](0.000s) # '2024-02-23 22:50:21.661 UTC [30049][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.661 UTC [30049][client backend] [[unknown]][3/9:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.661 UTC [30049][client backend] [[unknown]][3/9:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.661 UTC [30049][client backend] [[unknown]][3/9:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, SKIP_LOCKED\).*;)' # Running: vacuumdb --skip-locked --analyze-only postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.679](0.014s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0 [22:50:21.680](0.000s) # Failed test 'vacuumdb --skip-locked --analyze-only postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 47. [22:50:21.680](0.001s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log [22:50:21.680](0.000s) # Failed test 'vacuumdb --skip-locked --analyze-only: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 47. [22:50:21.681](0.000s) # '2024-02-23 22:50:21.674 UTC [30051][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.675 UTC [30051][client backend] [[unknown]][3/10:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.675 UTC [30051][client backend] [[unknown]][3/10:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.675 UTC [30051][client backend] [[unknown]][3/10:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: ANALYZE \(SKIP_LOCKED\).*;)' # Running: vacuumdb --analyze-only --disable-page-skipping postgres vacuumdb: error: cannot use the "disable-page-skipping" option when performing only analyze [22:50:21.694](0.013s) ok 26 - --analyze-only and --disable-page-skipping specified together # Running: vacuumdb --no-index-cleanup postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.707](0.013s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0 [22:50:21.707](0.000s) # Failed test 'vacuumdb --no-index-cleanup postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 54. [22:50:21.708](0.000s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log [22:50:21.708](0.000s) # Failed test 'vacuumdb --no-index-cleanup: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 54. [22:50:21.708](0.000s) # '2024-02-23 22:50:21.702 UTC [30060][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.702 UTC [30060][client backend] [[unknown]][3/11:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.703 UTC [30060][client backend] [[unknown]][3/11:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.703 UTC [30060][client backend] [[unknown]][3/11:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(INDEX_CLEANUP FALSE, SKIP_DATABASE_STATS\).*;)' # Running: vacuumdb --analyze-only --no-index-cleanup postgres vacuumdb: error: cannot use the "no-index-cleanup" option when performing only analyze [22:50:21.721](0.013s) ok 29 - --analyze-only and --no-index-cleanup specified together # Running: vacuumdb --no-truncate postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.735](0.013s) not ok 30 - vacuumdb --no-truncate postgres exit code 0 [22:50:21.735](0.000s) # Failed test 'vacuumdb --no-truncate postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 61. [22:50:21.735](0.000s) not ok 31 - vacuumdb --no-truncate: SQL found in server log [22:50:21.735](0.000s) # Failed test 'vacuumdb --no-truncate: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 61. [22:50:21.735](0.000s) # '2024-02-23 22:50:21.729 UTC [30063][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.730 UTC [30063][client backend] [[unknown]][3/12:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.730 UTC [30063][client backend] [[unknown]][3/12:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.730 UTC [30063][client backend] [[unknown]][3/12:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(TRUNCATE FALSE, SKIP_DATABASE_STATS\).*;)' # Running: vacuumdb --analyze-only --no-truncate postgres vacuumdb: error: cannot use the "no-truncate" option when performing only analyze [22:50:21.748](0.013s) ok 32 - --analyze-only and --no-truncate specified together # Running: vacuumdb --no-process-main postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.761](0.013s) not ok 33 - vacuumdb --no-process-main postgres exit code 0 [22:50:21.761](0.000s) # Failed test 'vacuumdb --no-process-main postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 68. [22:50:21.761](0.000s) not ok 34 - vacuumdb --no-process-main: SQL found in server log [22:50:21.762](0.000s) # Failed test 'vacuumdb --no-process-main: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 68. [22:50:21.762](0.000s) # '2024-02-23 22:50:21.755 UTC [30067][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.756 UTC [30067][client backend] [[unknown]][3/13:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.756 UTC [30067][client backend] [[unknown]][3/13:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.756 UTC [30067][client backend] [[unknown]][3/13:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(PROCESS_MAIN FALSE, SKIP_DATABASE_STATS\).*;)' # Running: vacuumdb --analyze-only --no-process-main postgres vacuumdb: error: cannot use the "no-process-main" option when performing only analyze [22:50:21.775](0.013s) ok 35 - --analyze-only and --no-process-main specified together # Running: vacuumdb --no-process-toast postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.788](0.013s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0 [22:50:21.788](0.000s) # Failed test 'vacuumdb --no-process-toast postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 75. [22:50:21.788](0.000s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log [22:50:21.789](0.000s) # Failed test 'vacuumdb --no-process-toast: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 75. [22:50:21.789](0.000s) # '2024-02-23 22:50:21.782 UTC [30071][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.783 UTC [30071][client backend] [[unknown]][3/14:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.783 UTC [30071][client backend] [[unknown]][3/14:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.783 UTC [30071][client backend] [[unknown]][3/14:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(PROCESS_TOAST FALSE, SKIP_DATABASE_STATS\).*;)' # Running: vacuumdb --analyze-only --no-process-toast postgres vacuumdb: error: cannot use the "no-process-toast" option when performing only analyze [22:50:21.802](0.014s) ok 38 - --analyze-only and --no-process-toast specified together # Running: vacuumdb -P 2 postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.816](0.013s) not ok 39 - vacuumdb -P 2 postgres exit code 0 [22:50:21.816](0.000s) # Failed test 'vacuumdb -P 2 postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 82. [22:50:21.817](0.000s) not ok 40 - vacuumdb -P 2: SQL found in server log [22:50:21.817](0.000s) # Failed test 'vacuumdb -P 2: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 82. [22:50:21.817](0.000s) # '2024-02-23 22:50:21.810 UTC [30080][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.811 UTC [30080][client backend] [[unknown]][3/15:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.811 UTC [30080][client backend] [[unknown]][3/15:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.811 UTC [30080][client backend] [[unknown]][3/15:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, PARALLEL 2\).*;)' # Running: vacuumdb -P 0 postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:21.830](0.013s) not ok 41 - vacuumdb -P 0 postgres exit code 0 [22:50:21.831](0.000s) # Failed test 'vacuumdb -P 0 postgres exit code 0' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 86. [22:50:21.831](0.000s) not ok 42 - vacuumdb -P 0: SQL found in server log [22:50:21.831](0.000s) # Failed test 'vacuumdb -P 0: SQL found in server log' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 86. [22:50:21.831](0.000s) # '2024-02-23 22:50:21.825 UTC [30082][not initialized] [[unknown]][:0] LOG: connection received: host=[local] # 2024-02-23 22:50:21.826 UTC [30082][client backend] [[unknown]][3/16:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata/pg_hba.conf:117) # 2024-02-23 22:50:21.826 UTC [30082][client backend] [[unknown]][3/16:0] LOG: connection authorized: user=postgres database=postgres application_name=100_vacuumdb.pl # 2024-02-23 22:50:21.826 UTC [30082][client backend] [[unknown]][3/16:0] FATAL: database "postgres" does not exist # ' # doesn't match '(?^:statement: VACUUM \(SKIP_DATABASE_STATS, PARALLEL 0\).*;)' # Running: vacuumdb -Z --table=pg_am dbname=template1 vacuumdb: error: query failed: server closed the connection unexpectedly This probably means the server terminated abnormally before or while processing the request. vacuumdb: detail: Query was: SELECT pg_catalog.set_config('search_path', '', false); [22:50:22.147](0.316s) not ok 43 - vacuumdb with connection string [22:50:22.147](0.000s) # Failed test 'vacuumdb with connection string' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 90. # Running: vacuumdb -Zt pg_am;ABORT postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:22.162](0.015s) ok 44 - trailing command in "-t", without COLUMNS # Running: vacuumdb -Zt pg_am(amname);ABORT postgres vacuumdb: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist [22:50:22.176](0.014s) not ok 45 - trailing command in "-t", with COLUMNS [22:50:22.176](0.000s) # Failed test 'trailing command in "-t", with COLUMNS' # at /tmp/cirrus-ci-build/src/bin/scripts/t/100_vacuumdb.pl line 98. connection error: 'psql: error: connection to server on socket "/tmp/HjmFH0wqT_/.s.PGSQL.56599" failed: FATAL: database "postgres" does not exist' while running 'psql -XAtq -d port=56599 host=/tmp/HjmFH0wqT_ 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 30021 ### Stopping node "main" using mode immediate # Running: pg_ctl -D /tmp/cirrus-ci-build/build/testrun/scripts/100_vacuumdb/data/t_100_vacuumdb_main_data/pgdata -m immediate stop waiting for server to shut down...... done server stopped # No postmaster PID for node "main" [22:50:24.597](2.421s) # Tests were run but no plan was declared and done_testing() was not seen. [22:50:24.597](0.000s) # Looks like your test exited with 29 just after 45.