PostgreSQL Patch Tester

Current commitfest | Next commitfest | FAQ | Statistics | Highlights

Highlight type: all assertion compiler core linker panic regress sanitizer tap test

Time range: current 7-day 30-day 90-day

This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.

53/5547 Doc: Create table improvements
macOS - Sonoma - Meson
tap
[00:14:42.507](0.001s) not ok 66 - all output lines are FPW
52/5607 SIMD optimization for list_sort
FreeBSD - Meson
tap
[16:39:53.351](181.731s) not ok 5 - regression tests pass
tap
[16:40:59.954](205.941s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[16:37:24.748](46.012s) not ok 5 - regression tests pass
tap
[16:38:29.014](59.550s) not ok 2 - regression tests pass
52/5117 VACUUM FULL / CLUSTER CONCURRENTLY
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[14:58:55.547](5.683s) not ok 1 - concurrent INSERTs and CIC status (got 2 vs expected 0)
[14:58:55.549](0.000s) not ok 3 - concurrent INSERTs and CIC stderr /(?^:^$)/
[14:58:55.717](0.168s) Bail out!  pg_ctl stop failed
tap
[15:02:28.617](353.022s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/bin/pg_basebackup/t/040_pg_createsubscriber.pl line 513.
tap
[14:57:18.414](2.368s) not ok 2276 - defaults_parallel: pg_dump runs
[14:57:18.465](0.050s) not ok 2277 - defaults_parallel: pg_restore runs
[14:57:18.468](0.000s) not ok 2279 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[14:57:18.469](0.000s) not ok 2280 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[14:57:18.470](0.000s) not ok 2281 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[14:57:18.470](0.000s) not ok 2282 - defaults_parallel: should dump ALTER DEFAULT PRIVILEGES FOR ROLE regress_dump_test_...
[14:57:18.472](0.000s) not ok 2287 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION
[14:57:18.472](0.000s) not ok 2288 - defaults_parallel: should dump ALTER INDEX ... ATTACH PARTITION (primary key)
[14:57:18.474](0.000s) not ok 2294 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_second_table
[14:57:18.475](0.000s) not ok 2295 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_seventh_table ...
[14:57:18.476](0.000s) not ok 2296 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_sixth_table (c...
[14:57:18.477](0.000s) not ok 2297 - defaults_parallel: should dump ALTER PUBLICATION pub1 ADD TABLE test_table
[14:57:18.478](0.001s) not ok 2298 - defaults_parallel: should dump ALTER PUBLICATION pub1 OWNER TO
[14:57:18.478](0.000s) not ok 2299 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLE test_table
[14:57:18.479](0.000s) not ok 2300 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA dump_tes...
[14:57:18.480](0.000s) not ok 2301 - defaults_parallel: should dump ALTER PUBLICATION pub3 ADD TABLES IN SCHEMA public
[14:57:18.481](0.000s) not ok 2302 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_second_table W...
[14:57:18.481](0.000s) not ok 2303 - defaults_parallel: should dump ALTER PUBLICATION pub4 ADD TABLE test_table WHERE (c...
[14:57:18.483](0.000s) not ok 2310 - defaults_parallel: should dump ALTER STATISTICS extended_stats_options
[14:57:18.484](0.000s) not ok 2311 - defaults_parallel: should dump ALTER TABLE (partitioned) ADD CONSTRAINT ... FOREIGN...
[14:57:18.485](0.000s) not ok 2313 - defaults_parallel: should dump ALTER TABLE ONLY test_table ADD CONSTRAINT ... PRIMA...
[14:57:18.486](0.000s) not ok 2319 - defaults_parallel: should dump ALTER TABLE measurement PRIMARY KEY
[14:57:18.487](0.000s) not ok 2322 - defaults_parallel: should dump ALTER TABLE test_table CLUSTER ON test_table_pkey
[14:57:18.488](0.000s) not ok 2324 - defaults_parallel: should dump ALTER TABLE test_table ENABLE ROW LEVEL SECURITY
[14:57:18.490](0.000s) not ok 2331 - defaults_parallel: should dump Always trigger on partition is altered
[14:57:18.493](0.000s) not ok 2341 - defaults_parallel: should dump COMMENT ON PUBLICATION pub1
[14:57:18.494](0.000s) not ok 2343 - defaults_parallel: should dump COMMENT ON SUBSCRIPTION sub1
[14:57:18.496](0.000s) not ok 2353 - defaults_parallel: should dump CONSTRAINT PRIMARY KEY / WITHOUT OVERLAPS
[14:57:18.497](0.000s) not ok 2354 - defaults_parallel: should dump CONSTRAINT UNIQUE / WITHOUT OVERLAPS
[14:57:18.504](0.000s) not ok 2376 - defaults_parallel: should dump CREATE EVENT TRIGGER test_event_trigger
[14:57:18.506](0.000s) not ok 2386 - defaults_parallel: should dump CREATE INDEX ... ON measurement_y2006_m2
[14:57:18.507](0.000s) not ok 2387 - defaults_parallel: should dump CREATE INDEX ON ONLY measurement
[14:57:18.510](0.000s) not ok 2398 - defaults_parallel: should dump CREATE POLICY p1 ON test_table
[14:57:18.511](0.000s) not ok 2399 - defaults_parallel: should dump CREATE POLICY p2 ON test_table FOR SELECT
[14:57:18.512](0.000s) not ok 2400 - defaults_parallel: should dump CREATE POLICY p3 ON test_table FOR INSERT
[14:57:18.512](0.000s) not ok 2401 - defaults_parallel: should dump CREATE POLICY p4 ON test_table FOR UPDATE
[14:57:18.513](0.000s) not ok 2402 - defaults_parallel: should dump CREATE POLICY p5 ON test_table FOR DELETE
[14:57:18.513](0.000s) not ok 2403 - defaults_parallel: should dump CREATE POLICY p6 ON test_table AS RESTRICTIVE
[14:57:18.514](0.000s) not ok 2405 - defaults_parallel: should dump CREATE PUBLICATION pub1
[14:57:18.515](0.000s) not ok 2406 - defaults_parallel: should dump CREATE PUBLICATION pub2
[14:57:18.515](0.000s) not ok 2407 - defaults_parallel: should dump CREATE PUBLICATION pub3
[14:57:18.516](0.000s) not ok 2408 - defaults_parallel: should dump CREATE PUBLICATION pub4
[14:57:18.516](0.000s) not ok 2409 - defaults_parallel: should dump CREATE PUBLICATION pub5
[14:57:18.517](0.000s) not ok 2417 - defaults_parallel: should dump CREATE STATISTICS extended_stats_expression
[14:57:18.518](0.000s) not ok 2418 - defaults_parallel: should dump CREATE STATISTICS extended_stats_no_options
[14:57:18.518](0.000s) not ok 2419 - defaults_parallel: should dump CREATE STATISTICS extended_stats_options
[14:57:18.518](0.000s) not ok 2420 - defaults_parallel: should dump CREATE SUBSCRIPTION sub1
[14:57:18.519](0.000s) not ok 2421 - defaults_parallel: should dump CREATE SUBSCRIPTION sub2
[14:57:18.519](0.000s) not ok 2422 - defaults_parallel: should dump CREATE SUBSCRIPTION sub3
[14:57:18.523](0.000s) not ok 2427 - defaults_parallel: should dump CREATE TABLE table_with_stats
[14:57:18.527](0.000s) not ok 2448 - defaults_parallel: should dump CREATE TRIGGER test_trigger
[14:57:18.529](0.000s) not ok 2458 - defaults_parallel: should dump Check ordering of a function that depends on a prima...
[14:57:18.529](0.000s) not ok 2459 - defaults_parallel: should dump Check ordering of a matview that depends on a primar...
[14:57:18.530](0.000s) not ok 2460 - defaults_parallel: should dump Creation of row-level trigger in partitioned table
[14:57:18.533](0.000s) not ok 2480 - defaults_parallel: should dump Disabled trigger on partition is altered
[14:57:18.533](0.000s) not ok 2482 - defaults_parallel: should dump GRANT ALL ON LARGE OBJECT ...
[14:57:18.534](0.000s) not ok 2484 - defaults_parallel: should dump GRANT EXECUTE ON FUNCTION pg_sleep() TO regress_dump...
[14:57:18.534](0.000s) not ok 2485 - defaults_parallel: should dump GRANT INSERT(col1) ON TABLE test_second_table
[14:57:18.534](0.000s) not ok 2486 - defaults_parallel: should dump GRANT SELECT (proname ...) ON TABLE pg_proc TO publi...
[14:57:18.535](0.000s) not ok 2487 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement
[14:57:18.535](0.000s) not ok 2488 - defaults_parallel: should dump GRANT SELECT ON TABLE measurement_y2006m2
[14:57:18.536](0.000s) not ok 2489 - defaults_parallel: should dump GRANT SELECT ON TABLE test_table
[14:57:18.536](0.000s) not ok 2490 - defaults_parallel: should dump GRANT USAGE ON DOMAIN dump_test.us_postal_code
[14:57:18.537](0.000s) not ok 2491 - defaults_parallel: should dump GRANT USAGE ON FOREIGN DATA WRAPPER dummy
[14:57:18.537](0.000s) not ok 2492 - defaults_parallel: should dump GRANT USAGE ON FOREIGN SERVER s1
[14:57:18.538](0.000s) not ok 2493 - defaults_parallel: should dump GRANT USAGE ON SCHEMA dump_test_second_schema
[14:57:18.539](0.000s) not ok 2495 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.int42
[14:57:18.539](0.000s) not ok 2496 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.planets - ENUM
[14:57:18.539](0.000s) not ok 2497 - defaults_parallel: should dump GRANT USAGE ON TYPE dump_test.textrange - RANGE
[14:57:18.541](0.000s) not ok 2506 - defaults_parallel: should dump LO create (with no data)
[14:57:18.542](0.000s) not ok 2507 - defaults_parallel: should dump LO load (using lo_from_bytea)
[14:57:18.542](0.000s) not ok 2509 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview
[14:57:18.563](0.000s) not ok 2511 - defaults_parallel: should dump REFRESH MATERIALIZED VIEW matview_second
[14:57:18.563](0.000s) not ok 2513 - defaults_parallel: should dump REVOKE ALL ON SCHEMA public
[14:57:18.564](0.000s) not ok 2515 - defaults_parallel: should dump REVOKE EXECUTE ON FUNCTION pg_sleep() FROM public
[14:57:18.566](0.000s) not ok 2517 - defaults_parallel: should dump REVOKE SELECT ON TABLE pg_proc FROM public
[14:57:18.567](0.000s) not ok 2518 - defaults_parallel: should dump REVOKE USAGE ON LANGUAGE plpgsql FROM public
[14:57:18.567](0.000s) not ok 2519 - defaults_parallel: should dump Replica trigger on partition is altered
[14:57:18.567](0.000s) not ok 2521 - defaults_parallel: should dump relstats_on_unanalyzed_tables
[14:57:18.568](0.000s) not ok 2522 - defaults_parallel: should dump statistics_import
[14:57:18.619](0.051s) not ok 2524 - defaults_public_owner: pg_dump runs
tap
[14:57:06.329](4.445s) not ok 1 - parallel dump
[14:57:06.362](0.032s) not ok 2 - parallel restore
[14:57:06.449](0.086s) not ok 3 - parallel dump as inserts
[14:57:06.489](0.039s) not ok 4 - parallel restore as inserts
tap
[14:57:13.184](2.344s) not ok 7 - parallel dump
[14:57:13.269](0.084s) not ok 8 - parallel restore
[14:57:13.333](0.064s) not ok 9 - parallel restore with create
[14:57:13.397](0.064s) not ok 10 - take full dump
[14:57:16.715](3.268s) not ok 11 - restore full dump using environment variables for connection parameters
[14:57:16.716](0.000s) not ok 12 - no dump errors
[14:57:19.799](3.049s) not ok 13 - restore full dump with command-line options for connection parameters
[14:57:19.801](0.001s) not ok 14 - no dump errors
tap
[14:50:59.919](49.577s) not ok 5 - regression tests pass
[14:51:13.729](4.074s) not ok 13 - run of pg_upgrade --check for new instance
[14:51:13.729](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[14:51:17.546](3.816s) not ok 15 - run of pg_upgrade for new instance
[14:51:17.553](0.006s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[14:51:17.807](0.087s) not ok 17 - check that locales in new cluster match original cluster
[14:51:18.630](0.027s) not ok 19 - old and new dumps match after pg_upgrade
tap
[14:55:55.955](336.971s) # poll_query_until timed out executing this query:
tap
[14:58:25.055](5.061s) not ok 1 - concurrent OID generation status (got 2 vs expected 0)
[14:58:25.056](0.000s) not ok 2 - concurrent OID generation stdout /(?^:processed: 125/125)/
[14:58:25.056](0.000s) not ok 3 - concurrent OID generation stderr /(?^:^$)/
tap
[14:56:21.234](331.587s) # poll_query_until timed out executing this query:
[14:56:21.244](0.010s) not ok 62 - WAL sender sending base backup killed
[14:56:21.245](0.000s) not ok 63 - base backup cleanly canceled
tap
[14:51:41.566](3.290s) not ok 29 - pgbench run to cause pg_subtrans traffic status (got 2 vs expected 0)
[14:51:41.678](0.112s) Bail out!  pg_ctl stop failed
tap
[14:51:34.214](0.001s) not ok 3 - monitor connected
[14:51:34.239](0.024s) not ok 4 - killed process with SIGQUIT
tap
[14:51:50.637](1.363s) Bail out!  aborting wait: program died
tap
[14:52:44.070](34.808s) not ok 2 - regression tests pass
tap
[14:52:33.382](7.304s) Bail out!  aborting wait: program died
tap
[14:58:04.009](325.890s) # poll_query_until timed out executing this query:
timed out waiting for logical slot to calculate its restart_lsn at C:/cirrus/src/test/perl/PostgreSQL/Test/Cluster.pm li...
tap
timed out waiting for match: (?^:Streaming transactions committing after ([A-F0-9]+/[A-F0-9]+), reading WAL from ([A-F0-...
tap
[14:58:41.562](323.483s) # poll_query_until timed out executing this query:
tap
[14:58:48.138](2.789s) not ok 58 - parallel reindexdb on database, concurrently
[14:58:48.202](0.064s) not ok 59 - reindexdb --system --table test1 postgres exit code 0
[14:58:48.203](0.001s) not ok 60 - specify both --system and --table: SQL found in server log
[14:58:48.285](0.081s) not ok 61 - reindexdb --system --index test1x postgres exit code 0
[14:58:48.286](0.001s) not ok 62 - specify both --system and --index: SQL found in server log
[14:58:48.325](0.038s) not ok 63 - reindexdb --system --schema pg_catalog postgres exit code 0
[14:58:48.326](0.001s) not ok 64 - specify both --system and --schema: SQL found in server log
tap
[14:58:46.732](0.056s) not ok 18 - vacuumdb -Z postgres exit code 0
[14:58:46.733](0.001s) not ok 19 - vacuumdb -Z: SQL found in server log
[14:58:46.864](0.130s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0
[14:58:46.865](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log
[14:58:47.068](0.202s) not ok 22 - vacuumdb --skip-locked postgres exit code 0
[14:58:47.070](0.001s) not ok 23 - vacuumdb --skip-locked: SQL found in server log
[14:58:47.254](0.184s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0
[14:58:47.256](0.001s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log
[14:58:47.574](0.199s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0
[14:58:47.576](0.001s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log
[14:58:47.848](0.128s) not ok 30 - vacuumdb --no-truncate postgres exit code 0
[14:58:47.850](0.001s) not ok 31 - vacuumdb --no-truncate: SQL found in server log
[14:58:48.008](0.098s) not ok 33 - vacuumdb --no-process-main postgres exit code 0
[14:58:48.010](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log
[14:58:48.143](0.048s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0
[14:58:48.145](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log
[14:58:48.283](0.071s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0
[14:58:48.284](0.001s) not ok 40 - vacuumdb -P 2: SQL found in server log
[14:58:48.344](0.060s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0
[14:58:48.346](0.001s) not ok 42 - vacuumdb -P 0: SQL found in server log
[14:58:48.546](0.200s) not ok 43 - vacuumdb with connection string
[14:58:48.802](0.096s) not ok 45 - trailing command in "-t", with COLUMNS
tap
[15:04:15.485](283.235s) # poll_query_until timed out executing this query:
tap
[15:04:13.412](278.413s) # poll_query_until timed out executing this query:
tap
[15:04:15.328](280.775s) # poll_query_until timed out executing this query:
tap
[15:04:14.208](277.363s) # poll_query_until timed out executing this query:
tap
[15:04:21.186](282.205s) # poll_query_until timed out executing this query:
tap
[15:04:15.982](276.916s) # poll_query_until timed out executing this query:
tap
[15:07:10.634](278.699s) # poll_query_until timed out executing this query:
tap
[15:08:56.744](279.225s) # poll_query_until timed out executing this query:
tap
[15:08:57.173](281.166s) # poll_query_until timed out executing this query:
tap
[15:08:58.275](280.480s) # poll_query_until timed out executing this query:
tap
[15:09:02.400](279.284s) # poll_query_until timed out executing this query:
tap
[15:09:05.109](280.705s) # poll_query_until timed out executing this query:
tap
[15:09:05.955](278.451s) # poll_query_until timed out executing this query:
tap
[15:11:52.459](280.446s) # poll_query_until timed out executing this query:
tap
[15:13:38.942](280.762s) # poll_query_until timed out executing this query:
tap
[15:13:40.537](281.709s) # poll_query_until timed out executing this query:
tap
[15:13:42.883](278.973s) # poll_query_until timed out executing this query:
tap
[15:13:46.054](279.079s) # poll_query_until timed out executing this query:
tap
[15:13:50.000](278.101s) # poll_query_until timed out executing this query:
tap
[15:13:52.378](275.429s) # poll_query_until timed out executing this query:
tap
[15:16:01.906](277.783s) # poll_query_until timed out executing this query:
tap
[15:16:30.339](276.363s) # poll_query_until timed out executing this query:
tap
[15:18:15.860](275.484s) # poll_query_until timed out executing this query:
tap
[15:18:21.346](279.292s) # poll_query_until timed out executing this query:
tap
[15:18:20.897](274.392s) # poll_query_until timed out executing this query:
tap
[15:18:25.133](277.605s) # poll_query_until timed out executing this query:
tap
[15:18:28.982](277.618s) # poll_query_until timed out executing this query:
tap
[15:18:30.128](276.299s) # poll_query_until timed out executing this query:
tap
[15:20:42.763](279.419s) # poll_query_until timed out executing this query:
tap
[15:21:12.028](280.236s) # poll_query_until timed out executing this query:
tap
[15:18:47.345](1.833s) not ok 282 - defaults_parallel: pg_dump runs
[15:18:47.408](0.062s) not ok 283 - defaults_parallel: pg_restore runs
[15:18:47.412](0.000s) not ok 285 - defaults_parallel: should dump ALTER INDEX idx DEPENDS ON extension
[15:18:47.412](0.000s) not ok 286 - defaults_parallel: should dump ALTER INDEX pkey DEPENDS ON extension
[15:18:47.416](0.000s) not ok 313 - defaults_parallel: should dump GRANT SELECT(col2) ON regress_pg_dump_table TO regres...
[15:18:47.417](0.000s) not ok 317 - defaults_parallel: should dump GRANT USAGE ON regress_pg_dump_table_col1_seq TO regr...
[15:18:47.417](0.000s) not ok 318 - defaults_parallel: should dump REVOKE ALL ON FUNCTION wgo_then_no_access
[15:18:47.418](0.000s) not ok 319 - defaults_parallel: should dump REVOKE GRANT OPTION FOR UPDATE ON SEQUENCE wgo_then_r...
[15:18:47.418](0.000s) not ok 320 - defaults_parallel: should dump REVOKE SELECT regress_pg_dump_table_added post-ALTER ...
[15:18:47.418](0.000s) not ok 321 - defaults_parallel: should dump REVOKE SELECT(col1) ON regress_pg_dump_table
[15:18:47.419](0.000s) not ok 322 - defaults_parallel: should dump SETVAL SEQUENCE regress_seq_dumpable
[15:18:47.452](0.033s) not ok 323 - defaults_tar_format: pg_dump runs
[15:18:47.484](0.032s) not ok 324 - defaults_tar_format: pg_restore runs
tap
[15:23:21.978](277.725s) # poll_query_until timed out executing this query:
[15:23:21.981](0.003s) not ok 5 - bgworkers all launched
52/5283 Replace IN VALUES with ANY in WHERE clauses during optimization
Linux - Debian Bookworm - Meson
tap
[12:43:58.804](75.568s) not ok 5 - regression tests pass
tap
[12:45:18.426](76.832s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[12:36:28.503](47.997s) not ok 5 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[12:38:16.318](110.372s) not ok 5 - regression tests pass
52/5483 Don't dirty pages while they are getting flushed out
Linux - Debian Bookworm - Meson
tap
[11:38:33.967](1.153s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/001_veri...
tap
[11:38:33.810](0.854s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/...
tap
[11:38:33.962](1.015s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_...
tap
[11:38:34.426](1.065s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/004_veri...
tap
[11:38:34.103](0.848s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr...
tap
[11:38:36.596](0.996s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:36.710](1.010s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:36.916](0.988s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:37.012](1.070s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:37.049](0.999s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:37.196](0.939s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0...
tap
[11:38:34.350](0.991s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/auto_explain/001...
tap
[11:38:35.172](1.051s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/basebackup_to_sh...
tap
[11:38:34.457](0.938s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/da...
tap
[11:38:44.849](1.090s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/01_workitem...
tap
[11:38:44.596](0.825s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/02_wal_cons...
tap
[11:38:45.196](1.090s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/001_ba...
tap
[11:38:45.064](0.869s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/002_st...
tap
[11:38:45.591](1.097s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/003_st...
tap
[11:38:45.868](1.048s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/004_re...
tap
[11:38:35.351](1.122s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/dblink/001_auth_...
tap
[11:38:51.416](0.524s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/icu/010_database...
tap
[11:38:45.917](0.999s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/injection_points...
tap
[11:38:06.957](1.140s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/kerberos/001_aut...
tap
[11:38:46.175](0.976s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap_password_fu...
tap
[11:38:50.862](0.844s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/da...
tap
[11:38:51.005](0.907s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpas...
tap
[11:38:46.248](1.123s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/0...
tap
[11:38:18.649](0.948s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/003_load_b...
tap
[11:38:18.656](0.998s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/004_load_b...
tap
[11:38:18.754](1.010s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/005_negoti...
tap
[11:38:18.944](1.130s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/006_servic...
tap
[11:38:46.469](1.126s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/...
tap
[11:38:46.524](1.065s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/...
tap
[11:38:19.270](1.003s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/002_n...
tap
[11:38:19.669](0.975s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/003_c...
tap
[11:38:20.152](1.207s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/004_v...
tap
[11:38:20.243](1.337s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/005_o...
tap
[11:38:20.262](0.961s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01...
tap
[11:38:20.279](0.981s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01...
tap
[11:38:20.603](1.034s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/02...
tap
[11:38:20.465](0.874s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/03...
tap
[11:38:21.251](0.961s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/04...
tap
[11:38:21.789](1.203s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_checksums/002...
tap
[11:38:21.682](1.173s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:21.770](1.112s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:21.496](0.764s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:21.992](1.096s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:21.602](0.807s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:22.550](1.032s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:22.691](0.982s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:22.880](1.123s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:23.119](1.261s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup...
tap
[11:38:23.115](1.054s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_controldata/0...
tap
[11:38:23.327](0.889s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_statu...
tap
[11:38:23.609](0.786s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promo...
tap
[11:38:23.926](1.041s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logro...
tap
[11:38:24.465](0.901s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_d...
tap
[11:38:24.542](1.128s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_d...
tap
[11:38:24.585](0.998s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_d...
tap
[11:38:24.971](1.171s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_d...
tap
[11:38:24.955](0.800s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump...
tap
[11:38:35.261](0.912s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_b...
tap
[11:38:25.615](0.954s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_...
tap
[11:38:25.899](1.129s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_...
tap
[11:38:25.720](0.861s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_ba...
tap
[11:38:25.960](1.146s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_da...
tap
[11:38:26.374](1.148s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_ex...
tap
[11:38:26.168](0.893s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg...
tap
[11:38:27.030](1.096s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_sa...
tap
[11:38:26.892](0.814s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_st...
tap
[11:38:27.036](0.882s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_mi...
tap
[11:38:27.328](0.969s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_gr...
tap
[11:38:27.536](1.028s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_ke...
tap
[11:38:35.302](0.800s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_stat_statemen...
tap
[11:37:58.246](0.603s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p...
tap
[11:37:58.777](1.129s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/003_l...
tap
[11:37:58.551](0.892s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/004_s...
tap
[11:37:58.978](1.326s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/005_c...
tap
[11:37:58.974](1.322s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/006_t...
tap
[11:38:28.206](1.028s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:28.276](1.090s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:28.440](1.170s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:28.440](1.055s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:28.406](0.829s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:28.551](0.812s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:29.249](0.771s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:29.451](0.838s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/...
tap
[11:38:35.712](1.047s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00...
tap
[11:38:35.687](1.039s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00...
tap
[11:38:29.878](1.081s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_b...
tap
[11:38:29.616](0.961s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_s...
tap
[11:38:29.930](1.119s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_walsummary/00...
tap
[11:38:29.784](1.014s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbe...
tap
[11:38:35.776](1.084s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postgres_fdw/001...
tap
[11:38:38.118](1.213s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/002_c...
tap
[11:38:38.007](1.067s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/003_s...
tap
[11:38:30.562](0.867s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/001_basic/d...
tap
[11:38:30.920](1.100s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/010_tab_com...
tap
[11:38:30.844](1.053s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/...
tap
[11:37:58.920](1.054s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/001_str...
tap
[11:37:59.437](0.980s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/002_arc...
tap
[11:37:59.518](1.020s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/003_rec...
tap
[11:37:59.571](0.958s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/004_tim...
tap
[11:37:59.812](1.059s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_rep...
tap
[11:38:00.088](0.946s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/006_log...
tap
[11:38:00.320](1.226s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/007_syn...
tap
[11:38:00.324](1.064s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm...
tap
[11:38:00.422](1.177s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/009_two...
tap
[11:38:00.848](1.123s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/010_log...
tap
[11:38:00.743](1.009s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/012_sub...
tap
[11:38:00.900](0.982s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/013_cra...
tap
[11:38:01.105](1.060s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/014_unl...
tap
[11:38:01.399](0.941s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_pro...
tap
[11:38:01.544](1.027s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/016_min...
tap
[11:38:01.563](0.930s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/017_shm...
tap
[11:38:01.821](1.123s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/018_wal...
tap
[11:38:01.933](0.864s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/019_rep...
tap
[11:38:02.064](0.905s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/020_arc...
tap
[11:38:02.148](1.070s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/021_row...
tap
[11:38:02.561](1.160s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/022_cra...
tap
[11:38:02.501](0.900s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/023_pit...
tap
[11:38:02.818](0.992s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/024_arc...
tap
[11:38:02.799](0.918s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stu...
tap
[11:38:03.355](1.189s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/026_ove...
tap
[11:38:03.034](0.887s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/027_str...
tap
[11:38:03.389](1.020s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/028_pit...
tap
[11:38:03.575](1.134s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/029_sta...
tap
[11:38:03.717](0.976s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/030_sta...
tap
[11:38:03.823](0.977s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/031_rec...
tap
[11:38:03.930](0.867s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/032_rel...
tap
[11:38:04.200](1.070s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/033_rep...
tap
[11:38:04.273](0.987s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/034_cre...
tap
[11:38:04.939](1.220s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/035_sta...
tap
[11:38:04.806](1.129s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/036_tru...
tap
[11:38:04.722](0.884s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/037_inv...
tap
[11:38:04.964](1.002s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/038_sav...
tap
[11:38:05.260](1.143s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/039_end...
tap
[11:38:05.135](1.035s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/040_sta...
tap
[11:38:05.702](1.190s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/041_che...
tap
[11:38:05.623](1.059s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/042_low...
tap
[11:38:06.010](0.976s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/043_no_...
tap
[11:38:06.400](1.246s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/044_inv...
tap
[11:38:31.231](1.079s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/010_clus...
tap
[11:38:30.973](0.873s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/011_clus...
tap
[11:38:31.402](1.129s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/020_crea...
tap
[11:38:31.519](0.886s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/040_crea...
tap
[11:38:31.895](0.965s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/050_drop...
tap
[11:38:31.947](0.783s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/070_drop...
tap
[11:38:32.420](1.150s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_i...
tap
[11:38:32.392](1.131s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/090_rein...
tap
[11:38:32.435](0.909s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/091_rein...
tap
[11:38:32.753](0.897s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/100_vacu...
tap
[11:38:33.049](1.235s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/101_vacu...
tap
[11:38:33.228](1.093s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/102_vacu...
tap
[11:38:32.971](0.767s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/200_conn...
tap
[11:38:46.903](0.993s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_c...
tap
[11:38:50.731](0.915s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests...
tap
[11:38:50.736](0.922s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/da...
tap
[11:38:50.764](0.874s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/...
tap
[11:38:38.031](1.044s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001...
tap
[11:38:38.125](0.969s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/002...
tap
[11:38:38.183](0.897s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/003...
tap
[11:38:38.429](1.126s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/004...
tap
[11:38:38.661](1.180s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/005...
tap
[11:38:39.704](1.252s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/006...
tap
[11:38:39.460](1.160s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/007...
tap
[11:38:39.300](0.957s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/008...
tap
[11:38:39.619](1.278s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/009...
tap
[11:38:39.280](0.833s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/010...
tap
[11:38:39.828](1.180s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/011...
tap
[11:38:39.866](0.930s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/012...
tap
[11:38:40.636](1.084s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/013...
tap
[11:38:40.615](1.124s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/014...
tap
[11:38:40.519](0.780s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/015...
tap
[11:38:40.954](1.024s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/016...
tap
[11:38:40.993](0.945s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/017...
tap
[11:38:41.235](1.066s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/018...
tap
[11:38:41.125](0.968s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/019...
tap
[11:38:41.762](0.905s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/020...
tap
[11:38:41.862](0.958s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/021...
tap
[11:38:41.959](1.104s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/022...
tap
[11:38:42.423](1.065s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/023...
tap
[11:38:42.280](0.871s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/024...
tap
[11:38:42.304](0.976s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/025...
tap
[11:38:42.698](1.191s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/026...
tap
[11:38:43.508](1.438s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/027...
tap
[11:38:42.872](0.770s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/028...
tap
[11:38:43.434](1.223s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/029...
tap
[11:38:43.446](0.940s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/030...
tap
[11:38:43.785](1.187s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/031...
tap
[11:38:43.450](0.783s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/032...
tap
[11:38:43.864](0.871s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/033...
tap
[11:38:44.234](1.081s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/034...
tap
[11:38:44.713](1.024s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/035...
tap
[11:38:44.632](0.891s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/100...
tap
[11:38:47.120](0.958s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_custom_rmgr...
tap
[11:38:36.330](0.823s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_decoding/00...
tap
[11:38:47.021](0.755s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_escape/001_...
tap
[11:38:47.237](0.863s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_extensions/...
tap
[11:38:48.025](0.767s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/001_co...
tap
[11:38:48.446](1.121s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/002_ta...
tap
[11:38:48.390](0.978s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/003_ch...
tap
[11:38:48.189](0.793s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/004_io...
tap
[11:38:48.368](0.919s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/005_ti...
tap
[11:38:49.115](0.875s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/006_si...
tap
[11:38:49.466](0.996s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/007_ca...
tap
[11:38:49.564](0.923s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001...
tap
[11:38:49.658](1.015s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_slru/001_mu...
tap
[11:38:49.503](0.843s) Bail out!  command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/worker_spi/001_w...
52/5481 Modern SHA2- based password hashes for pgcrypto
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
52/4766 data loss bug in initial sync of logical replication
FreeBSD - Meson
tap
[07:57:36.691](0.002s) not ok 23 - connect : matches
53/5633 Lock-free XLog Reservation from WAL
FreeBSD - Meson
tap
[07:05:20.867](0.009s) not ok 23 - connect : matches
52/4237 Add XMLCanonicalize function
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
macOS - Sonoma - Meson
tap
[23:57:58.041](0.000s) not ok 20 - list_parted2_def scanned
[23:57:58.041](0.000s) not ok 21 - part_5 verified by existing constraints
53/5087 Doc: Move and modify standalone hot backups section
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:39:41.630](0.000s) not ok 18 - checking with a non-existent user stderr /(?^:role "no_such_user" does not exist)/
52/5268 Fix incorrect Assert in gistFindCorrectParent()
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:01:56.373](0.001s) not ok 5 - vacuumdb cannot target invalid database: matches
52/5447 log_min_messages per backend type
FreeBSD - Meson
tap
[13:05:18.305](110.399s) not ok 5 - regression tests pass
[13:05:42.689](1.205s) not ok 13 - run of pg_upgrade --check for new instance
[13:05:42.689](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:05:43.547](0.858s) not ok 15 - run of pg_upgrade for new instance
[13:05:43.548](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:05:43.707](0.049s) not ok 17 - check that locales in new cluster match original cluster
[13:05:45.911](0.056s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:06:25.489](135.178s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[13:09:15.091](92.761s) not ok 5 - regression tests pass
[13:09:24.324](1.265s) not ok 13 - run of pg_upgrade --check for new instance
[13:09:24.324](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:09:25.114](0.790s) not ok 15 - run of pg_upgrade for new instance
[13:09:25.114](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:09:25.298](0.048s) not ok 17 - check that locales in new cluster match original cluster
[13:09:25.889](0.063s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:10:38.476](47.302s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[13:07:19.901](60.523s) not ok 5 - regression tests pass
[13:07:30.506](1.811s) not ok 13 - run of pg_upgrade --check for new instance
[13:07:30.507](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:07:31.975](1.467s) not ok 15 - run of pg_upgrade for new instance
[13:07:31.976](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:07:32.432](0.087s) not ok 17 - check that locales in new cluster match original cluster
[13:07:33.264](0.163s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:08:26.132](58.708s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[13:04:25.621](66.320s) not ok 5 - regression tests pass
[13:04:38.023](1.277s) not ok 13 - run of pg_upgrade --check for new instance
[13:04:38.023](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:04:38.772](0.748s) not ok 15 - run of pg_upgrade for new instance
[13:04:38.772](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:04:39.006](0.090s) not ok 17 - check that locales in new cluster match original cluster
[13:04:39.708](0.207s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:05:31.997](72.593s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:05:49.962](113.400s) not ok 5 - regression tests pass
[13:06:07.541](2.972s) not ok 13 - run of pg_upgrade --check for new instance
[13:06:07.543](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[13:06:09.343](1.799s) not ok 15 - run of pg_upgrade for new instance
[13:06:09.345](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[13:06:09.798](0.143s) not ok 17 - check that locales in new cluster match original cluster
[13:06:10.795](0.244s) not ok 19 - old and new dumps match after pg_upgrade
tap
[13:08:15.877](120.764s) not ok 2 - regression tests pass
52/4460 Implement row pattern recognition feature
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[09:13:03.454](0.000s) not ok 23 - connect : matches
52/5262 ensure we have a snapshot when dropping an index concurrently
FreeBSD - Meson
tap
[05:29:45.777](0.000s) not ok 23 - connect : matches
52/4971 [CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots
FreeBSD - Meson
tap
[05:05:21.332](209.345s) not ok 5 - regression tests pass
[05:05:59.686](0.981s) not ok 13 - run of pg_upgrade --check for new instance
[05:05:59.688](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:06:00.806](1.118s) not ok 15 - run of pg_upgrade for new instance
[05:06:00.807](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:06:01.096](0.172s) not ok 17 - check that locales in new cluster match original cluster
[05:06:02.669](0.078s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:07:00.237](264.754s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[05:10:36.971](132.421s) not ok 5 - regression tests pass
[05:10:52.873](3.493s) not ok 13 - run of pg_upgrade --check for new instance
[05:10:52.873](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:10:54.378](1.505s) not ok 15 - run of pg_upgrade for new instance
[05:10:54.379](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:10:54.636](0.087s) not ok 17 - check that locales in new cluster match original cluster
[05:10:55.952](0.459s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:10:48.776](0.071s) not ok 30 - OID change after REINDEX DATABASE CONCURRENTLY
[05:10:49.512](0.112s) not ok 33 - reindexdb --concurrently --index test1x postgres exit code 0
[05:10:49.513](0.000s) not ok 34 - reindex specific index concurrently: SQL found in server log
[05:10:49.627](0.114s) not ok 35 - reindexdb --concurrently --schema public postgres exit code 0
[05:10:49.628](0.000s) not ok 36 - reindex specific schema concurrently: SQL found in server log
[05:10:49.830](0.139s) not ok 38 - reindexdb --concurrently --verbose --table test1 postgres exit code 0
[05:10:49.831](0.000s) not ok 39 - reindex with verbose output concurrently: SQL found in server log
[05:10:49.942](0.110s) not ok 40 - reindexdb --concurrently --verbose --table test1 --tablespace reindex_tbspace postgre...
[05:10:49.943](0.000s) not ok 41 - reindex concurrently with verbose output and tablespace: SQL found in server log
[05:10:50.053](0.000s) not ok 43 - reindex toast table with tablespace stderr /(?^:cannot move system relation)/
[05:10:50.145](0.000s) not ok 45 - reindex toast table concurrently with tablespace stderr /(?^:cannot move system relat...
[05:10:50.233](0.000s) not ok 47 - reindex toast index with tablespace stderr /(?^:cannot move system relation)/
[05:10:50.323](0.001s) not ok 49 - reindex toast index concurrently with tablespace stderr /(?^:cannot move system relat...
[05:10:50.393](0.069s) not ok 50 - reindexdb table with connection string
[05:10:50.469](0.076s) not ok 51 - reindexdb database with connection string
[05:10:50.546](0.076s) not ok 52 - reindexdb system with connection string
tap
[05:11:50.021](87.847s) not ok 2 - regression tests pass
[05:15:22.308](212.286s) # poll_query_until timed out executing this query:
Linux - Debian Bookworm - Meson
tap
[05:05:56.488](70.366s) not ok 5 - regression tests pass
[05:06:09.564](1.735s) not ok 13 - run of pg_upgrade --check for new instance
[05:06:09.565](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:06:11.231](1.665s) not ok 15 - run of pg_upgrade for new instance
[05:06:11.231](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:06:11.585](0.053s) not ok 17 - check that locales in new cluster match original cluster
[05:06:12.762](0.252s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:07:10.367](72.066s) not ok 2 - regression tests pass
tap
[05:09:33.386](0.031s) not ok 30 - OID change after REINDEX DATABASE CONCURRENTLY
[05:09:34.079](0.069s) not ok 33 - reindexdb --concurrently --index test1x postgres exit code 0
[05:09:34.079](0.000s) not ok 34 - reindex specific index concurrently: SQL found in server log
[05:09:34.113](0.033s) not ok 35 - reindexdb --concurrently --schema public postgres exit code 0
[05:09:34.114](0.001s) not ok 36 - reindex specific schema concurrently: SQL found in server log
[05:09:34.147](0.022s) not ok 38 - reindexdb --concurrently --verbose --table test1 postgres exit code 0
[05:09:34.148](0.000s) not ok 39 - reindex with verbose output concurrently: SQL found in server log
[05:09:34.161](0.013s) not ok 40 - reindexdb --concurrently --verbose --table test1 --tablespace reindex_tbspace postgre...
[05:09:34.161](0.000s) not ok 41 - reindex concurrently with verbose output and tablespace: SQL found in server log
[05:09:34.180](0.000s) not ok 43 - reindex toast table with tablespace stderr /(?^:cannot move system relation)/
[05:09:34.191](0.000s) not ok 45 - reindex toast table concurrently with tablespace stderr /(?^:cannot move system relat...
[05:09:34.207](0.000s) not ok 47 - reindex toast index with tablespace stderr /(?^:cannot move system relation)/
[05:09:34.220](0.000s) not ok 49 - reindex toast index concurrently with tablespace stderr /(?^:cannot move system relat...
[05:09:34.248](0.028s) not ok 50 - reindexdb table with connection string
[05:09:34.279](0.030s) not ok 51 - reindexdb database with connection string
[05:09:34.320](0.041s) not ok 52 - reindexdb system with connection string
macOS - Sonoma - Meson
tap
[05:02:47.711](78.768s) not ok 5 - regression tests pass
[05:03:01.387](1.450s) not ok 13 - run of pg_upgrade --check for new instance
[05:03:01.388](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:03:02.210](0.822s) not ok 15 - run of pg_upgrade for new instance
[05:03:02.210](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:03:02.410](0.062s) not ok 17 - check that locales in new cluster match original cluster
[05:03:02.934](0.097s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:03:42.149](80.605s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[05:04:12.009](124.305s) not ok 5 - regression tests pass
[05:04:32.444](4.704s) not ok 13 - run of pg_upgrade --check for new instance
[05:04:32.446](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[05:04:35.962](3.516s) not ok 15 - run of pg_upgrade for new instance
[05:04:35.973](0.005s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[05:04:36.684](0.126s) not ok 17 - check that locales in new cluster match original cluster
[05:04:38.361](0.305s) not ok 19 - old and new dumps match after pg_upgrade
tap
[05:06:49.641](131.973s) not ok 2 - regression tests pass
53/5585 Filter irrelevant change before reassemble transactions during logical decoding
Linux - Debian Bookworm - Meson
tap
[04:09:01.847](0.030s) not ok 39 - unpublished INSERT is filtered
52/4984 Serverside SNI for SSL connections
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:57:11.426](0.207s) not ok 33 - connect with correct server CA cert file sslmode=require
[03:57:11.426](0.000s) not ok 34 - connect with correct server CA cert file sslmode=require: no stderr
[03:57:11.519](0.000s) not ok 36 - connect fails since the passphrase protected key cannot be reloaded: matches
52/5623 Make numeric type accessible to third-party code.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:48:12.457](0.001s) not ok 2 - regular connections limit: matches
53/5012 Vacuum statistics
Linux - Debian Bookworm - Meson
tap
[16:37:49.561](73.558s) not ok 5 - regression tests pass
tap
[16:39:08.437](76.549s) not ok 2 - regression tests pass
52/5556 Expanding HOT updates for expression and partial indexes
FreeBSD - Meson
tap
[15:14:54.676](188.291s) not ok 5 - regression tests pass
53/5526 Add storage I/O tracking to EXPLAIN BUFFERS
FreeBSD - Meson
tap
[08:21:26.060](0.002s) not ok 23 - connect : matches
53/5669 Use CLOCK_MONOTONIC_COARSE for instr_time for explain analyze
FreeBSD - Meson
tap
[06:32:49.054](0.002s) not ok 23 - connect : matches
52/5365 Fix creation of empty .log files during log rotation
macOS - Sonoma - Meson
tap
[05:18:11.491](0.000s) not ok 218 - pgbench gset command with two rows stderr /(?^:expected one row, got 2\b)/
52/5105 Prevent incorrect entries in pg_stat_activity.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[03:04:19.186](0.006s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
53/5318 System views for versions reporting
Linux - Debian Bookworm - Meson
tap
[20:03:11.416](41.998s) not ok 5 - regression tests pass
[20:03:20.523](1.403s) not ok 13 - run of pg_upgrade --check for new instance
[20:03:20.523](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[20:03:21.686](1.162s) not ok 15 - run of pg_upgrade for new instance
[20:03:21.689](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[20:03:21.891](0.053s) not ok 17 - check that locales in new cluster match original cluster
[20:03:22.664](0.111s) not ok 19 - old and new dumps match after pg_upgrade
tap
[20:04:09.867](39.776s) not ok 2 - regression tests pass
52/5509 Coccinelle for PostgreSQL development
FreeBSD - Meson
tap
[07:57:28.525](0.005s) not ok 23 - connect : matches
52/5386 Log LSN before table is dropped
macOS - Sonoma - Meson
tap
[06:33:43.772](0.000s) not ok 67 - slot has been invalidated
52/5548 Document custom settings more consistently
macOS - Sonoma - Meson
tap
[10:44:33.396](0.000s) not ok 15 - can't omit a required backup: matches
tap
[10:45:59.904](0.000s) not ok 23 - list_parted2_def scanned
[10:45:59.905](0.000s) not ok 24 - part_6 verified by existing constraints
52/5086 Document NULL Concepts and Behaviors
macOS - Sonoma - Meson
tap
[03:09:59.605](0.000s) not ok 31 - receiving 100K lines works: stdout matches
53/5515 split func.sgml to separated individual sgml files
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[02:22:16.724](0.001s) not ok 2 - can't connect to invalid database - error message
52/4966 Parallel CREATE INDEX for GIN indexes
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:07:11.813](0.000s) not ok 23 - connect : matches
52/5093 Incremental Sort Cost Estimation Instability
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[23:29:42.266](0.416s) Bail out!  pg_ctl start failed
52/5044 new plpgsql.extra_errors check - strict_expr_check
FreeBSD - Meson
tap
[15:12:15.509](0.750s) not ok 7 - check replication worked well before renaming a publication
[15:12:15.651](0.141s) not ok 8 - check the tuple inserted after the RENAME was not replicated
52/5091 inplace update: send nontransactional invalidations
macOS - Sonoma - Meson
tap
[10:05:29.940](0.001s) not ok 9 - ecpg with invalid option prints error message
53/4390 add not_before and not_after timestamps to sslinfo extension and pg_stat_ssl
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
53/5627 Fix oldest LSN calculation for WAL segments removal when slots are advancing during checkpoint
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:30:52.314](0.515s) not ok 5 - psql connect success
[17:30:52.316](0.001s) not ok 6 - psql select 1
53/5648 Warning for Datatype mismatch between subscriber table and publisher table for logical replication
FreeBSD - Meson
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:25:08.556](224.329s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /tmp/cirrus-ci-build/src/test/subscription/t/031_column_list.pl ...
Linux - Debian Bookworm - Meson
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:25:24.763](211.193s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /tmp/cirrus-ci-build/src/test/subscription/t/031_column_list.pl ...
macOS - Sonoma - Meson
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:21:59.896](227.950s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at /Users/admin/pgsql/src/test/subscription/t/031_column_list.pl li...
Windows - Server 2019, VS 2019 - Meson & ninja
tap
timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? logical replication target relation "public.test_tab3" is missing...
tap
[14:32:04.027](317.658s) # poll_query_until timed out executing this query:
timed out waiting for subscriber to synchronize data at C:/cirrus/src/test/subscription/t/031_column_list.pl line 151.
52/5110 Add XMLCast (SQL/XML X025)
macOS - Sonoma - Meson
tap
[13:07:35.054](0.000s) not ok 97 - server parameter logging stderr /(?^:ERROR:  division by zero)/
[13:07:35.054](0.000s) not ok 98 - server parameter logging stderr /(?^:CONTEXT:  unnamed portal with parameters: \$1 = ...
53/5637 Memory context can be its own parent and child in replication command
macOS - Sonoma - Meson
tap
[00:56:12.377](0.058s) not ok 34 - quuux1 table scanned
53/5644 Add arbitrary xid and mxid to pg_resetwal
FreeBSD - Meson
tap
[00:38:23.639](33.553s) not ok 15 - run of pg_upgrade for new instance
[00:38:23.639](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:25.044](0.075s) not ok 19 - old and new dumps match after pg_upgrade
Linux - Debian Bookworm - Autoconf
tap
[00:36:48.561](10.107s) Bail out!  command "pg_resetwal -D /tmp/cirrus-ci-build/src/bin/pg_resetwal/tmp_check/t_003_adva...
tap
[00:38:38.868](6.503s) not ok 15 - run of pg_upgrade for new instance
[00:38:38.869](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:39.672](0.077s) not ok 19 - old and new dumps match after pg_upgrade
Linux - Debian Bookworm - Meson
tap
[00:35:51.684](8.645s) not ok 15 - run of pg_upgrade for new instance
[00:35:51.684](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:35:52.555](0.141s) not ok 19 - old and new dumps match after pg_upgrade
macOS - Sonoma - Meson
tap
[00:34:36.099](7.628s) not ok 15 - run of pg_upgrade for new instance
[00:34:36.099](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:34:36.710](0.158s) not ok 19 - old and new dumps match after pg_upgrade
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:38:05.090](13.095s) not ok 15 - run of pg_upgrade for new instance
[00:38:05.095](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[00:38:07.685](0.367s) not ok 19 - old and new dumps match after pg_upgrade
52/5538 SVE enablement for hex-encode and hex-decode
FreeBSD - Meson
tap
[21:35:16.188](0.214s) not ok 7 - check replication worked well before renaming a publication
[21:35:16.440](0.249s) not ok 8 - check the tuple inserted after the RENAME was not replicated
52/5303 Fix for consume_xids advancing XIDs incorrectly
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[15:52:39.687](465.811s) # poll_query_until timed out executing this query:
timed out waiting for catchup at C:/cirrus/src/test/recovery/t/035_standby_logical_decoding.pl line 851.
52/5160 Issues with ON CONFLICT UPDATE and REINDEX CONCURRENTLY
FreeBSD - Meson
tap
[02:36:35.244](0.232s) not ok 7 - check replication worked well before renaming a publication
[02:36:35.379](0.131s) not ok 8 - check the tuple inserted after the RENAME was not replicated
53/5296 Streaming Replication vs Logical
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[10:47:53.310](0.001s) not ok 2 - regular connections limit: matches
52/5070 Incorrect error message for cancellation triggered by statement_timeout & flaky test
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[19:12:28.100](0.094s) not ok 35 -  'user=ssluser gssencmode=disable sslmode=allow sslnegotiation=postgres' -> connect, ...
52/4942 Avoid orphaned objects dependencies, take 3
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
52/5397 revamp row-security tracking
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[17:36:14.471](0.001s) not ok 4 - connecting to an invalid database: matches
52/5487 Exists pull-up application with JoinExpr
FreeBSD - Meson
tap
[06:09:18.677](189.179s) not ok 5 - regression tests pass
tap
[06:10:05.767](202.148s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[06:12:33.864](103.806s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[06:10:06.872](79.107s) not ok 5 - regression tests pass
tap
[06:10:44.514](79.431s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[06:06:47.084](43.711s) not ok 5 - regression tests pass
tap
[06:07:49.036](57.883s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[06:09:09.523](130.981s) not ok 5 - regression tests pass
tap
[06:11:35.889](134.996s) not ok 2 - regression tests pass
52/5512 pg_stat_statements: improve loading and saving routines for the dump file.
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:16:16.718](0.001s) not ok 2 - can't connect to invalid database - error message
52/4904 SQL Property Graph Queries (SQL/PGQ)
FreeBSD - Meson
tap
[01:22:44.694](59.367s) not ok 5 - regression tests pass
[01:22:59.734](0.836s) not ok 13 - run of pg_upgrade --check for new instance
[01:22:59.735](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:23:00.346](0.611s) not ok 15 - run of pg_upgrade for new instance
[01:23:00.346](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:23:00.500](0.041s) not ok 17 - check that locales in new cluster match original cluster
[01:23:01.687](0.044s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:23:32.128](74.337s) not ok 2 - regression tests pass
tap
[01:24:57.945](0.237s) not ok 7 - check replication worked well before renaming a publication
[01:24:58.035](0.090s) not ok 8 - check the tuple inserted after the RENAME was not replicated
Linux - Debian Bookworm - Autoconf
tap
[01:27:17.289](64.982s) not ok 5 - regression tests pass
[01:27:32.470](2.386s) not ok 13 - run of pg_upgrade --check for new instance
[01:27:32.471](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:27:33.985](1.514s) not ok 15 - run of pg_upgrade for new instance
[01:27:33.986](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:27:34.347](0.117s) not ok 17 - check that locales in new cluster match original cluster
[01:27:35.513](0.074s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:28:37.211](33.845s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[01:25:08.044](33.704s) not ok 5 - regression tests pass
[01:25:18.995](1.634s) not ok 13 - run of pg_upgrade --check for new instance
[01:25:18.995](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:25:20.255](1.260s) not ok 15 - run of pg_upgrade for new instance
[01:25:20.256](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:25:20.425](0.030s) not ok 17 - check that locales in new cluster match original cluster
[01:25:21.532](0.242s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:43.524](33.166s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[01:24:24.017](60.931s) not ok 5 - regression tests pass
[01:24:33.576](1.590s) not ok 13 - run of pg_upgrade --check for new instance
[01:24:33.576](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:24:34.247](0.671s) not ok 15 - run of pg_upgrade for new instance
[01:24:34.248](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:24:34.443](0.055s) not ok 17 - check that locales in new cluster match original cluster
[01:24:34.875](0.114s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:12.140](46.703s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[01:23:11.938](75.183s) not ok 5 - regression tests pass
[01:23:32.421](4.488s) not ok 13 - run of pg_upgrade --check for new instance
[01:23:32.424](0.002s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[01:23:34.811](2.387s) not ok 15 - run of pg_upgrade for new instance
[01:23:34.812](0.001s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[01:23:35.269](0.102s) not ok 17 - check that locales in new cluster match original cluster
[01:23:36.345](0.306s) not ok 19 - old and new dumps match after pg_upgrade
tap
[01:25:07.165](81.170s) not ok 2 - regression tests pass
52/5617 Beautify read stream "per buffer data" APIs
FreeBSD - Meson
tap
timed out waiting for match: (?^:WARNING: ( [A-Z0-9]+:)? skipped loading publication: tap_pub_3) at /tmp/cirrus-ci-build...
53/5004 CREATE INDEX CONCURRENTLY for partitioned tables
FreeBSD - Meson
tap
[22:00:20.669](226.968s) not ok 5 - regression tests pass
tap
[22:01:13.092](243.338s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[22:03:55.376](117.898s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[22:00:50.128](83.790s) not ok 5 - regression tests pass
tap
[22:01:26.120](80.253s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[22:02:27.925](80.838s) not ok 5 - regression tests pass
tap
[22:03:41.517](81.089s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:59:43.216](142.723s) not ok 5 - regression tests pass
tap
[22:02:20.040](137.875s) not ok 2 - regression tests pass
52/4881 Eager aggregation, take 3
FreeBSD - Meson
tap
[21:54:58.183](182.095s) not ok 5 - regression tests pass
tap
[21:55:50.080](201.562s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[21:58:14.761](135.851s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[21:56:22.402](83.089s) not ok 5 - regression tests pass
tap
[21:56:59.074](81.781s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[21:55:27.192](64.520s) not ok 5 - regression tests pass
tap
[21:56:48.200](84.023s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:54:09.116](120.505s) not ok 5 - regression tests pass
tap
[21:56:31.038](131.094s) not ok 2 - regression tests pass
52/5323 Support enabling checksums online
FreeBSD - Meson
tap
[20:59:27.107](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Autoconf
tap
[20:59:30.915](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[21:02:02.799](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
macOS - Sonoma - Meson
tap
[20:58:59.309](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
52/5595 Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC
FreeBSD - Meson
tap
[11:22:06.226](127.208s) not ok 5 - regression tests pass
[11:22:35.677](1.013s) not ok 13 - run of pg_upgrade --check for new instance
[11:22:35.678](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[11:22:36.137](0.459s) not ok 15 - run of pg_upgrade for new instance
[11:22:36.157](0.018s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[11:22:36.512](0.069s) not ok 17 - check that locales in new cluster match original cluster
[11:22:38.016](0.068s) not ok 19 - old and new dumps match after pg_upgrade
tap
[11:22:59.124](146.480s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[11:25:46.040](111.222s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[11:24:08.628](79.226s) not ok 5 - regression tests pass
tap
[11:24:45.860](79.654s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[11:21:11.033](48.047s) not ok 5 - regression tests pass
tap
[11:21:52.651](42.562s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[11:21:54.136](107.985s) not ok 5 - regression tests pass
tap
[11:24:07.963](117.927s) not ok 2 - regression tests pass
52/5614 Metadata and record block access stats for indexes
Linux - Debian Bookworm - Meson
tap
[12:05:02.266](24.355s) not ok 5 - regression tests pass
[12:05:09.837](1.322s) not ok 13 - run of pg_upgrade --check for new instance
[12:05:09.837](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success
[12:05:10.714](0.876s) not ok 15 - run of pg_upgrade for new instance
[12:05:10.714](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success
[12:05:10.873](0.031s) not ok 17 - check that locales in new cluster match original cluster
[12:05:11.450](0.131s) not ok 19 - old and new dumps match after pg_upgrade
tap
[12:04:37.245](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou...
[12:04:39.045](0.000s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:...
tap
[12:06:27.132](4.524s) not ok 1 - concurrent OID generation status (got 2 vs expected 0)
[12:06:27.133](0.000s) not ok 2 - concurrent OID generation stdout /(?^:processed: 125/125)/
[12:06:27.133](0.000s) not ok 3 - concurrent OID generation stderr /(?^:^$)/
tap
[12:05:15.773](8.624s) not ok 2 - regression tests pass
tap
[12:06:28.836](0.750s) not ok 12 - vacuumdb -f postgres exit code 0
[12:06:30.370](1.533s) not ok 14 - vacuumdb -F postgres exit code 0
[12:06:30.370](0.000s) not ok 15 - vacuumdb -F: SQL found in server log
[12:06:30.421](0.050s) not ok 16 - vacuumdb -zj2 postgres exit code 0
[12:06:30.422](0.000s) not ok 17 - vacuumdb -zj2: SQL found in server log
[12:06:30.445](0.023s) not ok 18 - vacuumdb -Z postgres exit code 0
[12:06:30.445](0.000s) not ok 19 - vacuumdb -Z: SQL found in server log
[12:06:30.465](0.019s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0
[12:06:30.466](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log
[12:06:30.486](0.020s) not ok 22 - vacuumdb --skip-locked postgres exit code 0
[12:06:30.486](0.000s) not ok 23 - vacuumdb --skip-locked: SQL found in server log
[12:06:30.507](0.021s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0
[12:06:30.508](0.000s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log
[12:06:30.566](0.022s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0
[12:06:30.567](0.000s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log
[12:06:30.615](0.029s) not ok 30 - vacuumdb --no-truncate postgres exit code 0
[12:06:30.615](0.000s) not ok 31 - vacuumdb --no-truncate: SQL found in server log
[12:06:30.683](0.052s) not ok 33 - vacuumdb --no-process-main postgres exit code 0
[12:06:30.684](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log
[12:06:30.745](0.038s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0
[12:06:30.746](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log
[12:06:30.792](0.029s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0
[12:06:30.792](0.000s) not ok 40 - vacuumdb -P 2: SQL found in server log
[12:06:30.813](0.020s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0
[12:06:30.813](0.000s) not ok 42 - vacuumdb -P 0: SQL found in server log
[12:06:30.842](0.029s) not ok 43 - vacuumdb with connection string
[12:06:30.904](0.030s) not ok 45 - trailing command in "-t", with COLUMNS
tap
[12:06:28.822](1.168s) not ok 1 - vacuumdb --analyze-in-stages postgres exit code 0
[12:06:28.823](0.000s) not ok 2 - analyze three times: SQL found in server log
[12:06:29.976](1.153s) not ok 3 - vacuumdb --analyze-in-stages --all exit code 0
[12:06:29.977](0.000s) not ok 4 - analyze more than one database in stages: SQL found in server log
tap
[12:06:32.405](4.386s) not ok 1 - vacuumdb --all with unusual database names
[12:06:32.960](0.554s) not ok 2 - reindexdb --all with unusual database names
[12:06:33.030](0.070s) not ok 3 - clusterdb --all with unusual database names
tap
[12:10:09.549](203.275s) # poll_query_until timed out executing this query:
tap
[12:10:27.198](206.735s) # poll_query_until timed out executing this query:
tap
[12:10:24.641](201.700s) # poll_query_until timed out executing this query:
52/5619 Read stream scalability improvements and AIO-compatibility
FreeBSD - Meson
tap
[15:10:41.612](0.176s) not ok 7 - check replication worked well before renaming a publication
[15:10:41.759](0.146s) not ok 8 - check the tuple inserted after the RENAME was not replicated
52/5361 Let an Append to consider a tuple fraction when choosing fractional subpaths
macOS - Sonoma - Meson
tap
[12:10:52.523](0.000s) not ok 454 - incomplete transaction block stderr /(?^:client 0 aborted: end of script reached wit...
52/5609 Enable fine-grained control over what gets logged on connection attempt (reduces log size)
FreeBSD - 13 - Meson
tap
[00:12:11.766](1.381s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Autoconf
tap
[00:13:30.930](0.801s) Bail out!  pg_ctl start failed
Linux - Debian Bookworm - Meson
tap
[00:15:18.582](0.401s) Bail out!  pg_ctl start failed
macOS - Sonoma - Meson
tap
[00:15:25.392](1.068s) Bail out!  pg_ctl start failed
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[00:17:51.001](1.501s) Bail out!  pg_ctl start failed
52/5525 explain plans for foreign servers
FreeBSD - 13 - Meson
tap
[20:21:41.626](75.452s) not ok 5 - regression tests pass
tap
[20:22:29.696](83.565s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[20:24:13.837](75.427s) not ok 5 - regression tests pass
tap
[20:24:51.047](77.779s) not ok 2 - regression tests pass
52/5479 Enable logical decoding when wal_level = 'replica' without a server restart
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[21:10:37.711](4.490s) Bail out!  pg_ctl start failed
tap
[21:10:36.619](3.220s) Bail out!  pg_ctl start failed
tap
[21:10:35.455](2.054s) Bail out!  pg_ctl start failed
tap
[21:10:37.559](3.661s) Bail out!  pg_ctl start failed
tap
[21:10:37.844](3.215s) Bail out!  pg_ctl start failed
tap
[21:10:41.428](2.283s) Bail out!  pg_ctl start failed
tap
[21:10:44.818](4.581s) Bail out!  pg_ctl start failed
tap
[21:10:42.495](1.789s) Bail out!  pg_ctl start failed
tap
[21:10:43.454](2.206s) Bail out!  pg_ctl start failed
tap
[21:10:48.175](6.654s) Bail out!  pg_ctl start failed
tap
[21:10:38.288](3.385s) Bail out!  pg_ctl start failed
tap
[21:10:37.477](1.536s) Bail out!  pg_ctl start failed
tap
[21:10:38.193](2.740s) Bail out!  pg_ctl start failed
tap
[21:11:04.042](4.139s) Bail out!  pg_ctl start failed
tap
[21:11:03.219](3.326s) Bail out!  pg_ctl start failed
tap
[21:11:04.408](4.059s) Bail out!  pg_ctl start failed
tap
[21:11:02.829](1.974s) Bail out!  pg_ctl start failed
tap
[21:11:04.925](3.595s) Bail out!  pg_ctl start failed
tap
[21:11:05.139](3.364s) Bail out!  pg_ctl start failed
tap
[21:11:03.763](1.970s) Bail out!  pg_ctl start failed
tap
[21:11:06.765](2.904s) Bail out!  pg_ctl start failed
tap
[21:09:55.126](4.379s) Bail out!  pg_ctl start failed
tap
[21:09:55.207](3.471s) Bail out!  pg_ctl start failed
tap
[21:09:53.177](4.186s) Bail out!  pg_ctl start failed
tap
[21:11:07.230](2.965s) Bail out!  pg_ctl start failed
tap
[21:09:52.045](2.220s) Bail out!  pg_ctl start failed
tap
[21:09:55.568](5.352s) Bail out!  pg_ctl start failed
tap
[21:09:56.497](5.895s) Bail out!  pg_ctl start failed
tap
[21:09:54.027](1.181s) Bail out!  pg_ctl start failed
tap
[21:10:01.022](6.100s) Bail out!  pg_ctl start failed
tap
[21:09:56.597](1.655s) Bail out!  pg_ctl start failed
tap
[21:10:00.674](5.075s) Bail out!  pg_ctl start failed
tap
[21:09:59.196](3.037s) Bail out!  pg_ctl start failed
tap
[21:10:01.150](3.744s) Bail out!  pg_ctl start failed
tap
[21:10:07.217](1.946s) Bail out!  pg_ctl start failed
tap
[21:09:59.584](2.198s) Bail out!  pg_ctl start failed
tap
[21:10:00.521](2.107s) Bail out!  pg_ctl start failed
tap
[21:10:01.374](1.543s) Bail out!  pg_ctl start failed
tap
[21:10:03.155](3.015s) Bail out!  pg_ctl start failed
tap
[21:10:04.496](3.228s) Bail out!  pg_ctl start failed
tap
[21:10:04.654](3.318s) Bail out!  pg_ctl start failed
tap
[21:10:03.699](2.082s) Bail out!  pg_ctl start failed
tap
[21:10:05.443](3.631s) Bail out!  pg_ctl start failed
tap
[21:10:10.546](1.785s) not ok 13 - pg_ctl start: exit code 0
[21:10:10.551](0.001s) not ok 14 - pg_ctl start: no stderr
[21:10:10.553](0.001s) not ok 15 - pg_ctl start: matches
[21:10:16.011](0.026s) not ok 17 - pg_ctl stop
[21:10:16.747](0.719s) not ok 19 - pg_ctl restart with server not running
[21:10:18.783](2.035s) not ok 25 - pg_ctl restart with server running
[21:10:18.828](0.045s) Bail out!  command "pg_ctl stop --pgdata C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_t...
tap
[21:10:05.986](0.542s) Bail out!  command "pg_ctl --log C:\cirrus\build\testrun\pg_ctl\002_status\data\tmp_test_20Hs/log...
tap
[21:10:07.349](0.632s) Bail out!  pg_ctl start failed
tap
[21:10:08.141](2.711s) Bail out!  pg_ctl start failed
tap
[21:10:09.425](2.963s) Bail out!  pg_ctl start failed
tap
[21:10:09.540](2.902s) Bail out!  pg_ctl start failed
tap
[21:10:09.113](1.224s) Bail out!  pg_ctl start failed
tap
[21:10:11.451](2.645s) Bail out!  pg_ctl start failed
tap
[21:10:14.947](5.728s) Bail out!  pg_ctl start failed
tap
[21:10:40.507](3.400s) Bail out!  pg_ctl start failed
tap
[21:10:13.049](1.802s) Bail out!  pg_ctl start failed
tap
[21:10:11.582](1.257s) Bail out!  pg_ctl start failed
tap
[21:10:16.705](4.972s) Bail out!  pg_ctl start failed
tap
[21:10:15.171](3.177s) Bail out!  pg_ctl start failed
tap
[21:10:15.521](3.047s) Bail out!  pg_ctl start failed
tap
[21:10:14.178](1.273s) Bail out!  pg_ctl start failed
tap
[21:10:17.335](2.516s) Bail out!  pg_ctl start failed
tap
[21:10:17.577](2.620s) Bail out!  pg_ctl start failed
tap
[21:10:17.438](1.805s) Bail out!  pg_ctl start failed
tap
[21:10:18.737](2.914s) Bail out!  pg_ctl start failed
tap
[21:10:40.627](3.415s) Bail out!  pg_ctl start failed
tap
[21:09:03.537](6.857s) Bail out!  pg_ctl start failed
tap
[21:08:59.755](1.725s) Bail out!  pg_ctl start failed
tap
[21:08:58.529](2.115s) Bail out!  pg_ctl start failed
tap
[21:09:01.836](2.102s) not ok 12 - run of pg_upgrade
[21:09:01.919](0.001s) not ok 15 - the default char signedness is updated during pg_upgrade: matches
tap
[21:10:20.785](2.896s) Bail out!  pg_ctl start failed
tap
[21:10:19.726](1.653s) Bail out!  pg_ctl start failed
tap
[21:10:19.711](1.625s) Bail out!  pg_ctl start failed
tap
[21:10:21.745](2.466s) Bail out!  pg_ctl start failed
tap
[21:10:22.508](2.891s) Bail out!  pg_ctl start failed
tap
[21:10:22.441](2.756s) Bail out!  pg_ctl start failed
tap
[21:10:23.289](2.930s) Bail out!  pg_ctl start failed
tap
[21:10:23.535](2.836s) Bail out!  pg_ctl start failed
tap
[21:10:40.905](2.795s) Bail out!  pg_ctl start failed
tap
[21:10:39.769](1.467s) Bail out!  pg_ctl start failed
tap
[21:10:25.885](3.437s) Bail out!  pg_ctl start failed
tap
[21:10:25.535](3.273s) Bail out!  pg_ctl start failed
tap
[21:10:26.433](3.141s) Bail out!  pg_ctl start failed
tap
[21:10:29.096](5.187s) Bail out!  pg_ctl start failed
tap
[21:10:42.270](2.022s) Bail out!  pg_ctl start failed
tap
[21:10:45.648](3.693s) Bail out!  pg_ctl start failed
tap
[21:10:45.872](3.562s) Bail out!  pg_ctl start failed
tap
[21:10:30.143](5.571s) Bail out!  pg_ctl start failed
tap
[21:08:58.417](2.003s) Bail out!  pg_ctl start failed
tap
[21:08:59.637](2.129s) Bail out!  pg_ctl start failed
tap
[21:09:02.494](3.535s) Bail out!  pg_ctl start failed
tap
[21:09:02.526](3.169s) Bail out!  pg_ctl start failed
tap
[21:09:00.989](1.629s) Bail out!  pg_ctl start failed
tap
[21:09:02.494](2.349s) Bail out!  pg_ctl start failed
tap
[21:09:01.517](0.847s) Bail out!  pg_ctl start failed
tap
[21:09:04.720](3.084s) Bail out!  pg_ctl start failed
tap
[21:09:03.815](1.712s) Bail out!  pg_ctl start failed
tap
[21:09:05.889](3.305s) Bail out!  pg_ctl start failed
tap
[21:09:06.566](3.516s) Bail out!  pg_ctl start failed
tap
[21:09:06.581](3.363s) Bail out!  pg_ctl start failed
tap
[21:09:05.278](2.057s) Bail out!  pg_ctl start failed
tap
[21:09:06.727](3.521s) Bail out!  pg_ctl start failed
tap
[21:09:08.275](3.461s) Bail out!  pg_ctl start failed
tap
[21:09:06.857](1.555s) Bail out!  pg_ctl start failed
tap
[21:09:09.189](3.932s) Bail out!  pg_ctl start failed
tap
[21:09:09.112](3.281s) Bail out!  pg_ctl start failed
tap
[21:09:09.752](3.038s) Bail out!  pg_ctl start failed
tap
[21:09:10.420](3.099s) Bail out!  pg_ctl start failed
tap
[21:09:10.447](3.112s) Bail out!  pg_ctl start failed
tap
[21:09:09.560](1.765s) Bail out!  pg_ctl start failed
tap
[21:09:11.329](3.144s) Bail out!  pg_ctl start failed
tap
[21:09:10.556](1.512s) Bail out!  pg_ctl start failed
tap
[21:09:12.703](2.988s) Bail out!  pg_ctl start failed
tap
[21:09:11.760](1.861s) Bail out!  pg_ctl start failed
tap
[21:09:13.400](3.106s) Bail out!  pg_ctl start failed
tap
[21:09:13.320](2.845s) Bail out!  pg_ctl start failed
tap
[21:09:14.055](2.877s) Bail out!  pg_ctl start failed
tap
[21:09:14.459](3.013s) Bail out!  pg_ctl start failed
tap
[21:09:12.817](1.349s) Bail out!  pg_ctl start failed
tap
[21:09:13.936](1.745s) Bail out!  pg_ctl start failed
tap
[21:09:16.031](3.195s) Bail out!  pg_ctl start failed
tap
[21:09:14.965](1.721s) Bail out!  pg_ctl start failed
tap
[21:09:16.505](2.760s) Bail out!  pg_ctl start failed
tap
[21:09:16.414](2.154s) Bail out!  pg_ctl start failed
tap
[21:09:16.348](2.118s) Bail out!  pg_ctl start failed
tap
[21:09:17.753](3.107s) Bail out!  pg_ctl start failed
tap
[21:09:17.979](3.145s) Bail out!  pg_ctl start failed
tap
[21:09:18.379](2.834s) Bail out!  pg_ctl start failed
tap
[21:09:18.486](2.593s) Bail out!  pg_ctl start failed
tap
[21:10:28.435](2.774s) Bail out!  pg_ctl start failed
tap
[21:10:27.249](1.814s) Bail out!  pg_ctl start failed
tap
[21:10:30.244](3.407s) Bail out!  pg_ctl start failed
tap
[21:10:30.221](3.087s) Bail out!  pg_ctl start failed
tap
[21:10:30.276](2.896s) Bail out!  pg_ctl start failed
tap
[21:10:29.442](1.395s) Bail out!  pg_ctl start failed
tap
[21:10:32.680](2.388s) Bail out!  pg_ctl start failed
tap
[21:10:32.891](2.735s) Bail out!  pg_ctl start failed
tap
[21:10:33.188](2.958s) Bail out!  pg_ctl start failed
tap
[21:10:32.865](1.531s) Bail out!  pg_ctl start failed
tap
[21:10:34.129](2.911s) Bail out!  pg_ctl start failed
tap
[21:10:32.854](1.786s) Bail out!  pg_ctl start failed
tap
[21:10:35.201](4.147s) Bail out!  pg_ctl start failed
tap
[21:11:06.111](1.809s) Bail out!  pg_ctl start failed
tap
[21:11:16.067](2.428s) Bail out!  pg_ctl start failed
tap
[21:11:16.499](2.403s) Bail out!  pg_ctl start failed
tap
[21:11:16.665](2.430s) Bail out!  pg_ctl start failed
tap
[21:10:45.888](2.907s) Bail out!  pg_ctl start failed
tap
[21:10:44.731](1.602s) Bail out!  pg_ctl start failed
tap
[21:10:46.985](3.336s) Bail out!  pg_ctl start failed
tap
[21:10:48.403](3.112s) Bail out!  pg_ctl start failed
tap
[21:10:51.951](6.485s) Bail out!  pg_ctl start failed
tap
[21:10:49.755](3.390s) Bail out!  pg_ctl start failed
tap
[21:10:48.520](2.132s) Bail out!  pg_ctl start failed
tap
[21:10:48.799](2.241s) Bail out!  pg_ctl start failed
tap
[21:10:50.278](3.651s) Bail out!  pg_ctl start failed
tap
[21:10:49.658](1.689s) Bail out!  pg_ctl start failed
tap
[21:10:52.521](3.710s) Bail out!  pg_ctl start failed
tap
[21:10:51.029](1.953s) Bail out!  pg_ctl start failed
tap
[21:10:51.187](1.703s) Bail out!  pg_ctl start failed
tap
[21:10:53.669](3.630s) Bail out!  pg_ctl start failed
tap
[21:10:53.971](3.702s) Bail out!  pg_ctl start failed
tap
[21:10:53.829](3.168s) Bail out!  pg_ctl start failed
tap
[21:10:53.971](2.930s) Bail out!  pg_ctl start failed
tap
[21:10:52.899](1.315s) Bail out!  pg_ctl start failed
tap
[21:10:55.263](3.252s) Bail out!  pg_ctl start failed
tap
[21:10:55.710](3.104s) Bail out!  pg_ctl start failed
tap
[21:10:55.066](1.948s) Bail out!  pg_ctl start failed
tap
[21:10:56.469](2.751s) Bail out!  pg_ctl start failed
tap
[21:10:58.020](3.502s) Bail out!  pg_ctl start failed
tap
[21:10:57.536](3.013s) Bail out!  pg_ctl start failed
tap
[21:10:58.014](3.190s) Bail out!  pg_ctl start failed
tap
[21:10:59.702](3.632s) Bail out!  pg_ctl start failed
tap
[21:10:59.606](3.381s) Bail out!  pg_ctl start failed
tap
[21:10:59.071](3.197s) Bail out!  pg_ctl start failed
tap
[21:10:58.222](1.798s) Bail out!  pg_ctl start failed
tap
[21:10:59.027](1.634s) Bail out!  pg_ctl start failed
tap
[21:11:01.042](2.768s) Bail out!  pg_ctl start failed
tap
[21:11:03.642](3.702s) Bail out!  pg_ctl start failed
tap
[21:11:00.356](1.800s) Bail out!  pg_ctl start failed
tap
[21:11:00.530](1.458s) Bail out!  pg_ctl start failed
tap
[21:11:07.915](2.995s) Bail out!  pg_ctl start failed
tap
[21:10:40.935](2.271s) Bail out!  pg_ctl start failed
tap
[21:11:07.920](2.912s) Bail out!  pg_ctl start failed
tap
[21:11:08.760](1.737s) Bail out!  pg_ctl start failed
tap
[21:11:09.325](1.895s) Bail out!  pg_ctl start failed
tap
[21:11:09.325](1.923s) Bail out!  pg_ctl start failed
tap
[21:11:10.198](2.146s) Bail out!  pg_ctl start failed
tap
[21:11:11.980](3.457s) Bail out!  pg_ctl start failed
tap
[21:11:12.252](3.403s) Bail out!  pg_ctl start failed
tap
[21:11:13.399](3.105s) Bail out!  pg_ctl start failed
tap
[21:11:13.607](3.053s) Bail out!  pg_ctl start failed
tap
[21:11:14.210](3.379s) Bail out!  pg_ctl start failed
tap
[21:11:14.717](3.677s) Bail out!  pg_ctl start failed
53/5319 Changing shared_buffers without restart
Linux - Debian Bookworm - Autoconf
tap
[04:16:50.344](0.464s) Bail out!  pg_ctl start failed
tap
[04:25:10.773](11.334s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[04:14:58.972](0.269s) Bail out!  pg_ctl start failed
tap
[04:13:55.727](20.458s) not ok 2 - regression tests pass
tap
[04:13:56.831](0.314s) Bail out!  pg_ctl start failed
51/5446 Improving default column names/aliases of subscript text expressions
FreeBSD - 13 - Meson
tap
[22:49:12.994](69.146s) not ok 5 - regression tests pass
tap
[22:49:58.176](78.058s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[22:52:12.317](118.604s) not ok 5 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[22:49:53.625](75.118s) not ok 5 - regression tests pass
tap
[22:50:28.846](76.983s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[23:01:45.897](96.642s) not ok 5 - regression tests pass
tap
[23:03:22.893](106.959s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[22:51:19.274](124.308s) not ok 5 - regression tests pass
tap
[22:53:51.493](141.785s) not ok 2 - regression tests pass
51/5252 Trim the heap free memory
Linux - Debian Bookworm - Autoconf
tap
[22:07:12.674](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
Linux - Debian Bookworm - Meson
tap
[22:08:46.321](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr
52/5129 Asynchronous MergeAppend Execution
FreeBSD - 13 - Meson
tap
[17:57:50.175](71.570s) not ok 5 - regression tests pass
tap
[17:58:40.231](84.397s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Autoconf
tap
[18:03:12.468](105.517s) not ok 5 - regression tests pass
tap
[18:04:42.075](71.642s) not ok 2 - regression tests pass
Linux - Debian Bookworm - Meson
tap
[18:00:30.675](77.069s) not ok 5 - regression tests pass
tap
[18:01:06.331](78.690s) not ok 2 - regression tests pass
macOS - Sonoma - Meson
tap
[17:57:01.753](48.625s) not ok 5 - regression tests pass
tap
[17:57:57.623](58.937s) not ok 2 - regression tests pass
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[18:02:01.830](0.000s) not ok 3 - checking a non-existent database stderr /(?^:FATAL:  database "qqq" does not exist)/
tap
[17:58:57.145](117.116s) not ok 5 - regression tests pass
tap
[18:01:15.699](129.544s) not ok 2 - regression tests pass
51/5131 add log_transaction GUC setting
FreeBSD - 13 - Meson
tap
[13:40:45.441](1.643s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Autoconf
tap
[13:39:58.902](0.776s) not ok 1 - no parameters missing from postgresql.conf.sample
Linux - Debian Bookworm - Meson
tap
[13:41:58.925](0.482s) not ok 1 - no parameters missing from postgresql.conf.sample
macOS - Sonoma - Meson
tap
[13:40:52.249](0.916s) not ok 1 - no parameters missing from postgresql.conf.sample
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[13:48:28.243](1.950s) not ok 1 - no parameters missing from postgresql.conf.sample
50/5270 jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part
Linux - Debian Bookworm - Meson
tap
[14:37:53.833](77.884s) not ok 5 - regression tests pass
tap
[14:38:32.669](79.727s) not ok 2 - regression tests pass
50/5348 Making error message more user-friendly with spaces in a URI
FreeBSD - 13 - Meson
tap
[16:24:50.130](0.020s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:50.188](0.056s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Autoconf
tap
[16:22:49.527](0.042s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:22:49.565](0.038s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Linux - Debian Bookworm - Meson
tap
[16:24:36.068](0.053s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:24:36.090](0.021s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
macOS - Sonoma - Meson
tap
[16:54:02.406](0.012s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:54:02.418](0.012s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
Windows - Server 2019, VS 2019 - Meson & ninja
tap
[16:29:42.282](0.049s) not ok 25 - postgresql://host?  user user  =  uri  & port = 12345 12 
[16:29:42.328](0.045s) not ok 26 - postgresql://host?  user  =  uri-user  & port = 12345 12 
50/5021 Detection and resolution of logical replication conflict
FreeBSD - 13 - Meson
tap
timed out waiting for match: (?^:LOG:  conflict detected on relation \"public.conf_tab_part_1\": conflict=update_origin_...