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.
44/4412 | Client authentication via OAuth 2.0 |
CompilerWarnings | |
compiler | [00:43:00.441] fe-auth-oauth-curl.c:735:11: error: implicit conversion from 'int' to 'float' changes value from 21474836... |
compiler | [00:42:09.438] fe-auth-oauth-curl.c:735:11: error: implicit conversion from 'int' to 'float' changes value from 21474836... |
compiler | [00:39:58.508] fe-auth-oauth-curl.c:722:8: error: variable ‘cnt’ set but not used [-Werror=unused-but-set-variable] |
compiler | [00:43:32.695] auth-oauth.c:668:13: error: implicit declaration of function ‘getline’ [-Werror=implicit-function-declara... |
compiler | [00:43:32.695] auth-oauth.c:568:7: error: implicit declaration of function ‘pipe’; did you mean ‘_pipe’? [-Werror=implic... |
compiler | [00:43:32.695] auth-oauth.c:766:34: error: ‘FD_CLOEXEC’ undeclared (first use in this function); did you mean ‘O_CLOEXEC... |
compiler | [00:43:32.695] auth-oauth.c:757:20: error: ‘F_GETFD’ undeclared (first use in this function) |
compiler | [00:43:32.695] auth-oauth.c:757:10: error: implicit declaration of function ‘fcntl’ [-Werror=implicit-function-declarati... |
compiler | [00:43:32.695] auth-oauth.c:766:17: error: ‘F_SETFD’ undeclared (first use in this function) |
Linux - Debian Bullseye - Meson | |
test | [00:47:55.590] 262/271 postgresql:python / python/client FAIL 0.32s (e... [00:47:55.590] 263/271 postgresql:python / python/server FAIL 0.47s (e... |
44/4398 | \d+ tablename, \d+ indexname about subpartition |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:57.285178000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table.out 2023-09-28 22:49:40.71662... @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:57.285178000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_table.out 2023-09-28 22:50:55.998... @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/regress/regr... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:57.285178000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_table.out 2023-09-28 22:49:39.702373000 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
tap | [22:50:07.393](30.468s) not ok 5 - regression tests pass |
tap | [22:51:24.973](35.732s) not ok 2 - regression tests pass |
test | [22:54:01.958] 5/266 postgresql:regress / regress/regress ERROR 31.59s... [22:54:01.958] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 50.62s... [22:54:01.958] 51/266 postgresql:recovery / recovery/027_stream_regress ERROR 39.85s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_che... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:40.269910010 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/create_table.out 2023-09-28 22:51:00.353201784 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/src/test/regress/results/c... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:40.269910010 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/create_table.out 2023-09-28 22:49:57.885341825 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
tap | [22:52:25.263](99.612s) not ok 5 - regression tests pass |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:41.431156021 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table.out 2023-09-28 22:50:05.22478... @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:41.431156021 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/create_table.out 2023-09-28 22:50:32.771... @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out /tmp/cirrus-ci-build/build/testrun/regress/regr... --- /tmp/cirrus-ci-build/src/test/regress/expected/create_table.out 2023-09-28 22:48:41.431156021 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/create_table.out 2023-09-28 22:50:03.800653431 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
tap | [22:51:05.059](66.635s) not ok 5 - regression tests pass |
tap | [22:51:22.857](58.532s) not ok 2 - regression tests pass |
test | [22:52:40.637] 4/266 postgresql:regress / regress/regress ERROR 65.26s [22:52:40.637] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 92.83s [22:52:40.637] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 64.04s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/create_table.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/... --- C:/cirrus/src/test/regress/expected/create_table.out 2023-09-28 22:49:01.539803500 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table.out 2023-09-28 22:51:27.662260000 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/create_table.out C:/cirrus/build/testrun/recovery/027_stream_regress/dat... --- C:/cirrus/src/test/regress/expected/create_table.out 2023-09-28 22:49:01.539803500 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/create_table.out 2023-09-28 22:53:34.731813700 +000... @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/create_table.out C:/cirrus/build/testrun/regress/regress/results/create_... --- C:/cirrus/src/test/regress/expected/create_table.out 2023-09-28 22:49:01.539803500 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/create_table.out 2023-09-28 22:51:16.490533700 +0000 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
tap | [22:53:14.337](128.267s) not ok 5 - regression tests pass |
tap | [22:55:13.321](123.276s) not ok 2 - regression tests pass |
test | [23:01:35.078] 6/261 postgresql:regress / regress/regress ERROR 127.76s... [23:01:35.078] 27/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 217.60s... [23:01:35.078] 69/261 postgresql:recovery / recovery/027_stream_regress ERROR 136.84s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_table.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_p... --- /Users/admin/pgsql/src/test/regress/expected/create_table.out 2023-09-28 22:48:34 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/create_table.out 2023-09-28 22:50:25 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_table.out /Users/admin/pgsql/build/testrun/recovery/027_str... --- /Users/admin/pgsql/src/test/regress/expected/create_table.out 2023-09-28 22:48:34 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/create_table.out 2023-09-28 22:50:59 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/create_table.out /Users/admin/pgsql/build/testrun/regress/regress/... --- /Users/admin/pgsql/src/test/regress/expected/create_table.out 2023-09-28 22:48:34 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/create_table.out 2023-09-28 22:50:25 @@ -153,14 +153,6 @@ a2 int ) PARTITION BY LIST (a1, a2); -- fail ERROR: cannot use "list" partition strategy with more than one column --- unsupported constraint type for partitioned tables -CREATE TABLE partitioned ( - a int, - EXCLUDE USING gist (a WITH &&) -) PARTITION BY RANGE (a); -ERROR: exclusion constraints are not supported on partitioned tables -LINE 3: EXCLUDE USING gist (a WITH &&) - ^ -- prevent using prohibited expressions in the key CREATE FUNCTION retset (a int) RETURNS SETOF int AS $$ SELECT 1; $$ LANGUAGE SQL IMMUTABLE; CREATE TABLE partitioned ( @@ -766,22 +758,24 @@ ) FOR VALUES IN ('b'); ... |
tap | [22:50:57.103](35.916s) not ok 5 - regression tests pass |
tap | [22:51:30.309](40.669s) not ok 2 - regression tests pass |
test | [22:53:11.357] 7/266 postgresql:regress / regress/regress ERROR 38.89s... [22:53:11.357] 33/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 64.51s... [22:53:11.357] 89/266 postgresql:recovery / recovery/027_stream_regress ERROR 47.85s... |
44/4510 | Examine simple variable for Var in CTE. |
CompilerWarnings | |
compiler | [18:30:07.782] selfuncs.c:5611:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [18:30:07.782] selfuncs.c:5899:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [18:29:44.419] selfuncs.c:5899:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [18:29:44.419] selfuncs.c:5611:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [18:32:39.780] selfuncs.c:5899:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
compiler | [18:32:39.780] selfuncs.c:5611:3: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statemen... |
44/4512 | Support run-time partition pruning for hash join |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2023-09-28 16:07:54.738662000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/inherit.out 2023-09-28 16:09:52.656531000 ... @@ -3215,16 +3215,7 @@ explain (costs off) select p2.a, p1.c from permtest_parent p1 inner join permtest_parent p2 on p1.a = p2.a and left(p1.c, 3) ~ 'a1$'; - QUERY PLAN ----------------------------------------------------- - Hash Join - Hash Cond: (p2.a = p1.a) - -> Seq Scan on permtest_grandchild p2 - -> Hash - -> Seq Scan on permtest_grandchild p1 - Filter: ("left"(c, 3) ~ 'a1$'::text) -(6 rows) - +ERROR: unrecognized node type: 1115078792 reset session authorization; revoke all on permtest_parent from regress_no_child_access; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2023-09-28 16:07:54.738662000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/inherit.out 2023-09-28 16:11:12.72147700... @@ -3215,16 +3215,7 @@ explain (costs off) select p2.a, p1.c from permtest_parent p1 inner join permtest_parent p2 on p1.a = p2.a and left(p1.c, 3) ~ 'a1$'; - QUERY PLAN ----------------------------------------------------- - Hash Join - Hash Cond: (p2.a = p1.a) - -> Seq Scan on permtest_grandchild p2 - -> Hash - -> Seq Scan on permtest_grandchild p1 - Filter: ("left"(c, 3) ~ 'a1$'::text) -(6 rows) - +ERROR: unrecognized node type: 958883496 reset session authorization; revoke all on permtest_parent from regress_no_child_access; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/inherit.out 2023-09-28 16:07:54.738662000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/inherit.out 2023-09-28 16:09:51.751430000 +0000 @@ -3215,16 +3215,7 @@ explain (costs off) select p2.a, p1.c from permtest_parent p1 inner join permtest_parent p2 on p1.a = p2.a and left(p1.c, 3) ~ 'a1$'; - QUERY PLAN ----------------------------------------------------- - Hash Join - Hash Cond: (p2.a = p1.a) - -> Seq Scan on permtest_grandchild p2 - -> Hash - -> Seq Scan on permtest_grandchild p1 - Filter: ("left"(c, 3) ~ 'a1$'::text) -(6 rows) - +ERROR: unrecognized node type: 1126424712 reset session authorization; revoke all on permtest_parent from regress_no_child_access; ... |
tap | [16:10:15.971](31.852s) not ok 5 - regression tests pass |
tap | [16:11:35.820](37.291s) not ok 2 - regression tests pass |
test | [16:14:12.976] 5/266 postgresql:regress / regress/regress ERROR 33.06s... [16:14:12.976] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 52.78s... [16:14:12.976] 53/266 postgresql:recovery / recovery/027_stream_regress ERROR 41.43s... |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out /tmp/cirrus-ci-build/build-32/testrun/pg_upg... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out 2023-09-28 16:07:08.818068032 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/partition_prune.out 2023-09-28 16:14:27... @@ -3018,7 +3018,7 @@ Output: p1_6.col1 -> Hash (actual rows=3 loops=1) Output: p2.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB -> Append (actual rows=3 loops=1) Join Partition Pruning: $1 -> Seq Scan on public.tprt_1 p2_1 (never executed) @@ -3035,7 +3035,7 @@ Output: p2_6.col1 -> Hash (actual rows=2 loops=1) Output: t.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB Partition Prune: $0, $1 -> Seq Scan on public.tbl1 t (actual rows=2 loops=1) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out /tmp/cirrus-ci-build/build-32/testrun/recove... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out 2023-09-28 16:07:08.818068032 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/partition_prune.out 2023-09-28 16:14:... @@ -3018,7 +3018,7 @@ Output: p1_6.col1 -> Hash (actual rows=3 loops=1) Output: p2.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB -> Append (actual rows=3 loops=1) Join Partition Pruning: $1 -> Seq Scan on public.tprt_1 p2_1 (never executed) @@ -3035,7 +3035,7 @@ Output: p2_6.col1 -> Hash (actual rows=2 loops=1) Output: t.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB Partition Prune: $0, $1 -> Seq Scan on public.tbl1 t (actual rows=2 loops=1) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out /tmp/cirrus-ci-build/build-32/testrun/regres... --- /tmp/cirrus-ci-build/src/test/regress/expected/partition_prune.out 2023-09-28 16:07:08.818068032 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/partition_prune.out 2023-09-28 16:14:21.484764101 +000... @@ -3018,7 +3018,7 @@ Output: p1_6.col1 -> Hash (actual rows=3 loops=1) Output: p2.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB -> Append (actual rows=3 loops=1) Join Partition Pruning: $1 -> Seq Scan on public.tprt_1 p2_1 (never executed) @@ -3035,7 +3035,7 @@ Output: p2_6.col1 -> Hash (actual rows=2 loops=1) Output: t.col1 - Buckets: 1024 Batches: 1 Memory Usage: 9kB + Buckets: 1024 Batches: 1 Memory Usage: 5kB Partition Prune: $0, $1 -> Seq Scan on public.tbl1 t (actual rows=2 loops=1) ... |
tap | [16:14:30.753](57.452s) not ok 5 - regression tests pass |
tap | [16:14:49.542](49.366s) not ok 2 - regression tests pass |
test | [16:16:14.251] 4/266 postgresql:regress / regress/regress ERROR 53.85s [16:16:14.251] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 84.23s [16:16:14.251] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 55.39s |
44/4489 | Support % wildcard in extension upgrade script filenames |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out /tmp/cirrus-ci-build/build/t... --- /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out 2023-09-28 15:55:44.318246000 +00... +++ /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extensions.out 2023-09-28 15:58:48.748093000... @@ -449,17 +449,20 @@ -- Test wildcard based upgrade paths -- CREATE EXTENSION test_ext_wildcard1; +ERROR: extension "test_ext_wildcard1" is not available +DETAIL: Could not open extension control file "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/share/extension/... +HINT: The extension must first be installed on the system where PostgreSQL is running. SELECT ext_wildcard1_version(); - ext_wildcard1_version ------------------------ - 1.0 -(1 row) - +ERROR: function ext_wildcard1_version() does not exist +LINE 1: SELECT ext_wildcard1_version(); + ^ +HINT: No function matches the given name and argument types. You might need to add explicit type casts. ... |
test | [16:00:49.583] 110/266 postgresql:test_extensions / test_extensions/regress ERROR 2.37s... |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out /tmp/cirrus-ci-build/build/t... --- /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out 2023-09-28 15:55:32.698447058 +00... +++ /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extensions.out 2023-09-28 15:58:15.529832139... @@ -449,17 +449,20 @@ -- Test wildcard based upgrade paths -- CREATE EXTENSION test_ext_wildcard1; +ERROR: extension "test_ext_wildcard1" is not available +DETAIL: Could not open extension control file "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/share/extension/... +HINT: The extension must first be installed on the system where PostgreSQL is running. SELECT ext_wildcard1_version(); - ext_wildcard1_version ------------------------ - 1.0 -(1 row) - +ERROR: function ext_wildcard1_version() does not exist +LINE 1: SELECT ext_wildcard1_version(); + ^ +HINT: No function matches the given name and argument types. You might need to add explicit type casts. ... |
test | [15:59:25.676] 109/266 postgresql:test_extensions / test_extensions/regress ERROR 2.78s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [15:56:40.883] c:\cirrus\src\backend\commands\extension.c(1320) : warning C4715: 'identify_update_path': not all control... |
regress | diff -w -U3 C:/cirrus/src/test/modules/test_extensions/expected/test_extensions.out C:/cirrus/build/testrun/test_extensi... --- C:/cirrus/src/test/modules/test_extensions/expected/test_extensions.out 2023-09-28 15:55:49.338185600 +0000 +++ C:/cirrus/build/testrun/test_extensions/regress/results/test_extensions.out 2023-09-28 16:02:01.355722600 +0000 @@ -449,17 +449,20 @@ -- Test wildcard based upgrade paths -- CREATE EXTENSION test_ext_wildcard1; +ERROR: extension "test_ext_wildcard1" is not available +DETAIL: Could not open extension control file "C:/cirrus/build/tmp_install/usr/local/pgsql/share/extension/test_ext_wi... +HINT: The extension must first be installed on the system where PostgreSQL is running. SELECT ext_wildcard1_version(); - ext_wildcard1_version ------------------------ - 1.0 -(1 row) - +ERROR: function ext_wildcard1_version() does not exist +LINE 1: SELECT ext_wildcard1_version(); + ^ +HINT: No function matches the given name and argument types. You might need to add explicit type casts. ... |
test | [16:06:52.176] 105/261 postgresql:test_extensions / test_extensions/regress ERROR 7.55s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/modules/test_extensions/expected/test_extensions.out /Users/admin/pgsql/build/testr... --- /Users/admin/pgsql/src/test/modules/test_extensions/expected/test_extensions.out 2023-09-28 15:55:25 +++ /Users/admin/pgsql/build/testrun/test_extensions/regress/results/test_extensions.out 2023-09-28 15:58:03 @@ -449,17 +449,20 @@ -- Test wildcard based upgrade paths -- CREATE EXTENSION test_ext_wildcard1; -SELECT ext_wildcard1_version(); - ext_wildcard1_version ------------------------ - 1.0 -(1 row) - +ERROR: extension "test_ext_wildcard1" is not available +DETAIL: Could not open extension control file "/Users/admin/pgsql/build/tmp_install/usr/local/pgsql/share/extension/te... +HINT: The extension must first be installed on the system where PostgreSQL is running. +SELECT ext_wildcard1_version(); +ERROR: function ext_wildcard1_version() does not exist +LINE 1: SELECT ext_wildcard1_version(); + ^ ... |
test | [16:00:26.091] 107/266 postgresql:test_extensions / test_extensions/regress ERROR 5.72s... |
44/4535 | Add pg_get_owned_sequence function |
macOS - Ventura - Meson | |
tap | [15:39:38.835](0.460s) not ok 2 - Check that the slot's confirmed_flush LSN is the same as the latest_checkpoint locatio... |
test | [15:42:34.437] 38/266 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 2.87s... |
44/4519 | [PoC] Implementation of distinct in Window Aggregates: take two |
CompilerWarnings | |
compiler | [13:47:04.563] parse_agg.c:1051:12: error: unused variable 'argtypes' [-Werror,-Wunused-variable] |
compiler | [13:46:42.045] parse_agg.c:1051:12: error: unused variable 'argtypes' [-Werror,-Wunused-variable] |
compiler | [13:45:45.626] parse_agg.c:1051:12: error: unused variable ‘argtypes’ [-Werror=unused-variable] |
compiler | [13:45:10.682] parse_agg.c:1051:12: error: unused variable ‘argtypes’ [-Werror=unused-variable] |
compiler | [13:47:53.024] parse_agg.c:1051:12: error: unused variable ‘argtypes’ [-Werror=unused-variable] |
FreeBSD - 13 - Meson | |
core | [13:54:29.696] #0 0x000000000071fdae in eval_windowaggregates (winstate=0x843a3c558) at ../src/backend/executor/nodeWin... [13:54:29.696] #1 ExecWindowAgg (pstate=0x843a3c558) at ../src/backend/executor/nodeWindowAgg.c:2363 [13:54:29.696] #2 0x0000000000719569 in ExecProcNode (node=0x843a3c558) at ../src/include/executor/executor.h:273 [13:54:29.696] #3 ExecSort (pstate=0x843a3c348) at ../src/backend/executor/nodeSort.c:149 [13:54:29.696] #4 0x00000000006e834b in ExecProcNodeFirst (node=0x843a3c348) at ../src/backend/executor/execProcnode.c:... [13:54:29.696] #5 0x00000000006e062a in ExecProcNode (node=0x843a3c348) at ../src/include/executor/executor.h:273 [13:54:29.696] #6 ExecutePlan (estate=0x843a3c100, planstate=0x843a3c348, use_parallel_mode=<optimized out>, operation=... [13:54:29.696] #7 standard_ExecutorRun (queryDesc=0x837574d00, direction=ForwardScanDirection, count=0, execute_once=<o... [13:54:29.696] #8 0x00000000006e04ef in ExecutorRun (queryDesc=0x843b39150, queryDesc@entry=0x837574d00, direction=127,... [13:54:29.696] #9 0x00000000008a4587 in PortalRunSelect (portal=portal@entry=0x8375b8100, forward=<optimized out>, coun... |
core | [13:54:29.231] #0 0x000000000071fdae in eval_windowaggregates (winstate=0x83404c558) at ../src/backend/executor/nodeWin... [13:54:29.231] #1 ExecWindowAgg (pstate=0x83404c558) at ../src/backend/executor/nodeWindowAgg.c:2363 [13:54:29.231] #2 0x0000000000719569 in ExecProcNode (node=0x83404c558) at ../src/include/executor/executor.h:273 [13:54:29.231] #3 ExecSort (pstate=0x83404c348) at ../src/backend/executor/nodeSort.c:149 [13:54:29.231] #4 0x00000000006e834b in ExecProcNodeFirst (node=0x83404c348) at ../src/backend/executor/execProcnode.c:... [13:54:29.231] #5 0x00000000006e062a in ExecProcNode (node=0x83404c348) at ../src/include/executor/executor.h:273 [13:54:29.231] #6 ExecutePlan (estate=0x83404c100, planstate=0x83404c348, use_parallel_mode=<optimized out>, operation=... [13:54:29.231] #7 standard_ExecutorRun (queryDesc=0x833ea8d00, direction=ForwardScanDirection, count=0, execute_once=<o... [13:54:29.231] #8 0x00000000006e04ef in ExecutorRun (queryDesc=0x8410f5150, queryDesc@entry=0x833ea8d00, direction=127,... [13:54:29.231] #9 0x00000000008a4587 in PortalRunSelect (portal=portal@entry=0x833f41100, forward=<optimized out>, coun... |
core | [13:54:30.678] #0 0x000000000071fdae in eval_windowaggregates (winstate=0x84210e558) at ../src/backend/executor/nodeWin... [13:54:30.678] #1 ExecWindowAgg (pstate=0x84210e558) at ../src/backend/executor/nodeWindowAgg.c:2363 [13:54:30.678] #2 0x0000000000719569 in ExecProcNode (node=0x84210e558) at ../src/include/executor/executor.h:273 [13:54:30.678] #3 ExecSort (pstate=0x84210e348) at ../src/backend/executor/nodeSort.c:149 [13:54:30.678] #4 0x00000000006e834b in ExecProcNodeFirst (node=0x84210e348) at ../src/backend/executor/execProcnode.c:... [13:54:30.678] #5 0x00000000006e062a in ExecProcNode (node=0x84210e348) at ../src/include/executor/executor.h:273 [13:54:30.678] #6 ExecutePlan (estate=0x84210e100, planstate=0x84210e348, use_parallel_mode=<optimized out>, operation=... [13:54:30.678] #7 standard_ExecutorRun (queryDesc=0x833f2a500, direction=ForwardScanDirection, count=0, execute_once=<o... [13:54:30.678] #8 0x00000000006e04ef in ExecutorRun (queryDesc=0x833fb11b8, queryDesc@entry=0x833f2a500, direction=127,... [13:54:30.678] #9 0x00000000008a4587 in PortalRunSelect (portal=portal@entry=0x833fea100, forward=<optimized out>, coun... |
core | [13:54:30.205] #0 0x000000000071fdae in eval_windowaggregates (winstate=0x837ce9558) at ../src/backend/executor/nodeWin... [13:54:30.205] #1 ExecWindowAgg (pstate=0x837ce9558) at ../src/backend/executor/nodeWindowAgg.c:2363 [13:54:30.205] #2 0x0000000000719569 in ExecProcNode (node=0x837ce9558) at ../src/include/executor/executor.h:273 [13:54:30.205] #3 ExecSort (pstate=0x837ce9348) at ../src/backend/executor/nodeSort.c:149 [13:54:30.205] #4 0x00000000006e834b in ExecProcNodeFirst (node=0x837ce9348) at ../src/backend/executor/execProcnode.c:... [13:54:30.205] #5 0x00000000006e062a in ExecProcNode (node=0x837ce9348) at ../src/include/executor/executor.h:273 [13:54:30.205] #6 ExecutePlan (estate=0x837ce9100, planstate=0x837ce9348, use_parallel_mode=<optimized out>, operation=... [13:54:30.205] #7 standard_ExecutorRun (queryDesc=0x837b5ad00, direction=ForwardScanDirection, count=count@entry=0, exe... [13:54:30.205] #8 0x000000083a7eb7d3 in pgss_ExecutorRun (queryDesc=0x837b5ad00, direction=ForwardScanDirection, count=... [13:54:30.205] #9 0x00000000006e04e8 in ExecutorRun (queryDesc=0x83ecc5150, queryDesc@entry=0x837b5ad00, direction=127,... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:46:57.464179000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out 2023-09-28 13:49:37.277299000 +00... @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:46:56.122986000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 13:51:16.366181000 +0000 @@ -3945,7962 +3945,7 @@ (12 rows) select c2, array_agg(c2) over (partition by c2%2 order by c2 desc) from ft1 where c2 < 10 group by c2 order by 1; - c2 | array_agg -----+------------- - 0 | {8,6,4,2,0} - 1 | {9,7,5,3,1} - 2 | {8,6,4,2} - 3 | {9,7,5,3} - 4 | {8,6,4} - 5 | {9,7,5} - 6 | {8,6} - 7 | {9,7} - 8 | {8} - 9 | {9} -(10 rows) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:46:57.464179000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out 2023-09-28 13:50:41.866884000 +... @@ -363,212 +363,10 @@ END LOOP; END; $x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest SELECT - repeat(stringu1, 42)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 42), - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:46:57.464179000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out 2023-09-28 13:49:34.341712000 +0000 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
tap | [13:49:38.169](18.793s) not ok 5 - regression tests pass [13:49:39.502](1.327s) not ok 6 - dump before running pg_upgrade |
tap | [13:50:42.737](22.276s) not ok 2 - regression tests pass |
test | [13:53:37.377] 5/266 postgresql:regress / regress/regress ERROR 20.65s... [13:53:37.377] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 21.92s... [13:53:37.377] 41/266 postgresql:recovery / recovery/027_stream_regress ERROR 22.80s... [13:53:37.377] 91/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 3.56s... |
Linux - Debian Bullseye - Autoconf | |
core | [13:52:06.545] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:52:06.545] #1 0x00007f97694dd537 in __GI_abort () at abort.c:79 [13:52:06.545] #2 0x00007f976a57d11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:52:06.545] #3 0x00007f976a587ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:52:06.545] #4 0x00007f976a56a44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f9766b2df5e, __in_ch... [13:52:06.545] #5 0x00007f976a568266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [13:52:06.545] #6 0x00007f976a5676ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f9766b2ebf0, cont... [13:52:06.545] #7 <signal handler called> [13:52:06.545] #8 0x0000559436b037d7 in eval_windowaggregates (winstate=winstate@entry=0x62500020ae58) at nodeWindowAgg... [13:52:06.545] #9 0x0000559436b05a70 in ExecWindowAgg (pstate=0x62500020ae58) at nodeWindowAgg.c:2363 |
core | [13:52:03.246] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:52:03.246] #1 0x00007fdf9c6a5537 in __GI_abort () at abort.c:79 [13:52:03.246] #2 0x00007fdf9d74511b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:52:03.246] #3 0x00007fdf9d74fce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:52:03.246] #4 0x00007fdf9d73244c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fdf99cf5f5e, __in_ch... [13:52:03.246] #5 0x00007fdf9d730266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [13:52:03.246] #6 0x00007fdf9d72f6ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fdf99cf6bf0, cont... [13:52:03.246] #7 <signal handler called> [13:52:03.246] #8 0x000055cb8d7a67d7 in eval_windowaggregates (winstate=winstate@entry=0x625000096658) at nodeWindowAgg... [13:52:03.246] #9 0x000055cb8d7a8a70 in ExecWindowAgg (pstate=0x625000096658) at nodeWindowAgg.c:2363 |
core | [13:52:00.523] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:52:00.523] #1 0x00007fe50fe08537 in __GI_abort () at abort.c:79 [13:52:00.523] #2 0x00007fe510ea811b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:52:00.523] #3 0x00007fe510eb2ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:52:00.523] #4 0x00007fe510e9544c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fe50d458f5e, __in_ch... [13:52:00.523] #5 0x00007fe510e93266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [13:52:00.523] #6 0x00007fe510e926ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fe50d459bf0, cont... [13:52:00.523] #7 <signal handler called> [13:52:00.523] #8 0x0000559b85b827d7 in eval_windowaggregates (winstate=winstate@entry=0x625000093e58) at nodeWindowAgg... [13:52:00.523] #9 0x0000559b85b84a70 in ExecWindowAgg (pstate=0x625000093e58) at nodeWindowAgg.c:2363 |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:44:32.551648472 +0000 +++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out 2023-09-28 13:50:00.898758474 +0000 @@ -3945,7962 +3945,7 @@ (12 rows) select c2, array_agg(c2) over (partition by c2%2 order by c2 desc) from ft1 where c2 < 10 group by c2 order by 1; - c2 | array_agg -----+------------- - 0 | {8,6,4,2,0} - 1 | {9,7,5,3,1} - 2 | {8,6,4,2} - 3 | {9,7,5,3} - 4 | {8,6,4} - 5 | {9,7,5} - 6 | {8,6} - 7 | {9,7} - 8 | {8} - 9 | {9} -(10 rows) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:44:34.271823298 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/brin.out 2023-09-28 13:50:07.442754888 +0000 @@ -487,88 +487,10 @@ CREATE TABLE brintest_2 (n numrange); CREATE INDEX brinidx_2 ON brintest_2 USING brin (n); INSERT INTO brintest_2 VALUES ('empty'); -INSERT INTO brintest_2 VALUES (numrange(0, 2^1000::numeric)); -INSERT INTO brintest_2 VALUES ('(-1, 0)'); -SELECT brin_desummarize_range('brinidx', 0); - brin_desummarize_range ------------------------- - -(1 row) - -SELECT brin_summarize_range('brinidx', 0); - brin_summarize_range ----------------------- - 1 -(1 row) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/src/test/regress/results/brin.out --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:44:34.271823298 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/brin.out 2023-09-28 13:48:51.742796363 +0000 @@ -363,212 +363,10 @@ END LOOP; END; $x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest SELECT - repeat(stringu1, 42)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 42), - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), ... |
sanitizer | SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/nodeWindowAgg.c:908 in eval_windowaggregates |
sanitizer | SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/nodeWindowAgg.c:908 in eval_windowaggregates |
sanitizer | SUMMARY: AddressSanitizer: SEGV /tmp/cirrus-ci-build/src/backend/executor/nodeWindowAgg.c:908 in eval_windowaggregates |
tap | [13:50:10.602](36.599s) not ok 5 - regression tests pass [13:50:13.329](2.703s) not ok 6 - dump before running pg_upgrade |
Linux - Debian Bullseye - Meson | |
core | [13:55:26.683] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:55:26.683] #1 0x00007f49e4752537 in __GI_abort () at abort.c:79 [13:55:26.683] #2 0x00007f49e4941dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:55:26.683] #3 0x00007f49e494c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:55:26.683] #4 0x00007f49e49322ca in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x563f65ee9480,... [13:55:26.683] #5 0x0000563f651cd1e9 in eval_windowaggregates (winstate=winstate@entry=0x563f668d5908) at ../src/backen... [13:55:26.683] #6 0x0000563f651cec7b in ExecWindowAgg (pstate=0x563f668d5908) at ../src/backend/executor/nodeWindowAgg.... [13:55:26.683] #7 0x0000563f651b5dc1 in ExecProcNode (node=0x563f668d5908) at ../src/include/executor/executor.h:273 [13:55:26.683] #8 ExecSort (pstate=0x563f668d56f8) at ../src/backend/executor/nodeSort.c:149 [13:55:26.683] #9 0x0000563f6513907b in ExecProcNodeFirst (node=0x563f668d56f8) at ../src/backend/executor/execProcnode... |
core | [13:55:24.196] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:55:24.196] #1 0x00007f2eb1754537 in __GI_abort () at abort.c:79 [13:55:24.196] #2 0x00007f2eb1943dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:55:24.196] #3 0x00007f2eb194e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:55:24.196] #4 0x00007f2eb19342ca in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55fa998e1480,... [13:55:24.196] #5 0x000055fa98bc51e9 in eval_windowaggregates (winstate=winstate@entry=0x55fa9a1b1c38) at ../src/backen... [13:55:24.196] #6 0x000055fa98bc6c7b in ExecWindowAgg (pstate=0x55fa9a1b1c38) at ../src/backend/executor/nodeWindowAgg.... [13:55:24.196] #7 0x000055fa98baddc1 in ExecProcNode (node=0x55fa9a1b1c38) at ../src/include/executor/executor.h:273 [13:55:24.196] #8 ExecSort (pstate=0x55fa9a1b1a28) at ../src/backend/executor/nodeSort.c:149 [13:55:24.196] #9 0x000055fa98b3107b in ExecProcNodeFirst (node=0x55fa9a1b1a28) at ../src/backend/executor/execProcnode... |
core | [13:55:21.687] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:55:21.687] #1 0x00007f3ce368c537 in __GI_abort () at abort.c:79 [13:55:21.687] #2 0x00007f3ce387bdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:55:21.687] #3 0x00007f3ce3886998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:55:21.687] #4 0x00007f3ce386c2ca in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55930231e480,... [13:55:21.687] #5 0x00005593016021e9 in eval_windowaggregates (winstate=winstate@entry=0x559302fe68e8) at ../src/backen... [13:55:21.687] #6 0x0000559301603c7b in ExecWindowAgg (pstate=0x559302fe68e8) at ../src/backend/executor/nodeWindowAgg.... [13:55:21.687] #7 0x00005593015eadc1 in ExecProcNode (node=0x559302fe68e8) at ../src/include/executor/executor.h:273 [13:55:21.687] #8 ExecSort (pstate=0x559302fe66d8) at ../src/backend/executor/nodeSort.c:149 [13:55:21.687] #9 0x000055930156e07b in ExecProcNodeFirst (node=0x559302fe66d8) at ../src/backend/executor/execProcnode... |
core | [13:55:18.372] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:55:18.372] #1 0x00007fd2ca740537 in __GI_abort () at abort.c:79 [13:55:18.372] #2 0x00007fd2ca92fdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:55:18.372] #3 0x00007fd2ca93a998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:55:18.372] #4 0x00007fd2ca9202ca in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=Data@entry=0x55e15eeae480,... [13:55:18.372] #5 0x000055e15e1921e9 in eval_windowaggregates (winstate=winstate@entry=0x55e1612760a8) at ../src/backen... [13:55:18.372] #6 0x000055e15e193c7b in ExecWindowAgg (pstate=0x55e1612760a8) at ../src/backend/executor/nodeWindowAgg.... [13:55:18.372] #7 0x000055e15e17adc1 in ExecProcNode (node=0x55e1612760a8) at ../src/include/executor/executor.h:273 [13:55:18.372] #8 ExecSort (pstate=0x55e161275e98) at ../src/backend/executor/nodeSort.c:149 [13:55:18.372] #9 0x000055e15e0fe07b in ExecProcNodeFirst (node=0x55e161275e98) at ../src/backend/executor/execProcnode... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:44:29.889510903 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out 2023-09-28 13:48:47.700406731 +00... @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:44:28.189338114 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 13:49:25.788378181 +0000 @@ -3945,7962 +3945,7 @@ (12 rows) select c2, array_agg(c2) over (partition by c2%2 order by c2 desc) from ft1 where c2 < 10 group by c2 order by 1; - c2 | array_agg -----+------------- - 0 | {8,6,4,2,0} - 1 | {9,7,5,3,1} - 2 | {8,6,4,2} - 3 | {9,7,5,3} - 4 | {8,6,4} - 5 | {9,7,5} - 6 | {8,6} - 7 | {9,7} - 8 | {8} - 9 | {9} -(10 rows) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:44:29.889510903 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/brin.out 2023-09-28 13:49:12.608388060 +... @@ -363,212 +363,10 @@ END LOOP; END; $x$; -RESET enable_seqscan; -RESET enable_bitmapscan; -INSERT INTO brintest SELECT - repeat(stringu1, 42)::bytea, - substr(stringu1, 1, 1)::"char", - stringu1::name, 142857 * tenthous, - thousand, - twothousand, - repeat(stringu1, 42), - unique1::oid, - format('(%s,%s)', tenthous, twenty)::tid, - (four + 1.0)/(hundred+1), - odd::float8 / (tenthous + 1), ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:44:29.889510903 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/brin.out 2023-09-28 13:48:44.072409450 +0000 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
tap | [13:48:49.772](24.615s) not ok 5 - regression tests pass [13:48:51.316](1.539s) not ok 6 - dump before running pg_upgrade |
tap | [13:49:13.939](22.598s) not ok 2 - regression tests pass |
test | [13:53:32.720] 4/266 postgresql:regress / regress/regress ERROR 25.79s [13:53:32.720] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 28.50s [13:53:32.720] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 23.47s [13:53:32.720] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 4.39s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
core | 00000054`849ff7e8 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000054`849ff7f0 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000054`849ffae0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000054`849ffb10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000054`845ffbc8 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000054`845ffbd0 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000054`845ffec0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000054`845ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000054`841fec20 00007ff7`10024c13 postgres!eval_windowaggregates( 00000054`841fef00 00007ff7`1001332c postgres!ExecWindowAgg( 00000054`841fefa0 00007ff7`10013c11 postgres!ExecProcNode( 00000054`841fefd0 00007ff7`0ffc4e5b postgres!ExecSort( 00000054`841ff0a0 00007ff7`0ffbaa4c postgres!ExecProcNodeFirst( 00000054`841ff0d0 00007ff7`0ffbbb40 postgres!ExecProcNode( 00000054`841ff100 00007ff7`0ffb6fa8 postgres!ExecutePlan( 00000054`841ff140 00007ff7`0ffb6ce6 postgres!standard_ExecutorRun( 00000054`841ff1e0 00007ff7`10281ee6 postgres!ExecutorRun( 00000054`841ff210 00007ff7`102810ff postgres!PortalRunSelect( |
core | 00000054`855ffca8 00007ffd`ffabf6cb ntdll!NtRemoveIoCompletion+0x14 00000054`855ffcb0 00007ffe`023a4de0 mswsock!SockAsyncThread+0x9b 00000054`855ffd10 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000054`855ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000054`851ffcc8 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 00000054`851ffcd0 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 00000054`851ffd70 00007ffe`023a4de0 postgres!pg_timer_thread( 00000054`851ffdb0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000054`851ffde0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000054`84dffce8 00007ffe`008d411a ntdll!NtFsControlFile+0x14 00000054`84dffcf0 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 00000054`84dffd60 00007ffe`023a4de0 postgres!pg_signal_thread( 00000054`84dffe60 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000054`84dffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000df`10fff9b8 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000df`10fff9c0 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 000000df`10fffcb0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000df`10fffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000df`10bfef20 00007ff7`10024c13 postgres!eval_windowaggregates( 000000df`10bff200 00007ff7`1001332c postgres!ExecWindowAgg( 000000df`10bff2a0 00007ff7`10013c11 postgres!ExecProcNode( 000000df`10bff2d0 00007ff7`0ffc4e5b postgres!ExecSort( 000000df`10bff3a0 00007ff7`0ffbaa4c postgres!ExecProcNodeFirst( 000000df`10bff3d0 00007ff7`0ffbbb40 postgres!ExecProcNode( 000000df`10bff400 00007ff7`0ffb6fa8 postgres!ExecutePlan( 000000df`10bff440 00007ff7`0ffb6ce6 postgres!standard_ExecutorRun( 000000df`10bff4e0 00007ff7`10281ee6 postgres!ExecutorRun( 000000df`10bff510 00007ff7`102810ff postgres!PortalRunSelect( |
core | 000000df`11bff818 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 000000df`11bff820 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 000000df`11bff8c0 00007ffe`023a4de0 postgres!pg_timer_thread( 000000df`11bff900 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000df`11bff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000df`117ffc48 00007ffe`008d411a ntdll!NtFsControlFile+0x14 000000df`117ffc50 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 000000df`117ffcc0 00007ffe`023a4de0 postgres!pg_signal_thread( 000000df`117ffdc0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000df`117ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000df`113ff548 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000df`113ff550 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 000000df`113ff840 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000df`113ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000035`ed9ff598 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000035`ed9ff5a0 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000035`ed9ff890 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000035`ed9ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000035`eddff7e8 00007ffe`008d411a ntdll!NtFsControlFile+0x14 00000035`eddff7f0 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 00000035`eddff860 00007ffe`023a4de0 postgres!pg_signal_thread( 00000035`eddff960 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000035`eddff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000035`ed1fe750 00007ff7`10024c13 postgres!eval_windowaggregates( 00000035`ed1fea30 00007ff7`1001332c postgres!ExecWindowAgg( 00000035`ed1fead0 00007ff7`10013c11 postgres!ExecProcNode( 00000035`ed1feb00 00007ff7`0ffc4e5b postgres!ExecSort( 00000035`ed1febd0 00007ff7`0ffbaa4c postgres!ExecProcNodeFirst( 00000035`ed1fec00 00007ff7`0ffbbb40 postgres!ExecProcNode( 00000035`ed1fec30 00007ff7`0ffb6fa8 postgres!ExecutePlan( 00000035`ed1fec70 00007ffd`fe802bf4 postgres!standard_ExecutorRun( 00000035`ed1fed10 00007ff7`0ffb6ccb pg_stat_statements!pgss_ExecutorRun( 00000035`ed1fee70 00007ff7`10281ee6 postgres!ExecutorRun( |
core | 00000035`ee1ffa28 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 00000035`ee1ffa30 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 00000035`ee1ffad0 00007ffe`023a4de0 postgres!pg_timer_thread( 00000035`ee1ffb10 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000035`ee1ffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000035`ed5ff718 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000035`ed5ff720 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000035`ed5ffa10 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000035`ed5ffa40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000003f`aa1fe860 00007ff7`10024c13 postgres!eval_windowaggregates( 0000003f`aa1feb40 00007ff7`1001332c postgres!ExecWindowAgg( 0000003f`aa1febe0 00007ff7`10013c11 postgres!ExecProcNode( 0000003f`aa1fec10 00007ff7`0ffc4e5b postgres!ExecSort( 0000003f`aa1fece0 00007ff7`0ffbaa4c postgres!ExecProcNodeFirst( 0000003f`aa1fed10 00007ff7`0ffbbb40 postgres!ExecProcNode( 0000003f`aa1fed40 00007ff7`0ffb6fa8 postgres!ExecutePlan( 0000003f`aa1fed80 00007ff7`0ffb6ce6 postgres!standard_ExecutorRun( 0000003f`aa1fee20 00007ff7`10281ee6 postgres!ExecutorRun( 0000003f`aa1fee50 00007ff7`102810ff postgres!PortalRunSelect( |
core | 0000003f`aa5ff968 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003f`aa5ff970 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 0000003f`aa5ffc60 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 0000003f`aa5ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000003f`aa9ffa18 00007ffe`008d411a ntdll!NtFsControlFile+0x14 0000003f`aa9ffa20 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 0000003f`aa9ffa90 00007ffe`023a4de0 postgres!pg_signal_thread( 0000003f`aa9ffb90 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 0000003f`aa9ffbc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000003f`aadffa88 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 0000003f`aadffa90 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 0000003f`aadffb30 00007ffe`023a4de0 postgres!pg_timer_thread( 0000003f`aadffb70 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 0000003f`aadffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000003f`ab1ffb38 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003f`ab1ffb40 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 0000003f`ab1ffe30 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 0000003f`ab1ffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000092`38dfef60 00007ff7`10024c13 postgres!eval_windowaggregates( 00000092`38dff240 00007ff7`0ffbaa4c postgres!ExecWindowAgg( 00000092`38dff2e0 00007ff7`0ffbbb40 postgres!ExecProcNode( 00000092`38dff310 00007ff7`0ffb6fa8 postgres!ExecutePlan( 00000092`38dff350 00007ff7`0ffb6ce6 postgres!standard_ExecutorRun( 00000092`38dff3f0 00007ff7`10281ee6 postgres!ExecutorRun( 00000092`38dff420 00007ff7`102810ff postgres!PortalRunSelect( 00000092`38dff480 00007ff7`1027d69f postgres!PortalRun( 00000092`38dff630 00007ff7`1027b147 postgres!exec_simple_query( 00000092`38dff770 00007ff7`1018fe12 postgres!PostgresMain( |
core | 00000092`391ff748 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`391ff750 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000092`391ffa40 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`391ffa70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000092`395ffac8 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000092`395ffad0 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 00000092`395ffdc0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`395ffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000092`399ffd38 00007ffe`008d411a ntdll!NtFsControlFile+0x14 00000092`399ffd40 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 00000092`399ffdb0 00007ffe`023a4de0 postgres!pg_signal_thread( 00000092`399ffeb0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`399ffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000092`39dff7a8 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 00000092`39dff7b0 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 00000092`39dff850 00007ffe`023a4de0 postgres!pg_timer_thread( 00000092`39dff890 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 00000092`39dff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ea`013ff918 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ea`013ff920 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 000000ea`013ffc10 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ea`013ffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ea`003fef30 00007ff7`10024c13 postgres!eval_windowaggregates( 000000ea`003ff210 00007ff7`0ffbaa4c postgres!ExecWindowAgg( 000000ea`003ff2b0 00007ff7`0ffbbb40 postgres!ExecProcNode( 000000ea`003ff2e0 00007ff7`0ffb6fa8 postgres!ExecutePlan( 000000ea`003ff320 00007ff7`0ffb6ce6 postgres!standard_ExecutorRun( 000000ea`003ff3c0 00007ff7`10281ee6 postgres!ExecutorRun( 000000ea`003ff3f0 00007ff7`102810ff postgres!PortalRunSelect( 000000ea`003ff450 00007ff7`1027d69f postgres!PortalRun( 000000ea`003ff600 00007ff7`1027b147 postgres!exec_simple_query( 000000ea`003ff740 00007ff7`1018fe12 postgres!PostgresMain( |
core | 000000ea`007ffc28 00007ffe`0302b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ea`007ffc30 00007ffe`023a4de0 ntdll!TppWorkerThread+0x2df 000000ea`007fff20 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ea`007fff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ea`00bffa78 00007ffe`008d411a ntdll!NtFsControlFile+0x14 000000ea`00bffa80 00007ff7`1017dcbb KERNELBASE!ConnectNamedPipe+0x6a 000000ea`00bffaf0 00007ffe`023a4de0 postgres!pg_signal_thread( 000000ea`00bffbf0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ea`00bffc20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ea`00fffaf8 00007ffe`0088d77e ntdll!NtWaitForSingleObject+0x14 000000ea`00fffb00 00007ff7`1017f74c KERNELBASE!WaitForSingleObjectEx+0x8e 000000ea`00fffba0 00007ffe`023a4de0 postgres!pg_timer_thread( 000000ea`00fffbe0 00007ffe`0309ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ea`00fffc10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/re... --- C:/cirrus/src/test/regress/expected/privileges.out 2023-09-28 13:44:49.625636600 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2023-09-28 13:47:28.341450900 +0000 @@ -1731,1167 +1731,10 @@ -- Do the same concurrently CREATE INDEX CONCURRENTLY sro_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))) WHERE sro_ifun(a + 10) > sro_ifun(10); --- REINDEX -REINDEX TABLE sro_tab; -REINDEX INDEX sro_idx; -REINDEX TABLE CONCURRENTLY sro_tab; -DROP INDEX sro_idx; --- CLUSTER -CREATE INDEX sro_cluster_idx ON sro_tab ((sro_ifun(a) + sro_ifun(0))); -CLUSTER sro_tab USING sro_cluster_idx; -DROP INDEX sro_cluster_idx; --- BRIN index -CREATE INDEX sro_brin ON sro_tab USING brin ((sro_ifun(a) + sro_ifun(0))); -SELECT brin_desummarize_range('sro_brin', 0); - brin_desummarize_range ... |
regress | diff -w -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_fdw/regress/result... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:44:45.576322600 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 13:50:08.391390400 +0000 @@ -3945,7962 +3945,7 @@ (12 rows) select c2, array_agg(c2) over (partition by c2%2 order by c2 desc) from ft1 where c2 < 10 group by c2 order by 1; - c2 | array_agg -----+------------- - 0 | {8,6,4,2,0} - 1 | {9,7,5,3,1} - 2 | {8,6,4,2} - 3 | {9,7,5,3} - 4 | {8,6,4} - 5 | {9,7,5} - 6 | {8,6} - 7 | {9,7} - 8 | {8} - 9 | {9} -(10 rows) ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/result... --- C:/cirrus/src/test/regress/expected/brin.out 2023-09-28 13:44:49.510416700 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/brin.out 2023-09-28 13:49:21.242339000 +0000 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/brin.out C:/cirrus/build/testrun/regress/regress/results/brin.out --- C:/cirrus/src/test/regress/expected/brin.out 2023-09-28 13:44:49.510416700 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/brin.out 2023-09-28 13:47:23.157904400 +0000 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
tap | [13:48:02.037](74.743s) not ok 5 - regression tests pass [13:48:06.721](4.620s) not ok 6 - dump before running pg_upgrade |
tap | [13:49:50.589](86.034s) not ok 2 - regression tests pass |
test | [13:55:25.730] 16/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 86.18s... [13:55:25.730] 7/261 postgresql:regress / regress/regress ERROR 87.95s... [13:55:25.730] 68/261 postgresql:recovery / recovery/027_stream_regress ERROR 89.09s... [13:55:25.730] 90/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 9.82s... |
macOS - Ventura - Meson | |
core | [13:54:00.761] * frame #0: 0x0000000102d10870 postgres`ExecWindowAgg [inlined] eval_windowaggregates(winstate=0x000000... [13:54:00.761] frame #1: 0x0000000102d10178 postgres`ExecWindowAgg(pstate=0x000000012b09f758) at nodeWindowAgg.c:236... [13:54:00.761] frame #2: 0x0000000102d0b00c postgres`ExecSort [inlined] ExecProcNode(node=0x000000012b09f758) at exe... [13:54:00.761] frame #3: 0x0000000102d0aff0 postgres`ExecSort(pstate=0x000000012b09f548) at nodeSort.c:149:12 [13:54:00.761] frame #4: 0x0000000102ce0898 postgres`ExecProcNodeFirst(node=0x000000012b09f548) at execProcnode.c:46... [13:54:00.761] frame #5: 0x0000000102cd9c44 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000012b09... [13:54:00.761] frame #6: 0x0000000102cd9c28 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x000000012b0... [13:54:00.761] frame #7: 0x0000000102cd9bfc postgres`standard_ExecutorRun(queryDesc=0x000000012b857b00, direction=<u... [13:54:00.761] frame #8: 0x0000000102cd9b20 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c... [13:54:00.761] frame #9: 0x0000000102e6a01c postgres`PortalRunSelect(portal=0x000000012b049500, forward=<unavailable... |
core | [13:54:34.683] * frame #0: 0x0000000104a78870 postgres`ExecWindowAgg [inlined] eval_windowaggregates(winstate=0x000000... [13:54:34.683] frame #1: 0x0000000104a78178 postgres`ExecWindowAgg(pstate=0x00000001580a4f58) at nodeWindowAgg.c:236... [13:54:34.683] frame #2: 0x0000000104a7300c postgres`ExecSort [inlined] ExecProcNode(node=0x00000001580a4f58) at exe... [13:54:34.683] frame #3: 0x0000000104a72ff0 postgres`ExecSort(pstate=0x00000001580a4d48) at nodeSort.c:149:12 [13:54:34.683] frame #4: 0x0000000104a48898 postgres`ExecProcNodeFirst(node=0x00000001580a4d48) at execProcnode.c:46... [13:54:34.683] frame #5: 0x0000000104a41c44 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x00000001580a... [13:54:34.683] frame #6: 0x0000000104a41c28 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001580... [13:54:34.683] frame #7: 0x0000000104a41bfc postgres`standard_ExecutorRun(queryDesc=0x0000000140008700, direction=<u... [13:54:34.683] frame #8: 0x0000000104a41b20 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c... [13:54:34.683] frame #9: 0x0000000104bd201c postgres`PortalRunSelect(portal=0x0000000158030100, forward=<unavailable... |
core | [13:54:22.749] * frame #0: 0x000000010084c870 postgres`ExecWindowAgg [inlined] eval_windowaggregates(winstate=0x000000... [13:54:22.749] frame #1: 0x000000010084c178 postgres`ExecWindowAgg(pstate=0x0000000135893158) at nodeWindowAgg.c:236... [13:54:22.749] frame #2: 0x000000010084700c postgres`ExecSort [inlined] ExecProcNode(node=0x0000000135893158) at exe... [13:54:22.749] frame #3: 0x0000000100846ff0 postgres`ExecSort(pstate=0x0000000135892f48) at nodeSort.c:149:12 [13:54:22.749] frame #4: 0x000000010081c898 postgres`ExecProcNodeFirst(node=0x0000000135892f48) at execProcnode.c:46... [13:54:22.749] frame #5: 0x0000000100815c44 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000013589... [13:54:22.749] frame #6: 0x0000000100815c28 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x00000001358... [13:54:22.749] frame #7: 0x0000000100815bfc postgres`standard_ExecutorRun(queryDesc=0x0000000135889d00, direction=<u... [13:54:22.749] frame #8: 0x00000001014483f8 pg_stat_statements.dylib`pgss_ExecutorRun(queryDesc=0x0000000135889d00, ... [13:54:22.749] frame #9: 0x0000000100815b14 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c... |
core | [13:54:11.696] * frame #0: 0x0000000100914870 postgres`ExecWindowAgg [inlined] eval_windowaggregates(winstate=0x000000... [13:54:11.696] frame #1: 0x0000000100914178 postgres`ExecWindowAgg(pstate=0x000000011c827758) at nodeWindowAgg.c:236... [13:54:11.696] frame #2: 0x000000010090f00c postgres`ExecSort [inlined] ExecProcNode(node=0x000000011c827758) at exe... [13:54:11.696] frame #3: 0x000000010090eff0 postgres`ExecSort(pstate=0x000000011c827548) at nodeSort.c:149:12 [13:54:11.696] frame #4: 0x00000001008e4898 postgres`ExecProcNodeFirst(node=0x000000011c827548) at execProcnode.c:46... [13:54:11.696] frame #5: 0x00000001008ddc44 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000011c82... [13:54:11.696] frame #6: 0x00000001008ddc28 postgres`standard_ExecutorRun [inlined] ExecutePlan(estate=0x000000011c8... [13:54:11.696] frame #7: 0x00000001008ddbfc postgres`standard_ExecutorRun(queryDesc=0x000000011d00fb00, direction=<u... [13:54:11.696] frame #8: 0x00000001008ddb20 postgres`ExecutorRun(queryDesc=<unavailable>, direction=<unavailable>, c... [13:54:11.696] frame #9: 0x0000000100a6e01c postgres`PortalRunSelect(portal=0x000000012d040300, forward=<unavailable... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad... --- /Users/admin/pgsql/src/test/regress/expected/brin.out 2023-09-28 13:44:23 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out 2023-09-28 13:49:24 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw... --- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:44:21 +++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 13:50:07 @@ -3945,7962 +3945,7 @@ (12 rows) select c2, array_agg(c2) over (partition by c2%2 order by c2 desc) from ft1 where c2 < 10 group by c2 order by 1; - c2 | array_agg -----+------------- - 0 | {8,6,4,2,0} - 1 | {9,7,5,3,1} - 2 | {8,6,4,2} - 3 | {9,7,5,3} - 4 | {8,6,4} - 5 | {9,7,5} - 6 | {8,6} - 7 | {9,7} - 8 | {8} - 9 | {9} -(10 rows) ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr... --- /Users/admin/pgsql/src/test/regress/expected/brin.out 2023-09-28 13:44:23 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/brin.out 2023-09-28 13:49:37 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/brin.out /Users/admin/pgsql/build/testrun/regress/regress/results/... --- /Users/admin/pgsql/src/test/regress/expected/brin.out 2023-09-28 13:44:23 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/brin.out 2023-09-28 13:49:24 @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
tap | [13:49:40.173](61.632s) not ok 5 - regression tests pass [13:49:41.413](1.233s) not ok 6 - dump before running pg_upgrade |
tap | [13:49:42.522](36.092s) not ok 2 - regression tests pass |
test | [13:52:11.811] 35/266 postgresql:regress / regress/regress ERROR 63.98s... [13:52:11.811] 40/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 64.68s... [13:52:11.811] 41/266 postgresql:recovery / recovery/027_stream_regress ERROR 37.24s... [13:52:11.811] 90/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 9.08s... |
44/4456 | pg_tracing |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out /tmp/cirrus-ci-build/build/testrun/pg_tracing/regre... --- /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out 2023-09-28 13:37:26.658593000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_tracing/regress/results/nested.out 2023-09-28 13:41:15.051291000 +0000 @@ -119,7 +119,7 @@ SELECT resource from pg_tracing_consume_spans order by span_start, span_start_ns, resource; resource --------------------- - CALL sum_one(3); + CALL sum_one($1); Parse Post Parse CALL sum_one(3); |
test | [13:43:31.918] 86/267 postgresql:pg_tracing / pg_tracing/regress ERROR 1.65s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out /tmp/cirrus-ci-build/contrib/pg_tracing/results/nes... --- /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out 2023-09-28 13:37:19.362744663 +0000 +++ /tmp/cirrus-ci-build/contrib/pg_tracing/results/nested.out 2023-09-28 13:43:08.474151889 +0000 @@ -119,7 +119,7 @@ SELECT resource from pg_tracing_consume_spans order by span_start, span_start_ns, resource; resource --------------------- - CALL sum_one(3); + CALL sum_one($1); Parse Post Parse CALL sum_one(3); |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out /tmp/cirrus-ci-build/build/testrun/pg_tracing/regre... --- /tmp/cirrus-ci-build/contrib/pg_tracing/expected/nested.out 2023-09-28 13:37:16.890848109 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_tracing/regress/results/nested.out 2023-09-28 13:41:46.646142614 +0000 @@ -119,7 +119,7 @@ SELECT resource from pg_tracing_consume_spans order by span_start, span_start_ns, resource; resource --------------------- - CALL sum_one(3); + CALL sum_one($1); Parse Post Parse CALL sum_one(3); |
test | [13:43:07.286] 85/267 postgresql:pg_tracing / pg_tracing/regress ERROR 2.49s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/contrib/pg_tracing/expected/nested.out C:/cirrus/build/testrun/pg_tracing/regress/results/nested.o... --- C:/cirrus/contrib/pg_tracing/expected/nested.out 2023-09-28 13:37:33.451965800 +0000 +++ C:/cirrus/build/testrun/pg_tracing/regress/results/nested.out 2023-09-28 13:44:04.387267800 +0000 @@ -119,7 +119,7 @@ SELECT resource from pg_tracing_consume_spans order by span_start, span_start_ns, resource; resource --------------------- - CALL sum_one(3); + CALL sum_one($1); Parse Post Parse CALL sum_one(3); |
test | [13:49:52.952] 83/262 postgresql:pg_tracing / pg_tracing/regress ERROR 7.78s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/pg_tracing/expected/nested.out /Users/admin/pgsql/build/testrun/pg_tracing/regress/r... --- /Users/admin/pgsql/contrib/pg_tracing/expected/nested.out 2023-09-28 13:37:14 +++ /Users/admin/pgsql/build/testrun/pg_tracing/regress/results/nested.out 2023-09-28 13:40:05 @@ -119,7 +119,7 @@ SELECT resource from pg_tracing_consume_spans order by span_start, span_start_ns, resource; resource --------------------- - CALL sum_one(3); + CALL sum_one($1); Parse Post Parse CALL sum_one(3); |
test | [13:42:41.856] 81/267 postgresql:pg_tracing / pg_tracing/regress ERROR 5.75s... |
44/4518 | Support prepared statement invalidation when result types change |
Linux - Debian Bullseye - Meson | |
assertion | TRAP: failed Assert("!LWLockAnyHeldByMe(&(hash_table)->control->partitions[0].lock, DSHASH_NUM_PARTITIONS, sizeof(dshash... |
core | [13:32:31.159] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:31.159] #1 0x00007f7b75837537 in __GI_abort () at abort.c:79 [13:32:31.159] #2 0x00007f7b75a26dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:31.159] #3 0x00007f7b75a31998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:31.159] #4 0x00007f7b75a1798f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x55a3978bdf00) at .... [13:32:31.159] #5 0x000055a396e5ff00 in RevalidateCachedQuery (plansource=plansource@entry=0x55a3981e0760, queryEnv=que... [13:32:31.159] #6 0x000055a396e60c83 in RevalidateAndGetCachedPlan (plansource=plansource@entry=0x55a3981e0760, boundPa... [13:32:31.159] #7 0x000055a396bed0fd in exec_bind_message (input_message=input_message@entry=0x7ffea61aba20) at ../src/... [13:32:31.159] #8 0x000055a396bee504 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe... [13:32:31.159] #9 0x000055a396a9f2f8 in BackendRun (port=port@entry=0x55a3981e0f70) at ../src/backend/postmaster/postma... |
core | [13:32:33.851] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:33.851] #1 0x00007fe5479c0537 in __GI_abort () at abort.c:79 [13:32:33.851] #2 0x00007fe547bafdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:33.851] #3 0x00007fe547bba998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:33.851] #4 0x00007fe547ba098f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x5621d235ef00) at .... [13:32:33.851] #5 0x00005621d1900f00 in RevalidateCachedQuery (plansource=0x5621d3ef6360, queryEnv=queryEnv@entry=0x0) ... [13:32:33.851] #6 0x00005621d11caede in ExecuteQuery (pstate=pstate@entry=0x5621d3ef35c8, stmt=stmt@entry=0x5621d3ec9cc... [13:32:33.851] #7 0x00005621d1696592 in standard_ProcessUtility (pstmt=pstmt@entry=0x5621d3ec9d70, queryString=queryStr... [13:32:33.851] #8 0x00007fe54519a869 in pgss_ProcessUtility (pstmt=0x5621d3ec9d70, queryString=0x5621d3ec92f0 "EXECUTE ... [13:32:33.851] #9 0x00005621d1696ee4 in ProcessUtility (pstmt=pstmt@entry=0x5621d3ec9d70, queryString=<optimized out>, ... |
core | [13:32:17.298] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:17.298] #1 0x00007fbf14cb2537 in __GI_abort () at abort.c:79 [13:32:17.298] #2 0x00007fbf14ea1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:17.298] #3 0x00007fbf14eac998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:17.298] #4 0x00007fbf14e9298f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x55e223d65f00) at .... [13:32:17.298] #5 0x000055e223307f00 in RevalidateCachedQuery (plansource=plansource@entry=0x55e2243d67f0, queryEnv=que... [13:32:17.298] #6 0x000055e223308c83 in RevalidateAndGetCachedPlan (plansource=plansource@entry=0x55e2243d67f0, boundPa... [13:32:17.298] #7 0x000055e2230950fd in exec_bind_message (input_message=input_message@entry=0x7ffd53925180) at ../src/... [13:32:17.298] #8 0x000055e223096504 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe... [13:32:17.298] #9 0x000055e222f472f8 in BackendRun (port=port@entry=0x55e2243d6df0) at ../src/backend/postmaster/postma... |
core | [13:32:19.740] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:19.740] #1 0x00007f8163757537 in __GI_abort () at abort.c:79 [13:32:19.740] #2 0x00007f8163946dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:19.740] #3 0x00007f8163951998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:19.740] #4 0x00007f816393798f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x5644ae33cf00) at .... [13:32:19.740] #5 0x00005644ad8def00 in RevalidateCachedQuery (plansource=0x5644aff55d20, queryEnv=queryEnv@entry=0x0) ... [13:32:19.740] #6 0x00005644ad1a8ede in ExecuteQuery (pstate=pstate@entry=0x5644afe87490, stmt=0x5644afe5df20, intoClau... [13:32:19.740] #7 0x00005644ad151e82 in ExecCreateTableAs (pstate=pstate@entry=0x5644afe87490, stmt=stmt@entry=0x5644af... [13:32:19.740] #8 0x00005644ad676882 in ProcessUtilitySlow (pstate=pstate@entry=0x5644afe87490, pstmt=pstmt@entry=0x564... [13:32:19.740] #9 0x00005644ad674e3e in standard_ProcessUtility (pstmt=0x5644afe5dfd0, queryString=0x5644afe5d290 "CREA... |
core | [13:32:22.242] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:22.242] #1 0x00007f3ff4583537 in __GI_abort () at abort.c:79 [13:32:22.242] #2 0x00007f3ff4772dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:22.242] #3 0x00007f3ff477d998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:22.242] #4 0x00007f3ff476398f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x55e2ebd62f00) at .... [13:32:22.242] #5 0x000055e2eb304f00 in RevalidateCachedQuery (plansource=0x55e2eccc1980, queryEnv=queryEnv@entry=0x0) ... [13:32:22.242] #6 0x000055e2eabcf753 in ExplainExecuteQuery (execstmt=0x55e2ecb7dd78, into=0x0, es=0x55e2ecce89f8, quer... [13:32:22.242] #7 0x000055e2eab9a07f in ExplainOneUtility (utilityStmt=0x55e2ecb7dd78, into=into@entry=0x0, es=es@entry... [13:32:22.242] #8 0x000055e2eab9995c in ExplainOneQuery (query=0x55e2ecb7df68, cursorOptions=cursorOptions@entry=2048, ... [13:32:22.242] #9 0x000055e2eab9b0b2 in ExplainQuery (pstate=pstate@entry=0x55e2ecd1fe08, stmt=stmt@entry=0x55e2ecb7dda... |
core | [13:32:26.035] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:26.035] #1 0x00007fa78a4d1537 in __GI_abort () at abort.c:79 [13:32:26.035] #2 0x00007fa78a6c0dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:26.035] #3 0x00007fa78a6cb998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:26.035] #4 0x00007fa78a6b198f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x55586f2ccf00) at .... [13:32:26.035] #5 0x000055586e86ef00 in RevalidateCachedQuery (plansource=0x555870f63bd0, queryEnv=queryEnv@entry=0x0) ... [13:32:26.035] #6 0x000055586e139753 in ExplainExecuteQuery (execstmt=0x555870dd1df8, into=0x0, es=0x555870f4a5e8, quer... [13:32:26.035] #7 0x000055586e10407f in ExplainOneUtility (utilityStmt=0x555870dd1df8, into=into@entry=0x0, es=es@entry... [13:32:26.035] #8 0x000055586e10395c in ExplainOneQuery (query=0x555870dd1fe8, cursorOptions=cursorOptions@entry=2048, ... [13:32:26.035] #9 0x000055586e1050b2 in ExplainQuery (pstate=pstate@entry=0x555870f02ea8, stmt=stmt@entry=0x555870dd1e2... |
core | [13:32:28.699] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [13:32:28.699] #1 0x00007f8af892b537 in __GI_abort () at abort.c:79 [13:32:28.699] #2 0x00007f8af8b1adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [13:32:28.699] #3 0x00007f8af8b25998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [13:32:28.699] #4 0x00007f8af8b0b98f in __ubsan::__ubsan_handle_nonnull_arg_abort (Data=Data@entry=0x55ca3e8c6f00) at .... [13:32:28.699] #5 0x000055ca3de68f00 in RevalidateCachedQuery (plansource=0x55ca408b6ac0, queryEnv=queryEnv@entry=0x0) ... [13:32:28.699] #6 0x000055ca3d733753 in ExplainExecuteQuery (execstmt=0x55ca408b50d8, into=0x55ca407c4490, es=0x55ca408... [13:32:28.699] #7 0x000055ca3d6fe07f in ExplainOneUtility (utilityStmt=0x55ca408b50d8, into=into@entry=0x55ca407c4490, ... [13:32:28.699] #8 0x000055ca3d6fd95c in ExplainOneQuery (query=0x55ca408b70a8, cursorOptions=cursorOptions@entry=2048, ... [13:32:28.699] #9 0x000055ca3d6fdd86 in ExplainOneUtility (utilityStmt=0x55ca407c4540, into=into@entry=0x0, es=es@entry... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out /tmp/cirrus-ci-build/build/testrun/isolation/... --- /tmp/cirrus-ci-build/src/test/isolation/expected/inherit-temp.out 2023-09-28 13:24:50.559543000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/inherit-temp.out 2023-09-28 13:27:39.042971034 +0000 @@ -217,61 +217,6 @@ starting permutation: s1_insert_p s1_insert_c s2_insert_c s2_truncate_p s1_select_p s1_select_c s2_select_p s2_select_c step s1_insert_p: INSERT INTO inh_parent VALUES (1), (2); -step s1_insert_c: INSERT INTO inh_temp_child_s1 VALUES (3), (4); -step s2_insert_c: INSERT INTO inh_temp_child_s2 VALUES (5), (6); -step s2_truncate_p: TRUNCATE inh_parent; -step s1_select_p: SELECT a FROM inh_parent; -a -- -3 -4 -(2 rows) - -step s1_select_c: SELECT a FROM inh_temp_child_s1; -a -- ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/planning.out /tmp/cirrus-ci-build/build/testrun/pg_sta... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/planning.out 2023-09-28 13:24:48.847369094 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/planning.out 2023-09-28 13:28:05.406954340 +00... @@ -34,55 +34,7 @@ ALTER TABLE stats_plan_test ADD COLUMN x int; EXECUTE prep1; - count -------- - 0 -(1 row) - -SELECT 42; - ?column? ----------- - 42 -(1 row) - -SELECT 42; - ?column? ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/brin.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/brin.out 2023-09-28 13:24:50.679555191 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/brin.out 2023-09-28 13:27:36.862968574 +00... @@ -539,36 +539,10 @@ -- vacuum actually removes the TOAST rows. Creating an index concurrently -- is a one way to achieve that, because it does exactly such wait. CREATE INDEX CONCURRENTLY brin_test_temp_idx ON brintest_3(a); -DROP INDEX brin_test_temp_idx; --- vacuum the table, to discard TOAST data -VACUUM brintest_3; --- retry insert with a different random-looking (but deterministic) value --- the value is different, and so should replace either min or max in the --- brin summary -WITH rand_value AS (SELECT string_agg(fipshash((-i)::text),'') AS val FROM generate_series(1,60) s(i)) -INSERT INTO brintest_3 -SELECT val, val, val, val FROM rand_value; --- now try some queries, accessing the brin index -SET enable_seqscan = off; -EXPLAIN (COSTS OFF) -SELECT * FROM brintest_3 WHERE b < '0'; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 13:24:48.891373563 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 13:28:08.386939291 +0000 @@ -4221,7686 +4221,7 @@ ALTER TABLE "S 1"."T 1" RENAME TO "T 0"; ALTER FOREIGN TABLE ft1 OPTIONS (SET table_name 'T 0'); EXPLAIN (VERBOSE, COSTS OFF) EXECUTE st6; - QUERY PLAN ----------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 - Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 0" WHERE (("C 1" = c2)) -(3 rows) - -EXECUTE st6; - c1 | c2 | c3 | c4 | c5 | c6 | c7 | c8 -----+----+-------+------------------------------+--------------------------+----+------------+----- - 1 | 1 | 00001 | Fri Jan 02 00:00:00 1970 PST | Fri Jan 02 00:00:00 1970 | 1 | 1 | foo - 2 | 2 | 00002 | Sat Jan 03 00:00:00 1970 PST | Sat Jan 03 00:00:00 1970 | 2 | 2 | foo - 3 | 3 | 00003 | Sun Jan 04 00:00:00 1970 PST | Sun Jan 04 00:00:00 1970 | 3 | 3 | foo ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out /tmp/cirrus-ci-build/build/testrun/recovery/027_... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out 2023-09-28 13:24:50.755562910 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_into.out 2023-09-28 13:27:54.5229... @@ -53,170 +53,7 @@ EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) CREATE TABLE selinto_schema.tbl_withdata4 (a) AS EXECUTE data_sel WITH DATA; - QUERY PLAN --------------------------------------- - ProjectSet (actual rows=3 loops=1) - -> Result (actual rows=1 loops=1) -(2 rows) - --- EXECUTE and WITH NO DATA, passes. -CREATE TABLE selinto_schema.tbl_nodata3 (a) AS - EXECUTE data_sel WITH NO DATA; -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) - CREATE TABLE selinto_schema.tbl_nodata4 (a) AS - EXECUTE data_sel WITH NO DATA; - QUERY PLAN ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out /tmp/cirrus-ci-build/build/testrun/regress/regre... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_into.out 2023-09-28 13:24:50.755562910 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_into.out 2023-09-28 13:27:25.902956208 +0000 @@ -62,161 +62,7 @@ -- EXECUTE and WITH NO DATA, passes. CREATE TABLE selinto_schema.tbl_nodata3 (a) AS EXECUTE data_sel WITH NO DATA; -EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF) - CREATE TABLE selinto_schema.tbl_nodata4 (a) AS - EXECUTE data_sel WITH NO DATA; - QUERY PLAN -------------------------------- - ProjectSet (never executed) - -> Result (never executed) -(2 rows) - -RESET SESSION AUTHORIZATION; -ALTER DEFAULT PRIVILEGES FOR ROLE regress_selinto_user - GRANT INSERT ON TABLES TO regress_selinto_user; -SET SESSION AUTHORIZATION regress_selinto_user; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/concurrent_stream.out /tmp/cirrus-ci-build/build/testrun/te... --- /tmp/cirrus-ci-build/contrib/test_decoding/expected/concurrent_stream.out 2023-09-28 13:24:48.911375595 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_decoding/isolation/results/concurrent_stream.out 2023-09-28 13:28:10.4829287... @@ -5,20 +5,6 @@ step s0_ddl: CREATE TABLE stream_test1(data bytea); step s1_ddl: CREATE TABLE stream_test(data bytea); step s1_begin: BEGIN; -step s1_toast_insert: INSERT INTO stream_test SELECT large_val(); -step s2_ddl: CREATE TABLE stream_test2(data bytea); -step s1_commit: COMMIT; -step s1_get_stream_changes: SELECT data FROM pg_logical_slot_get_changes('isolation_slot', NULL,NULL, 'include-xids', '... -data ----------------------------------------- -opening a streamed block for transaction -streaming change for transaction -closing a streamed block for transaction -committing streamed transaction -(4 rows) - -?column? ... |
tap | [13:27:39.630](29.339s) not ok 5 - regression tests pass [13:27:42.275](2.617s) not ok 6 - dump before running pg_upgrade |
tap | [13:27:55.877](17.621s) not ok 2 - regression tests pass |
test | [13:30:11.587] 4/266 postgresql:regress / regress/regress ERROR 30.18s [13:30:11.587] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 35.04s [13:30:11.587] 7/266 postgresql:isolation / isolation/isolation ERROR 37.40s [13:30:11.587] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 18.33s [13:30:11.587] 82/266 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 2.79s [13:30:11.587] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 4.14s [13:30:11.587] 93/266 postgresql:test_decoding / test_decoding/isolation ERROR 125.21s |
44/4526 | More new SQL/JSON item methods |
CompilerWarnings | |
compiler | [12:41:29.334] jsonpath_exec.c:1442:19: error: declaration of ‘elem’ shadows a previous local [-Werror=shadow=compatible... |
compiler | [12:41:29.334] jsonpath_exec.c:1162:58: error: ‘tmp’ may be used uninitialized in this function [-Werror=maybe-uninitial... |
compiler | [12:41:29.334] jsonpath_exec.c:1403:15: error: declaration of ‘numstr’ shadows a previous local [-Werror=shadow=compatib... |
compiler | [12:41:23.731] jsonpath_exec.c:1442:19: error: declaration of ‘elem’ shadows a previous local [-Werror=shadow=compatible... |
compiler | [12:41:23.731] jsonpath_exec.c:1403:15: error: declaration of ‘numstr’ shadows a previous local [-Werror=shadow=compatib... |
compiler | [12:41:23.731] jsonpath_exec.c:1162:58: error: ‘tmp’ may be used uninitialized in this function [-Werror=maybe-uninitial... |
compiler | [12:42:28.892] jsonpath_exec.c:1442:19: error: declaration of ‘elem’ shadows a previous local [-Werror=shadow=compatible... |
compiler | [12:42:28.892] jsonpath_exec.c:1162:58: error: ‘tmp’ may be used uninitialized in this function [-Werror=maybe-uninitial... |
compiler | [12:42:28.892] jsonpath_exec.c:1403:15: error: declaration of ‘numstr’ shadows a previous local [-Werror=shadow=compatib... |
44/4499 | logicalrep_worker_launch - counting/checking the type limits |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [12:47:27.185] 261/261 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1000.07s... |
44/4459 | Ignore is not null quals on not null columns |
FreeBSD - 13 - Meson | |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 8095 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 15479 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 8057 |
core | [10:43:30.746] #0 0x000000082a4c7c5a in thr_kill () from /lib/libc.so.7 [10:43:30.746] #1 0x000000082a4406d4 in raise () from /lib/libc.so.7 [10:43:30.746] #2 0x000000082a4f1a59 in abort () from /lib/libc.so.7 [10:43:30.746] #3 0x00000000009ecf57 in ExceptionalCondition (conditionName=<optimized out>, fileName=0x36c8dc "../src/... [10:43:30.746] #4 0x00000000007b4799 in make_restrictinfo (root=root@entry=0x832c50978, clause=<optimized out>, is_push... [10:43:30.746] #5 0x000000000078065b in add_baserestrictinfo_to_rel (root=0x832c50978, relid=<optimized out>, restricti... [10:43:30.746] #6 distribute_restrictinfo_to_rels (root=root@entry=0x832c50978, restrictinfo=0x835af4ab0) at ../src/bac... [10:43:30.746] #7 0x0000000000781507 in distribute_qual_to_rels (root=0x832c50978, clause=0x835d4f9e8, jtitem=0x835d4ff... [10:43:30.746] #8 distribute_quals_to_rels (root=root@entry=0x832c50978, clauses=0x835d4fa68, jtitem=jtitem@entry=0x835... [10:43:30.746] #9 0x000000000077e7bd in deconstruct_distribute (root=0x832c50978, jtitem=0x835d4ff28) at ../src/backend... |
core | [10:43:29.811] #0 0x000000082c3d6c5a in thr_kill () from /lib/libc.so.7 [10:43:29.811] #1 0x000000082c34f6d4 in raise () from /lib/libc.so.7 [10:43:29.811] #2 0x000000082c400a59 in abort () from /lib/libc.so.7 [10:43:29.811] #3 0x00000000009ecf57 in ExceptionalCondition (conditionName=<optimized out>, fileName=0x36c8dc "../src/... [10:43:29.811] #4 0x00000000007b4799 in make_restrictinfo (root=root@entry=0x8359bc978, clause=<optimized out>, is_push... [10:43:29.811] #5 0x000000000078065b in add_baserestrictinfo_to_rel (root=0x8359bc978, relid=<optimized out>, restricti... [10:43:29.811] #6 distribute_restrictinfo_to_rels (root=root@entry=0x8359bc978, restrictinfo=0x837f14270) at ../src/bac... [10:43:29.811] #7 0x0000000000781507 in distribute_qual_to_rels (root=0x8359bc978, clause=0x847daf9e8, jtitem=0x847daff... [10:43:29.811] #8 distribute_quals_to_rels (root=root@entry=0x8359bc978, clauses=0x847dafa68, jtitem=jtitem@entry=0x847... [10:43:29.811] #9 0x000000000077e7bd in deconstruct_distribute (root=0x8359bc978, jtitem=0x847daff28) at ../src/backend... |
core | [10:43:28.883] #0 0x000000082b127c5a in thr_kill () from /lib/libc.so.7 [10:43:28.883] #1 0x000000082b0a06d4 in raise () from /lib/libc.so.7 [10:43:28.883] #2 0x000000082b151a59 in abort () from /lib/libc.so.7 [10:43:28.883] #3 0x00000000009ecf57 in ExceptionalCondition (conditionName=<optimized out>, fileName=0x36c8dc "../src/... [10:43:28.883] #4 0x00000000007b4799 in make_restrictinfo (root=root@entry=0x83756e978, clause=<optimized out>, is_push... [10:43:28.883] #5 0x000000000078065b in add_baserestrictinfo_to_rel (root=0x83756e978, relid=<optimized out>, restricti... [10:43:28.883] #6 distribute_restrictinfo_to_rels (root=root@entry=0x83756e978, restrictinfo=0x844bc39b0) at ../src/bac... [10:43:28.883] #7 0x0000000000781507 in distribute_qual_to_rels (root=0x83756e978, clause=0x844d629e8, jtitem=0x844d62f... [10:43:28.883] #8 distribute_quals_to_rels (root=root@entry=0x83756e978, clauses=0x844d62a68, jtitem=jtitem@entry=0x844... [10:43:28.883] #9 0x000000000077e7bd in deconstruct_distribute (root=0x83756e978, jtitem=0x844d62f28) at ../src/backend... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:01.911357000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2023-09-28 10:38:35.098127... @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 10:37:00.708662000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 10:40:16.829593000 +0000 @@ -657,19 +657,19 @@ (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NULL; -- NullTest - QUERY PLAN -------------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 + QUERY PLAN +------------------------------------------ + Result Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" IS NULL)) + One-Time Filter: false (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NOT NULL; -- NullTest - QUERY PLAN ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:01.911357000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out 2023-09-28 10:39:45.0033... @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:01.911357000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out 2023-09-28 10:38:32.750871000 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
tap | [10:38:35.620](25.702s) not ok 5 - regression tests pass [10:38:36.629](1.005s) not ok 6 - dump before running pg_upgrade |
tap | [10:39:45.343](31.020s) not ok 2 - regression tests pass |
test | [10:42:38.135] 5/266 postgresql:regress / regress/regress ERROR 25.16s... [10:42:38.135] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 28.45s... [10:42:38.135] 44/266 postgresql:recovery / recovery/027_stream_regress ERROR 31.54s... [10:42:38.135] 92/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 7.48s... |
Linux - Debian Bullseye - Autoconf | |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "restrictinfo.c", Line: 91, PID: 30153 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "restrictinfo.c", Line: 91, PID: 25169 |
core | [10:43:31.545] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [10:43:31.545] #1 0x00007fdcd7860537 in __GI_abort () at abort.c:79 [10:43:31.545] #2 0x000055c7ca4a4ade in ExceptionalCondition (conditionName=conditionName@entry=0x55c7ca7afda0 "!is_and... [10:43:31.545] #3 0x000055c7c9faf89b in make_restrictinfo (root=root@entry=0x625000040278, clause=<optimized out>, is_p... [10:43:31.545] #4 0x000055c7c9f12878 in add_baserestrictinfo_to_rel (root=root@entry=0x625000040278, relid=<optimized o... [10:43:31.545] #5 0x000055c7c9f12e16 in distribute_restrictinfo_to_rels (root=root@entry=0x625000040278, restrictinfo=0... [10:43:31.545] #6 0x000055c7c9f1337a in distribute_qual_to_rels (root=root@entry=0x625000040278, clause=<optimized out>... [10:43:31.545] #7 0x000055c7c9f13d93 in distribute_quals_to_rels (root=root@entry=0x625000040278, clauses=0x62500009f36... [10:43:31.545] #8 0x000055c7c9f14335 in deconstruct_distribute (root=root@entry=0x625000040278, jtitem=0x6290003396a8) ... [10:43:31.545] #9 0x000055c7c9f15274 in deconstruct_jointree (root=root@entry=0x625000040278) at initsplan.c:783 |
core | [10:43:29.070] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [10:43:29.070] #1 0x00007ff98fb29537 in __GI_abort () at abort.c:79 [10:43:29.070] #2 0x000055cbffa97ade in ExceptionalCondition (conditionName=conditionName@entry=0x55cbffda2da0 "!is_and... [10:43:29.070] #3 0x000055cbff5a289b in make_restrictinfo (root=root@entry=0x62500003b278, clause=<optimized out>, is_p... [10:43:29.070] #4 0x000055cbff505878 in add_baserestrictinfo_to_rel (root=root@entry=0x62500003b278, relid=<optimized o... [10:43:29.070] #5 0x000055cbff505e16 in distribute_restrictinfo_to_rels (root=root@entry=0x62500003b278, restrictinfo=0... [10:43:29.070] #6 0x000055cbff50637a in distribute_qual_to_rels (root=root@entry=0x62500003b278, clause=<optimized out>... [10:43:29.070] #7 0x000055cbff506d93 in distribute_quals_to_rels (root=root@entry=0x62500003b278, clauses=0x62500079fb6... [10:43:29.070] #8 0x000055cbff507335 in deconstruct_distribute (root=root@entry=0x62500003b278, jtitem=0x6290004016a8) ... [10:43:29.070] #9 0x000055cbff508274 in deconstruct_jointree (root=root@entry=0x62500003b278) at initsplan.c:783 |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 10:36:50.410133723 +0000 +++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out 2023-09-28 10:41:43.989268607 +0000 @@ -657,19 +657,19 @@ (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NULL; -- NullTest - QUERY PLAN -------------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 + QUERY PLAN +------------------------------------------ + Result Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" IS NULL)) + One-Time Filter: false (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NOT NULL; -- NullTest - QUERY PLAN ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_chec... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:52.102304991 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/foreign_key.out 2023-09-28 10:41:33.977276264 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/src/test/regress/results/fo... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:52.102304991 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/foreign_key.out 2023-09-28 10:40:51.093311553 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
tap | [10:41:36.800](88.386s) not ok 5 - regression tests pass [10:41:38.993](2.172s) not ok 6 - dump before running pg_upgrade |
Linux - Debian Bullseye - Meson | |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 24263 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 28437 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 23918 |
core | [10:43:34.193] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [10:43:34.193] #1 0x00007f0491181537 in __GI_abort () at abort.c:79 [10:43:34.193] #2 0x000055c002378501 in ExceptionalCondition (conditionName=conditionName@entry=0x55c0025f0415 "!is_and... [10:43:34.193] #3 0x000055c001ee63a6 in make_restrictinfo (root=root@entry=0x55c003f87da8, clause=<optimized out>, is_p... [10:43:34.193] #4 0x000055c001e5d02e in add_baserestrictinfo_to_rel (root=root@entry=0x55c003f87da8, relid=<optimized o... [10:43:34.193] #5 0x000055c001e5d4e8 in distribute_restrictinfo_to_rels (root=root@entry=0x55c003f87da8, restrictinfo=0... [10:43:34.193] #6 0x000055c001e5d8ba in distribute_qual_to_rels (root=root@entry=0x55c003f87da8, clause=0x55c0042c2ba8,... [10:43:34.193] #7 0x000055c001e5e250 in distribute_quals_to_rels (root=root@entry=0x55c003f87da8, clauses=0x55c0042c2c2... [10:43:34.193] #8 0x000055c001e5e783 in deconstruct_distribute (root=root@entry=0x55c003f87da8, jtitem=0x55c0042cdec8) ... [10:43:34.193] #9 0x000055c001e5f382 in deconstruct_jointree (root=root@entry=0x55c003f87da8) at ../src/backend/optimiz... |
core | [10:43:31.731] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [10:43:31.731] #1 0x00007f2102acf537 in __GI_abort () at abort.c:79 [10:43:31.731] #2 0x000055b195feb501 in ExceptionalCondition (conditionName=conditionName@entry=0x55b196263415 "!is_and... [10:43:31.731] #3 0x000055b195b593a6 in make_restrictinfo (root=root@entry=0x55b198877138, clause=<optimized out>, is_p... [10:43:31.731] #4 0x000055b195ad002e in add_baserestrictinfo_to_rel (root=root@entry=0x55b198877138, relid=<optimized o... [10:43:31.731] #5 0x000055b195ad04e8 in distribute_restrictinfo_to_rels (root=root@entry=0x55b198877138, restrictinfo=0... [10:43:31.731] #6 0x000055b195ad08ba in distribute_qual_to_rels (root=root@entry=0x55b198877138, clause=0x55b198b96c68,... [10:43:31.731] #7 0x000055b195ad1250 in distribute_quals_to_rels (root=root@entry=0x55b198877138, clauses=0x55b198b96ce... [10:43:31.731] #8 0x000055b195ad1783 in deconstruct_distribute (root=root@entry=0x55b198877138, jtitem=0x55b198b67fc8) ... [10:43:31.731] #9 0x000055b195ad2382 in deconstruct_jointree (root=root@entry=0x55b198877138) at ../src/backend/optimiz... |
core | [10:43:29.285] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [10:43:29.285] #1 0x00007f2aab70a537 in __GI_abort () at abort.c:79 [10:43:29.285] #2 0x000055fd03449501 in ExceptionalCondition (conditionName=conditionName@entry=0x55fd036c1415 "!is_and... [10:43:29.285] #3 0x000055fd02fb73a6 in make_restrictinfo (root=root@entry=0x55fd054dbd58, clause=<optimized out>, is_p... [10:43:29.285] #4 0x000055fd02f2e02e in add_baserestrictinfo_to_rel (root=root@entry=0x55fd054dbd58, relid=<optimized o... [10:43:29.285] #5 0x000055fd02f2e4e8 in distribute_restrictinfo_to_rels (root=root@entry=0x55fd054dbd58, restrictinfo=0... [10:43:29.285] #6 0x000055fd02f2e8ba in distribute_qual_to_rels (root=root@entry=0x55fd054dbd58, clause=0x55fd0580f2b8,... [10:43:29.285] #7 0x000055fd02f2f250 in distribute_quals_to_rels (root=root@entry=0x55fd054dbd58, clauses=0x55fd0580f33... [10:43:29.285] #8 0x000055fd02f2f783 in deconstruct_distribute (root=root@entry=0x55fd054dbd58, jtitem=0x55fd058111a8) ... [10:43:29.285] #9 0x000055fd02f30382 in deconstruct_jointree (root=root@entry=0x55fd054dbd58) at ../src/backend/optimiz... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/00... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:52.689212842 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2023-09-28 10:39:46.320375... @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 10:36:51.021049746 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 10:40:10.324378900 +0000 @@ -657,19 +657,19 @@ (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NULL; -- NullTest - QUERY PLAN -------------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 + QUERY PLAN +------------------------------------------ + Result Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" IS NULL)) + One-Time Filter: false (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NOT NULL; -- NullTest - QUERY PLAN ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/recovery/027_... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:52.689212842 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out 2023-09-28 10:40:05.6363... @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out /tmp/cirrus-ci-build/build/testrun/regress/regre... --- /tmp/cirrus-ci-build/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:52.689212842 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/foreign_key.out 2023-09-28 10:39:45.324375954 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
tap | [10:39:47.915](51.327s) not ok 5 - regression tests pass [10:39:50.968](3.043s) not ok 6 - dump before running pg_upgrade |
tap | [10:40:06.490](42.959s) not ok 2 - regression tests pass |
test | [10:41:23.615] 4/266 postgresql:regress / regress/regress ERROR 52.76s [10:41:23.615] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 56.74s [10:41:23.615] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 44.04s [10:41:23.615] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 6.49s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 584 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 7884 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 7560 |
core | 00000002`2b7ffbf8 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`2b7ffc00 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 00000002`2b7ffef0 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000002`2b7fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000002`2b3fce70 00007ff7`43388ae8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000002`2b3fceb0 00007ff7`42ffc933 postgres!ExceptionalCondition( 00000002`2b3fcef0 00007ff7`42fa73c3 postgres!make_restrictinfo( 00000002`2b3fcf60 00007ff7`42fa2bb0 postgres!add_baserestrictinfo_to_rel( 00000002`2b3fcfe0 00007ff7`42fa6cc3 postgres!distribute_restrictinfo_to_rels( 00000002`2b3fd020 00007ff7`42fa64cf postgres!distribute_qual_to_rels( 00000002`2b3fd0d0 00007ff7`42fa47fa postgres!distribute_quals_to_rels( 00000002`2b3fd180 00007ff7`42fa270c postgres!deconstruct_distribute( 00000002`2b3fd240 00007ff7`42fa8a91 postgres!deconstruct_jointree( 00000002`2b3fd2e0 00007ff7`42fac995 postgres!query_planner( |
core | 00000002`2c3ffa18 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000002`2c3ffa20 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 00000002`2c3ffd10 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000002`2c3ffd40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000002`2bfffdd8 00007ffb`e15bd77e ntdll!NtWaitForSingleObject+0x14 00000002`2bfffde0 00007ff7`4306f3fc KERNELBASE!WaitForSingleObjectEx+0x8e 00000002`2bfffe80 00007ffb`e3654de0 postgres!pg_timer_thread( 00000002`2bfffec0 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000002`2bfffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000002`2bbff918 00007ffb`e160411a ntdll!NtFsControlFile+0x14 00000002`2bbff920 00007ff7`4306d96b KERNELBASE!ConnectNamedPipe+0x6a 00000002`2bbff990 00007ffb`e3654de0 postgres!pg_signal_thread( 00000002`2bbffa90 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000002`2bbffac0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000bc`809ff598 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bc`809ff5a0 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 000000bc`809ff890 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 000000bc`809ff8c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000bc`805fc8e0 00007ff7`43388ae8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000bc`805fc920 00007ff7`42ffc933 postgres!ExceptionalCondition( 000000bc`805fc960 00007ff7`42fa73c3 postgres!make_restrictinfo( 000000bc`805fc9d0 00007ff7`42fa2bb0 postgres!add_baserestrictinfo_to_rel( 000000bc`805fca50 00007ff7`42fa6cc3 postgres!distribute_restrictinfo_to_rels( 000000bc`805fca90 00007ff7`42fa64cf postgres!distribute_qual_to_rels( 000000bc`805fcb40 00007ff7`42fa47fa postgres!distribute_quals_to_rels( 000000bc`805fcbf0 00007ff7`42fa270c postgres!deconstruct_distribute( 000000bc`805fccb0 00007ff7`42fa8a91 postgres!deconstruct_jointree( 000000bc`805fcd50 00007ff7`42fac995 postgres!query_planner( |
core | 000000bc`815ff998 00007ffb`e15bd77e ntdll!NtWaitForSingleObject+0x14 000000bc`815ff9a0 00007ff7`4306f3fc KERNELBASE!WaitForSingleObjectEx+0x8e 000000bc`815ffa40 00007ffb`e3654de0 postgres!pg_timer_thread( 000000bc`815ffa80 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 000000bc`815ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000bc`811ff8b8 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000bc`811ff8c0 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 000000bc`811ffbb0 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 000000bc`811ffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000bc`80dffda8 00007ffb`e160411a ntdll!NtFsControlFile+0x14 000000bc`80dffdb0 00007ff7`4306d96b KERNELBASE!ConnectNamedPipe+0x6a 000000bc`80dffe20 00007ffb`e3654de0 postgres!pg_signal_thread( 000000bc`80dfff20 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 000000bc`80dfff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000091`573ff488 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`573ff490 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 00000091`573ff780 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000091`573ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000091`56ffcc50 00007ff7`43388ae8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 00000091`56ffcc90 00007ff7`42ffc933 postgres!ExceptionalCondition( 00000091`56ffccd0 00007ff7`42fa73c3 postgres!make_restrictinfo( 00000091`56ffcd40 00007ff7`42fa2bb0 postgres!add_baserestrictinfo_to_rel( 00000091`56ffcdc0 00007ff7`42fa6cc3 postgres!distribute_restrictinfo_to_rels( 00000091`56ffce00 00007ff7`42fa64cf postgres!distribute_qual_to_rels( 00000091`56ffceb0 00007ff7`42fa47fa postgres!distribute_quals_to_rels( 00000091`56ffcf60 00007ff7`42fa270c postgres!deconstruct_distribute( 00000091`56ffd020 00007ff7`42fa8a91 postgres!deconstruct_jointree( 00000091`56ffd0c0 00007ff7`42fac995 postgres!query_planner( |
core | 00000091`57fff878 00007ffb`e3f0b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000091`57fff880 00007ffb`e3654de0 ntdll!TppWorkerThread+0x2df 00000091`57fffb70 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000091`57fffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000091`577ffd48 00007ffb`e160411a ntdll!NtFsControlFile+0x14 00000091`577ffd50 00007ff7`4306d96b KERNELBASE!ConnectNamedPipe+0x6a 00000091`577ffdc0 00007ffb`e3654de0 postgres!pg_signal_thread( 00000091`577ffec0 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000091`577ffef0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000091`57bffbe8 00007ffb`e15bd77e ntdll!NtWaitForSingleObject+0x14 00000091`57bffbf0 00007ff7`4306f3fc KERNELBASE!WaitForSingleObjectEx+0x8e 00000091`57bffc90 00007ffb`e3654de0 postgres!pg_timer_thread( 00000091`57bffcd0 00007ffb`e3f7ec4b KERNEL32!BaseThreadInitThunk+0x10 00000091`57bffd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/r... --- C:/cirrus/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:00.406085700 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2023-09-28 10:40:39.757975800 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -w -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_fdw/regress/result... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 10:36:56.238065000 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 10:43:21.354722400 +0000 @@ -658,18 +658,18 @@ EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NULL; -- NullTest QUERY PLAN -------------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 +------------------------------------------ + Result Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" IS NULL)) + One-Time Filter: false (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NOT NULL; -- NullTest QUERY PLAN ------------------------------------------------------------------------------------------------------ +-------------------------------------------------------------------------------------- ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/recovery/027_stream_regress/data... --- C:/cirrus/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:00.406085700 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out 2023-09-28 10:42:43.387852300 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/foreign_key.out C:/cirrus/build/testrun/regress/regress/results/foreign_... --- C:/cirrus/src/test/regress/expected/foreign_key.out 2023-09-28 10:37:00.406085700 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/foreign_key.out 2023-09-28 10:40:39.193044200 +0000 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
tap | [10:41:02.754](113.387s) not ok 5 - regression tests pass [10:41:07.308](4.508s) not ok 6 - dump before running pg_upgrade |
tap | [10:43:03.791](119.077s) not ok 2 - regression tests pass |
test | [10:49:26.638] 22/261 postgresql:regress / regress/regress ERROR 120.99s... [10:49:26.638] 27/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 125.49s... [10:49:26.638] 76/261 postgresql:recovery / recovery/027_stream_regress ERROR 121.93s... [10:49:26.638] 93/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 14.74s... |
macOS - Ventura - Meson | |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 13539 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 16980 |
assertion | TRAP: failed Assert("!is_andclause(clause)"), File: "../src/backend/optimizer/util/restrictinfo.c", Line: 91, PID: 13534 |
core | [10:46:37.687] * frame #0: 0x000000019bbc4764 libsystem_kernel.dylib`__pthread_kill + 8 [10:46:37.687] frame #1: 0x000000019bbfbc28 libsystem_pthread.dylib`pthread_kill + 288 [10:46:37.687] frame #2: 0x000000019bb09ae8 libsystem_c.dylib`abort + 180 [10:46:37.687] frame #3: 0x0000000102bf308c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [10:46:37.687] frame #4: 0x00000001029f8f98 postgres`make_restrictinfo(root=0x000000015300b378, clause=<unavailable>... [10:46:37.687] frame #5: 0x00000001029c9730 postgres`distribute_restrictinfo_to_rels [inlined] add_baserestrictinfo_... [10:46:37.687] frame #6: 0x00000001029c96d0 postgres`distribute_restrictinfo_to_rels(root=0x000000015300b378, restri... [10:46:37.687] frame #7: 0x00000001029ca424 postgres`distribute_quals_to_rels [inlined] distribute_qual_to_rels(root... [10:46:37.687] frame #8: 0x00000001029ca11c postgres`distribute_quals_to_rels(root=0x000000015300b378, clauses=0x000... [10:46:37.687] frame #9: 0x00000001029c868c postgres`deconstruct_jointree at initsplan.c:1155:3 |
core | [10:47:05.971] * frame #0: 0x000000019bbc4764 libsystem_kernel.dylib`__pthread_kill + 8 [10:47:05.971] frame #1: 0x000000019bbfbc28 libsystem_pthread.dylib`pthread_kill + 288 [10:47:05.971] frame #2: 0x000000019bb09ae8 libsystem_c.dylib`abort + 180 [10:47:05.971] frame #3: 0x000000010466b08c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [10:47:05.971] frame #4: 0x0000000104470f98 postgres`make_restrictinfo(root=0x000000013487c378, clause=<unavailable>... [10:47:05.971] frame #5: 0x0000000104441730 postgres`distribute_restrictinfo_to_rels [inlined] add_baserestrictinfo_... [10:47:05.971] frame #6: 0x00000001044416d0 postgres`distribute_restrictinfo_to_rels(root=0x000000013487c378, restri... [10:47:05.971] frame #7: 0x0000000104442424 postgres`distribute_quals_to_rels [inlined] distribute_qual_to_rels(root... [10:47:05.971] frame #8: 0x000000010444211c postgres`distribute_quals_to_rels(root=0x000000013487c378, clauses=0x000... [10:47:05.971] frame #9: 0x000000010444068c postgres`deconstruct_jointree at initsplan.c:1155:3 |
core | [10:46:51.675] * frame #0: 0x000000019bbc4764 libsystem_kernel.dylib`__pthread_kill + 8 [10:46:51.675] frame #1: 0x000000019bbfbc28 libsystem_pthread.dylib`pthread_kill + 288 [10:46:51.675] frame #2: 0x000000019bb09ae8 libsystem_c.dylib`abort + 180 [10:46:51.675] frame #3: 0x000000010505308c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [10:46:51.675] frame #4: 0x0000000104e58f98 postgres`make_restrictinfo(root=0x000000013880b378, clause=<unavailable>... [10:46:51.675] frame #5: 0x0000000104e29730 postgres`distribute_restrictinfo_to_rels [inlined] add_baserestrictinfo_... [10:46:51.675] frame #6: 0x0000000104e296d0 postgres`distribute_restrictinfo_to_rels(root=0x000000013880b378, restri... [10:46:51.675] frame #7: 0x0000000104e2a424 postgres`distribute_quals_to_rels [inlined] distribute_qual_to_rels(root... [10:46:51.675] frame #8: 0x0000000104e2a11c postgres`distribute_quals_to_rels(root=0x000000013880b378, clauses=0x000... [10:46:51.675] frame #9: 0x0000000104e2868c postgres`deconstruct_jointree at initsplan.c:1155:3 |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg... --- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:57 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2023-09-28 10:42:47 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw... --- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 10:36:55 +++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 10:42:31 @@ -657,19 +657,19 @@ (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NULL; -- NullTest - QUERY PLAN -------------------------------------------------------------------------------------------------- - Foreign Scan on public.ft1 t1 + QUERY PLAN +------------------------------------------ + Result Output: c1, c2, c3, c4, c5, c6, c7, c8 - Remote SQL: SELECT "C 1", c2, c3, c4, c5, c6, c7, c8 FROM "S 1"."T 1" WHERE (("C 1" IS NULL)) + One-Time Filter: false (3 rows) EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM ft1 t1 WHERE c1 IS NOT NULL; -- NullTest - QUERY PLAN ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/recovery/027_stre... --- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:57 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out 2023-09-28 10:42:47 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/foreign_key.out /Users/admin/pgsql/build/testrun/regress/regress/r... --- /Users/admin/pgsql/src/test/regress/expected/foreign_key.out 2023-09-28 10:36:57 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/foreign_key.out 2023-09-28 10:42:47 @@ -2350,582 +2350,7 @@ INSERT into dropfk VALUES (1), (1000), (1500), (2000); -- these should all fail ALTER TABLE droppk DETACH PARTITION droppk_d; -ERROR: removing partition "droppk_d" violates foreign key constraint "dropfk_a_fkey5" -DETAIL: Key (a)=(2000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk2_d; -ERROR: removing partition "droppk2_d" violates foreign key constraint "dropfk_a_fkey4" -DETAIL: Key (a)=(1500) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk1; -ERROR: removing partition "droppk1" violates foreign key constraint "dropfk_a_fkey1" -DETAIL: Key (a)=(1) is still referenced from table "dropfk". -ALTER TABLE droppk DETACH PARTITION droppk2; -ERROR: removing partition "droppk2" violates foreign key constraint "dropfk_a_fkey2" -DETAIL: Key (a)=(1000) is still referenced from table "dropfk". -ALTER TABLE droppk2 DETACH PARTITION droppk21; -ERROR: removing partition "droppk21" violates foreign key constraint "dropfk_a_fkey3" ... |
tap | [10:42:52.724](194.110s) not ok 5 - regression tests pass [10:42:54.337](1.602s) not ok 6 - dump before running pg_upgrade |
tap | [10:42:52.722](135.352s) not ok 2 - regression tests pass |
test | [10:44:49.622] 89/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 15.97s... [10:44:49.622] 106/266 postgresql:regress / regress/regress ERROR 199.72s... [10:44:49.622] 113/266 postgresql:recovery / recovery/027_stream_regress ERROR 139.38s... [10:44:49.622] 114/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 201.23s... |
45/4592 | pg_stat_get_activity(): integer overflow due to (int) * (int) for MemoryContextAllocHuge() |
CompilerWarnings | |
compiler | [09:37:39.151] backend_status.c:41:54: error: integer overflow in expression of type ‘long int’ results in ‘0’ [-Werror=... |
Linux - Debian Bullseye - Meson | |
tap | [09:40:06.579](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.619](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.641](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.068](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.945](0.843s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/authentication/002_saslprep/d... |
tap | [09:40:07.109](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.203](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.790](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.785](0.005s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.825](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.874](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.983](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.064](0.022s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.023](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.055](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.077](0.005s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.717](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.084](1.143s) not ok 13 - successful creation [09:40:04.104](0.018s) not ok 15 - checksums are disabled in control file: exit code 0 [09:40:04.104](0.000s) not ok 16 - checksums are disabled in control file: no stderr [09:40:04.104](0.000s) not ok 17 - checksums are disabled in control file: matches [09:40:06.049](1.144s) not ok 22 - successful creation with group access [09:40:07.227](1.142s) not ok 26 - option --icu-locale [09:40:08.088](0.860s) not ok 27 - options --locale-provider=icu --locale=und --lc-*=C: exit code 0 [09:40:08.088](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr [09:40:08.934](0.000s) not ok 31 - fails for invalid ICU locale: matches [09:40:09.739](0.000s) not ok 37 - fails for invalid collation argument: matches |
tap | [09:40:01.836](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.691](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.747](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.226](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.602](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.642](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.227](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.791](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.862](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.902](0.013s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:02.973](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.969](0.798s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_basebackup/010_pg_baseback... |
tap | [09:40:03.146](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.013](0.771s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_basebackup/020_pg_receivew... |
tap | [09:40:03.264](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.342](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.511](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.713](1.143s) not ok 10 - pg_ctl initdb [09:40:04.740](0.004s) not ok 12 - pg_ctl start: exit code 0 [09:40:04.741](0.000s) not ok 13 - pg_ctl start: no stderr [09:40:04.741](0.000s) not ok 14 - pg_ctl start: matches [09:40:04.771](0.012s) not ok 16 - pg_ctl stop [09:40:04.798](0.014s) not ok 18 - pg_ctl restart with server not running [09:40:04.799](0.000s) not ok 19 [09:40:04.802](0.002s) Bail out! command "pg_ctl stop -D /tmp/cirrus-ci-build/build-32/testrun/pg_ctl/001_start_stop/da... |
tap | [09:40:03.615](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.749](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.761](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.944](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:03.953](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.016](0.016s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.764](0.550s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_dump/010_dump_connstr/data... |
tap | [09:40:06.878](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.226](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.201](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.253](0.007s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.780](0.577s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_rewind/002_databases/data/... |
tap | [09:40:04.484](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.425](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.555](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.703](0.007s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.767](0.024s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:04.914](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.094](0.906s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/dat... |
tap | [09:40:05.057](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.049](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.077](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.191](0.013s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.201](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.335](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.308](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.291](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.490](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.434](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.063](0.604s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/pgbench/001_pgbench_with_serv... |
tap | [09:40:06.135](0.464s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/psql/001_basic/data/t_001_bas... |
tap | [09:40:05.681](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.226](0.023s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.253](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.286](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.242](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.274](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.258](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.492](0.007s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.493](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.489](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.532](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.516](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.533](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.589](0.021s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.715](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.791](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.771](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.787](0.005s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.528](0.743s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/recovery/019_replslot_limit/d... |
tap | [09:40:00.839](0.007s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.863](0.013s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:00.966](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.050](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.096](0.005s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.075](0.027s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.035](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.191](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.274](0.032s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.284](0.028s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.368](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.369](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.342](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.400](0.004s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.433](0.024s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.573](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.561](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.611](0.017s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.613](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:01.635](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.768](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.801](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:05.919](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.004](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.048](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.284](0.024s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.274](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.340](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.324](0.013s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.363](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.428](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:06.533](0.006s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.142](0.625s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/scripts/200_connstr/data/t_20... |
tap | [09:40:09.614](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.638](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.664](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.237](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.355](0.005s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.361](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.321](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.372](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.165](0.679s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/subscription/005_encoding/dat... |
tap | [09:40:07.563](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.531](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.631](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.660](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.653](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.739](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.566](0.779s) Bail out! command "initdb -D /tmp/cirrus-ci-build/build-32/testrun/subscription/012_collation/da... |
tap | [09:40:07.862](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.900](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.925](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.016](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.190](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.110](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.267](0.011s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.184](0.008s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.278](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.315](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.463](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.423](0.016s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.510](0.003s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.514](0.007s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.574](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.601](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.727](0.016s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.743](0.010s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.750](0.014s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.723](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.851](0.021s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:08.907](0.009s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.367](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:07.043](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.323](0.002s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.302](0.019s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.379](0.021s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.523](0.027s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.551](0.015s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
tap | [09:40:09.519](0.012s) Bail out! failed to execute command "cp -RPp /tmp/cirrus-ci-build/build-32/tmp_install/initdb-te... |
test | [09:40:10.447] 3/266 postgresql:setup / initdb_cache FAIL 0.47s (e... [09:40:10.447] 4/266 postgresql:regress / regress/regress ERROR 0.08s [09:40:10.447] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1.19s [09:40:10.447] 7/266 postgresql:isolation / isolation/isolation ERROR 0.08s [09:40:10.447] 8/266 postgresql:recovery / recovery/001_stream_rep ERROR 0.30s [09:40:10.447] 9/266 postgresql:recovery / recovery/002_archiving ERROR 0.30s [09:40:10.447] 10/266 postgresql:recovery / recovery/003_recovery_targets ERROR 0.31s [09:40:10.447] 11/266 postgresql:recovery / recovery/004_timeline_switch ERROR 0.27s [09:40:10.447] 12/266 postgresql:recovery / recovery/005_replay_delay ERROR 0.30s [09:40:10.447] 13/266 postgresql:recovery / recovery/006_logical_decoding ERROR 0.24s [09:40:10.447] 14/266 postgresql:recovery / recovery/007_sync_rep ERROR 0.27s [09:40:10.447] 15/266 postgresql:recovery / recovery/008_fsm_truncation ERROR 0.28s [09:40:10.447] 16/266 postgresql:recovery / recovery/009_twophase ERROR 0.28s [09:40:10.447] 17/266 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR 0.27s [09:40:10.447] 18/266 postgresql:recovery / recovery/012_subtransactions ERROR 0.28s [09:40:10.447] 19/266 postgresql:recovery / recovery/013_crash_restart ERROR 0.27s [09:40:10.447] 20/266 postgresql:recovery / recovery/014_unlogged_reinit ERROR 0.30s [09:40:10.447] 21/266 postgresql:recovery / recovery/015_promotion_pages ERROR 0.22s [09:40:10.447] 22/266 postgresql:recovery / recovery/016_min_consistency ERROR 0.27s [09:40:10.447] 23/266 postgresql:recovery / recovery/017_shm ERROR 0.28s [09:40:10.447] 24/266 postgresql:recovery / recovery/018_wal_optimize ERROR 0.28s [09:40:10.447] 25/266 postgresql:recovery / recovery/019_replslot_limit ERROR 0.99s [09:40:10.447] 26/266 postgresql:recovery / recovery/020_archive_status ERROR 0.29s [09:40:10.447] 27/266 postgresql:recovery / recovery/021_row_visibility ERROR 0.28s [09:40:10.447] 28/266 postgresql:recovery / recovery/022_crash_temp_files ERROR 0.24s [09:40:10.447] 29/266 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR 0.29s [09:40:10.447] 30/266 postgresql:recovery / recovery/024_archive_recovery ERROR 0.33s [09:40:10.447] 31/266 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR 0.28s [09:40:10.447] 32/266 postgresql:recovery / recovery/026_overwrite_contrecord ERROR 0.19s [09:40:10.447] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 0.29s [09:40:10.447] 34/266 postgresql:recovery / recovery/028_pitr_timelines ERROR 0.34s [09:40:10.447] 35/266 postgresql:recovery / recovery/029_stats_restart ERROR 0.27s [09:40:10.447] 36/266 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR 0.32s [09:40:10.447] 37/266 postgresql:recovery / recovery/031_recovery_conflict ERROR 0.29s [09:40:10.447] 38/266 postgresql:recovery / recovery/032_relfilenode_reuse ERROR 0.22s [09:40:10.447] 39/266 postgresql:recovery / recovery/033_replay_tsp_drops ERROR 0.28s [09:40:10.447] 40/266 postgresql:recovery / recovery/034_create_database ERROR 0.23s [09:40:10.447] 41/266 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 0.29s [09:40:10.447] 42/266 postgresql:recovery / recovery/036_truncated_dropped ERROR 0.28s [09:40:10.447] 43/266 postgresql:recovery / recovery/037_invalid_database ERROR 0.29s [09:40:10.447] 44/266 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 0.27s [09:40:10.447] 45/266 postgresql:recovery / recovery/039_end_of_wal ERROR 0.24s [09:40:10.447] 46/266 postgresql:kerberos / kerberos/001_auth FAIL 0.45s (e... [09:40:10.447] 47/266 postgresql:plpgsql / plpgsql/regress ERROR 0.14s [09:40:10.447] 48/266 postgresql:plperl / plperl/regress ERROR 0.09s [09:40:10.447] 49/266 postgresql:plpython / plpython/regress ERROR 0.07s [09:40:10.447] 50/266 postgresql:pltcl / pltcl/regress ERROR 0.08s [09:40:10.447] 51/266 postgresql:adminpack / adminpack/regress ERROR 0.07s [09:40:10.447] 52/266 postgresql:amcheck / amcheck/regress ERROR 0.04s [09:40:10.447] 53/266 postgresql:basic_archive / basic_archive/regress ERROR 0.04s [09:40:10.447] 54/266 postgresql:bloom / bloom/regress ERROR 0.08s [09:40:10.447] 55/266 postgresql:bool_plperl / bool_plperl/regress ERROR 0.12s [09:40:10.447] 56/266 postgresql:btree_gin / btree_gin/regress ERROR 0.08s [09:40:10.447] 57/266 postgresql:btree_gist / btree_gist/regress ERROR 0.08s [09:40:10.447] 58/266 postgresql:citext / citext/regress ERROR 0.08s [09:40:10.447] 59/266 postgresql:cube / cube/regress ERROR 0.07s [09:40:10.447] 60/266 postgresql:dblink / dblink/regress ERROR 0.08s [09:40:10.447] 61/266 postgresql:dict_int / dict_int/regress ERROR 0.07s [09:40:10.447] 62/266 postgresql:dict_xsyn / dict_xsyn/regress ERROR 0.07s [09:40:10.447] 63/266 postgresql:earthdistance / earthdistance/regress ERROR 0.12s [09:40:10.447] 64/266 postgresql:file_fdw / file_fdw/regress ERROR 0.07s [09:40:10.447] 65/266 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR 0.07s [09:40:10.447] 66/266 postgresql:hstore / hstore/regress ERROR 0.08s [09:40:10.447] 67/266 postgresql:hstore_plperl / hstore_plperl/regress ERROR 0.07s [09:40:10.447] 68/266 postgresql:hstore_plpython / hstore_plpython/regress ERROR 0.07s [09:40:10.447] 69/266 postgresql:intarray / intarray/regress ERROR 0.04s [09:40:10.447] 70/266 postgresql:isn / isn/regress ERROR 0.07s [09:40:10.447] 71/266 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR 0.07s [09:40:10.447] 72/266 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR 0.07s [09:40:10.447] 73/266 postgresql:lo / lo/regress ERROR 0.07s [09:40:10.447] 74/266 postgresql:ltree / ltree/regress ERROR 0.07s [09:40:10.447] 75/266 postgresql:ltree_plpython / ltree_plpython/regress ERROR 0.07s [09:40:10.447] 76/266 postgresql:pageinspect / pageinspect/regress ERROR 0.08s [09:40:10.447] 77/266 postgresql:passwordcheck / passwordcheck/regress ERROR 0.08s [09:40:10.447] 78/266 postgresql:pg_buffercache / pg_buffercache/regress ERROR 0.12s [09:40:10.447] 79/266 postgresql:pgcrypto / pgcrypto/regress ERROR 0.08s [09:40:10.447] 80/266 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR 0.07s [09:40:10.447] 81/266 postgresql:pgrowlocks / pgrowlocks/isolation ERROR 0.07s [09:40:10.447] 82/266 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 0.08s [09:40:10.447] 83/266 postgresql:pgstattuple / pgstattuple/regress ERROR 0.08s [09:40:10.447] 84/266 postgresql:pg_surgery / pg_surgery/regress ERROR 0.05s [09:40:10.447] 85/266 postgresql:pg_trgm / pg_trgm/regress ERROR 0.05s [09:40:10.447] 86/266 postgresql:pg_visibility / pg_visibility/regress ERROR 0.08s [09:40:10.447] 87/266 postgresql:pg_walinspect / pg_walinspect/regress ERROR 0.13s [09:40:10.447] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 0.07s [09:40:10.447] 89/266 postgresql:seg / seg/regress ERROR 0.07s [09:40:10.447] 90/266 postgresql:tablefunc / tablefunc/regress ERROR 0.07s [09:40:10.447] 91/266 postgresql:tcn / tcn/isolation ERROR 0.08s [09:40:10.447] 92/266 postgresql:test_decoding / test_decoding/regress ERROR 0.08s [09:40:10.447] 93/266 postgresql:test_decoding / test_decoding/isolation ERROR 0.08s [09:40:10.447] 94/266 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR 0.04s [09:40:10.447] 95/266 postgresql:tsm_system_time / tsm_system_time/regress ERROR 0.07s [09:40:10.447] 96/266 postgresql:unaccent / unaccent/regress ERROR 0.04s [09:40:10.447] 97/266 postgresql:uuid-ossp / uuid-ossp/regress ERROR 0.08s [09:40:10.447] 98/266 postgresql:xml2 / xml2/regress ERROR 0.04s [09:40:10.447] 99/266 postgresql:brin / brin/isolation ERROR 0.07s [09:40:10.447] 100/266 postgresql:commit_ts / commit_ts/regress ERROR 0.09s [09:40:10.447] 101/266 postgresql:delay_execution / delay_execution/isolation ERROR 0.08s [09:40:10.447] 102/266 postgresql:dummy_index_am / dummy_index_am/regress ERROR 0.08s [09:40:10.447] 103/266 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR 0.08s [09:40:10.447] 104/266 postgresql:plsample / plsample/regress ERROR 0.08s [09:40:10.447] 105/266 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR 0.07s [09:40:10.447] 106/266 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR 0.14s [09:40:10.447] 107/266 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR 0.04s [09:40:10.447] 108/266 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR 0.09s [09:40:10.447] 109/266 postgresql:test_extensions / test_extensions/regress ERROR 0.77s [09:40:10.447] 110/266 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR 0.07s [09:40:10.447] 111/266 postgresql:test_integerset / test_integerset/regress ERROR 0.08s [09:40:10.447] 112/266 postgresql:test_lfind / test_lfind/regress ERROR 0.07s [09:40:10.447] 113/266 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR 0.78s [09:40:10.447] 114/266 postgresql:test_parser / test_parser/regress ERROR 0.08s [09:40:10.447] 115/266 postgresql:test_pg_dump / test_pg_dump/regress ERROR 0.12s [09:40:10.447] 116/266 postgresql:test_predtest / test_predtest/regress ERROR 0.07s [09:40:10.447] 117/266 postgresql:test_rbtree / test_rbtree/regress ERROR 0.09s [09:40:10.447] 118/266 postgresql:test_regex / test_regex/regress ERROR 0.08s [09:40:10.447] 119/266 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR 0.09s [09:40:10.447] 120/266 postgresql:test_shm_mq / test_shm_mq/regress ERROR 0.08s [09:40:10.447] 121/266 postgresql:test_slru / test_slru/regress ERROR 0.07s [09:40:10.447] 122/266 postgresql:unsafe_tests / unsafe_tests/regress ERROR 0.12s [09:40:10.447] 123/266 postgresql:ecpg / ecpg/ecpg ERROR 0.13s [09:40:10.447] 126/266 postgresql:libpq / libpq/003_load_balance_host_list ERROR 0.27s [09:40:10.447] 127/266 postgresql:libpq / libpq/004_load_balance_dns ERROR 0.27s [09:40:10.447] 128/266 postgresql:initdb / initdb/001_initdb ERROR 7.93s [09:40:10.447] 130/266 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR 0.28s [09:40:10.447] 131/266 postgresql:pg_amcheck / pg_amcheck/003_check ERROR 0.24s [09:40:10.447] 132/266 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR 0.22s [09:40:10.447] 133/266 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR 0.23s [09:40:10.447] 135/266 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR 1.09s [09:40:10.447] 136/266 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR 0.27s [09:40:10.447] 137/266 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR 1.06s [09:40:10.447] 138/266 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR 0.28s [09:40:10.447] 140/266 postgresql:pg_checksums / pg_checksums/002_actions ERROR 0.18s [09:40:10.447] 142/266 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR 0.29s [09:40:10.447] 143/266 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR 1.53s [09:40:10.447] 144/266 postgresql:pg_ctl / pg_ctl/002_status ERROR 0.27s [09:40:10.447] 145/266 postgresql:pg_ctl / pg_ctl/003_promote ERROR 0.27s [09:40:10.447] 146/266 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR 0.24s [09:40:10.447] 148/266 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 0.28s [09:40:10.447] 149/266 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.22s [09:40:10.447] 150/266 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 0.23s [09:40:10.447] 151/266 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 0.83s [09:40:10.447] 152/266 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR 0.28s [09:40:10.447] 153/266 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR 0.24s [09:40:10.447] 154/266 postgresql:pg_rewind / pg_rewind/001_basic ERROR 0.27s [09:40:10.447] 155/266 postgresql:pg_rewind / pg_rewind/002_databases ERROR 0.78s [09:40:10.447] 156/266 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR 0.27s [09:40:10.447] 157/266 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR 0.18s [09:40:10.447] 158/266 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR 0.28s [09:40:10.447] 160/266 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR 0.22s [09:40:10.447] 161/266 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR 0.24s [09:40:10.447] 162/266 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR 0.23s [09:40:10.447] 166/266 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR 0.28s [09:40:10.447] 167/266 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR 0.27s [09:40:10.447] 168/266 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR 0.29s [09:40:10.447] 170/266 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR 0.28s [09:40:10.447] 171/266 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR 0.22s [09:40:10.447] 172/266 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR 0.29s [09:40:10.447] 173/266 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR 0.23s [09:40:10.447] 174/266 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR 0.24s [09:40:10.447] 175/266 postgresql:pg_waldump / pg_waldump/001_basic ERROR 0.38s [09:40:10.447] 176/266 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR 0.24s [09:40:10.447] 177/266 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR 0.88s [09:40:10.447] 179/266 postgresql:psql / psql/001_basic ERROR 0.84s [09:40:10.447] 181/266 postgresql:psql / psql/020_cancel ERROR 0.24s [09:40:10.447] 182/266 postgresql:scripts / scripts/010_clusterdb ERROR 0.27s [09:40:10.447] 183/266 postgresql:scripts / scripts/011_clusterdb_all ERROR 0.23s [09:40:10.447] 184/266 postgresql:scripts / scripts/020_createdb ERROR 0.27s [09:40:10.447] 185/266 postgresql:scripts / scripts/040_createuser ERROR 0.28s [09:40:10.447] 186/266 postgresql:scripts / scripts/050_dropdb ERROR 0.23s [09:40:10.447] 187/266 postgresql:scripts / scripts/070_dropuser ERROR 0.32s [09:40:10.447] 188/266 postgresql:scripts / scripts/080_pg_isready ERROR 0.28s [09:40:10.447] 189/266 postgresql:scripts / scripts/090_reindexdb ERROR 0.29s [09:40:10.447] 190/266 postgresql:scripts / scripts/091_reindexdb_all ERROR 0.28s [09:40:10.447] 191/266 postgresql:scripts / scripts/100_vacuumdb ERROR 0.28s [09:40:10.447] 192/266 postgresql:scripts / scripts/101_vacuumdb_all ERROR 0.28s [09:40:10.447] 193/266 postgresql:scripts / scripts/102_vacuumdb_stages ERROR 0.28s [09:40:10.447] 194/266 postgresql:scripts / scripts/200_connstr ERROR 0.88s [09:40:10.447] 196/266 postgresql:amcheck / amcheck/001_verify_heapam ERROR 0.24s [09:40:10.447] 197/266 postgresql:amcheck / amcheck/002_cic ERROR 0.23s [09:40:10.447] 198/266 postgresql:amcheck / amcheck/003_cic_2pc ERROR 0.19s [09:40:10.447] 199/266 postgresql:auto_explain / auto_explain/001_auto_explain ERROR 0.28s [09:40:10.447] 200/266 postgresql:bloom / bloom/001_wal ERROR 0.28s [09:40:10.447] 201/266 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR 0.22s [09:40:10.447] 203/266 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR 0.23s [09:40:10.447] 204/266 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 0.22s [09:40:10.447] 206/266 postgresql:authentication / authentication/001_password ERROR 0.23s [09:40:10.447] 207/266 postgresql:authentication / authentication/002_saslprep ERROR 1.09s [09:40:10.447] 208/266 postgresql:authentication / authentication/003_peer ERROR 0.22s [09:40:10.447] 209/266 postgresql:authentication / authentication/004_file_inclusion ERROR 0.17s [09:40:10.447] 211/266 postgresql:subscription / subscription/001_rep_changes ERROR 0.27s [09:40:10.447] 212/266 postgresql:subscription / subscription/002_types ERROR 0.28s [09:40:10.447] 213/266 postgresql:subscription / subscription/003_constraints ERROR 0.22s [09:40:10.447] 214/266 postgresql:subscription / subscription/004_sync ERROR 0.24s [09:40:10.447] 215/266 postgresql:subscription / subscription/005_encoding ERROR 0.98s [09:40:10.447] 216/266 postgresql:subscription / subscription/006_rewrite ERROR 0.34s [09:40:10.447] 217/266 postgresql:subscription / subscription/007_ddl ERROR 0.18s [09:40:10.447] 218/266 postgresql:subscription / subscription/008_diff_schema ERROR 0.27s [09:40:10.447] 219/266 postgresql:subscription / subscription/009_matviews ERROR 0.28s [09:40:10.447] 220/266 postgresql:subscription / subscription/010_truncate ERROR 0.27s [09:40:10.447] 221/266 postgresql:subscription / subscription/011_generated ERROR 0.23s [09:40:10.447] 222/266 postgresql:subscription / subscription/012_collation ERROR 1.03s [09:40:10.447] 223/266 postgresql:subscription / subscription/013_partition ERROR 0.23s [09:40:10.447] 224/266 postgresql:subscription / subscription/014_binary ERROR 0.23s [09:40:10.447] 225/266 postgresql:subscription / subscription/015_stream ERROR 0.28s [09:40:10.447] 226/266 postgresql:subscription / subscription/016_stream_subxact ERROR 0.27s [09:40:10.447] 227/266 postgresql:subscription / subscription/017_stream_ddl ERROR 0.32s [09:40:10.447] 228/266 postgresql:subscription / subscription/018_stream_subxact_abort ERROR 0.22s [09:40:10.447] 229/266 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR 0.33s [09:40:10.447] 230/266 postgresql:subscription / subscription/020_messages ERROR 0.23s [09:40:10.447] 231/266 postgresql:subscription / subscription/021_twophase ERROR 0.27s [09:40:10.447] 232/266 postgresql:subscription / subscription/022_twophase_cascade ERROR 0.24s [09:40:10.447] 233/266 postgresql:subscription / subscription/023_twophase_stream ERROR 0.27s [09:40:10.447] 234/266 postgresql:subscription / subscription/024_add_drop_pub ERROR 0.24s [09:40:10.447] 235/266 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR 0.34s [09:40:10.447] 236/266 postgresql:subscription / subscription/026_stats ERROR 0.22s [09:40:10.447] 237/266 postgresql:subscription / subscription/027_nosuperuser ERROR 0.32s [09:40:10.447] 238/266 postgresql:subscription / subscription/028_row_filter ERROR 0.27s [09:40:10.447] 239/266 postgresql:subscription / subscription/029_on_error ERROR 0.33s [09:40:10.447] 240/266 postgresql:subscription / subscription/030_origin ERROR 0.28s [09:40:10.447] 241/266 postgresql:subscription / subscription/031_column_list ERROR 0.24s [09:40:10.447] 242/266 postgresql:subscription / subscription/032_subscribe_use_index ERROR 0.22s [09:40:10.447] 243/266 postgresql:subscription / subscription/033_run_as_table_owner ERROR 0.27s [09:40:10.447] 244/266 postgresql:subscription / subscription/100_bugs ERROR 0.29s [09:40:10.447] 245/266 postgresql:brin / brin/01_workitems ERROR 0.28s [09:40:10.447] 246/266 postgresql:brin / brin/02_wal_consistency ERROR 0.28s [09:40:10.447] 247/266 postgresql:commit_ts / commit_ts/001_base ERROR 0.33s [09:40:10.447] 248/266 postgresql:commit_ts / commit_ts/002_standby ERROR 0.28s [09:40:10.447] 249/266 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 0.32s [09:40:10.447] 250/266 postgresql:commit_ts / commit_ts/004_restart ERROR 0.23s [09:40:10.447] 251/266 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd ERROR 0.34s [09:40:10.447] 252/266 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR 0.33s [09:40:10.447] 253/266 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR 0.22s [09:40:10.447] 254/266 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR 0.34s [09:40:10.447] 255/266 postgresql:test_misc / test_misc/001_constraint_validation ERROR 0.29s [09:40:10.447] 256/266 postgresql:test_misc / test_misc/002_tablespace ERROR 0.23s [09:40:10.447] 257/266 postgresql:test_misc / test_misc/003_check_guc ERROR 0.28s [09:40:10.447] 258/266 postgresql:test_misc / test_misc/004_io_direct ERROR 0.29s [09:40:10.447] 259/266 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.33s [09:40:10.447] 260/266 postgresql:worker_spi / worker_spi/001_worker_spi ERROR 0.28s [09:40:10.447] 261/266 postgresql:ssl / ssl/001_ssltests ERROR 0.33s [09:40:10.447] 262/266 postgresql:ssl / ssl/002_scram ERROR 0.32s [09:40:10.447] 263/266 postgresql:ssl / ssl/003_sslinfo ERROR 0.33s [09:40:10.447] 264/266 postgresql:ldap / ldap/001_auth ERROR 0.33s [09:40:10.447] 265/266 postgresql:ldap / ldap/002_bindpasswd ERROR 0.23s [09:40:10.447] 266/266 postgresql:icu / icu/010_database ERROR 0.19s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [09:38:26.468](0.049s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.622](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.846](0.142s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:27.641](0.036s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.364](5.525s) Bail out! command "initdb -D C:\cirrus\build/testrun/authentication/002_saslprep\data/t_002_sasl... |
tap | [09:38:27.897](0.075s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:27.957](0.025s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.888](0.059s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:27.053](0.055s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.963](0.045s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.253](0.077s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.677](0.074s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.689](0.081s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.624](0.020s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.762](0.036s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.963](0.141s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.515](2.374s) not ok 13 - successful creation [09:38:19.575](0.058s) not ok 15 - checksums are disabled in control file: exit code 0 [09:38:19.576](0.000s) not ok 16 - checksums are disabled in control file: no stderr [09:38:19.576](0.000s) not ok 17 - checksums are disabled in control file: matches |
tap | [09:38:16.000](0.063s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:16.085](0.039s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.328](0.139s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:16.458](0.055s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:16.621](0.028s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:16.619](0.033s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:16.890](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.256](1.999s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_... |
tap | [09:38:17.105](0.014s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.499](2.023s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\data/t_020_... |
tap | [09:38:17.757](0.053s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:18.200](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:18.640](0.022s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:21.642](2.902s) not ok 10 - pg_ctl initdb [09:38:21.726](0.051s) not ok 12 - pg_ctl start: exit code 0 [09:38:21.727](0.000s) not ok 13 - pg_ctl start: no stderr [09:38:21.728](0.000s) not ok 14 - pg_ctl start: matches [09:38:24.815](0.033s) not ok 16 - pg_ctl stop [09:38:24.913](0.031s) not ok 18 - pg_ctl restart with server not running [09:38:24.940](0.025s) not ok 24 - pg_ctl restart with server running [09:38:24.955](0.014s) Bail out! command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_wu... |
tap | [09:38:18.765](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:18.976](0.040s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.238](0.029s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.632](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.747](0.085s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:19.689](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.017](2.052s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_dump/010_dump_connstr\data/t_010_dump_co... |
tap | [09:38:27.364](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:20.147](0.018s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:20.125](0.044s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:20.171](0.025s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.204](1.804s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_database... |
tap | [09:38:20.595](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:20.585](0.022s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:20.672](0.019s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:21.016](0.020s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:21.103](0.015s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:21.462](0.042s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:13.691](4.641s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upg... |
tap | [09:38:22.260](0.064s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.338](0.031s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.656](0.165s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.707](0.027s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:22.876](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:23.008](0.072s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:23.061](0.024s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:23.178](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:23.976](0.016s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:23.380](0.037s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.068](1.532s) Bail out! command "initdb -D C:\cirrus\build/testrun/pgbench/001_pgbench_with_server\data/t_001_... |
tap | [09:38:25.478](1.611s) Bail out! command "initdb -D C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/p... |
tap | [09:38:08.628](0.053s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.130](0.470s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:08.537](0.056s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:08.578](0.100s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.204](0.160s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.195](0.049s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.174](0.046s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.176](0.047s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.749](0.048s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.855](0.144s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.802](0.061s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.822](0.040s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.840](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:09.899](0.028s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:10.391](0.415s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:10.485](0.100s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:14.296](3.857s) Bail out! command "initdb -D C:\cirrus\build/testrun/recovery/019_replslot_limit\data/t_019_repl... |
tap | [09:38:10.496](0.059s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.057](0.370s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.036](0.025s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.084](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.115](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.156](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.570](0.068s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.620](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.661](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.676](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:11.779](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.231](0.131s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.185](0.022s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.263](0.082s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.509](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.530](0.198s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.595](0.047s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.800](0.043s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:12.912](0.024s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:24.592](0.017s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:24.751](0.029s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.078](0.016s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.362](0.077s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.501](0.085s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.663](0.077s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.958](0.030s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.837](0.110s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:25.902](0.069s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.429](0.054s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.016](0.074s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:26.397](0.142s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.821](4.452s) Bail out! command "initdb -D C:\cirrus\build/testrun/scripts/200_connstr\data/t_200_connstr_main... |
tap | [09:38:34.215](0.028s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:34.247](0.019s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:34.297](0.019s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.246](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:28.374](0.176s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:28.434](0.035s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:28.457](0.039s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:28.638](0.046s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:34.305](5.697s) Bail out! command "initdb -D C:\cirrus\build/testrun/subscription/005_encoding\data/t_005_encodi... |
tap | [09:38:28.895](0.050s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:28.908](0.027s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.009](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.213](0.072s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.423](0.085s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.414](0.033s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.776](0.056s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.800](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.008](0.061s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:29.977](0.031s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.024](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.399](0.094s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.373](0.050s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.499](0.064s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.640](0.047s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.696](0.084s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.926](0.065s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:30.964](0.071s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.096](0.087s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.339](0.069s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.421](0.050s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.395](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.483](0.027s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.667](0.106s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.868](0.074s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:31.894](0.055s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.291](0.063s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:32.193](0.083s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.263](0.048s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:27.420](0.065s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.658](0.261s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.723](0.158s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.772](0.210s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.840](0.101s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:33.911](0.142s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [09:38:34.131](0.225s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
test | [09:38:34.357] 3/261 postgresql:setup / initdb_cache FAIL 1.04s... [09:38:34.357] 4/261 postgresql:recovery / recovery/003_recovery_targets ERROR 0.61s... [09:38:34.357] 6/261 postgresql:isolation / isolation/isolation ERROR 0.65s... [09:38:34.357] 5/261 postgresql:recovery / recovery/004_timeline_switch ERROR 0.67s... [09:38:34.357] 7/261 postgresql:regress / regress/regress ERROR 0.70s... [09:38:34.357] 8/261 postgresql:recovery / recovery/001_stream_rep ERROR 0.79s... [09:38:34.357] 10/261 postgresql:recovery / recovery/002_archiving ERROR 1.27s... [09:38:34.357] 12/261 postgresql:recovery / recovery/008_fsm_truncation ERROR 0.61s... [09:38:34.357] 11/261 postgresql:recovery / recovery/007_sync_rep ERROR 0.61s... [09:38:34.357] 14/261 postgresql:recovery / recovery/005_replay_delay ERROR 0.73s... [09:38:34.357] 13/261 postgresql:recovery / recovery/006_logical_decoding ERROR 0.69s... [09:38:34.357] 15/261 postgresql:recovery / recovery/009_twophase ERROR 1.10s... [09:38:34.357] 16/261 postgresql:recovery / recovery/012_subtransactions ERROR 0.64s... [09:38:34.357] 17/261 postgresql:recovery / recovery/013_crash_restart ERROR 0.63s... [09:38:34.357] 18/261 postgresql:recovery / recovery/014_unlogged_reinit ERROR 0.63s... [09:38:34.357] 19/261 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR 1.20s... [09:38:34.357] 20/261 postgresql:recovery / recovery/015_promotion_pages ERROR 0.74s... [09:38:34.357] 21/261 postgresql:recovery / recovery/016_min_consistency ERROR 1.18s... [09:38:34.357] 23/261 postgresql:recovery / recovery/020_archive_status ERROR 0.67s... [09:38:34.357] 22/261 postgresql:recovery / recovery/018_wal_optimize ERROR 0.73s... [09:38:34.357] 26/261 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR 0.59s... [09:38:34.357] 27/261 postgresql:recovery / recovery/021_row_visibility ERROR 1.17s... [09:38:34.357] 28/261 postgresql:recovery / recovery/024_archive_recovery ERROR 0.58s... [09:38:34.357] 29/261 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR 0.60s... [09:38:34.357] 30/261 postgresql:recovery / recovery/026_overwrite_contrecord ERROR 0.73s... [09:38:34.357] 31/261 postgresql:recovery / recovery/027_stream_regress ERROR 0.92s... [09:38:34.357] 32/261 postgresql:recovery / recovery/028_pitr_timelines ERROR 0.61s... [09:38:34.357] 33/261 postgresql:recovery / recovery/029_stats_restart ERROR 0.67s... [09:38:34.357] 34/261 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR 0.63s... [09:38:34.357] 35/261 postgresql:recovery / recovery/031_recovery_conflict ERROR 0.88s... [09:38:34.357] 36/261 postgresql:recovery / recovery/033_replay_tsp_drops ERROR 0.63s... [09:38:34.357] 37/261 postgresql:recovery / recovery/032_relfilenode_reuse ERROR 0.98s... [09:38:34.357] 38/261 postgresql:recovery / recovery/034_create_database ERROR 0.63s... [09:38:34.357] 39/261 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 0.82s... [09:38:34.357] 40/261 postgresql:recovery / recovery/036_truncated_dropped ERROR 0.84s... [09:38:34.357] 42/261 postgresql:plpgsql / plpgsql/regress ERROR 0.35s... [09:38:34.357] 41/261 postgresql:recovery / recovery/037_invalid_database ERROR 0.61s... [09:38:34.357] 43/261 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 0.55s... [09:38:34.357] 44/261 postgresql:plpython / plpython/regress ERROR 0.23s... [09:38:34.357] 45/261 postgresql:plperl / plperl/regress ERROR 0.27s... [09:38:34.357] 47/261 postgresql:adminpack / adminpack/regress ERROR 0.29s... [09:38:34.357] 46/261 postgresql:recovery / recovery/039_end_of_wal ERROR 0.68s... [09:38:34.357] 48/261 postgresql:amcheck / amcheck/regress ERROR 0.29s... [09:38:34.357] 49/261 postgresql:basic_archive / basic_archive/regress ERROR 0.25s... [09:38:34.357] 51/261 postgresql:bloom / bloom/regress ERROR 0.23s... [09:38:34.357] 50/261 postgresql:bool_plperl / bool_plperl/regress ERROR 0.22s... [09:38:34.357] 52/261 postgresql:btree_gin / btree_gin/regress ERROR 0.20s... [09:38:34.357] 53/261 postgresql:btree_gist / btree_gist/regress ERROR 0.21s... [09:38:34.357] 54/261 postgresql:citext / citext/regress ERROR 0.25s... [09:38:34.357] 55/261 postgresql:cube / cube/regress ERROR 0.22s... [09:38:34.357] 56/261 postgresql:dict_int / dict_int/regress ERROR 0.21s... [09:38:34.357] 57/261 postgresql:dblink / dblink/regress ERROR 0.26s... [09:38:34.357] 58/261 postgresql:dict_xsyn / dict_xsyn/regress ERROR 0.21s... [09:38:34.357] 60/261 postgresql:earthdistance / earthdistance/regress ERROR 0.28s... [09:38:34.357] 59/261 postgresql:file_fdw / file_fdw/regress ERROR 0.25s... [09:38:34.357] 61/261 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR 0.19s... [09:38:34.357] 62/261 postgresql:hstore / hstore/regress ERROR 0.24s... [09:38:34.357] 63/261 postgresql:hstore_plperl / hstore_plperl/regress ERROR 0.30s... [09:38:34.359] 65/261 postgresql:intarray / intarray/regress ERROR 0.19s... [09:38:34.359] 64/261 postgresql:hstore_plpython / hstore_plpython/regress ERROR 0.28s... [09:38:34.359] 66/261 postgresql:isn / isn/regress ERROR 0.20s... [09:38:34.359] 68/261 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR 0.26s... [09:38:34.359] 67/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 5.81s... [09:38:34.359] 69/261 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR 0.30s... [09:38:34.359] 70/261 postgresql:lo / lo/regress ERROR 0.23s... [09:38:34.359] 71/261 postgresql:ltree_plpython / ltree_plpython/regress ERROR 0.22s... [09:38:34.359] 72/261 postgresql:pageinspect / pageinspect/regress ERROR 0.23s... [09:38:34.359] 74/261 postgresql:passwordcheck / passwordcheck/regress ERROR 0.20s... [09:38:34.359] 73/261 postgresql:ltree / ltree/regress ERROR 0.29s... [09:38:34.359] 75/261 postgresql:pg_buffercache / pg_buffercache/regress ERROR 0.27s... [09:38:34.359] 76/261 postgresql:pgcrypto / pgcrypto/regress ERROR 0.23s... [09:38:34.359] 77/261 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR 0.21s... [09:38:34.359] 78/261 postgresql:pgrowlocks / pgrowlocks/isolation ERROR 0.25s... [09:38:34.359] 79/261 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 0.23s... [09:38:34.359] 80/261 postgresql:pgstattuple / pgstattuple/regress ERROR 0.24s... [09:38:34.359] 81/261 postgresql:pg_surgery / pg_surgery/regress ERROR 0.30s... [09:38:34.359] 82/261 postgresql:pg_visibility / pg_visibility/regress ERROR 0.22s... [09:38:34.359] 83/261 postgresql:pg_walinspect / pg_walinspect/regress ERROR 0.21s... [09:38:34.359] 85/261 postgresql:pg_trgm / pg_trgm/regress ERROR 0.28s... [09:38:34.359] 84/261 postgresql:recovery / recovery/019_replslot_limit ERROR 4.50s... [09:38:34.359] 86/261 postgresql:seg / seg/regress ERROR 0.28s... [09:38:34.359] 87/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 0.31s... [09:38:34.359] 88/261 postgresql:tablefunc / tablefunc/regress ERROR 0.27s... [09:38:34.359] 89/261 postgresql:tcn / tcn/isolation ERROR 0.23s... [09:38:34.359] 90/261 postgresql:test_decoding / test_decoding/regress ERROR 0.28s... [09:38:34.359] 91/261 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR 0.27s... [09:38:34.359] 92/261 postgresql:test_decoding / test_decoding/isolation ERROR 0.30s... [09:38:34.359] 93/261 postgresql:tsm_system_time / tsm_system_time/regress ERROR 0.23s... [09:38:34.359] 94/261 postgresql:unaccent / unaccent/regress ERROR 0.27s... [09:38:34.359] 95/261 postgresql:brin / brin/isolation ERROR 0.26s... [09:38:34.359] 96/261 postgresql:commit_ts / commit_ts/regress ERROR 0.26s... [09:38:34.359] 97/261 postgresql:delay_execution / delay_execution/isolation ERROR 0.26s... [09:38:34.359] 98/261 postgresql:dummy_index_am / dummy_index_am/regress ERROR 0.24s... [09:38:34.359] 99/261 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR 0.26s... [09:38:34.359] 101/261 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR 0.24s... [09:38:34.359] 100/261 postgresql:plsample / plsample/regress ERROR 0.27s... [09:38:34.359] 102/261 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR 0.28s... [09:38:34.359] 103/261 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR 0.25s... [09:38:34.359] 104/261 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR 0.30s... [09:38:34.359] 105/261 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR 0.24s... [09:38:34.359] 107/261 postgresql:test_integerset / test_integerset/regress ERROR 0.25s... [09:38:34.359] 106/261 postgresql:test_lfind / test_lfind/regress ERROR 0.24s... [09:38:34.359] 108/261 postgresql:test_parser / test_parser/regress ERROR 0.24s... [09:38:34.359] 109/261 postgresql:test_pg_dump / test_pg_dump/regress ERROR 0.23s... [09:38:34.359] 110/261 postgresql:test_predtest / test_predtest/regress ERROR 0.21s... [09:38:34.359] 111/261 postgresql:test_rbtree / test_rbtree/regress ERROR 0.23s... [09:38:34.359] 112/261 postgresql:test_regex / test_regex/regress ERROR 0.25s... [09:38:34.359] 113/261 postgresql:test_shm_mq / test_shm_mq/regress ERROR 0.18s... [09:38:34.359] 114/261 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR 0.30s... [09:38:34.359] 115/261 postgresql:unsafe_tests / unsafe_tests/regress ERROR 0.20s... [09:38:34.359] 116/261 postgresql:test_slru / test_slru/regress ERROR 0.29s... [09:38:34.359] 117/261 postgresql:ecpg / ecpg/ecpg ERROR 0.59s... [09:38:34.359] 119/261 postgresql:libpq / libpq/003_load_balance_host_list ERROR 0.69s... [09:38:34.359] 120/261 postgresql:libpq / libpq/004_load_balance_dns ERROR 0.74s... [09:38:34.359] 121/261 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR 0.61s... [09:38:34.359] 123/261 postgresql:pg_amcheck / pg_amcheck/003_check ERROR 0.56s... [09:38:34.359] 124/261 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR 0.50s... [09:38:34.359] 125/261 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR 0.47s... [09:38:34.359] 126/261 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR 0.45s... [09:38:34.359] 128/261 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR 0.66s... [09:38:34.359] 129/261 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR 2.91s... [09:38:34.359] 130/261 postgresql:test_extensions / test_extensions/regress ERROR 3.12s... [09:38:34.360] 132/261 postgresql:pg_checksums / pg_checksums/002_actions ERROR 0.45s... [09:38:34.360] 134/261 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR 0.80s... [09:38:34.360] 135/261 postgresql:pg_ctl / pg_ctl/002_status ERROR 0.58s... [09:38:34.360] 136/261 postgresql:pg_ctl / pg_ctl/003_promote ERROR 0.52s... [09:38:34.360] 137/261 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR 0.60s... [09:38:34.360] 138/261 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR 2.62s... [09:38:34.360] 139/261 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR 2.61s... [09:38:34.360] 141/261 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 0.67s... [09:38:34.360] 143/261 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 0.47s... [09:38:34.360] 144/261 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.56s... [09:38:34.360] 145/261 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR 0.49s... [09:38:34.360] 146/261 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR 0.56s... [09:38:34.360] 147/261 postgresql:pg_rewind / pg_rewind/001_basic ERROR 0.46s... [09:38:34.360] 149/261 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR 0.43s... [09:38:34.360] 148/261 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR 0.43s... [09:38:34.360] 150/261 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR 0.50s... [09:38:34.360] 151/261 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR 0.40s... [09:38:34.360] 152/261 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR 0.41s... [09:38:34.360] 154/261 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR 0.46s... [09:38:34.360] 158/261 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 2.53s... [09:38:34.360] 159/261 postgresql:pg_rewind / pg_rewind/002_databases ERROR 2.40s... [09:38:34.360] 160/261 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR 0.49s... [09:38:34.360] 161/261 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR 0.51s... [09:38:34.360] 163/261 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR 0.65s... [09:38:34.360] 165/261 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR 0.47s... [09:38:34.360] 166/261 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR 0.54s... [09:38:34.360] 167/261 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR 0.59s... [09:38:34.360] 168/261 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR 0.44s... [09:38:34.360] 169/261 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR 0.49s... [09:38:34.360] 170/261 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR 0.48s... [09:38:34.360] 172/261 postgresql:pg_waldump / pg_waldump/001_basic ERROR 1.25s... [09:38:34.360] 140/261 postgresql:initdb / initdb/001_initdb ERROR 8.91s... [09:38:34.360] 174/261 postgresql:scripts / scripts/010_clusterdb ERROR 0.61s... [09:38:34.360] 175/261 postgresql:scripts / scripts/011_clusterdb_all ERROR 0.44s... [09:38:34.360] 155/261 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR 6.86s... [09:38:34.360] 177/261 postgresql:scripts / scripts/020_createdb ERROR 0.71s... [09:38:34.360] 176/261 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR 2.06s... [09:38:34.360] 178/261 postgresql:scripts / scripts/040_createuser ERROR 0.79s... [09:38:34.360] 179/261 postgresql:psql / psql/001_basic ERROR 2.32s... [09:38:34.360] 180/261 postgresql:scripts / scripts/050_dropdb ERROR 0.75s... [09:38:34.360] 181/261 postgresql:scripts / scripts/070_dropuser ERROR 0.73s... [09:38:34.360] 182/261 postgresql:scripts / scripts/090_reindexdb ERROR 0.77s... [09:38:34.360] 183/261 postgresql:scripts / scripts/091_reindexdb_all ERROR 0.52s... [09:38:34.360] 184/261 postgresql:scripts / scripts/080_pg_isready ERROR 0.87s... [09:38:34.360] 185/261 postgresql:scripts / scripts/101_vacuumdb_all ERROR 0.65s... [09:38:34.360] 187/261 postgresql:scripts / scripts/102_vacuumdb_stages ERROR 0.72s... [09:38:34.360] 188/261 postgresql:scripts / scripts/100_vacuumdb ERROR 0.96s... [09:38:34.360] 189/261 postgresql:amcheck / amcheck/001_verify_heapam ERROR 0.51s... [09:38:34.360] 190/261 postgresql:amcheck / amcheck/002_cic ERROR 0.63s... [09:38:34.360] 191/261 postgresql:amcheck / amcheck/003_cic_2pc ERROR 0.71s... [09:38:34.360] 192/261 postgresql:auto_explain / auto_explain/001_auto_explain ERROR 0.50s... [09:38:34.360] 193/261 postgresql:bloom / bloom/001_wal ERROR 0.50s... [09:38:34.360] 194/261 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR 0.63s... [09:38:34.360] 195/261 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR 0.47s... [09:38:34.373] 197/261 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 0.54s... [09:38:34.373] 198/261 postgresql:authentication / authentication/001_password ERROR 0.54s... [09:38:34.373] 200/261 postgresql:authentication / authentication/003_peer ERROR 0.57s... [09:38:34.373] 201/261 postgresql:authentication / authentication/004_file_inclusion ERROR 0.55s... [09:38:34.373] 204/261 postgresql:subscription / subscription/001_rep_changes ERROR 0.68s... [09:38:34.373] 205/261 postgresql:subscription / subscription/002_types ERROR 0.50s... [09:38:34.373] 206/261 postgresql:subscription / subscription/003_constraints ERROR 0.51s... [09:38:34.373] 207/261 postgresql:subscription / subscription/004_sync ERROR 0.55s... [09:38:34.373] 208/261 postgresql:subscription / subscription/006_rewrite ERROR 0.51s... [09:38:34.373] 209/261 postgresql:subscription / subscription/007_ddl ERROR 0.49s... [09:38:34.373] 210/261 postgresql:subscription / subscription/008_diff_schema ERROR 0.51s... [09:38:34.373] 211/261 postgresql:subscription / subscription/009_matviews ERROR 0.60s... [09:38:34.373] 213/261 postgresql:subscription / subscription/011_generated ERROR 0.52s... [09:38:34.373] 214/261 postgresql:subscription / subscription/010_truncate ERROR 0.55s... [09:38:34.373] 216/261 postgresql:subscription / subscription/013_partition ERROR 0.63s... [09:38:34.373] 217/261 postgresql:subscription / subscription/014_binary ERROR 0.55s... [09:38:34.373] 218/261 postgresql:subscription / subscription/016_stream_subxact ERROR 0.54s... [09:38:34.373] 220/261 postgresql:subscription / subscription/017_stream_ddl ERROR 0.60s... [09:38:34.373] 219/261 postgresql:subscription / subscription/015_stream ERROR 0.62s... [09:38:34.373] 221/261 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR 0.55s... [09:38:34.373] 222/261 postgresql:subscription / subscription/018_stream_subxact_abort ERROR 0.58s... [09:38:34.373] 223/261 postgresql:subscription / subscription/020_messages ERROR 0.55s... [09:38:34.373] 224/261 postgresql:subscription / subscription/021_twophase ERROR 0.62s... [09:38:34.373] 225/261 postgresql:subscription / subscription/022_twophase_cascade ERROR 0.73s... [09:38:34.373] 226/261 postgresql:scripts / scripts/200_connstr ERROR 4.98s... [09:38:34.373] 227/261 postgresql:subscription / subscription/023_twophase_stream ERROR 0.59s... [09:38:34.373] 228/261 postgresql:subscription / subscription/024_add_drop_pub ERROR 0.63s... [09:38:34.373] 229/261 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR 0.65s... [09:38:34.373] 230/261 postgresql:subscription / subscription/026_stats ERROR 0.70s... [09:38:34.373] 232/261 postgresql:subscription / subscription/027_nosuperuser ERROR 0.66s... [09:38:34.373] 231/261 postgresql:subscription / subscription/028_row_filter ERROR 0.62s... [09:38:34.373] 233/261 postgresql:subscription / subscription/029_on_error ERROR 0.54s... [09:38:34.373] 234/261 postgresql:subscription / subscription/030_origin ERROR 0.74s... [09:38:34.373] 235/261 postgresql:subscription / subscription/031_column_list ERROR 0.93s... [09:38:34.373] 236/261 postgresql:subscription / subscription/032_subscribe_use_index ERROR 0.77s... [09:38:34.373] 237/261 postgresql:subscription / subscription/100_bugs ERROR 0.79s... [09:38:34.373] 238/261 postgresql:brin / brin/01_workitems ERROR 0.79s... [09:38:34.373] 239/261 postgresql:subscription / subscription/033_run_as_table_owner ERROR 0.89s... [09:38:34.373] 240/261 postgresql:commit_ts / commit_ts/002_standby ERROR 0.50s... [09:38:34.373] 241/261 postgresql:brin / brin/02_wal_consistency ERROR 0.90s... [09:38:34.373] 242/261 postgresql:commit_ts / commit_ts/001_base ERROR 0.56s... [09:38:34.373] 243/261 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 0.64s... [09:38:34.373] 244/261 postgresql:commit_ts / commit_ts/004_restart ERROR 0.69s... [09:38:34.373] 247/261 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR 0.60s... [09:38:34.373] 246/261 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR 0.62s... [09:38:34.373] 249/261 postgresql:authentication / authentication/002_saslprep ERROR 6.04s... [09:38:34.373] 248/261 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR 0.73s... [09:38:34.373] 250/261 postgresql:test_misc / test_misc/001_constraint_validation ERROR 0.81s... [09:38:34.373] 251/261 postgresql:test_misc / test_misc/002_tablespace ERROR 0.74s... [09:38:34.373] 252/261 postgresql:test_misc / test_misc/003_check_guc ERROR 0.85s... [09:38:34.373] 253/261 postgresql:test_misc / test_misc/004_io_direct ERROR 0.60s... [09:38:34.373] 254/261 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.67s... [09:38:34.373] 255/261 postgresql:worker_spi / worker_spi/001_worker_spi ERROR 0.77s... [09:38:34.378] 256/261 postgresql:ssl / ssl/001_ssltests ERROR 0.77s... [09:38:34.378] 257/261 postgresql:ssl / ssl/002_scram ERROR 0.52s... [09:38:34.378] 258/261 postgresql:ssl / ssl/003_sslinfo ERROR 0.52s... [09:38:34.378] 260/261 postgresql:subscription / subscription/005_encoding ERROR 6.16s... |
44/3478 | AcquireExecutorLocks() and run-time pruning |
FreeBSD - 13 - Meson | |
core | [08:43:01.014] #0 afterTriggerInvokeEvents (events=events@entry=0x8374a7460, firing_id=1, estate=estate@entry=0x8375f81... [08:43:01.014] #1 0x00000000006b75f8 in AfterTriggerEndQuery (estate=estate@entry=0x8375f8100) at ../src/backend/comman... [08:43:01.014] #2 0x000000000064dbda in CopyFrom (cstate=0x83744d438) at ../src/backend/commands/copyfrom.c:1293 [08:43:01.014] #3 0x000000000064b660 in DoCopy (pstate=pstate@entry=0x83742a900, stmt=stmt@entry=0x83741dfb8, stmt_loca... [08:43:01.014] #4 0x00000000008a670e in standard_ProcessUtility (pstmt=0x7f7f7f7f, queryString=0x83741c100 "COPY x (a, ... [08:43:01.014] #5 0x000000083a82dbb0 in pgss_ProcessUtility (pstmt=0x837590778, queryString=0xfffffffffffffffe <error: ... [08:43:01.014] #6 0x00000000008a64e2 in ProcessUtility (pstmt=0x0, pstmt@entry=0x837590778, queryString=0xfffffffffffff... [08:43:01.014] #7 0x00000000008a6146 in PortalRunUtility (portal=0x8374b3100, pstmt=0x837590778, isTopLevel=<optimized ... [08:43:01.014] #8 0x00000000008a5784 in PortalRunMulti (portal=portal@entry=0x8374b3100, isTopLevel=false, setHoldSnaps... [08:43:01.014] #9 0x00000000008a4ff1 in PortalRun (portal=portal@entry=0x8374b3100, count=count@entry=92233720368547758... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/plpgsql.out 2023-09-28 08:35:58.034590000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/plpgsql.out 2023-09-28 08:39:30.73274700... @@ -1514,4314 +1514,7 @@ -- Finally we want errors -- insert into PField values ('PF1_1', 'should fail due to unique index'); -ERROR: duplicate key value violates unique constraint "pfield_name" -DETAIL: Key (name)=(PF1_1) already exists. -update PSlot set backlink = 'WS.not.there' where slotname = 'PS.base.a1'; -ERROR: WS.not.there does not exist -CONTEXT: PL/pgSQL function tg_backlink_set(character,character) line 30 at RAISE -PL/pgSQL function tg_backlink_a() line 17 at assignment -update PSlot set backlink = 'XX.illegal' where slotname = 'PS.base.a1'; -ERROR: illegal backlink beginning with XX -CONTEXT: PL/pgSQL function tg_backlink_set(character,character) line 47 at RAISE -PL/pgSQL function tg_backlink_a() line 17 at assignment -update PSlot set slotlink = 'PS.not.there' where slotname = 'PS.base.a1'; -ERROR: PS.not.there does not exist -CONTEXT: PL/pgSQL function tg_slotlink_set(character,character) line 30 at RAISE ... |
tap | [08:39:30.887](28.944s) not ok 2 - regression tests pass |
test | [08:42:07.493] 45/266 postgresql:recovery / recovery/027_stream_regress ERROR 29.42s... |
44/4502 | Archive current timeline history file on archiver startup if needed |
Linux - Debian Bullseye - Autoconf | |
tap | [08:28:28.425](0.000s) not ok 4 - timeline 2 history file was not archived archived [08:28:28.425](0.000s) not ok 5 - timeline 2 history file does not exist in the archive [08:28:30.191](1.766s) not ok 6 - 00000002.history does not exist in the standby's pg_wal directory |
44/4019 | Partial aggregates push down |
FreeBSD - 13 - Meson | |
tap | [07:40:23.893](0.665s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [07:40:24.120](0.155s) not ok 37 - binary_upgrade: pg_dump runs [07:40:24.135](0.014s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [07:38:12.047](2.011s) not ok 6 - dump before running pg_upgrade [07:38:15.638](1.671s) not ok 14 - run of pg_upgrade for new instance [07:38:15.639](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [07:38:15.762](0.012s) not ok 16 - check that locales in new cluster match original cluster [07:38:16.094](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [07:39:24.008](0.720s) not ok 3 - dump primary server [07:39:25.193](1.185s) not ok 4 - dump standby server |
tap | [07:41:46.115](0.346s) not ok 1 - binary_upgrade: pg_dump runs |
test | [07:41:53.604] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 38.34s... [07:41:53.604] 51/266 postgresql:recovery / recovery/027_stream_regress ERROR 36.87s... [07:41:53.604] 149/266 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 4.33s... [07:41:53.604] 257/266 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.58s... |
Linux - Debian Bullseye - Autoconf | |
tap | [07:38:58.347](1.646s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [07:38:59.553](0.657s) not ok 37 - binary_upgrade: pg_dump runs [07:38:59.594](0.040s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [07:41:05.139](2.732s) not ok 6 - dump before running pg_upgrade [07:41:11.090](3.143s) not ok 14 - run of pg_upgrade for new instance [07:41:11.091](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [07:41:11.260](0.037s) not ok 16 - check that locales in new cluster match original cluster [07:41:11.897](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [07:40:38.737](1.059s) not ok 1 - binary_upgrade: pg_dump runs |
tap | [07:42:49.599](1.232s) not ok 3 - dump primary server [07:42:50.740](1.141s) not ok 4 - dump standby server |
Linux - Debian Bullseye - Meson | |
tap | [07:40:19.666](0.650s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [07:40:20.142](0.321s) not ok 37 - binary_upgrade: pg_dump runs [07:40:20.157](0.015s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [07:39:45.111](2.940s) not ok 6 - dump before running pg_upgrade [07:39:51.380](3.140s) not ok 14 - run of pg_upgrade for new instance [07:39:51.380](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [07:39:51.534](0.033s) not ok 16 - check that locales in new cluster match original cluster [07:39:51.851](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [07:40:04.086](1.237s) not ok 3 - dump primary server [07:40:04.722](0.636s) not ok 4 - dump standby server |
tap | [07:41:06.251](0.460s) not ok 1 - binary_upgrade: pg_dump runs |
test | [07:41:13.460] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 76.55s [07:41:13.460] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 61.68s [07:41:13.460] 148/266 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 6.00s [07:41:13.460] 259/266 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.77s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [07:43:36.173](2.298s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [07:43:37.220](0.405s) not ok 37 - binary_upgrade: pg_dump runs [07:43:37.248](0.026s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [07:40:32.249](7.211s) not ok 6 - dump before running pg_upgrade [07:40:51.868](9.466s) not ok 14 - run of pg_upgrade for new instance [07:40:51.869](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [07:40:52.992](0.190s) not ok 16 - check that locales in new cluster match original cluster [07:40:54.013](0.032s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [07:42:22.932](2.287s) not ok 3 - dump primary server [07:42:24.717](1.781s) not ok 4 - dump standby server |
tap | [07:47:26.857](2.451s) not ok 1 - binary_upgrade: pg_dump runs |
test | [07:47:45.494] 28/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 149.84s... [07:47:45.494] 83/261 postgresql:recovery / recovery/027_stream_regress ERROR 124.27s... [07:47:45.494] 147/261 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 16.90s... [07:47:45.494] 251/261 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 3.29s... |
macOS - Ventura - Meson | |
tap | [07:39:51.092](1.169s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [07:39:52.045](0.084s) not ok 37 - binary_upgrade: pg_dump runs [07:39:52.219](0.173s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [07:38:56.708](2.794s) not ok 6 - dump before running pg_upgrade [07:39:04.317](3.695s) not ok 14 - run of pg_upgrade for new instance [07:39:04.317](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [07:39:04.471](0.023s) not ok 16 - check that locales in new cluster match original cluster [07:39:04.808](0.000s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [07:39:32.848](1.245s) not ok 3 - dump primary server [07:39:34.523](1.675s) not ok 4 - dump standby server |
tap | [07:40:57.147](0.682s) not ok 1 - binary_upgrade: pg_dump runs |
test | [07:41:08.115] 33/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 45.00s... [07:41:08.115] 100/266 postgresql:recovery / recovery/027_stream_regress ERROR 48.46s... [07:41:08.115] 151/266 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 6.65s... [07:41:08.115] 254/266 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.95s... |
44/4508 | Allow excluding pg_temp or pg_catalog from search_path. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [07:54:01.624] 261/261 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1000.08s... |
44/3501 | Speed up releasing of locks |
FreeBSD - 13 - Meson | |
assertion | TRAP: failed Assert("dlist_is_empty(&(MyProc->myProcLocks[i]))"), File: "../src/backend/storage/lmgr/proc.c", Line: 825,... |
core | [07:16:23.784] #0 0x000000082b3bdc5a in thr_kill () from /lib/libc.so.7 [07:16:23.784] #1 0x000000082b3366d4 in raise () from /lib/libc.so.7 [07:16:23.784] #2 0x000000082b3e7a59 in abort () from /lib/libc.so.7 [07:16:23.784] #3 0x00000000009ec367 in ExceptionalCondition (conditionName=<optimized out>, fileName=0x353cc1 "../src/... [07:16:23.784] #4 0x0000000000894b23 in ProcKill (code=<optimized out>, arg=<optimized out>) at ../src/backend/storage/... [07:16:23.784] #5 0x00000000008732d1 in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:272 [07:16:23.784] #6 0x0000000000873129 in proc_exit_prepare (code=101765, code@entry=1) at ../src/backend/storage/ipc/ipc... [07:16:23.784] #7 0x000000000087306d in proc_exit (code=101765, code@entry=1) at ../src/backend/storage/ipc/ipc.c:107 [07:16:23.784] #8 0x00000000007fdc68 in StartBackgroundWorker () at ../src/backend/postmaster/bgworker.c:827 [07:16:23.784] #9 0x0000000000802aba in do_start_bgworker (rw=0x833099800) at ../src/backend/postmaster/postmaster.c:57... |
tap | [07:15:26.792](214.845s) # poll_query_until timed out executing this query: timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/subscription/t/015_stream.pl line 289. |
test | [07:15:27.022] 266/266 postgresql:subscription / subscription/015_stream ERROR 224.95s... |
44/4076 | MERGE INTO updatable_view |
macOS - Ventura - Meson | |
tap | [06:29:30.932](0.285s) not ok 1 - xl_tot_len zero |
test | [06:31:32.908] 38/266 postgresql:recovery / recovery/039_end_of_wal ERROR 8.17s... |
44/4127 | Infinite interval values |
Linux - Debian Bullseye - Meson | |
tap | timed out waiting for match: (?^:ERROR: ( [A-Z0-9]+:)? incorrect binary data format) at /tmp/cirrus-ci-build/src/test/su... |
test | [06:32:21.307] 224/266 postgresql:subscription / subscription/014_binary ERROR 184.40s |
44/4180 | Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans |
FreeBSD - 13 - Meson | |
core | [03:43:33.099] #0 0x0000454f27910040 in ?? () [03:43:33.099] #1 0x0000000000000003 in ?? () [03:43:33.099] #2 0x00000e9d465d6458 in ?? () [03:43:33.099] #3 0x00000e9d465d645b in ?? () [03:43:33.099] #4 0x00000e9d465d645e in ?? () [03:43:33.099] #5 0x0000000000000000 in ?? () |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:18.453561000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2023-09-28 03:38:26.19554900... @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:18.450549000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out 2023-09-28 03:38:27.915615000 +00... ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 03:36:17.103504000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 03:40:33.747752000 +0000 @@ -11638,6 +11638,7 @@ ----------------------------------------------------------------------------- Seq Scan on public.base_tbl Output: base_tbl.a + Scan Cond: (base_tbl.a IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Result @@ -11647,7 +11648,7 @@ Remote SQL: SELECT NULL FROM public.base_tbl -> Async Foreign Scan on public.foreign_tbl2 foreign_tbl_2 Remote SQL: SELECT NULL FROM public.base_tbl -(11 rows) +(12 rows) SELECT a FROM base_tbl WHERE a IN (SELECT a FROM foreign_tbl); a |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:18.453561000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2023-09-28 03:39:46.395082... @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:18.450549000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join.out 2023-09-28 03:39:47.261581000 +... ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:18.453561000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out 2023-09-28 03:38:25.263484000 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:18.450549000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out 2023-09-28 03:38:26.476399000 +0000 ... |
tap | [03:38:46.986](30.638s) not ok 5 - regression tests pass |
tap | [03:40:07.127](37.680s) not ok 2 - regression tests pass |
test | [03:42:46.572] 5/266 postgresql:regress / regress/regress ERROR 32.24s... [03:42:46.572] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 50.62s... [03:42:46.572] 51/266 postgresql:recovery / recovery/027_stream_regress ERROR 41.78s... [03:42:46.572] 91/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 5.99s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 03:36:09.325979189 +0000 +++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out 2023-09-28 03:41:24.441060695 +0000 @@ -11638,6 +11638,7 @@ ----------------------------------------------------------------------------- Seq Scan on public.base_tbl Output: base_tbl.a + Scan Cond: (base_tbl.a IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Result @@ -11647,7 +11648,7 @@ Remote SQL: SELECT NULL FROM public.base_tbl -> Async Foreign Scan on public.foreign_tbl2 foreign_tbl_2 Remote SQL: SELECT NULL FROM public.base_tbl -(11 rows) +(12 rows) SELECT a FROM base_tbl WHERE a IN (SELECT a FROM foreign_tbl); a |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:11.070156143 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/subselect.out 2023-09-28 03:41:31.945053451 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:11.026151678 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/join.out 2023-09-28 03:41:35.257050131 +0000 ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/src/test/regress/results/subs... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:11.070156143 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/subselect.out 2023-09-28 03:40:12.229112605 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/src/test/regress/results/join.out --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:11.026151678 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/join.out 2023-09-28 03:40:15.569110701 +0000 ... |
tap | [03:42:21.549](72.634s) not ok 5 - regression tests pass |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:10.499536682 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2023-09-28 03:40:03.65056968... @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:10.455532157 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out 2023-09-28 03:40:05.442568485 +00... ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 03:36:08.803362265 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 03:41:13.642522430 +0000 @@ -11638,6 +11638,7 @@ ----------------------------------------------------------------------------- Seq Scan on public.base_tbl Output: base_tbl.a + Scan Cond: (base_tbl.a IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Result @@ -11647,7 +11648,7 @@ Remote SQL: SELECT NULL FROM public.base_tbl -> Async Foreign Scan on public.foreign_tbl2 foreign_tbl_2 Remote SQL: SELECT NULL FROM public.base_tbl -(11 rows) +(12 rows) SELECT a FROM base_tbl WHERE a IN (SELECT a FROM foreign_tbl); a |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/recovery/027_st... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:10.499536682 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2023-09-28 03:40:35.702548... @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:10.455532157 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/join.out 2023-09-28 03:40:38.054546507 +... ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out /tmp/cirrus-ci-build/build/testrun/regress/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/subselect.out 2023-09-28 03:36:10.499536682 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/subselect.out 2023-09-28 03:40:04.858568876 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/join.out 2023-09-28 03:36:10.455532157 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/join.out 2023-09-28 03:40:06.406567838 +0000 ... |
tap | [03:40:53.650](62.451s) not ok 5 - regression tests pass |
tap | [03:41:13.398](56.155s) not ok 2 - regression tests pass |
test | [03:42:29.238] 4/266 postgresql:regress / regress/regress ERROR 65.07s [03:42:29.238] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 88.16s [03:42:29.238] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 60.57s [03:42:29.238] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 8.34s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/res... --- C:/cirrus/src/test/regress/expected/subselect.out 2023-09-28 03:36:25.240493200 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2023-09-28 03:38:56.449441800 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -w -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/... --- C:/cirrus/src/test/regress/expected/join.out 2023-09-28 03:36:25.149615900 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out 2023-09-28 03:38:58.043182900 +0000 ... |
regress | diff -w -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_fdw/regress/result... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 03:36:21.222886700 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 03:42:26.930737600 +0000 @@ -11638,6 +11638,7 @@ ----------------------------------------------------------------------------- Seq Scan on public.base_tbl Output: base_tbl.a + Scan Cond: (base_tbl.a IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Result @@ -11647,7 +11648,7 @@ Remote SQL: SELECT NULL FROM public.base_tbl -> Async Foreign Scan on public.foreign_tbl2 foreign_tbl_2 Remote SQL: SELECT NULL FROM public.base_tbl -(11 rows) +(12 rows) SELECT a FROM base_tbl WHERE a IN (SELECT a FROM foreign_tbl); a |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/r... --- C:/cirrus/src/test/regress/expected/subselect.out 2023-09-28 03:36:25.240493200 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2023-09-28 03:40:51.892687200 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -w -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/result... --- C:/cirrus/src/test/regress/expected/join.out 2023-09-28 03:36:25.149615900 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/join.out 2023-09-28 03:40:53.189564400 +0000 ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/regress/regress/results/subselect.... --- C:/cirrus/src/test/regress/expected/subselect.out 2023-09-28 03:36:25.240493200 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/subselect.out 2023-09-28 03:38:41.305510000 +0000 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -w -U3 C:/cirrus/src/test/regress/expected/join.out C:/cirrus/build/testrun/regress/regress/results/join.out --- C:/cirrus/src/test/regress/expected/join.out 2023-09-28 03:36:25.149615900 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/join.out 2023-09-28 03:38:42.292313700 +0000 ... |
tap | [03:40:09.327](106.385s) not ok 5 - regression tests pass |
tap | [03:42:04.447](114.821s) not ok 2 - regression tests pass |
test | [03:47:49.110] 6/261 postgresql:regress / regress/regress ERROR 99.85s... [03:47:49.110] 26/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 182.37s... [03:47:49.110] 69/261 postgresql:recovery / recovery/027_stream_regress ERROR 126.54s... [03:47:49.110] 93/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 13.86s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_u... --- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/subselect.out 2023-09-28 03:37:42 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /Users/admin/pgsql/src/test/regress/expected/join.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrad... --- /Users/admin/pgsql/src/test/regress/expected/join.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out 2023-09-28 03:37:43 ... |
regress | diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw... --- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-28 03:36:07 +++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-28 03:39:07 @@ -11638,6 +11638,7 @@ ----------------------------------------------------------------------------- Seq Scan on public.base_tbl Output: base_tbl.a + Scan Cond: (base_tbl.a IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Result @@ -11647,7 +11648,7 @@ Remote SQL: SELECT NULL FROM public.base_tbl -> Async Foreign Scan on public.foreign_tbl2 foreign_tbl_2 Remote SQL: SELECT NULL FROM public.base_tbl -(11 rows) +(12 rows) SELECT a FROM base_tbl WHERE a IN (SELECT a FROM foreign_tbl); a |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/recovery/027_stream... --- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2023-09-28 03:38:34 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /Users/admin/pgsql/src/test/regress/expected/join.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr... --- /Users/admin/pgsql/src/test/regress/expected/join.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/join.out 2023-09-28 03:38:36 ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/subselect.out /Users/admin/pgsql/build/testrun/regress/regress/res... --- /Users/admin/pgsql/src/test/regress/expected/subselect.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/subselect.out 2023-09-28 03:37:41 @@ -952,11 +952,12 @@ QUERY PLAN -------------------------------------- Seq Scan on int8_tbl + Scan Cond: (q1 IS NOT NULL) Filter: (SubPlan 1) SubPlan 1 -> Materialize -> Seq Scan on inner_text -(5 rows) +(6 rows) select * from int8_tbl where q1 in (select c1 from inner_text); q1 | q2 diff -U3 /Users/admin/pgsql/src/test/regress/expected/join.out /Users/admin/pgsql/build/testrun/regress/regress/results/... --- /Users/admin/pgsql/src/test/regress/expected/join.out 2023-09-28 03:36:09 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/join.out 2023-09-28 03:37:42 ... |
tap | [03:38:26.338](58.502s) not ok 5 - regression tests pass |
tap | [03:39:47.270](112.069s) not ok 2 - regression tests pass |
test | [03:41:37.408] 16/266 postgresql:regress / regress/regress ERROR 61.73s... [03:41:37.408] 91/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 9.62s... [03:41:37.408] 40/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 112.64s... [03:41:37.408] 148/266 postgresql:recovery / recovery/027_stream_regress ERROR 169.60s... |
44/4413 | Fix locale breakage caused by newer libperl |
CompilerWarnings | |
compiler | [03:22:46.951] pg_locale.c:317:9: error: use of undeclared identifier 'saved_locale' |
compiler | [03:21:55.522] pg_locale.c:317:9: error: ‘saved_locale’ undeclared (first use in this function); did you mean ‘prev_loca... |
compiler | [03:23:11.937] pg_locale.c:770:26: error: ‘LC_MONETARY_MASK’ undeclared (first use in this function); did you mean ‘LC_M... |
compiler | [03:23:11.937] pg_locale.c:748:26: error: ‘LC_CTYPE_MASK’ undeclared (first use in this function); did you mean ‘PS_TYPE... |
compiler | [03:23:11.937] pg_locale.c:1453:24: error: ‘curr_locales’ undeclared (first use in this function) |
compiler | [03:23:11.937] pg_locale.c:992:26: error: ‘LC_TIME_MASK’ undeclared (first use in this function); did you mean ‘PS_TYPE_... |
compiler | [03:23:11.937] pg_locale.c:988:26: error: ‘LC_CTYPE_MASK’ undeclared (first use in this function); did you mean ‘PS_TYPE... |
compiler | [03:23:11.937] pg_locale.c:972:14: error: assignment to ‘_locale_t’ {aka ‘struct localeinfo_struct *’} from ‘int’ makes ... |
compiler | [03:23:11.937] pg_locale.c:969:15: error: assignment to ‘_locale_t’ {aka ‘struct localeinfo_struct *’} from ‘int’ makes ... |
compiler | [03:23:11.937] pg_locale.c:795:2: error: implicit declaration of function ‘freelocale’; did you mean ‘_free_locale’? [-W... |
compiler | [03:23:11.937] pg_locale.c:753:26: error: ‘LC_NUMERIC_MASK’ undeclared (first use in this function); did you mean ‘LC_NU... |
compiler | [03:23:11.937] pg_locale.c:748:16: error: implicit declaration of function ‘newlocale’; did you mean ‘setlocale’? [-Werr... |
compiler | [03:23:11.937] pg_locale.c:723:14: error: assignment to ‘_locale_t’ {aka ‘struct localeinfo_struct *’} from ‘int’ makes ... |
compiler | [03:23:11.937] pg_locale.c:723:16: error: implicit declaration of function ‘duplocale’; did you mean ‘setlocale’? [-Werr... |
compiler | [03:23:11.937] pg_locale.c:720:15: error: assignment to ‘_locale_t’ {aka ‘struct localeinfo_struct *’} from ‘int’ makes ... |
compiler | [03:23:11.937] pg_locale.c:720:17: error: implicit declaration of function ‘uselocale’; did you mean ‘setlocale’? [-Werr... |
compiler | [03:23:11.937] pg_locale.c:1498:24: error: ‘curr_locales’ undeclared (first use in this function) |
45/4590 | Incorrect handling of OOM in WAL replay leading to data loss |
CompilerWarnings | |
compiler | [03:22:43.575] xlogreader.c:703:7: error: implicit declaration of function 'stat' is invalid in C99 [-Werror,-Wimplicit-... |
compiler | [03:21:37.524] xlogreader.c:703:7: error: implicit declaration of function 'stat' is invalid in C99 [-Werror,-Wimplicit-... |
compiler | [03:20:11.002] xlogreader.c:703:7: error: implicit declaration of function ‘stat’ [-Werror=implicit-function-declaration... |
compiler | [03:19:18.783] xlogreader.c:703:7: error: implicit declaration of function ‘stat’ [-Werror=implicit-function-declaration... |
44/4388 | UUID v7 |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [02:29:26.944] 261/261 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1000.09s... |
45/4593 | Fix output of zero privileges in psql |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002... --- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out 2023-09-28 00:27:58.812592000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2023-09-28 00:28:54.7708260... @@ -2907,7 +2907,7 @@ List of tablespaces Name | Owner | Location | Access privileges | Options | Size | Description ------------------+------------------------+-----------------+-------------------+---------+---------+------------- - regress_tblspace | regress_zeropriv_owner | pg_tblspc/16385 | (none) | | 0 bytes | + regress_tblspace | regress_zeropriv_owner | pg_tblspc/16388 | (none) | | 0 bytes | (1 row) CREATE DOMAIN regress_zeropriv_domain AS int; @@ -2982,9 +2982,9 @@ REVOKE ALL ON DATABASE :"DBNAME" FROM CURRENT_USER, PUBLIC; \l :"DBNAME" List of databases - Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access ... -------------+------------------------+-----------+-----------------+---------+-------+------------+-----------+--------... - regression | regress_zeropriv_owner | SQL_ASCII | libc | C | C | | | (none) + Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access p... ... |
tap | [00:29:09.829](29.354s) not ok 5 - regression tests pass |
test | [00:33:01.546] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 48.06s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check... --- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out 2023-09-28 00:27:44.811228148 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/privileges.out 2023-09-28 00:31:23.358375722 +0000 @@ -2907,7 +2907,7 @@ List of tablespaces Name | Owner | Location | Access privileges | Options | Size | Description ------------------+------------------------+-----------------+-------------------+---------+---------+------------- - regress_tblspace | regress_zeropriv_owner | pg_tblspc/16385 | (none) | | 0 bytes | + regress_tblspace | regress_zeropriv_owner | pg_tblspc/16388 | (none) | | 0 bytes | (1 row) CREATE DOMAIN regress_zeropriv_domain AS int; @@ -2982,9 +2982,9 @@ REVOKE ALL ON DATABASE :"DBNAME" FROM CURRENT_USER, PUBLIC; \l :"DBNAME" List of databases - Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access ... -------------+------------------------+-----------+-----------------+---------+-------+------------+-----------+--------... - regression | regress_zeropriv_owner | SQL_ASCII | libc | C | C | | | (none) + Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access p... ... |
tap | [00:31:52.061](70.629s) not ok 5 - regression tests pass |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002... --- /tmp/cirrus-ci-build/src/test/regress/expected/privileges.out 2023-09-28 00:27:46.199700922 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2023-09-28 00:29:26.7760014... @@ -2907,7 +2907,7 @@ List of tablespaces Name | Owner | Location | Access privileges | Options | Size | Description ------------------+------------------------+-----------------+-------------------+---------+---------+------------- - regress_tblspace | regress_zeropriv_owner | pg_tblspc/16385 | (none) | | 0 bytes | + regress_tblspace | regress_zeropriv_owner | pg_tblspc/16388 | (none) | | 0 bytes | (1 row) CREATE DOMAIN regress_zeropriv_domain AS int; @@ -2982,9 +2982,9 @@ REVOKE ALL ON DATABASE :"DBNAME" FROM CURRENT_USER, PUBLIC; \l :"DBNAME" List of databases - Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access ... -------------+------------------------+-----------+-----------------+---------+-------+------------+-----------+--------... - regression | regress_zeropriv_owner | SQL_ASCII | libc | C | C | | | (none) + Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access p... ... |
tap | [00:30:02.558](61.073s) not ok 5 - regression tests pass |
test | [00:31:37.268] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 87.70s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/privileges.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/re... --- C:/cirrus/src/test/regress/expected/privileges.out 2023-09-28 00:28:00.508123600 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2023-09-28 00:30:43.706409300 +0000 @@ -2907,7 +2907,7 @@ List of tablespaces Name | Owner | Location | Access privileges | Options | Size | Description ------------------+------------------------+-----------------+-------------------+---------+---------+------------- - regress_tblspace | regress_zeropriv_owner | pg_tblspc/16385 | (none) | | 0 bytes | + regress_tblspace | regress_zeropriv_owner | pg_tblspc/16388 | (none) | | 0 bytes | (1 row) CREATE DOMAIN regress_zeropriv_domain AS int; @@ -2983,8 +2983,8 @@ \l :"DBNAME" List of databases Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access ... -------------+------------------------+-----------+-----------------+---------+-------+------------+-----------+--------... - regression | regress_zeropriv_owner | SQL_ASCII | libc | C | C | | | (none) +------------+------------------------+----------+-----------------+---------+-------+------------+-----------+---------... + regression | regress_zeropriv_owner | UTF8 | libc | C | C | | | (none) ... |
tap | [00:31:33.919](97.432s) not ok 5 - regression tests pass |
test | [00:39:14.026] 23/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 168.33s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/privileges.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_... --- /Users/admin/pgsql/src/test/regress/expected/privileges.out 2023-09-28 00:27:44 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/privileges.out 2023-09-28 00:30:20 @@ -2907,7 +2907,7 @@ List of tablespaces Name | Owner | Location | Access privileges | Options | Size | Description ------------------+------------------------+-----------------+-------------------+---------+---------+------------- - regress_tblspace | regress_zeropriv_owner | pg_tblspc/16385 | (none) | | 0 bytes | + regress_tblspace | regress_zeropriv_owner | pg_tblspc/16388 | (none) | | 0 bytes | (1 row) CREATE DOMAIN regress_zeropriv_domain AS int; @@ -2982,9 +2982,9 @@ REVOKE ALL ON DATABASE :"DBNAME" FROM CURRENT_USER, PUBLIC; \l :"DBNAME" List of databases - Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access ... -------------+------------------------+-----------+-----------------+---------+-------+------------+-----------+--------... - regression | regress_zeropriv_owner | SQL_ASCII | libc | C | C | | | (none) + Name | Owner | Encoding | Locale Provider | Collate | Ctype | ICU Locale | ICU Rules | Access p... ... |
tap | [00:30:39.176](34.013s) not ok 5 - regression tests pass |
test | [00:32:52.800] 31/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 62.46s... |
44/4485 | Add force flag while doing pg_restore to force dropping database in case of existing connections |
CompilerWarnings | |
compiler | [22:35:17.515] pg_restore.c:127:26: error: incompatible pointer types initializing 'int *' with an expression of type 'b... |
compiler | [22:34:15.867] pg_restore.c:127:26: error: incompatible pointer types initializing 'int *' with an expression of type 'b... |
compiler | [22:33:04.571] pg_restore.c:127:26: error: initialization of ‘int *’ from incompatible pointer type ‘_Bool *’ [-Werror=i... |
compiler | [22:32:19.912] pg_restore.c:127:26: error: initialization of ‘int *’ from incompatible pointer type ‘_Bool *’ [-Werror=i... |
compiler | [22:36:51.252] pg_restore.c:127:26: error: initialization of ‘int *’ from incompatible pointer type ‘_Bool *’ [-Werror=i... |
44/4392 | Improve "user mapping not found" error message |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 20:08:51.344502000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-27 20:12:16.981886000 +0000 @@ -2717,10 +2717,10 @@ -- regress_view_owner_another, the view owner, though it fails as expected -- due to the lack of a user mapping for that user. EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Likewise, but with the query under an UNION ALL EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM (SELECT * FROM v4 UNION ALL SELECT * FROM v4); -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Should not get that error once a user mapping is created CREATE USER MAPPING FOR regress_view_owner_another SERVER loopback OPTIONS (password_required 'false'); EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; |
test | [20:14:23.435] 91/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 5.02s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/contrib/postgres_fdw/r... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 20:08:37.538632016 +0000 +++ /tmp/cirrus-ci-build/contrib/postgres_fdw/results/postgres_fdw.out 2023-09-27 20:15:08.898478048 +0000 @@ -2717,10 +2717,10 @@ -- regress_view_owner_another, the view owner, though it fails as expected -- due to the lack of a user mapping for that user. EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Likewise, but with the query under an UNION ALL EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM (SELECT * FROM v4 UNION ALL SELECT * FROM v4); -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Should not get that error once a user mapping is created CREATE USER MAPPING FOR regress_view_owner_another SERVER loopback OPTIONS (password_required 'false'); EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 20:08:37.420443256 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-27 20:13:16.411894771 +0000 @@ -2717,10 +2717,10 @@ -- regress_view_owner_another, the view owner, though it fails as expected -- due to the lack of a user mapping for that user. EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Likewise, but with the query under an UNION ALL EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM (SELECT * FROM v4 UNION ALL SELECT * FROM v4); -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Should not get that error once a user mapping is created CREATE USER MAPPING FOR regress_view_owner_another SERVER loopback OPTIONS (password_required 'false'); EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; |
test | [20:14:31.832] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 8.71s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out C:/cirrus/build/testrun/postgres_fdw/regress/result... --- C:/cirrus/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 20:08:50.542946100 +0000 +++ C:/cirrus/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-27 20:16:25.556563700 +0000 @@ -2717,10 +2717,10 @@ -- regress_view_owner_another, the view owner, though it fails as expected -- due to the lack of a user mapping for that user. EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Likewise, but with the query under an UNION ALL EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM (SELECT * FROM v4 UNION ALL SELECT * FROM v4); -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Should not get that error once a user mapping is created CREATE USER MAPPING FOR regress_view_owner_another SERVER loopback OPTIONS (password_required 'false'); EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; |
test | [20:22:40.518] 90/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 17.89s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out /Users/admin/pgsql/build/testrun/postgres_fdw... --- /Users/admin/pgsql/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 20:08:36 +++ /Users/admin/pgsql/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-27 20:12:29 @@ -2717,10 +2717,10 @@ -- regress_view_owner_another, the view owner, though it fails as expected -- due to the lack of a user mapping for that user. EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Likewise, but with the query under an UNION ALL EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM (SELECT * FROM v4 UNION ALL SELECT * FROM v4); -ERROR: user mapping not found for "regress_view_owner_another" +ERROR: user mapping not found for user "regress_view_owner_another", server "loopback" -- Should not get that error once a user mapping is created CREATE USER MAPPING FOR regress_view_owner_another SERVER loopback OPTIONS (password_required 'false'); EXPLAIN (VERBOSE, COSTS OFF) SELECT * FROM v4; |
test | [20:16:21.989] 87/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 7.51s... |
44/3736 | Check consistency of GUC defaults between .sample.conf and pg_settings.boot_val |
Linux - Debian Bullseye - Meson | |
tap | [19:22:41.115](1.429s) Bail out! pg_ctl restart failed |
test | [19:22:44.093] 261/266 postgresql:ssl / ssl/001_ssltests ERROR 1.93s |
44/3246 | Parallelize correlated subqueries that execute within each worker |
CompilerWarnings | |
compiler | [19:01:15.001] clauses.c:878:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-... |
compiler | [19:00:43.651] clauses.c:878:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-... |
compiler | [19:03:59.969] clauses.c:878:28: error: ‘save_safe_param_ids’ may be used uninitialized in this function [-Werror=maybe-... |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.900387000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out 2023-09-27 19:01:32.29... @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.900387000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out 2023-09-27 19:02:48.... @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.900387000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out 2023-09-27 19:01:32.234861000 +0000 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
tap | [19:01:43.464](28.500s) not ok 5 - regression tests pass |
tap | [19:02:58.568](33.202s) not ok 2 - regression tests pass |
test | [19:05:31.406] 5/266 postgresql:regress / regress/regress ERROR 29.71s... [19:05:31.406] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 47.52s... [19:05:31.406] 48/266 postgresql:recovery / recovery/027_stream_regress ERROR 36.53s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:00.260967610 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/select_parallel.out 2023-09-27 19:03:56.172710557 +0000 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/src/test/regress/result... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:00.260967610 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/select_parallel.out 2023-09-27 19:02:33.452766692 +0000 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
tap | [19:04:10.638](59.504s) not ok 5 - regression tests pass |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/pg_upgrad... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 18:59:57.457121989 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out 2023-09-27 19:02:41.52... @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/recovery/... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 18:59:57.457121989 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out 2023-09-27 19:03:09.... @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out /tmp/cirrus-ci-build/build/testrun/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/select_parallel.out 2023-09-27 18:59:57.457121989 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/select_parallel.out 2023-09-27 19:02:39.604813387 +0000 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
tap | [19:03:04.013](66.176s) not ok 5 - regression tests pass |
tap | [19:03:22.978](59.271s) not ok 2 - regression tests pass |
test | [19:04:40.574] 4/266 postgresql:regress / regress/regress ERROR 65.23s [19:04:40.574] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 92.31s [19:04:40.574] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 64.56s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/da... --- C:/cirrus/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.172788400 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out 2023-09-27 19:03:21.511467600 +00... @@ -138,22 +138,23 @@ select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; QUERY PLAN --------------------------------------------------------------- - Aggregate +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 + -> Partial Aggregate -> Parallel Append -> Parallel Seq Scan on part_pa_test_p1 pa2_1 -> Parallel Seq Scan on part_pa_test_p2 pa2_2 - SubPlan 2 - -> Result SubPlan 1 ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/recovery/027_stream_regress/... --- C:/cirrus/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.172788400 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out 2023-09-27 19:05:09.728754600 +... @@ -138,22 +138,23 @@ select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; QUERY PLAN --------------------------------------------------------------- - Aggregate +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 + -> Partial Aggregate -> Parallel Append -> Parallel Seq Scan on part_pa_test_p1 pa2_1 -> Parallel Seq Scan on part_pa_test_p2 pa2_2 - SubPlan 2 - -> Result SubPlan 1 ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/select_parallel.out C:/cirrus/build/testrun/regress/regress/results/sele... --- C:/cirrus/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:13.172788400 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/select_parallel.out 2023-09-27 19:03:10.839590200 +0000 @@ -138,22 +138,23 @@ select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; QUERY PLAN --------------------------------------------------------------- - Aggregate +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 + -> Partial Aggregate -> Parallel Append -> Parallel Seq Scan on part_pa_test_p1 pa2_1 -> Parallel Seq Scan on part_pa_test_p2 pa2_2 - SubPlan 2 - -> Result SubPlan 1 ... |
tap | [19:03:54.931](105.136s) not ok 5 - regression tests pass |
tap | [19:05:39.178](100.551s) not ok 2 - regression tests pass |
test | [19:11:11.077] 14/261 postgresql:regress / regress/regress ERROR 99.54s... [19:11:11.077] 25/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 176.64s... [19:11:11.077] 62/261 postgresql:recovery / recovery/027_stream_regress ERROR 111.65s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/pg_upgrade/00... --- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:18 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/select_parallel.out 2023-09-27 19:01:42 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/recovery/027_... --- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:18 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/select_parallel.out 2023-09-27 19:02:43 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/select_parallel.out /Users/admin/pgsql/build/testrun/regress/regre... --- /Users/admin/pgsql/src/test/regress/expected/select_parallel.out 2023-09-27 19:00:18 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/select_parallel.out 2023-09-27 19:01:42 @@ -137,23 +137,24 @@ explain (costs off) select (select max((select pa1.b from part_pa_test pa1 where pa1.a = pa2.a))) from part_pa_test pa2; - QUERY PLAN --------------------------------------------------------------- - Aggregate + QUERY PLAN +-------------------------------------------------------------------- + Finalize Aggregate -> Gather Workers Planned: 3 - -> Parallel Append - -> Parallel Seq Scan on part_pa_test_p1 pa2_1 - -> Parallel Seq Scan on part_pa_test_p2 pa2_2 + -> Partial Aggregate + -> Parallel Append ... |
tap | [19:02:11.687](55.058s) not ok 5 - regression tests pass |
tap | [19:03:20.840](95.841s) not ok 2 - regression tests pass |
test | [19:05:29.888] 25/266 postgresql:regress / regress/regress ERROR 65.67s... [19:05:29.888] 40/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 104.33s... [19:05:29.888] 132/266 postgresql:recovery / recovery/027_stream_regress ERROR 158.72s... |
44/3445 | Error "initial slot snapshot too large" in create replication slot |
CompilerWarnings | |
compiler | [17:17:52.213] snapbuild.c:674:14: error: ‘newsubxip’ may be used uninitialized in this function [-Werror=maybe-uninitia... |
compiler | [17:16:49.041] snapbuild.c:674:14: error: ‘newsubxip’ may be used uninitialized in this function [-Werror=maybe-uninitia... |
compiler | [17:25:03.493] snapbuild.c:674:14: error: ‘newsubxip’ may be used uninitialized in this function [-Werror=maybe-uninitia... |
44/4434 | Optimise index range scan by performing first check with upper page boundary |
Linux - Debian Bullseye - Meson | |
core | [17:31:17.808] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:17.808] #1 0x00007f16b21ab537 in __GI_abort () at abort.c:79 [17:31:17.808] #2 0x00007f16b239adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:17.808] #3 0x00007f16b23a5998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:17.808] #4 0x00007f16b238b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559424b859d... [17:31:17.808] #5 0x0000559423cddd42 in _bt_readpage (scan=scan@entry=0x5594272f1f00, dir=dir@entry=ForwardScanDirectio... [17:31:17.808] #6 0x0000559423ce3cc4 in _bt_endpoint (scan=scan@entry=0x5594272f1f00, dir=dir@entry=ForwardScanDirectio... [17:31:17.808] #7 0x0000559423ce45df in _bt_first (scan=scan@entry=0x5594272f1f00, dir=dir@entry=ForwardScanDirection) ... [17:31:17.808] #8 0x0000559423cdab59 in btgettuple (scan=0x5594272f1f00, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:17.808] #9 0x0000559423cb74e8 in index_getnext_tid (scan=scan@entry=0x5594272f1f00, direction=direction@entry=Fo... |
core | [17:32:05.545] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:05.545] #1 0x00007f62f69f4537 in __GI_abort () at abort.c:79 [17:32:05.545] #2 0x00007f62f6be3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:05.545] #3 0x00007f62f6bee998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:05.545] #4 0x00007f62f6bd47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55db4d1f29d... [17:32:05.545] #5 0x000055db4c34ad42 in _bt_readpage (scan=scan@entry=0x55db4e342aa0, dir=dir@entry=ForwardScanDirectio... [17:32:05.545] #6 0x000055db4c350cc4 in _bt_endpoint (scan=scan@entry=0x55db4e342aa0, dir=dir@entry=ForwardScanDirectio... [17:32:05.545] #7 0x000055db4c3515df in _bt_first (scan=scan@entry=0x55db4e342aa0, dir=dir@entry=ForwardScanDirection) ... [17:32:05.545] #8 0x000055db4c347b59 in btgettuple (scan=0x55db4e342aa0, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:05.545] #9 0x000055db4c3244e8 in index_getnext_tid (scan=scan@entry=0x55db4e342aa0, direction=direction@entry=Fo... |
core | [17:32:01.777] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:01.777] #1 0x00007fb1d99d4537 in __GI_abort () at abort.c:79 [17:32:01.777] #2 0x00007fb1d9bc3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:01.777] #3 0x00007fb1d9bce998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:01.777] #4 0x00007fb1d9bb47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5651743279d... [17:32:01.777] #5 0x000056517347fd42 in _bt_readpage (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirectio... [17:32:01.777] #6 0x0000565173485cc4 in _bt_endpoint (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirectio... [17:32:01.777] #7 0x00005651734865df in _bt_first (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirection) ... [17:32:01.777] #8 0x0000565173479b64 in btgetbitmap (scan=0x5651769db8f8, tbm=0x5651769dcbf8) at ../src/backend/access/... [17:32:01.777] #9 0x0000565173459e41 in index_getbitmap (scan=scan@entry=0x5651769db8f8, bitmap=bitmap@entry=0x5651769d... |
core | [17:31:57.492] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:57.492] #1 0x00007f4a9ba24537 in __GI_abort () at abort.c:79 [17:31:57.492] #2 0x00007f4a9bc13dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:57.492] #3 0x00007f4a9bc1e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:57.492] #4 0x00007f4a9bc047aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8d2ae99d... [17:31:57.492] #5 0x000055a8d1c41d42 in _bt_readpage (scan=scan@entry=0x55a8d464e8a0, dir=dir@entry=ForwardScanDirectio... [17:31:57.492] #6 0x000055a8d1c47cc4 in _bt_endpoint (scan=scan@entry=0x55a8d464e8a0, dir=dir@entry=ForwardScanDirectio... [17:31:57.492] #7 0x000055a8d1c485df in _bt_first (scan=scan@entry=0x55a8d464e8a0, dir=dir@entry=ForwardScanDirection) ... [17:31:57.492] #8 0x000055a8d1c3eb59 in btgettuple (scan=0x55a8d464e8a0, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:57.492] #9 0x000055a8d1c1b4e8 in index_getnext_tid (scan=scan@entry=0x55a8d464e8a0, direction=direction@entry=Fo... |
core | [17:31:34.845] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:34.845] #1 0x00007fd97180f537 in __GI_abort () at abort.c:79 [17:31:34.845] #2 0x00007fd9719fedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:34.845] #3 0x00007fd971a09998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:34.845] #4 0x00007fd9719ef7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55707e3679d... [17:31:34.845] #5 0x000055707d4bfd42 in _bt_readpage (scan=scan@entry=0x55707f9853a0, dir=dir@entry=ForwardScanDirectio... [17:31:34.845] #6 0x000055707d4c5cc4 in _bt_endpoint (scan=scan@entry=0x55707f9853a0, dir=dir@entry=ForwardScanDirectio... [17:31:34.845] #7 0x000055707d4c65df in _bt_first (scan=scan@entry=0x55707f9853a0, dir=dir@entry=ForwardScanDirection) ... [17:31:34.845] #8 0x000055707d4bcb59 in btgettuple (scan=0x55707f9853a0, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:34.845] #9 0x000055707d4994e8 in index_getnext_tid (scan=scan@entry=0x55707f9853a0, direction=direction@entry=Fo... |
core | [17:31:30.447] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:30.447] #1 0x00007f85e9025537 in __GI_abort () at abort.c:79 [17:31:30.447] #2 0x00007f85e9214dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:30.447] #3 0x00007f85e921f998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:30.447] #4 0x00007f85e92057aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609fb2369d... [17:31:30.447] #5 0x00005609fa38ed42 in _bt_readpage (scan=scan@entry=0x5609fc8e15c0, dir=dir@entry=ForwardScanDirectio... [17:31:30.447] #6 0x00005609fa394cc4 in _bt_endpoint (scan=scan@entry=0x5609fc8e15c0, dir=dir@entry=ForwardScanDirectio... [17:31:30.447] #7 0x00005609fa3955df in _bt_first (scan=scan@entry=0x5609fc8e15c0, dir=dir@entry=ForwardScanDirection) ... [17:31:30.447] #8 0x00005609fa38bb59 in btgettuple (scan=0x5609fc8e15c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:30.447] #9 0x00005609fa3684e8 in index_getnext_tid (scan=scan@entry=0x5609fc8e15c0, direction=direction@entry=Fo... |
core | [17:31:26.178] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:26.178] #1 0x00007fd144ecd537 in __GI_abort () at abort.c:79 [17:31:26.178] #2 0x00007fd1450bcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:26.178] #3 0x00007fd1450c7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:26.178] #4 0x00007fd1450ad7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e3b2fd29d... [17:31:26.178] #5 0x000055e3b212ad42 in _bt_readpage (scan=scan@entry=0x55e3b4629e80, dir=dir@entry=ForwardScanDirectio... [17:31:26.178] #6 0x000055e3b2130cc4 in _bt_endpoint (scan=scan@entry=0x55e3b4629e80, dir=dir@entry=ForwardScanDirectio... [17:31:26.178] #7 0x000055e3b21315df in _bt_first (scan=scan@entry=0x55e3b4629e80, dir=dir@entry=ForwardScanDirection) ... [17:31:26.178] #8 0x000055e3b2127b59 in btgettuple (scan=0x55e3b4629e80, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:26.178] #9 0x000055e3b21044e8 in index_getnext_tid (scan=scan@entry=0x55e3b4629e80, direction=direction@entry=Fo... |
core | [17:31:22.201] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:22.201] #1 0x00007efcd132b537 in __GI_abort () at abort.c:79 [17:31:22.201] #2 0x00007efcd151adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:22.201] #3 0x00007efcd1525998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:22.201] #4 0x00007efcd150b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556290c679d... [17:31:22.201] #5 0x000055628fdbfd42 in _bt_readpage (scan=scan@entry=0x556292e65ad0, dir=dir@entry=ForwardScanDirectio... [17:31:22.201] #6 0x000055628fdc5cc4 in _bt_endpoint (scan=scan@entry=0x556292e65ad0, dir=dir@entry=ForwardScanDirectio... [17:31:22.201] #7 0x000055628fdc65df in _bt_first (scan=scan@entry=0x556292e65ad0, dir=dir@entry=ForwardScanDirection) ... [17:31:22.201] #8 0x000055628fdbcb59 in btgettuple (scan=0x556292e65ad0, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:22.201] #9 0x000055628fd994e8 in index_getnext_tid (scan=scan@entry=0x556292e65ad0, direction=direction@entry=Fo... |
core | [17:31:12.679] #0 0x00007f164ec8dce1 in ?? () [17:31:15.149] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 |
core | [17:31:12.506] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:12.506] #1 0x00007f454e846537 in __GI_abort () at abort.c:79 [17:31:12.506] #2 0x00007f454ea35dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:12.506] #3 0x00007f454ea40998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:12.506] #4 0x00007f454ea267aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5564392bc9d... [17:31:12.506] #5 0x0000556438414d42 in _bt_readpage (scan=scan@entry=0x55643ae45f10, dir=dir@entry=ForwardScanDirectio... [17:31:12.506] #6 0x000055643841acc4 in _bt_endpoint (scan=scan@entry=0x55643ae45f10, dir=dir@entry=ForwardScanDirectio... [17:31:12.506] #7 0x000055643841b5df in _bt_first (scan=scan@entry=0x55643ae45f10, dir=dir@entry=ForwardScanDirection) ... [17:31:12.506] #8 0x0000556438411b59 in btgettuple (scan=0x55643ae45f10, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:12.506] #9 0x00005564383ee4e8 in index_getnext_tid (scan=scan@entry=0x55643ae45f10, direction=direction@entry=Fo... |
core | [17:31:07.126] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:07.126] #1 0x00007f8c3ff1e537 in __GI_abort () at abort.c:79 [17:31:07.126] #2 0x00007f8c4010ddcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:07.126] #3 0x00007f8c40118998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:07.126] #4 0x00007f8c400fe7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55945f24e9d... [17:31:07.126] #5 0x000055945e3a6d42 in _bt_readpage (scan=scan@entry=0x559460c659f0, dir=dir@entry=ForwardScanDirectio... [17:31:07.126] #6 0x000055945e3accc4 in _bt_endpoint (scan=scan@entry=0x559460c659f0, dir=dir@entry=ForwardScanDirectio... [17:31:07.126] #7 0x000055945e3ad5df in _bt_first (scan=scan@entry=0x559460c659f0, dir=dir@entry=ForwardScanDirection) ... [17:31:07.126] #8 0x000055945e3a3b59 in btgettuple (scan=0x559460c659f0, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:07.126] #9 0x000055945e3804e8 in index_getnext_tid (scan=scan@entry=0x559460c659f0, direction=direction@entry=Fo... |
core | [17:31:02.644] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:31:02.644] #1 0x00007f85e9025537 in __GI_abort () at abort.c:79 [17:31:02.644] #2 0x00007f85e9214dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:31:02.644] #3 0x00007f85e921f998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:31:02.644] #4 0x00007f85e92057aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609fb2369d... [17:31:02.644] #5 0x00005609fa38ed42 in _bt_readpage (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:31:02.644] #6 0x00005609fa394cc4 in _bt_endpoint (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:31:02.644] #7 0x00005609fa3955df in _bt_first (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirection) ... [17:31:02.644] #8 0x00005609fa38bb59 in btgettuple (scan=0x5609fc8e8210, dir=ForwardScanDirection) at ../src/backend/ac... [17:31:02.644] #9 0x00005609fa3684e8 in index_getnext_tid (scan=scan@entry=0x5609fc8e8210, direction=direction@entry=Fo... |
core | [17:30:58.357] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:58.357] #1 0x00007f5901cbd537 in __GI_abort () at abort.c:79 [17:30:58.357] #2 0x00007f5901eacdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:58.357] #3 0x00007f5901eb7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:58.357] #4 0x00007f5901e9d7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5572f240f9d... [17:30:58.357] #5 0x00005572f1567d42 in _bt_readpage (scan=scan@entry=0x5572f4a4c310, dir=dir@entry=ForwardScanDirectio... [17:30:58.357] #6 0x00005572f156dcc4 in _bt_endpoint (scan=scan@entry=0x5572f4a4c310, dir=dir@entry=ForwardScanDirectio... [17:30:58.357] #7 0x00005572f156e5df in _bt_first (scan=scan@entry=0x5572f4a4c310, dir=dir@entry=ForwardScanDirection) ... [17:30:58.357] #8 0x00005572f1564b59 in btgettuple (scan=0x5572f4a4c310, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:58.357] #9 0x00005572f15414e8 in index_getnext_tid (scan=scan@entry=0x5572f4a4c310, direction=direction@entry=Fo... |
core | [17:30:53.410] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:53.410] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:30:53.410] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:53.410] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:53.410] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:30:53.410] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:30:53.410] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:30:53.410] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirection) ... [17:30:53.410] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d920, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:53.410] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d920, direction=direction@entry=Fo... |
core | [17:30:48.909] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:48.909] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:30:48.909] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:48.909] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:48.909] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:30:48.909] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a686625570, dir=dir@entry=ForwardScanDirectio... [17:30:48.909] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a686625570, dir=dir@entry=ForwardScanDirectio... [17:30:48.909] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a686625570, dir=dir@entry=ForwardScanDirection) ... [17:30:48.909] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a686625570, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:48.909] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a686625570, direction=direction@entry=Fo... |
core | [17:30:44.381] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:44.381] #1 0x00007f9c070f4537 in __GI_abort () at abort.c:79 [17:30:44.381] #2 0x00007f9c072e3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:44.381] #3 0x00007f9c072ee998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:44.381] #4 0x00007f9c072d47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ff4102d9d... [17:30:44.381] #5 0x000055ff40185d42 in _bt_readpage (scan=scan@entry=0x55ff42a56ff0, dir=dir@entry=ForwardScanDirectio... [17:30:44.381] #6 0x000055ff4018bcc4 in _bt_endpoint (scan=scan@entry=0x55ff42a56ff0, dir=dir@entry=ForwardScanDirectio... [17:30:44.381] #7 0x000055ff4018c5df in _bt_first (scan=scan@entry=0x55ff42a56ff0, dir=dir@entry=ForwardScanDirection) ... [17:30:44.381] #8 0x000055ff40182b59 in btgettuple (scan=0x55ff42a56ff0, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:44.381] #9 0x000055ff4015f4e8 in index_getnext_tid (scan=scan@entry=0x55ff42a56ff0, direction=direction@entry=Fo... |
core | [17:30:39.575] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:39.575] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:30:39.575] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:39.575] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:39.575] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:30:39.575] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a6867024f8, dir=dir@entry=ForwardScanDirectio... [17:30:39.575] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a6867024f8, dir=dir@entry=ForwardScanDirectio... [17:30:39.575] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a6867024f8, dir=dir@entry=ForwardScanDirection) ... [17:30:39.575] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a6867024f8, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:39.575] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a6867024f8, direction=direction@entry=Fo... |
core | [17:30:34.734] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:34.734] #1 0x00007f07e67c4537 in __GI_abort () at abort.c:79 [17:30:34.734] #2 0x00007f07e69b3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:34.734] #3 0x00007f07e69be998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:34.734] #4 0x00007f07e69a47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55cd30c839d... [17:30:34.734] #5 0x000055cd2fddbd42 in _bt_readpage (scan=scan@entry=0x55cd31ce29f0, dir=dir@entry=ForwardScanDirectio... [17:30:34.734] #6 0x000055cd2fde1cc4 in _bt_endpoint (scan=scan@entry=0x55cd31ce29f0, dir=dir@entry=ForwardScanDirectio... [17:30:34.734] #7 0x000055cd2fde25df in _bt_first (scan=scan@entry=0x55cd31ce29f0, dir=dir@entry=ForwardScanDirection) ... [17:30:34.734] #8 0x000055cd2fdd8b59 in btgettuple (scan=0x55cd31ce29f0, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:34.734] #9 0x000055cd2fdb54e8 in index_getnext_tid (scan=scan@entry=0x55cd31ce29f0, direction=direction@entry=Fo... |
core | [17:30:30.622] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:30.622] #1 0x00007f038bed3537 in __GI_abort () at abort.c:79 [17:30:30.622] #2 0x00007f038c0c2dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:30.622] #3 0x00007f038c0cd998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:30.622] #4 0x00007f038c0b37aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c74fcab9d... [17:30:30.622] #5 0x000055c74ee03d42 in _bt_readpage (scan=scan@entry=0x55c7516d7790, dir=dir@entry=ForwardScanDirectio... [17:30:30.622] #6 0x000055c74ee09cc4 in _bt_endpoint (scan=scan@entry=0x55c7516d7790, dir=dir@entry=ForwardScanDirectio... [17:30:30.622] #7 0x000055c74ee0a5df in _bt_first (scan=scan@entry=0x55c7516d7790, dir=dir@entry=ForwardScanDirection) ... [17:30:30.622] #8 0x000055c74ee00b59 in btgettuple (scan=0x55c7516d7790, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:30.622] #9 0x000055c74eddd4e8 in index_getnext_tid (scan=scan@entry=0x55c7516d7790, direction=direction@entry=Fo... |
core | [17:30:26.731] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:26.731] #1 0x00007f1f790bf537 in __GI_abort () at abort.c:79 [17:30:26.731] #2 0x00007f1f792aedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:26.731] #3 0x00007f1f792b9998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:26.731] #4 0x00007f1f7929f7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55805ef489d... [17:30:26.731] #5 0x000055805e0a0d42 in _bt_readpage (scan=scan@entry=0x55805fd7c250, dir=dir@entry=ForwardScanDirectio... [17:30:26.731] #6 0x000055805e0a6cc4 in _bt_endpoint (scan=scan@entry=0x55805fd7c250, dir=dir@entry=ForwardScanDirectio... [17:30:26.731] #7 0x000055805e0a75df in _bt_first (scan=scan@entry=0x55805fd7c250, dir=dir@entry=ForwardScanDirection) ... [17:30:26.731] #8 0x000055805e09db59 in btgettuple (scan=0x55805fd7c250, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:26.731] #9 0x000055805e07a4e8 in index_getnext_tid (scan=scan@entry=0x55805fd7c250, direction=direction@entry=Fo... |
core | [17:30:22.622] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:22.622] #1 0x00007f164ec77537 in __GI_abort () at abort.c:79 [17:30:22.622] #2 0x00007f164ee66dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:22.622] #3 0x00007f164ee71998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:22.622] #4 0x00007f164ee577aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563d181779d... [17:30:22.622] #5 0x0000563d172cfd42 in _bt_readpage (scan=scan@entry=0x563d1a351860, dir=dir@entry=ForwardScanDirectio... [17:30:22.622] #6 0x0000563d172d5cc4 in _bt_endpoint (scan=scan@entry=0x563d1a351860, dir=dir@entry=ForwardScanDirectio... [17:30:22.622] #7 0x0000563d172d65df in _bt_first (scan=scan@entry=0x563d1a351860, dir=dir@entry=ForwardScanDirection) ... [17:30:22.622] #8 0x0000563d172ccb59 in btgettuple (scan=0x563d1a351860, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:22.622] #9 0x0000563d172a94e8 in index_getnext_tid (scan=scan@entry=0x563d1a351860, direction=direction@entry=Fo... |
core | [17:30:18.399] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:18.399] #1 0x00007f4a9ba24537 in __GI_abort () at abort.c:79 [17:30:18.399] #2 0x00007f4a9bc13dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:18.399] #3 0x00007f4a9bc1e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:18.399] #4 0x00007f4a9bc047aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8d2ae99d... [17:30:18.399] #5 0x000055a8d1c41d42 in _bt_readpage (scan=scan@entry=0x55a8d465c178, dir=dir@entry=ForwardScanDirectio... [17:30:18.399] #6 0x000055a8d1c47cc4 in _bt_endpoint (scan=scan@entry=0x55a8d465c178, dir=dir@entry=ForwardScanDirectio... [17:30:18.399] #7 0x000055a8d1c485df in _bt_first (scan=scan@entry=0x55a8d465c178, dir=dir@entry=ForwardScanDirection) ... [17:30:18.399] #8 0x000055a8d1c3eb59 in btgettuple (scan=0x55a8d465c178, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:18.399] #9 0x000055a8d1c1b4e8 in index_getnext_tid (scan=scan@entry=0x55a8d465c178, direction=direction@entry=Fo... |
core | [17:30:13.675] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:30:13.675] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:30:13.675] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:30:13.675] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:30:13.675] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:30:13.675] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe17757f00, dir=dir@entry=ForwardScanDirectio... [17:30:13.675] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe17757f00, dir=dir@entry=ForwardScanDirectio... [17:30:13.675] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe17757f00, dir=dir@entry=ForwardScanDirection) ... [17:30:13.675] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe17757f00, dir=ForwardScanDirection) at ../src/backend/ac... [17:30:13.675] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe17757f00, direction=direction@entry=Fo... |
core | [17:29:50.877] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:50.877] #1 0x00007f3b607d0537 in __GI_abort () at abort.c:79 [17:29:50.877] #2 0x00007f3b609bfdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:50.877] #3 0x00007f3b609ca998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:50.877] #4 0x00007f3b609b07aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556faa4529d... [17:29:50.877] #5 0x0000556fa95aad42 in _bt_readpage (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:29:50.877] #6 0x0000556fa95b0cc4 in _bt_endpoint (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:29:50.877] #7 0x0000556fa95b15df in _bt_first (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirection) ... [17:29:50.877] #8 0x0000556fa95a7b59 in btgettuple (scan=0x556fab7765e0, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:50.877] #9 0x0000556fa95844e8 in index_getnext_tid (scan=scan@entry=0x556fab7765e0, direction=direction@entry=Fo... |
core | [17:29:47.107] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:47.107] #1 0x00007ff27b006537 in __GI_abort () at abort.c:79 [17:29:47.107] #2 0x00007ff27b1f5dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:47.107] #3 0x00007ff27b200998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:47.107] #4 0x00007ff27b1e67aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5557186589d... [17:29:47.107] #5 0x00005557177b0d42 in _bt_readpage (scan=scan@entry=0x555719106b50, dir=dir@entry=ForwardScanDirectio... [17:29:47.107] #6 0x00005557177b6cc4 in _bt_endpoint (scan=scan@entry=0x555719106b50, dir=dir@entry=ForwardScanDirectio... [17:29:47.107] #7 0x00005557177b75df in _bt_first (scan=scan@entry=0x555719106b50, dir=dir@entry=ForwardScanDirection) ... [17:29:47.107] #8 0x00005557177adb59 in btgettuple (scan=0x555719106b50, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:47.107] #9 0x000055571778a4e8 in index_getnext_tid (scan=scan@entry=0x555719106b50, direction=direction@entry=Fo... |
core | [17:34:42.900] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:42.900] #1 0x00007fcf33586537 in __GI_abort () at abort.c:79 [17:34:42.900] #2 0x00007fcf33775dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:42.900] #3 0x00007fcf33780998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:42.900] #4 0x00007fcf337667aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5633c0c199d... [17:34:42.900] #5 0x00005633bfd71d42 in _bt_readpage (scan=scan@entry=0x5633c2c39460, dir=dir@entry=ForwardScanDirectio... [17:34:42.900] #6 0x00005633bfd77cc4 in _bt_endpoint (scan=scan@entry=0x5633c2c39460, dir=dir@entry=ForwardScanDirectio... [17:34:42.900] #7 0x00005633bfd785df in _bt_first (scan=scan@entry=0x5633c2c39460, dir=dir@entry=ForwardScanDirection) ... [17:34:42.900] #8 0x00005633bfd6eb59 in btgettuple (scan=0x5633c2c39460, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:42.900] #9 0x00005633bfd4b4e8 in index_getnext_tid (scan=scan@entry=0x5633c2c39460, direction=direction@entry=Fo... |
core | [17:34:38.542] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:38.542] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:34:38.542] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:38.542] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:38.542] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:34:38.542] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a6866ea528, dir=dir@entry=ForwardScanDirectio... [17:34:38.542] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a6866ea528, dir=dir@entry=ForwardScanDirectio... [17:34:38.542] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a6866ea528, dir=dir@entry=ForwardScanDirection) ... [17:34:38.542] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a6866ea528, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:38.542] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a6866ea528, direction=direction@entry=Fo... |
core | [17:34:34.309] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:34.309] #1 0x00007f4a9ba24537 in __GI_abort () at abort.c:79 [17:34:34.309] #2 0x00007f4a9bc13dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:34.309] #3 0x00007f4a9bc1e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:34.309] #4 0x00007f4a9bc047aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8d2ae99d... [17:34:34.309] #5 0x000055a8d1c41d42 in _bt_readpage (scan=scan@entry=0x55a8d45a8940, dir=dir@entry=ForwardScanDirectio... [17:34:34.309] #6 0x000055a8d1c47cc4 in _bt_endpoint (scan=scan@entry=0x55a8d45a8940, dir=dir@entry=ForwardScanDirectio... [17:34:34.309] #7 0x000055a8d1c485df in _bt_first (scan=scan@entry=0x55a8d45a8940, dir=dir@entry=ForwardScanDirection) ... [17:34:34.309] #8 0x000055a8d1c3eb59 in btgettuple (scan=0x55a8d45a8940, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:34.309] #9 0x000055a8d1c1b4e8 in index_getnext_tid (scan=scan@entry=0x55a8d45a8940, direction=direction@entry=Fo... |
core | [17:34:30.024] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:30.024] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:34:30.024] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:30.024] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:30.024] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:34:30.024] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe177385c0, dir=dir@entry=ForwardScanDirectio... [17:34:30.024] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe177385c0, dir=dir@entry=ForwardScanDirectio... [17:34:30.024] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe177385c0, dir=dir@entry=ForwardScanDirection) ... [17:34:30.024] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe177385c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:30.024] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe177385c0, direction=direction@entry=Fo... |
core | [17:34:25.657] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:25.657] #1 0x00007fe6b9dac537 in __GI_abort () at abort.c:79 [17:34:25.657] #2 0x00007fe6b9f9bdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:25.657] #3 0x00007fe6b9fa6998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:25.657] #4 0x00007fe6b9f8c7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ad76eaa9d... [17:34:25.657] #5 0x000055ad76002d42 in _bt_readpage (scan=scan@entry=0x55ad78e4ed80, dir=dir@entry=ForwardScanDirectio... [17:34:25.657] #6 0x000055ad76008cc4 in _bt_endpoint (scan=scan@entry=0x55ad78e4ed80, dir=dir@entry=ForwardScanDirectio... [17:34:25.657] #7 0x000055ad760095df in _bt_first (scan=scan@entry=0x55ad78e4ed80, dir=dir@entry=ForwardScanDirection) ... [17:34:25.657] #8 0x000055ad75fffb59 in btgettuple (scan=0x55ad78e4ed80, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:25.657] #9 0x000055ad75fdc4e8 in index_getnext_tid (scan=scan@entry=0x55ad78e4ed80, direction=direction@entry=Fo... |
core | [17:34:20.993] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:20.993] #1 0x00007fb02d826537 in __GI_abort () at abort.c:79 [17:34:20.993] #2 0x00007fb02da15dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:20.993] #3 0x00007fb02da20998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:20.993] #4 0x00007fb02da067aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ec92dfa9d... [17:34:20.993] #5 0x000055ec91f52d42 in _bt_readpage (scan=scan@entry=0x55ec943321e0, dir=dir@entry=ForwardScanDirectio... [17:34:20.993] #6 0x000055ec91f58cc4 in _bt_endpoint (scan=scan@entry=0x55ec943321e0, dir=dir@entry=ForwardScanDirectio... [17:34:20.993] #7 0x000055ec91f595df in _bt_first (scan=scan@entry=0x55ec943321e0, dir=dir@entry=ForwardScanDirection) ... [17:34:20.993] #8 0x000055ec91f4fb59 in btgettuple (scan=0x55ec943321e0, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:20.993] #9 0x000055ec91f2c4e8 in index_getnext_tid (scan=scan@entry=0x55ec943321e0, direction=direction@entry=Fo... |
core | [17:34:16.644] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:16.644] #1 0x00007f9ab4dd4537 in __GI_abort () at abort.c:79 [17:34:16.644] #2 0x00007f9ab4fc3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:16.644] #3 0x00007f9ab4fce998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:16.644] #4 0x00007f9ab4fb47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55780af029d... [17:34:16.644] #5 0x000055780a05ad42 in _bt_readpage (scan=scan@entry=0x55780d1c5530, dir=dir@entry=ForwardScanDirectio... [17:34:16.644] #6 0x000055780a060cc4 in _bt_endpoint (scan=scan@entry=0x55780d1c5530, dir=dir@entry=ForwardScanDirectio... [17:34:16.644] #7 0x000055780a0615df in _bt_first (scan=scan@entry=0x55780d1c5530, dir=dir@entry=ForwardScanDirection) ... [17:34:16.644] #8 0x000055780a057b59 in btgettuple (scan=0x55780d1c5530, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:16.644] #9 0x000055780a0344e8 in index_getnext_tid (scan=scan@entry=0x55780d1c5530, direction=direction@entry=Fo... |
core | [17:34:12.260] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:12.260] #1 0x00007f98ed147537 in __GI_abort () at abort.c:79 [17:34:12.260] #2 0x00007f98ed336dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:12.260] #3 0x00007f98ed341998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:12.260] #4 0x00007f98ed3277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be20f009d... [17:34:12.260] #5 0x000055be20058d42 in _bt_readpage (scan=scan@entry=0x55be22391f10, dir=dir@entry=ForwardScanDirectio... [17:34:12.260] #6 0x000055be2005ecc4 in _bt_endpoint (scan=scan@entry=0x55be22391f10, dir=dir@entry=ForwardScanDirectio... [17:34:12.260] #7 0x000055be2005f5df in _bt_first (scan=scan@entry=0x55be22391f10, dir=dir@entry=ForwardScanDirection) ... [17:34:12.260] #8 0x000055be20055b59 in btgettuple (scan=0x55be22391f10, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:12.260] #9 0x000055be200324e8 in index_getnext_tid (scan=scan@entry=0x55be22391f10, direction=direction@entry=Fo... |
core | [17:34:07.266] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:07.266] #1 0x00007f6d32b40537 in __GI_abort () at abort.c:79 [17:34:07.266] #2 0x00007f6d32d2fdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:07.266] #3 0x00007f6d32d3a998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:07.266] #4 0x00007f6d32d207aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b984d9c9d... [17:34:07.266] #5 0x000055b983ef4d42 in _bt_readpage (scan=scan@entry=0x55b9872ecc20, dir=dir@entry=ForwardScanDirectio... [17:34:07.266] #6 0x000055b983efacc4 in _bt_endpoint (scan=scan@entry=0x55b9872ecc20, dir=dir@entry=ForwardScanDirectio... [17:34:07.266] #7 0x000055b983efb5df in _bt_first (scan=scan@entry=0x55b9872ecc20, dir=dir@entry=ForwardScanDirection) ... [17:34:07.266] #8 0x000055b983ef1b59 in btgettuple (scan=0x55b9872ecc20, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:07.266] #9 0x000055b983ece4e8 in index_getnext_tid (scan=scan@entry=0x55b9872ecc20, direction=direction@entry=Fo... |
core | [17:34:02.493] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:34:02.493] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:34:02.493] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:34:02.493] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:34:02.493] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:34:02.493] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:34:02.493] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:34:02.493] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirection) ... [17:34:02.493] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d920, dir=ForwardScanDirection) at ../src/backend/ac... [17:34:02.493] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d920, direction=direction@entry=Fo... |
core | [17:33:57.601] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:57.601] #1 0x00007f91513b2537 in __GI_abort () at abort.c:79 [17:33:57.601] #2 0x00007f91515a1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:57.601] #3 0x00007f91515ac998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:57.601] #4 0x00007f91515927aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555b98f1d9d... [17:33:57.601] #5 0x0000555b98075d42 in _bt_readpage (scan=scan@entry=0x555b99bf6590, dir=dir@entry=ForwardScanDirectio... [17:33:57.601] #6 0x0000555b9807bcc4 in _bt_endpoint (scan=scan@entry=0x555b99bf6590, dir=dir@entry=ForwardScanDirectio... [17:33:57.601] #7 0x0000555b9807c5df in _bt_first (scan=scan@entry=0x555b99bf6590, dir=dir@entry=ForwardScanDirection) ... [17:33:57.601] #8 0x0000555b98072b59 in btgettuple (scan=0x555b99bf6590, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:57.601] #9 0x0000555b9804f4e8 in index_getnext_tid (scan=scan@entry=0x555b99bf6590, direction=direction@entry=Fo... |
core | [17:33:53.486] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:53.486] #1 0x00007f038bed3537 in __GI_abort () at abort.c:79 [17:33:53.486] #2 0x00007f038c0c2dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:53.486] #3 0x00007f038c0cd998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:53.486] #4 0x00007f038c0b37aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55c74fcab9d... [17:33:53.486] #5 0x000055c74ee03d42 in _bt_readpage (scan=scan@entry=0x55c7516d7380, dir=dir@entry=ForwardScanDirectio... [17:33:53.486] #6 0x000055c74ee09cc4 in _bt_endpoint (scan=scan@entry=0x55c7516d7380, dir=dir@entry=ForwardScanDirectio... [17:33:53.486] #7 0x000055c74ee0a5df in _bt_first (scan=scan@entry=0x55c7516d7380, dir=dir@entry=ForwardScanDirection) ... [17:33:53.486] #8 0x000055c74ee00b59 in btgettuple (scan=0x55c7516d7380, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:53.486] #9 0x000055c74eddd4e8 in index_getnext_tid (scan=scan@entry=0x55c7516d7380, direction=direction@entry=Fo... |
core | [17:33:48.948] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:48.948] #1 0x00007f476563b537 in __GI_abort () at abort.c:79 [17:33:48.948] #2 0x00007f476582adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:48.948] #3 0x00007f4765835998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:48.948] #4 0x00007f476581b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5607021319d... [17:33:48.948] #5 0x0000560701289d42 in _bt_readpage (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirectio... [17:33:48.948] #6 0x000056070128fcc4 in _bt_endpoint (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirectio... [17:33:48.948] #7 0x00005607012905df in _bt_first (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirection) ... [17:33:48.948] #8 0x0000560701286b59 in btgettuple (scan=0x560702bc1f30, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:48.948] #9 0x00005607012634e8 in index_getnext_tid (scan=scan@entry=0x560702bc1f30, direction=direction@entry=Fo... |
core | [17:33:44.132] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:44.132] #1 0x00007fcfb11e6537 in __GI_abort () at abort.c:79 [17:33:44.132] #2 0x00007fcfb13d5dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:44.132] #3 0x00007fcfb13e0998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:44.132] #4 0x00007fcfb13c67aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564ed0bb59d... [17:33:44.132] #5 0x0000564ecfd0dd42 in _bt_readpage (scan=scan@entry=0x564ed1cc31c0, dir=dir@entry=ForwardScanDirectio... [17:33:44.132] #6 0x0000564ecfd13cc4 in _bt_endpoint (scan=scan@entry=0x564ed1cc31c0, dir=dir@entry=ForwardScanDirectio... [17:33:44.132] #7 0x0000564ecfd145df in _bt_first (scan=scan@entry=0x564ed1cc31c0, dir=dir@entry=ForwardScanDirection) ... [17:33:44.132] #8 0x0000564ecfd0ab59 in btgettuple (scan=0x564ed1cc31c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:44.132] #9 0x0000564ecfce74e8 in index_getnext_tid (scan=scan@entry=0x564ed1cc31c0, direction=direction@entry=Fo... |
core | [17:33:39.651] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:39.651] #1 0x00007f54260f4537 in __GI_abort () at abort.c:79 [17:33:39.651] #2 0x00007f54262e3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:39.651] #3 0x00007f54262ee998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:39.651] #4 0x00007f54262d47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a89a359d... [17:33:39.651] #5 0x0000559a88b8dd42 in _bt_readpage (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirectio... [17:33:39.651] #6 0x0000559a88b93cc4 in _bt_endpoint (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirectio... [17:33:39.651] #7 0x0000559a88b945df in _bt_first (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirection) ... [17:33:39.651] #8 0x0000559a88b8ab59 in btgettuple (scan=0x559a8af27510, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:39.651] #9 0x0000559a88b674e8 in index_getnext_tid (scan=scan@entry=0x559a8af27510, direction=direction@entry=Fo... |
core | [17:33:34.351] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:34.351] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:33:34.351] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:34.351] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:34.351] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:33:34.351] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a6866e32f0, dir=dir@entry=ForwardScanDirectio... [17:33:34.351] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a6866e32f0, dir=dir@entry=ForwardScanDirectio... [17:33:34.351] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a6866e32f0, dir=dir@entry=ForwardScanDirection) ... [17:33:34.351] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a6866e32f0, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:34.351] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a6866e32f0, direction=direction@entry=Fo... |
core | [17:33:30.578] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:30.578] #1 0x00007f54260f4537 in __GI_abort () at abort.c:79 [17:33:30.578] #2 0x00007f54262e3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:30.578] #3 0x00007f54262ee998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:30.578] #4 0x00007f54262d47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a89a359d... [17:33:30.578] #5 0x0000559a88b8dd42 in _bt_readpage (scan=scan@entry=0x559a8af27920, dir=dir@entry=ForwardScanDirectio... [17:33:30.578] #6 0x0000559a88b93cc4 in _bt_endpoint (scan=scan@entry=0x559a8af27920, dir=dir@entry=ForwardScanDirectio... [17:33:30.578] #7 0x0000559a88b945df in _bt_first (scan=scan@entry=0x559a8af27920, dir=dir@entry=ForwardScanDirection) ... [17:33:30.578] #8 0x0000559a88b8ab59 in btgettuple (scan=0x559a8af27920, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:30.578] #9 0x0000559a88b674e8 in index_getnext_tid (scan=scan@entry=0x559a8af27920, direction=direction@entry=Fo... |
core | [17:33:26.402] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:26.402] #1 0x00007f98ed147537 in __GI_abort () at abort.c:79 [17:33:26.402] #2 0x00007f98ed336dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:26.402] #3 0x00007f98ed341998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:26.402] #4 0x00007f98ed3277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be20f009d... [17:33:26.402] #5 0x000055be20058d42 in _bt_readpage (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirectio... [17:33:26.402] #6 0x000055be2005ecc4 in _bt_endpoint (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirectio... [17:33:26.402] #7 0x000055be2005f5df in _bt_first (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirection) ... [17:33:26.402] #8 0x000055be20055b59 in btgettuple (scan=0x55be22393ad0, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:26.402] #9 0x000055be200324e8 in index_getnext_tid (scan=scan@entry=0x55be22393ad0, direction=direction@entry=Fo... |
core | [17:33:22.045] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:33:22.045] #1 0x00007fd473713537 in __GI_abort () at abort.c:79 [17:33:22.045] #2 0x00007fd473902dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:33:22.045] #3 0x00007fd47390d998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:33:22.045] #4 0x00007fd4738f37aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ffdd31b9d... [17:33:22.045] #5 0x000055ffdc473d42 in _bt_readpage (scan=scan@entry=0x55ffdeb6f660, dir=dir@entry=ForwardScanDirectio... [17:33:22.045] #6 0x000055ffdc479cc4 in _bt_endpoint (scan=scan@entry=0x55ffdeb6f660, dir=dir@entry=ForwardScanDirectio... [17:33:22.045] #7 0x000055ffdc47a5df in _bt_first (scan=scan@entry=0x55ffdeb6f660, dir=dir@entry=ForwardScanDirection) ... [17:33:22.045] #8 0x000055ffdc470b59 in btgettuple (scan=0x55ffdeb6f660, dir=ForwardScanDirection) at ../src/backend/ac... [17:33:22.045] #9 0x000055ffdc44d4e8 in index_getnext_tid (scan=scan@entry=0x55ffdeb6f660, direction=direction@entry=Fo... |
core | [17:32:59.983] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:59.983] #1 0x00007f4a9ba24537 in __GI_abort () at abort.c:79 [17:32:59.983] #2 0x00007f4a9bc13dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:59.983] #3 0x00007f4a9bc1e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:59.983] #4 0x00007f4a9bc047aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8d2ae99d... [17:32:59.983] #5 0x000055a8d1c41d42 in _bt_readpage (scan=scan@entry=0x55a8d465ab80, dir=dir@entry=ForwardScanDirectio... [17:32:59.983] #6 0x000055a8d1c47cc4 in _bt_endpoint (scan=scan@entry=0x55a8d465ab80, dir=dir@entry=ForwardScanDirectio... [17:32:59.983] #7 0x000055a8d1c485df in _bt_first (scan=scan@entry=0x55a8d465ab80, dir=dir@entry=ForwardScanDirection) ... [17:32:59.983] #8 0x000055a8d1c3eb59 in btgettuple (scan=0x55a8d465ab80, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:59.983] #9 0x000055a8d1c1b4e8 in index_getnext_tid (scan=scan@entry=0x55a8d465ab80, direction=direction@entry=Fo... |
core | [17:32:56.063] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:56.063] #1 0x00007fadfcf6f537 in __GI_abort () at abort.c:79 [17:32:56.063] #2 0x00007fadfd15edcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:56.063] #3 0x00007fadfd169998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:56.063] #4 0x00007fadfd14f7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5579fbdd69d... [17:32:56.063] #5 0x00005579faf2ed42 in _bt_readpage (scan=scan@entry=0x5579fce57990, dir=dir@entry=ForwardScanDirectio... [17:32:56.063] #6 0x00005579faf34cc4 in _bt_endpoint (scan=scan@entry=0x5579fce57990, dir=dir@entry=ForwardScanDirectio... [17:32:56.063] #7 0x00005579faf355df in _bt_first (scan=scan@entry=0x5579fce57990, dir=dir@entry=ForwardScanDirection) ... [17:32:56.063] #8 0x00005579faf2bb59 in btgettuple (scan=0x5579fce57990, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:56.063] #9 0x00005579faf084e8 in index_getnext_tid (scan=scan@entry=0x5579fce57990, direction=direction@entry=Fo... |
core | [17:26:27.586] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:27.586] #1 0x00007f54260f4537 in __GI_abort () at abort.c:79 [17:26:27.586] #2 0x00007f54262e3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:27.586] #3 0x00007f54262ee998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:27.586] #4 0x00007f54262d47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a89a359d... [17:26:27.586] #5 0x0000559a88b8dd42 in _bt_readpage (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirectio... [17:26:27.586] #6 0x0000559a88b93cc4 in _bt_endpoint (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirectio... [17:26:27.586] #7 0x0000559a88b945df in _bt_first (scan=scan@entry=0x559a8af27510, dir=dir@entry=ForwardScanDirection) ... [17:26:27.586] #8 0x0000559a88b8ab59 in btgettuple (scan=0x559a8af27510, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:27.586] #9 0x0000559a88b674e8 in index_getnext_tid (scan=scan@entry=0x559a8af27510, direction=direction@entry=Fo... |
core | [17:26:33.401] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:33.401] #1 0x00007fa3d472b537 in __GI_abort () at abort.c:79 [17:26:33.401] #2 0x00007fa3d491adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:33.401] #3 0x00007fa3d4925998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:33.401] #4 0x00007fa3d490b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559e850449d... [17:26:33.401] #5 0x0000559e8419cd42 in _bt_readpage (scan=scan@entry=0x559e8724fac0, dir=dir@entry=ForwardScanDirectio... [17:26:33.401] #6 0x0000559e841a2cc4 in _bt_endpoint (scan=scan@entry=0x559e8724fac0, dir=dir@entry=ForwardScanDirectio... [17:26:33.401] #7 0x0000559e841a35df in _bt_first (scan=scan@entry=0x559e8724fac0, dir=dir@entry=ForwardScanDirection) ... [17:26:33.401] #8 0x0000559e84199b59 in btgettuple (scan=0x559e8724fac0, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:33.401] #9 0x0000559e841764e8 in index_getnext_tid (scan=scan@entry=0x559e8724fac0, direction=direction@entry=Fo... |
core | [17:26:37.270] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:37.270] #1 0x00007f3b607d0537 in __GI_abort () at abort.c:79 [17:26:37.270] #2 0x00007f3b609bfdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:37.270] #3 0x00007f3b609ca998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:37.270] #4 0x00007f3b609b07aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556faa4529d... [17:26:37.270] #5 0x0000556fa95aad42 in _bt_readpage (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:26:37.270] #6 0x0000556fa95b0cc4 in _bt_endpoint (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:26:37.270] #7 0x0000556fa95b15df in _bt_first (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirection) ... [17:26:37.270] #8 0x0000556fa95a7b59 in btgettuple (scan=0x556fab7765e0, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:37.270] #9 0x0000556fa95844e8 in index_getnext_tid (scan=scan@entry=0x556fab7765e0, direction=direction@entry=Fo... |
core | [17:26:41.781] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:41.781] #1 0x00007fbf2838b537 in __GI_abort () at abort.c:79 [17:26:41.781] #2 0x00007fbf2857adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:41.781] #3 0x00007fbf28585998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:41.781] #4 0x00007fbf2856b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a008c49d... [17:26:41.781] #5 0x00005599ffa1cd42 in _bt_readpage (scan=scan@entry=0x559a0252a8c0, dir=dir@entry=ForwardScanDirectio... [17:26:41.781] #6 0x00005599ffa22cc4 in _bt_endpoint (scan=scan@entry=0x559a0252a8c0, dir=dir@entry=ForwardScanDirectio... [17:26:41.781] #7 0x00005599ffa235df in _bt_first (scan=scan@entry=0x559a0252a8c0, dir=dir@entry=ForwardScanDirection) ... [17:26:41.781] #8 0x00005599ffa19b59 in btgettuple (scan=0x559a0252a8c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:41.781] #9 0x00005599ff9f64e8 in index_getnext_tid (scan=scan@entry=0x559a0252a8c0, direction=direction@entry=Fo... |
core | [17:26:46.053] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:46.053] #1 0x00007f98ed147537 in __GI_abort () at abort.c:79 [17:26:46.053] #2 0x00007f98ed336dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:46.053] #3 0x00007f98ed341998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:46.053] #4 0x00007f98ed3277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be20f009d... [17:26:46.053] #5 0x000055be20058d42 in _bt_readpage (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirectio... [17:26:46.053] #6 0x000055be2005ecc4 in _bt_endpoint (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirectio... [17:26:46.053] #7 0x000055be2005f5df in _bt_first (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirection) ... [17:26:46.053] #8 0x000055be20055b59 in btgettuple (scan=0x55be223936c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:46.053] #9 0x000055be200324e8 in index_getnext_tid (scan=scan@entry=0x55be223936c0, direction=direction@entry=Fo... |
core | [17:26:50.099] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:50.099] #1 0x00007fc965737537 in __GI_abort () at abort.c:79 [17:26:50.099] #2 0x00007fc965926dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:50.099] #3 0x00007fc965931998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:50.099] #4 0x00007fc9659177aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564ad51679d... [17:26:50.099] #5 0x0000564ad42bfd42 in _bt_readpage (scan=scan@entry=0x564ad5cb3b98, dir=dir@entry=ForwardScanDirectio... [17:26:50.099] #6 0x0000564ad42c5cc4 in _bt_endpoint (scan=scan@entry=0x564ad5cb3b98, dir=dir@entry=ForwardScanDirectio... [17:26:50.099] #7 0x0000564ad42c65df in _bt_first (scan=scan@entry=0x564ad5cb3b98, dir=dir@entry=ForwardScanDirection) ... [17:26:50.099] #8 0x0000564ad42bcb59 in btgettuple (scan=0x564ad5cb3b98, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:50.099] #9 0x0000564ad42994e8 in index_getnext_tid (scan=scan@entry=0x564ad5cb3b98, direction=direction@entry=Fo... |
core | [17:26:53.845] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:53.845] #1 0x00007f8443430537 in __GI_abort () at abort.c:79 [17:26:53.845] #2 0x00007f844361fdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:53.845] #3 0x00007f844362a998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:53.845] #4 0x00007f84436107aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8dfcd59d... [17:26:53.845] #5 0x000055a8dee2dd42 in _bt_readpage (scan=scan@entry=0x55a8e217e300, dir=dir@entry=ForwardScanDirectio... [17:26:53.845] #6 0x000055a8dee33cc4 in _bt_endpoint (scan=scan@entry=0x55a8e217e300, dir=dir@entry=ForwardScanDirectio... [17:26:53.845] #7 0x000055a8dee345df in _bt_first (scan=scan@entry=0x55a8e217e300, dir=dir@entry=ForwardScanDirection) ... [17:26:53.845] #8 0x000055a8dee2ab59 in btgettuple (scan=0x55a8e217e300, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:53.845] #9 0x000055a8dee074e8 in index_getnext_tid (scan=scan@entry=0x55a8e217e300, direction=direction@entry=Fo... |
core | [17:26:57.769] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:26:57.769] #1 0x00007fd9a83f3537 in __GI_abort () at abort.c:79 [17:26:57.769] #2 0x00007fd9a85e2dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:26:57.769] #3 0x00007fd9a85ed998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:26:57.769] #4 0x00007fd9a85d37aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ed70cab9d... [17:26:57.769] #5 0x000055ed6fe03d42 in _bt_readpage (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirectio... [17:26:57.769] #6 0x000055ed6fe09cc4 in _bt_endpoint (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirectio... [17:26:57.769] #7 0x000055ed6fe0a5df in _bt_first (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirection) ... [17:26:57.769] #8 0x000055ed6fe00b59 in btgettuple (scan=0x55ed73339f70, dir=ForwardScanDirection) at ../src/backend/ac... [17:26:57.769] #9 0x000055ed6fddd4e8 in index_getnext_tid (scan=scan@entry=0x55ed73339f70, direction=direction@entry=Fo... |
core | [17:27:01.967] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:01.967] #1 0x00007f85e9025537 in __GI_abort () at abort.c:79 [17:27:01.967] #2 0x00007f85e9214dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:01.967] #3 0x00007f85e921f998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:01.967] #4 0x00007f85e92057aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609fb2369d... [17:27:01.967] #5 0x00005609fa38ed42 in _bt_readpage (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:27:01.967] #6 0x00005609fa394cc4 in _bt_endpoint (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:27:01.967] #7 0x00005609fa3955df in _bt_first (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirection) ... [17:27:01.967] #8 0x00005609fa38bb59 in btgettuple (scan=0x5609fc8e8210, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:01.967] #9 0x00005609fa3684e8 in index_getnext_tid (scan=scan@entry=0x5609fc8e8210, direction=direction@entry=Fo... |
core | [17:27:05.491] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:05.491] #1 0x00007f67d27c7537 in __GI_abort () at abort.c:79 [17:27:05.491] #2 0x00007f67d29b6dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:05.491] #3 0x00007f67d29c1998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:05.491] #4 0x00007f67d29a77aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556f833049d... [17:27:05.491] #5 0x0000556f8245cd42 in _bt_readpage (scan=scan@entry=0x556f845c38a8, dir=dir@entry=ForwardScanDirectio... [17:27:05.491] #6 0x0000556f82462cc4 in _bt_endpoint (scan=scan@entry=0x556f845c38a8, dir=dir@entry=ForwardScanDirectio... [17:27:05.491] #7 0x0000556f824635df in _bt_first (scan=scan@entry=0x556f845c38a8, dir=dir@entry=ForwardScanDirection) ... [17:27:05.491] #8 0x0000556f82459b59 in btgettuple (scan=0x556f845c38a8, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:05.491] #9 0x0000556f824364e8 in index_getnext_tid (scan=scan@entry=0x556f845c38a8, direction=direction@entry=Fo... |
core | [17:27:09.338] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:09.338] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:27:09.338] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:09.338] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:09.338] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:27:09.338] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:27:09.338] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:27:09.338] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirection) ... [17:27:09.338] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d920, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:09.338] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d920, direction=direction@entry=Fo... |
core | [17:27:16.121] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:16.121] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:27:16.121] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:16.121] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:16.121] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:27:16.121] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirectio... [17:27:16.121] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirectio... [17:27:16.121] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirection) ... [17:27:16.121] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d510, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:16.121] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d510, direction=direction@entry=Fo... |
core | [17:27:20.146] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:20.146] #1 0x00007fe954221537 in __GI_abort () at abort.c:79 [17:27:20.146] #2 0x00007fe954410dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:20.146] #3 0x00007fe95441b998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:20.146] #4 0x00007fe9544017aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563a4da6a9d... [17:27:20.146] #5 0x0000563a4cbc2d42 in _bt_readpage (scan=scan@entry=0x563a4f2a7df0, dir=dir@entry=ForwardScanDirectio... [17:27:20.146] #6 0x0000563a4cbc8cc4 in _bt_endpoint (scan=scan@entry=0x563a4f2a7df0, dir=dir@entry=ForwardScanDirectio... [17:27:20.146] #7 0x0000563a4cbc95df in _bt_first (scan=scan@entry=0x563a4f2a7df0, dir=dir@entry=ForwardScanDirection) ... [17:27:20.146] #8 0x0000563a4cbbfb59 in btgettuple (scan=0x563a4f2a7df0, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:20.146] #9 0x0000563a4cb9c4e8 in index_getnext_tid (scan=scan@entry=0x563a4f2a7df0, direction=direction@entry=Fo... |
core | [17:27:24.000] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:27:24.000] #1 0x00007f3b607d0537 in __GI_abort () at abort.c:79 [17:27:24.000] #2 0x00007f3b609bfdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:27:24.000] #3 0x00007f3b609ca998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:27:24.000] #4 0x00007f3b609b07aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556faa4529d... [17:27:24.000] #5 0x0000556fa95aad42 in _bt_readpage (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:27:24.000] #6 0x0000556fa95b0cc4 in _bt_endpoint (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirectio... [17:27:24.000] #7 0x0000556fa95b15df in _bt_first (scan=scan@entry=0x556fab7765e0, dir=dir@entry=ForwardScanDirection) ... [17:27:24.000] #8 0x0000556fa95a7b59 in btgettuple (scan=0x556fab7765e0, dir=ForwardScanDirection) at ../src/backend/ac... [17:27:24.000] #9 0x0000556fa95844e8 in index_getnext_tid (scan=scan@entry=0x556fab7765e0, direction=direction@entry=Fo... |
core | [17:28:07.277] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:07.277] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:28:07.277] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:07.277] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:07.277] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:28:07.277] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a6866d7220, dir=dir@entry=ForwardScanDirectio... [17:28:07.277] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a6866d7220, dir=dir@entry=ForwardScanDirectio... [17:28:07.277] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a6866d7220, dir=dir@entry=ForwardScanDirection) ... [17:28:07.277] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a6866d7220, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:07.277] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a6866d7220, direction=direction@entry=Fo... |
core | [17:28:11.184] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:11.184] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:28:11.184] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:11.184] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:11.184] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:28:11.184] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe177f8f58, dir=dir@entry=ForwardScanDirectio... [17:28:11.184] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe177f8f58, dir=dir@entry=ForwardScanDirectio... [17:28:11.184] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe177f8f58, dir=dir@entry=ForwardScanDirection) ... [17:28:11.184] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe177f8f58, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:11.184] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe177f8f58, direction=direction@entry=Fo... |
core | [17:28:15.787] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:15.787] #1 0x00007f8443430537 in __GI_abort () at abort.c:79 [17:28:15.787] #2 0x00007f844361fdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:15.787] #3 0x00007f844362a998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:15.787] #4 0x00007f84436107aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8dfcd59d... [17:28:15.787] #5 0x000055a8dee2dd42 in _bt_readpage (scan=scan@entry=0x55a8e2186720, dir=dir@entry=ForwardScanDirectio... [17:28:15.787] #6 0x000055a8dee33cc4 in _bt_endpoint (scan=scan@entry=0x55a8e2186720, dir=dir@entry=ForwardScanDirectio... [17:28:15.787] #7 0x000055a8dee345df in _bt_first (scan=scan@entry=0x55a8e2186720, dir=dir@entry=ForwardScanDirection) ... [17:28:15.787] #8 0x000055a8dee2ab59 in btgettuple (scan=0x55a8e2186720, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:15.787] #9 0x000055a8dee074e8 in index_getnext_tid (scan=scan@entry=0x55a8e2186720, direction=direction@entry=Fo... |
core | [17:28:20.251] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:20.251] #1 0x00007f0812a3a537 in __GI_abort () at abort.c:79 [17:28:20.251] #2 0x00007f0812c29dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:20.251] #3 0x00007f0812c34998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:20.251] #4 0x00007f0812c1a7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5637f11e99d... [17:28:20.251] #5 0x00005637f0341d42 in _bt_readpage (scan=scan@entry=0x5637f25aa750, dir=dir@entry=ForwardScanDirectio... [17:28:20.251] #6 0x00005637f0347cc4 in _bt_endpoint (scan=scan@entry=0x5637f25aa750, dir=dir@entry=ForwardScanDirectio... [17:28:20.251] #7 0x00005637f03485df in _bt_first (scan=scan@entry=0x5637f25aa750, dir=dir@entry=ForwardScanDirection) ... [17:28:20.251] #8 0x00005637f033eb59 in btgettuple (scan=0x5637f25aa750, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:20.251] #9 0x00005637f031b4e8 in index_getnext_tid (scan=scan@entry=0x5637f25aa750, direction=direction@entry=Fo... |
core | [17:28:24.086] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:24.086] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:28:24.086] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:24.086] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:24.086] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:28:24.086] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe177f9f48, dir=dir@entry=ForwardScanDirectio... [17:28:24.086] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe177f9f48, dir=dir@entry=ForwardScanDirectio... [17:28:24.086] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe177f9f48, dir=dir@entry=ForwardScanDirection) ... [17:28:24.086] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe177f9f48, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:24.086] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe177f9f48, direction=direction@entry=Fo... |
core | [17:28:28.003] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:28.003] #1 0x00007f907880f537 in __GI_abort () at abort.c:79 [17:28:28.003] #2 0x00007f90789fedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:28.003] #3 0x00007f9078a09998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:28.003] #4 0x00007f90789ef7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a32de69d... [17:28:28.003] #5 0x0000559a31f3ed42 in _bt_readpage (scan=scan@entry=0x559a35d54ba8, dir=dir@entry=ForwardScanDirectio... [17:28:28.003] #6 0x0000559a31f44cc4 in _bt_endpoint (scan=scan@entry=0x559a35d54ba8, dir=dir@entry=ForwardScanDirectio... [17:28:28.003] #7 0x0000559a31f455df in _bt_first (scan=scan@entry=0x559a35d54ba8, dir=dir@entry=ForwardScanDirection) ... [17:28:28.003] #8 0x0000559a31f3bb59 in btgettuple (scan=0x559a35d54ba8, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:28.003] #9 0x0000559a31f184e8 in index_getnext_tid (scan=scan@entry=0x559a35d54ba8, direction=direction@entry=Fo... |
core | [17:28:32.461] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:32.461] #1 0x00007fd9a83f3537 in __GI_abort () at abort.c:79 [17:28:32.461] #2 0x00007fd9a85e2dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:32.461] #3 0x00007fd9a85ed998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:32.461] #4 0x00007fd9a85d37aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ed70cab9d... [17:28:32.461] #5 0x000055ed6fe03d42 in _bt_readpage (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirectio... [17:28:32.461] #6 0x000055ed6fe09cc4 in _bt_endpoint (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirectio... [17:28:32.461] #7 0x000055ed6fe0a5df in _bt_first (scan=scan@entry=0x55ed73339f70, dir=dir@entry=ForwardScanDirection) ... [17:28:32.461] #8 0x000055ed6fe00b59 in btgettuple (scan=0x55ed73339f70, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:32.461] #9 0x000055ed6fddd4e8 in index_getnext_tid (scan=scan@entry=0x55ed73339f70, direction=direction@entry=Fo... |
core | [17:28:36.554] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:36.554] #1 0x00007fe1d7c26537 in __GI_abort () at abort.c:79 [17:28:36.554] #2 0x00007fe1d7e15dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:36.554] #3 0x00007fe1d7e20998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:36.554] #4 0x00007fe1d7e067aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56301241e9d... [17:28:36.554] #5 0x0000563011576d42 in _bt_readpage (scan=scan@entry=0x563012dd6610, dir=dir@entry=ForwardScanDirectio... [17:28:36.554] #6 0x000056301157ccc4 in _bt_endpoint (scan=scan@entry=0x563012dd6610, dir=dir@entry=ForwardScanDirectio... [17:28:36.554] #7 0x000056301157d5df in _bt_first (scan=scan@entry=0x563012dd6610, dir=dir@entry=ForwardScanDirection) ... [17:28:36.554] #8 0x0000563011573b59 in btgettuple (scan=0x563012dd6610, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:36.554] #9 0x00005630115504e8 in index_getnext_tid (scan=scan@entry=0x563012dd6610, direction=direction@entry=Fo... |
core | [17:28:40.494] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:40.494] #1 0x00007f14a8178537 in __GI_abort () at abort.c:79 [17:28:40.494] #2 0x00007f14a8367dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:40.494] #3 0x00007f14a8372998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:40.494] #4 0x00007f14a83587aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x561b9681a9d... [17:28:40.494] #5 0x0000561b95972d42 in _bt_readpage (scan=scan@entry=0x561b98d51990, dir=dir@entry=ForwardScanDirectio... [17:28:40.494] #6 0x0000561b95978cc4 in _bt_endpoint (scan=scan@entry=0x561b98d51990, dir=dir@entry=ForwardScanDirectio... [17:28:40.494] #7 0x0000561b959795df in _bt_first (scan=scan@entry=0x561b98d51990, dir=dir@entry=ForwardScanDirection) ... [17:28:40.494] #8 0x0000561b9596fb59 in btgettuple (scan=0x561b98d51990, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:40.494] #9 0x0000561b9594c4e8 in index_getnext_tid (scan=scan@entry=0x561b98d51990, direction=direction@entry=Fo... |
core | [17:28:44.171] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:44.171] #1 0x00007fc895657537 in __GI_abort () at abort.c:79 [17:28:44.171] #2 0x00007fc895846dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:44.171] #3 0x00007fc895851998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:44.171] #4 0x00007fc8958377aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x557537fef9d... [17:28:44.171] #5 0x0000557537147d42 in _bt_readpage (scan=scan@entry=0x557538e764c0, dir=dir@entry=ForwardScanDirectio... [17:28:44.171] #6 0x000055753714dcc4 in _bt_endpoint (scan=scan@entry=0x557538e764c0, dir=dir@entry=ForwardScanDirectio... [17:28:44.171] #7 0x000055753714e5df in _bt_first (scan=scan@entry=0x557538e764c0, dir=dir@entry=ForwardScanDirection) ... [17:28:44.171] #8 0x0000557537144b59 in btgettuple (scan=0x557538e764c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:44.171] #9 0x00005575371214e8 in index_getnext_tid (scan=scan@entry=0x557538e764c0, direction=direction@entry=Fo... |
core | [17:28:48.225] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:48.225] #1 0x00007f98ed147537 in __GI_abort () at abort.c:79 [17:28:48.225] #2 0x00007f98ed336dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:48.225] #3 0x00007f98ed341998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:48.225] #4 0x00007f98ed3277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be20f009d... [17:28:48.225] #5 0x000055be20058d42 in _bt_readpage (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirectio... [17:28:48.225] #6 0x000055be2005ecc4 in _bt_endpoint (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirectio... [17:28:48.225] #7 0x000055be2005f5df in _bt_first (scan=scan@entry=0x55be223936c0, dir=dir@entry=ForwardScanDirection) ... [17:28:48.225] #8 0x000055be20055b59 in btgettuple (scan=0x55be223936c0, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:48.225] #9 0x000055be200324e8 in index_getnext_tid (scan=scan@entry=0x55be223936c0, direction=direction@entry=Fo... |
core | [17:28:52.547] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:52.547] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:28:52.547] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:52.547] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:52.547] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:28:52.547] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead1781f0, dir=dir@entry=ForwardScanDirectio... [17:28:52.547] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead1781f0, dir=dir@entry=ForwardScanDirectio... [17:28:52.547] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead1781f0, dir=dir@entry=ForwardScanDirection) ... [17:28:52.547] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead1781f0, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:52.547] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead1781f0, direction=direction@entry=Fo... |
core | [17:28:56.617] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:28:56.617] #1 0x00007f85e9025537 in __GI_abort () at abort.c:79 [17:28:56.617] #2 0x00007f85e9214dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:28:56.617] #3 0x00007f85e921f998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:28:56.617] #4 0x00007f85e92057aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609fb2369d... [17:28:56.617] #5 0x00005609fa38ed42 in _bt_readpage (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:28:56.617] #6 0x00005609fa394cc4 in _bt_endpoint (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:28:56.617] #7 0x00005609fa3955df in _bt_first (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirection) ... [17:28:56.617] #8 0x00005609fa38bb59 in btgettuple (scan=0x5609fc8e8210, dir=ForwardScanDirection) at ../src/backend/ac... [17:28:56.617] #9 0x00005609fa3684e8 in index_getnext_tid (scan=scan@entry=0x5609fc8e8210, direction=direction@entry=Fo... |
core | [17:29:00.801] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:00.801] #1 0x00007f1f790bf537 in __GI_abort () at abort.c:79 [17:29:00.801] #2 0x00007f1f792aedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:00.801] #3 0x00007f1f792b9998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:00.801] #4 0x00007f1f7929f7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55805ef489d... [17:29:00.801] #5 0x000055805e0a0d42 in _bt_readpage (scan=scan@entry=0x55805fd67920, dir=dir@entry=ForwardScanDirectio... [17:29:00.801] #6 0x000055805e0a6cc4 in _bt_endpoint (scan=scan@entry=0x55805fd67920, dir=dir@entry=ForwardScanDirectio... [17:29:00.801] #7 0x000055805e0a75df in _bt_first (scan=scan@entry=0x55805fd67920, dir=dir@entry=ForwardScanDirection) ... [17:29:00.801] #8 0x000055805e09db59 in btgettuple (scan=0x55805fd67920, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:00.801] #9 0x000055805e07a4e8 in index_getnext_tid (scan=scan@entry=0x55805fd67920, direction=direction@entry=Fo... |
core | [17:29:05.186] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:05.186] #1 0x00007fe954221537 in __GI_abort () at abort.c:79 [17:29:05.186] #2 0x00007fe954410dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:05.186] #3 0x00007fe95441b998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:05.186] #4 0x00007fe9544017aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563a4da6a9d... [17:29:05.186] #5 0x0000563a4cbc2d42 in _bt_readpage (scan=scan@entry=0x563a4f28dc58, dir=dir@entry=ForwardScanDirectio... [17:29:05.186] #6 0x0000563a4cbc8cc4 in _bt_endpoint (scan=scan@entry=0x563a4f28dc58, dir=dir@entry=ForwardScanDirectio... [17:29:05.186] #7 0x0000563a4cbc95df in _bt_first (scan=scan@entry=0x563a4f28dc58, dir=dir@entry=ForwardScanDirection) ... [17:29:05.186] #8 0x0000563a4cbbcb64 in btgetbitmap (scan=0x563a4f28dc58, tbm=0x563a4f28ee88) at ../src/backend/access/... [17:29:05.186] #9 0x0000563a4cb9ce41 in index_getbitmap (scan=scan@entry=0x563a4f28dc58, bitmap=bitmap@entry=0x563a4f28... |
core | [17:29:08.846] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:08.846] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:29:08.846] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:08.846] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:08.846] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:29:08.846] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe177fa930, dir=dir@entry=ForwardScanDirectio... [17:29:08.846] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe177fa930, dir=dir@entry=ForwardScanDirectio... [17:29:08.846] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe177fa930, dir=dir@entry=ForwardScanDirection) ... [17:29:08.846] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe177fa930, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:08.846] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe177fa930, direction=direction@entry=Fo... |
core | [17:29:13.093] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:13.093] #1 0x00007fb1d99d4537 in __GI_abort () at abort.c:79 [17:29:13.093] #2 0x00007fb1d9bc3dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:13.093] #3 0x00007fb1d9bce998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:13.093] #4 0x00007fb1d9bb47aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5651743279d... [17:29:13.093] #5 0x000056517347fd42 in _bt_readpage (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirectio... [17:29:13.093] #6 0x0000565173485cc4 in _bt_endpoint (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirectio... [17:29:13.093] #7 0x00005651734865df in _bt_first (scan=scan@entry=0x5651769db8f8, dir=dir@entry=ForwardScanDirection) ... [17:29:13.093] #8 0x0000565173479b64 in btgetbitmap (scan=0x5651769db8f8, tbm=0x5651769dcbf8) at ../src/backend/access/... [17:29:13.093] #9 0x0000565173459e41 in index_getbitmap (scan=scan@entry=0x5651769db8f8, bitmap=bitmap@entry=0x5651769d... |
core | [17:29:16.870] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:16.870] #1 0x00007f6d32b40537 in __GI_abort () at abort.c:79 [17:29:16.870] #2 0x00007f6d32d2fdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:16.870] #3 0x00007f6d32d3a998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:16.870] #4 0x00007f6d32d207aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55b984d9c9d... [17:29:16.870] #5 0x000055b983ef4d42 in _bt_readpage (scan=scan@entry=0x55b9872ed030, dir=dir@entry=ForwardScanDirectio... [17:29:16.870] #6 0x000055b983efacc4 in _bt_endpoint (scan=scan@entry=0x55b9872ed030, dir=dir@entry=ForwardScanDirectio... [17:29:16.870] #7 0x000055b983efb5df in _bt_first (scan=scan@entry=0x55b9872ed030, dir=dir@entry=ForwardScanDirection) ... [17:29:16.870] #8 0x000055b983ef1b59 in btgettuple (scan=0x55b9872ed030, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:16.870] #9 0x000055b983ece4e8 in index_getnext_tid (scan=scan@entry=0x55b9872ed030, direction=direction@entry=Fo... |
core | [17:29:20.872] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:20.872] #1 0x00007f164ec77537 in __GI_abort () at abort.c:79 [17:29:20.872] #2 0x00007f164ee66dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:20.872] #3 0x00007f164ee71998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:20.872] #4 0x00007f164ee577aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563d181779d... [17:29:20.872] #5 0x0000563d172cfd42 in _bt_readpage (scan=scan@entry=0x563d1a353360, dir=dir@entry=ForwardScanDirectio... [17:29:20.872] #6 0x0000563d172d5cc4 in _bt_endpoint (scan=scan@entry=0x563d1a353360, dir=dir@entry=ForwardScanDirectio... [17:29:20.872] #7 0x0000563d172d65df in _bt_first (scan=scan@entry=0x563d1a353360, dir=dir@entry=ForwardScanDirection) ... [17:29:20.872] #8 0x0000563d172ccb59 in btgettuple (scan=0x563d1a353360, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:20.872] #9 0x0000563d172a94e8 in index_getnext_tid (scan=scan@entry=0x563d1a353360, direction=direction@entry=Fo... |
core | [17:29:25.094] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:25.094] #1 0x00007fdc28e47537 in __GI_abort () at abort.c:79 [17:29:25.094] #2 0x00007fdc29036dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:25.094] #3 0x00007fdc29041998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:25.094] #4 0x00007fdc290277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559e2da899d... [17:29:25.094] #5 0x0000559e2cbe1d42 in _bt_readpage (scan=scan@entry=0x559e2f82dc80, dir=dir@entry=ForwardScanDirectio... [17:29:25.094] #6 0x0000559e2cbe7cc4 in _bt_endpoint (scan=scan@entry=0x559e2f82dc80, dir=dir@entry=ForwardScanDirectio... [17:29:25.094] #7 0x0000559e2cbe85df in _bt_first (scan=scan@entry=0x559e2f82dc80, dir=dir@entry=ForwardScanDirection) ... [17:29:25.094] #8 0x0000559e2cbdeb59 in btgettuple (scan=0x559e2f82dc80, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:25.094] #9 0x0000559e2cbbb4e8 in index_getnext_tid (scan=scan@entry=0x559e2f82dc80, direction=direction@entry=Fo... |
core | [17:29:29.496] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:29.496] #1 0x00007f5901cbd537 in __GI_abort () at abort.c:79 [17:29:29.496] #2 0x00007f5901eacdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:29.496] #3 0x00007f5901eb7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:29.496] #4 0x00007f5901e9d7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5572f240f9d... [17:29:29.496] #5 0x00005572f1567d42 in _bt_readpage (scan=scan@entry=0x5572f4a42b50, dir=dir@entry=ForwardScanDirectio... [17:29:29.496] #6 0x00005572f156dcc4 in _bt_endpoint (scan=scan@entry=0x5572f4a42b50, dir=dir@entry=ForwardScanDirectio... [17:29:29.496] #7 0x00005572f156e5df in _bt_first (scan=scan@entry=0x5572f4a42b50, dir=dir@entry=ForwardScanDirection) ... [17:29:29.496] #8 0x00005572f1564b59 in btgettuple (scan=0x5572f4a42b50, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:29.496] #9 0x00005572f15414e8 in index_getnext_tid (scan=scan@entry=0x5572f4a42b50, direction=direction@entry=Fo... |
core | [17:29:34.287] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:34.287] #1 0x00007f907880f537 in __GI_abort () at abort.c:79 [17:29:34.287] #2 0x00007f90789fedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:34.287] #3 0x00007f9078a09998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:34.287] #4 0x00007f90789ef7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559a32de69d... [17:29:34.287] #5 0x0000559a31f3ed42 in _bt_readpage (scan=scan@entry=0x559a355573c8, dir=dir@entry=ForwardScanDirectio... [17:29:34.287] #6 0x0000559a31f44cc4 in _bt_endpoint (scan=scan@entry=0x559a355573c8, dir=dir@entry=ForwardScanDirectio... [17:29:34.287] #7 0x0000559a31f455df in _bt_first (scan=scan@entry=0x559a355573c8, dir=dir@entry=ForwardScanDirection) ... [17:29:34.287] #8 0x0000559a31f38b64 in btgetbitmap (scan=0x559a355573c8, tbm=0x559a35558558) at ../src/backend/access/... [17:29:34.287] #9 0x0000559a31f18e41 in index_getbitmap (scan=scan@entry=0x559a355573c8, bitmap=bitmap@entry=0x559a3555... |
core | [17:29:38.510] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:38.510] #1 0x00007f3f712f2537 in __GI_abort () at abort.c:79 [17:29:38.510] #2 0x00007f3f714e1dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:38.510] #3 0x00007f3f714ec998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:38.510] #4 0x00007f3f714d27aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a68598b9d... [17:29:38.510] #5 0x000055a684ae3d42 in _bt_readpage (scan=scan@entry=0x55a6866dae50, dir=dir@entry=ForwardScanDirectio... [17:29:38.510] #6 0x000055a684ae9cc4 in _bt_endpoint (scan=scan@entry=0x55a6866dae50, dir=dir@entry=ForwardScanDirectio... [17:29:38.510] #7 0x000055a684aea5df in _bt_first (scan=scan@entry=0x55a6866dae50, dir=dir@entry=ForwardScanDirection) ... [17:29:38.510] #8 0x000055a684ae0b59 in btgettuple (scan=0x55a6866dae50, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:38.510] #9 0x000055a684abd4e8 in index_getnext_tid (scan=scan@entry=0x55a6866dae50, direction=direction@entry=Fo... |
core | [17:29:42.935] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:29:42.935] #1 0x00007fa3d472b537 in __GI_abort () at abort.c:79 [17:29:42.935] #2 0x00007fa3d491adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:29:42.935] #3 0x00007fa3d4925998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:29:42.935] #4 0x00007fa3d490b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559e850449d... [17:29:42.935] #5 0x0000559e8419cd42 in _bt_readpage (scan=scan@entry=0x559e87242b80, dir=dir@entry=ForwardScanDirectio... [17:29:42.935] #6 0x0000559e841a2cc4 in _bt_endpoint (scan=scan@entry=0x559e87242b80, dir=dir@entry=ForwardScanDirectio... [17:29:42.935] #7 0x0000559e841a35df in _bt_first (scan=scan@entry=0x559e87242b80, dir=dir@entry=ForwardScanDirection) ... [17:29:42.935] #8 0x0000559e84199b59 in btgettuple (scan=0x559e87242b80, dir=ForwardScanDirection) at ../src/backend/ac... [17:29:42.935] #9 0x0000559e841764e8 in index_getnext_tid (scan=scan@entry=0x559e87242b80, direction=direction@entry=Fo... |
core | [17:32:52.292] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:52.292] #1 0x00007fc67aaa4537 in __GI_abort () at abort.c:79 [17:32:52.292] #2 0x00007fc67ac93dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:52.292] #3 0x00007fc67ac9e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:52.292] #4 0x00007fc67ac847aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629296f49d... [17:32:52.292] #5 0x000056292884cd42 in _bt_readpage (scan=scan@entry=0x56292b25cbd0, dir=dir@entry=ForwardScanDirectio... [17:32:52.292] #6 0x0000562928852cc4 in _bt_endpoint (scan=scan@entry=0x56292b25cbd0, dir=dir@entry=ForwardScanDirectio... [17:32:52.292] #7 0x00005629288535df in _bt_first (scan=scan@entry=0x56292b25cbd0, dir=dir@entry=ForwardScanDirection) ... [17:32:52.292] #8 0x0000562928849b59 in btgettuple (scan=0x56292b25cbd0, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:52.292] #9 0x00005629288264e8 in index_getnext_tid (scan=scan@entry=0x56292b25cbd0, direction=direction@entry=Fo... |
core | [17:32:47.921] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:47.921] #1 0x00007f4a9ba24537 in __GI_abort () at abort.c:79 [17:32:47.921] #2 0x00007f4a9bc13dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:47.921] #3 0x00007f4a9bc1e998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:47.921] #4 0x00007f4a9bc047aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55a8d2ae99d... [17:32:47.921] #5 0x000055a8d1c41d42 in _bt_readpage (scan=scan@entry=0x55a8d4686ca8, dir=dir@entry=ForwardScanDirectio... [17:32:47.921] #6 0x000055a8d1c47cc4 in _bt_endpoint (scan=scan@entry=0x55a8d4686ca8, dir=dir@entry=ForwardScanDirectio... [17:32:47.921] #7 0x000055a8d1c485df in _bt_first (scan=scan@entry=0x55a8d4686ca8, dir=dir@entry=ForwardScanDirection) ... [17:32:47.921] #8 0x000055a8d1c3eb59 in btgettuple (scan=0x55a8d4686ca8, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:47.921] #9 0x000055a8d1c1b4e8 in index_getnext_tid (scan=scan@entry=0x55a8d4686ca8, direction=direction@entry=Fo... |
core | [17:32:43.775] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:43.775] #1 0x00007f476563b537 in __GI_abort () at abort.c:79 [17:32:43.775] #2 0x00007f476582adcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:43.775] #3 0x00007f4765835998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:43.775] #4 0x00007f476581b7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5607021319d... [17:32:43.775] #5 0x0000560701289d42 in _bt_readpage (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirectio... [17:32:43.775] #6 0x000056070128fcc4 in _bt_endpoint (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirectio... [17:32:43.775] #7 0x00005607012905df in _bt_first (scan=scan@entry=0x560702bc1f30, dir=dir@entry=ForwardScanDirection) ... [17:32:43.775] #8 0x0000560701286b59 in btgettuple (scan=0x560702bc1f30, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:43.775] #9 0x00005607012634e8 in index_getnext_tid (scan=scan@entry=0x560702bc1f30, direction=direction@entry=Fo... |
core | [17:32:39.977] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:39.977] #1 0x00007fa6fcaed537 in __GI_abort () at abort.c:79 [17:32:39.977] #2 0x00007fa6fccdcdcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:39.977] #3 0x00007fa6fcce7998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:39.977] #4 0x00007fa6fcccd7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fe16c729d... [17:32:39.977] #5 0x000055fe15dcad42 in _bt_readpage (scan=scan@entry=0x55fe177f4810, dir=dir@entry=ForwardScanDirectio... [17:32:39.977] #6 0x000055fe15dd0cc4 in _bt_endpoint (scan=scan@entry=0x55fe177f4810, dir=dir@entry=ForwardScanDirectio... [17:32:39.977] #7 0x000055fe15dd15df in _bt_first (scan=scan@entry=0x55fe177f4810, dir=dir@entry=ForwardScanDirection) ... [17:32:39.977] #8 0x000055fe15dc7b59 in btgettuple (scan=0x55fe177f4810, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:39.977] #9 0x000055fe15da44e8 in index_getnext_tid (scan=scan@entry=0x55fe177f4810, direction=direction@entry=Fo... |
core | [17:32:36.263] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:36.263] #1 0x00007f98ed147537 in __GI_abort () at abort.c:79 [17:32:36.263] #2 0x00007f98ed336dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:36.263] #3 0x00007f98ed341998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:36.263] #4 0x00007f98ed3277aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55be20f009d... [17:32:36.263] #5 0x000055be20058d42 in _bt_readpage (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirectio... [17:32:36.263] #6 0x000055be2005ecc4 in _bt_endpoint (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirectio... [17:32:36.263] #7 0x000055be2005f5df in _bt_first (scan=scan@entry=0x55be22393ad0, dir=dir@entry=ForwardScanDirection) ... [17:32:36.263] #8 0x000055be20055b59 in btgettuple (scan=0x55be22393ad0, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:36.263] #9 0x000055be200324e8 in index_getnext_tid (scan=scan@entry=0x55be22393ad0, direction=direction@entry=Fo... |
core | [17:32:32.510] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:32.510] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:32:32.510] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:32.510] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:32.510] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:32:32.510] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:32:32.510] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirectio... [17:32:32.510] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d920, dir=dir@entry=ForwardScanDirection) ... [17:32:32.510] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d920, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:32.510] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d920, direction=direction@entry=Fo... |
core | [17:32:27.563] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:27.563] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:32:27.563] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:27.563] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:27.563] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:32:27.563] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead1821a0, dir=dir@entry=ForwardScanDirectio... [17:32:27.563] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead1821a0, dir=dir@entry=ForwardScanDirectio... [17:32:27.563] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead1821a0, dir=dir@entry=ForwardScanDirection) ... [17:32:27.563] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead1821a0, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:27.563] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead1821a0, direction=direction@entry=Fo... |
core | [17:32:22.997] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:22.997] #1 0x00007f85e9025537 in __GI_abort () at abort.c:79 [17:32:22.997] #2 0x00007f85e9214dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:22.997] #3 0x00007f85e921f998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:22.997] #4 0x00007f85e92057aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5609fb2369d... [17:32:22.997] #5 0x00005609fa38ed42 in _bt_readpage (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:32:22.997] #6 0x00005609fa394cc4 in _bt_endpoint (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirectio... [17:32:22.997] #7 0x00005609fa3955df in _bt_first (scan=scan@entry=0x5609fc8e8210, dir=dir@entry=ForwardScanDirection) ... [17:32:22.997] #8 0x00005609fa38bb59 in btgettuple (scan=0x5609fc8e8210, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:22.997] #9 0x00005609fa3684e8 in index_getnext_tid (scan=scan@entry=0x5609fc8e8210, direction=direction@entry=Fo... |
core | [17:32:18.886] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:18.886] #1 0x00007f90ec992537 in __GI_abort () at abort.c:79 [17:32:18.886] #2 0x00007f90ecb81dcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:18.886] #3 0x00007f90ecb8c998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:18.886] #4 0x00007f90ecb727aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55feac91e9d... [17:32:18.886] #5 0x000055feaba76d42 in _bt_readpage (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirectio... [17:32:18.886] #6 0x000055feaba7ccc4 in _bt_endpoint (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirectio... [17:32:18.886] #7 0x000055feaba7d5df in _bt_first (scan=scan@entry=0x55fead17d510, dir=dir@entry=ForwardScanDirection) ... [17:32:18.886] #8 0x000055feaba73b59 in btgettuple (scan=0x55fead17d510, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:18.886] #9 0x000055feaba504e8 in index_getnext_tid (scan=scan@entry=0x55fead17d510, direction=direction@entry=Fo... |
core | [17:32:14.536] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:14.536] #1 0x00007fadfcf6f537 in __GI_abort () at abort.c:79 [17:32:14.536] #2 0x00007fadfd15edcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:14.536] #3 0x00007fadfd169998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:14.536] #4 0x00007fadfd14f7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5579fbdd69d... [17:32:14.536] #5 0x00005579faf2ed42 in _bt_readpage (scan=scan@entry=0x5579fce5b9a0, dir=dir@entry=ForwardScanDirectio... [17:32:14.536] #6 0x00005579faf34cc4 in _bt_endpoint (scan=scan@entry=0x5579fce5b9a0, dir=dir@entry=ForwardScanDirectio... [17:32:14.536] #7 0x00005579faf355df in _bt_first (scan=scan@entry=0x5579fce5b9a0, dir=dir@entry=ForwardScanDirection) ... [17:32:14.536] #8 0x00005579faf2bb59 in btgettuple (scan=0x5579fce5b9a0, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:14.536] #9 0x00005579faf084e8 in index_getnext_tid (scan=scan@entry=0x5579fce5b9a0, direction=direction@entry=Fo... |
core | [17:32:09.929] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [17:32:09.929] #1 0x00007f97ecddf537 in __GI_abort () at abort.c:79 [17:32:09.929] #2 0x00007f97ecfcedcb in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [17:32:09.929] #3 0x00007f97ecfd9998 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [17:32:09.929] #4 0x00007f97ecfbf7aa in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5586d54799d... [17:32:09.929] #5 0x00005586d45d1d42 in _bt_readpage (scan=scan@entry=0x5586d6d19010, dir=dir@entry=ForwardScanDirectio... [17:32:09.929] #6 0x00005586d45d7cc4 in _bt_endpoint (scan=scan@entry=0x5586d6d19010, dir=dir@entry=ForwardScanDirectio... [17:32:09.929] #7 0x00005586d45d85df in _bt_first (scan=scan@entry=0x5586d6d19010, dir=dir@entry=ForwardScanDirection) ... [17:32:09.929] #8 0x00005586d45ceb59 in btgettuple (scan=0x5586d6d19010, dir=ForwardScanDirection) at ../src/backend/ac... [17:32:09.929] #9 0x00005586d45ab4e8 in index_getnext_tid (scan=scan@entry=0x5586d6d19010, direction=direction@entry=Fo... |
panic | 2023-09-27 17:24:30.395 UTC checkpointer[32039] PANIC: could not write to file "pg_logical/replorigin_checkpoint.tmp": ... |
panic | 2023-09-27 17:08:43.224 UTC [36410][client backend] [020_createdb.pl][3/32:738] PANIC: could not write to file "pg_wal/... |
panic | createdb: error: database creation failed: PANIC: could not write to file "pg_wal/xlogtemp.36410": No space left on dev... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/bloom/expected/bloom.out /tmp/cirrus-ci-build/build/testrun/bloom/regress/results/... --- /tmp/cirrus-ci-build/contrib/bloom/expected/bloom.out 2023-09-27 17:03:55.217535038 +0000 +++ /tmp/cirrus-ci-build/build/testrun/bloom/regress/results/bloom.out 2023-09-27 17:07:22.397198400 +0000 @@ -205,26 +205,7 @@ FROM pg_opclass opc JOIN pg_am am ON am.oid = opcmethod WHERE amname = 'bloom' ORDER BY 1; - opcname | amvalidate -----------+------------ - int4_ops | t - text_ops | t -(2 rows) - --- --- relation options --- -DROP INDEX bloomidx; -CREATE INDEX bloomidx ON tst USING bloom (i, t) WITH (length=7, col1=4); -SELECT reloptions FROM pg_class WHERE oid = 'bloomidx'::regclass; - reloptions ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/btree_gin/expected/install_btree_gin.out /tmp/cirrus-ci-build/build/testrun/btree_... --- /tmp/cirrus-ci-build/contrib/btree_gin/expected/install_btree_gin.out 2023-09-27 17:03:55.221535347 +0000 +++ /tmp/cirrus-ci-build/build/testrun/btree_gin/regress/results/install_btree_gin.out 2023-09-27 17:07:23.485198615 +00... @@ -3,7 +3,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out /tmp/cirrus-ci-build/build/testrun/btree_gist/regress... --- /tmp/cirrus-ci-build/contrib/btree_gist/expected/init.out 2023-09-27 17:03:55.241536894 +0000 +++ /tmp/cirrus-ci-build/build/testrun/btree_gist/regress/results/init.out 2023-09-27 17:07:23.621198642 +0000 @@ -3,7 +3,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build/testrun/citext/regress/resul... --- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out 2023-09-27 17:03:55.245537203 +0000 +++ /tmp/cirrus-ci-build/build/testrun/citext/regress/results/citext.out 2023-09-27 17:07:23.961198710 +0000 @@ -6,2688 +6,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - --- Test the operators and indexing functions --- Test = and <>. -SELECT 'a'::citext = 'a'::citext AS t; - t ---- - t -(1 row) - -SELECT 'a'::citext = 'A'::citext AS t; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/cube/expected/cube.out /tmp/cirrus-ci-build/build/testrun/cube/regress/results/cub... --- /tmp/cirrus-ci-build/contrib/cube/expected/cube.out 2023-09-27 17:03:55.253537822 +0000 +++ /tmp/cirrus-ci-build/build/testrun/cube/regress/results/cube.out 2023-09-27 17:07:25.097198935 +0000 @@ -6,1970 +6,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - --- --- testing the input and output functions --- --- Any number (a one-dimensional point) -SELECT '1'::cube AS cube; - cube ------- - (1) -(1 row) ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/dblink/expected/dblink.out /tmp/cirrus-ci-build/build/testrun/dblink/regress/resul... --- /tmp/cirrus-ci-build/contrib/dblink/expected/dblink.out 2023-09-27 17:03:55.257538132 +0000 +++ /tmp/cirrus-ci-build/build/testrun/dblink/regress/results/dblink.out 2023-09-27 17:07:28.561199620 +0000 @@ -799,6 +799,10 @@ UNION (SELECT * from dblink_get_result('dtest3') as t3(f1 int, f2 text, f3 text[])) ORDER by f1; +ERROR: server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +CONTEXT: while executing query on dblink connection named "dtest1" -- dblink_get_connections returns an array with elements in a machine-dependent -- ordering, so we must resort to unnesting and sorting for a stable result create function unnest(anyarray) returns setof anyelement @@ -838,21 +842,9 @@ (1 row) SELECT * from result; - f1 | f2 | f3 -----+----+--------------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/dummy_seclabel/expected/dummy_seclabel.out /tmp/cirrus-ci-build/build/tes... --- /tmp/cirrus-ci-build/src/test/modules/dummy_seclabel/expected/dummy_seclabel.out 2023-09-27 17:03:57.145684134 +0000 +++ /tmp/cirrus-ci-build/build/testrun/dummy_seclabel/regress/results/dummy_seclabel.out 2023-09-27 17:07:44.125202705 +... @@ -80,44 +80,7 @@ SECURITY LABEL ON SUBSCRIPTION dummy_sub IS 'classified'; SELECT objtype, objname, provider, label FROM pg_seclabels ORDER BY objtype, objname; - objtype | objname | provider | label ---------------+------------------------------+----------+-------------- - column | dummy_seclabel_tbl1.a | dummy | unclassified - domain | dummy_seclabel_domain | dummy | classified - function | dummy_seclabel_four() | dummy | classified - publication | dummy_pub | dummy | classified - role | regress_dummy_seclabel_user2 | dummy | unclassified - role | regress_dummy_seclabel_user3 | dummy | classified - schema | dummy_seclabel_test | dummy | unclassified - subscription | dummy_sub | dummy | classified - table | dummy_seclabel_tbl1 | dummy | top secret - table | dummy_seclabel_tbl2 | dummy | classified - view | dummy_seclabel_view1 | dummy | classified ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out /tmp/cirrus-ci-build/build/testrun/earthd... --- /tmp/cirrus-ci-build/contrib/earthdistance/expected/earthdistance.out 2023-09-27 17:03:55.261538440 +0000 +++ /tmp/cirrus-ci-build/build/testrun/earthdistance/regress/results/earthdistance.out 2023-09-27 17:07:29.977199901 +00... @@ -963,136 +963,7 @@ -- -- list what's installed \dT - List of data types - Schema | Name | Description ---------+-------+--------------------------------------------------------------------------------------------- - public | cube | multi-dimensional cube '(FLOAT-1, FLOAT-2, ..., FLOAT-N), (FLOAT-1, FLOAT-2, ..., FLOAT-N)' - public | earth | -(2 rows) - -drop extension cube; -- fail, earthdistance requires it -ERROR: cannot drop extension cube because other objects depend on it -DETAIL: extension earthdistance depends on extension cube -HINT: Use DROP ... CASCADE to drop the dependent objects too. -drop extension earthdistance; -drop type cube; -- fail, extension cube requires it ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stdout /tmp/cirrus-ci-buil... --- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/compat_informix-test_informix.stdout 2023-09-27 17:03:56.9496... +++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/compat_informix-test_informix.stdout 2023-09-27 17:07:53.497204... @@ -1,10 +1,217 @@ doSQLprint: Error: duplicate key value violates unique constraint "test_pkey" on line 32 INSERT: -239=duplicate key value violates unique constraint "test_pkey" on line 32 doSQLprint: Error: more than one row returned by a subquery used as an expression on line 40 -SELECT: 0= +doSQLprint: Error: the connection to the server was lost on line 44 +SELECT: -400=the connection to the server was lost on line 44 +doSQLprint: Error: the connection to the server was lost on line 46 0 -7 0 "test" -14 1 "a" -DELETE: 100 -Exists: 0 -Does not exist: 100 +doSQLprint: Error: the connection to the server was lost on line 94 +doSQLprint: Error: the connection to the server was lost on line 57 +14 0 "" ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul... --- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out 2023-09-27 17:03:55.265538750 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out 2023-09-27 17:07:30.589200022 +0000 @@ -3,1633 +3,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - -set escape_string_warning=off; ---hstore; -select ''::hstore; - hstore --------- - -(1 row) - -select 'a=>b'::hstore; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperl.out /tmp/cirrus-ci-build/build/testrun/hstore... --- /tmp/cirrus-ci-build/contrib/hstore_plperl/expected/hstore_plperl.out 2023-09-27 17:03:55.269539059 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore_plperl/regress/results/hstore_plperl.out 2023-09-27 17:07:30.701200044 +00... @@ -7,61 +7,7 @@ FROM information_schema.transforms JOIN information_schema.routines USING (specific_catalog, specific_schema, specific_name) ORDER BY 1, 2, 5, 6; - udt_schema | udt_name | routine_schema | routine_name | group_name | transform_type -------------+----------+----------------+------------------+------------+---------------- - public | hstore | public | hstore_to_plperl | plperl | FROM SQL - public | hstore | public | plperl_to_hstore | plperl | TO SQL -(2 rows) - --- test perl -> hstore -CREATE FUNCTION test2() RETURNS hstore -LANGUAGE plperl -TRANSFORM FOR TYPE hstore -AS $$ -$val = {a => 1, b => 'boo', c => undef}; -return $val; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out /tmp/cirrus-ci-build/build/testrun/intarray/regress/res... --- /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out 2023-09-27 17:03:55.277539678 +0000 +++ /tmp/cirrus-ci-build/build/testrun/intarray/regress/results/_int.out 2023-09-27 17:07:32.461200393 +0000 @@ -3,968 +3,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - -SELECT intset(1234); - intset --------- - {1234} -(1 row) - -SELECT icount('{1234234,234234}'); - icount --------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/isn/expected/isn.out /tmp/cirrus-ci-build/build/testrun/isn/regress/results/isn.ou... --- /tmp/cirrus-ci-build/contrib/isn/expected/isn.out 2023-09-27 17:03:55.277539678 +0000 +++ /tmp/cirrus-ci-build/build/testrun/isn/regress/results/isn.out 2023-09-27 17:07:32.517200405 +0000 @@ -10,276 +10,7 @@ WHERE opc.oid >= 16384 ORDER BY 1, 2 OFFSET 0) ss WHERE NOT amvalidate(oid); -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method btree is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s) -INFO: operator family "isn_ops" of access method hash is missing cross-type operator(s) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partial-index.out /tmp/cirrus-ci-build/build/testrun/isolation... --- /tmp/cirrus-ci-build/src/test/isolation/expected/partial-index.out 2023-09-27 17:03:57.097680422 +0000 +++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/partial-index.out 2023-09-27 17:06:53.961191479 +0000 @@ -1,715 +1,7 @@ Parsed test spec with 2 sessions starting permutation: rxy1 wx1 c1 wy2 rxy2 c2 -step rxy1: select * from test_t where val2 = 1; -id|val1|val2 ---+----+---- - 0|a | 1 - 1|a | 1 - 2|a | 1 - 3|a | 1 - 4|a | 1 - 5|a | 1 - 6|a | 1 - 7|a | 1 - 8|a | 1 - 9|a | 1 ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/... --- /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out 2023-09-27 17:03:55.285540296 +0000 +++ /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/ltree.out 2023-09-27 17:07:34.241200746 +0000 @@ -5,8130 +5,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - -SELECT ''::ltree; - ltree -------- - -(1 row) - -SELECT '1'::ltree; - ltree -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/oldextversions.out /tmp/cirrus-ci-build/build/testrun/pageins... --- /tmp/cirrus-ci-build/contrib/pageinspect/expected/oldextversions.out 2023-09-27 17:03:55.293540915 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/oldextversions.out 2023-09-27 17:07:36.233201141 +000... @@ -40,17 +40,7 @@ -- pagesize in pageinspect >= 1.10. ALTER EXTENSION pageinspect UPDATE TO '1.9'; \df page_header - List ... - Schema | Name | Result data type | ... ---------+-------------+------------------+-----------------------------------------------------------------------------... - public | page_header | record | page bytea, OUT lsn pg_lsn, OUT checksum smallint, OUT flags smallint, OUT l... -(1 row) - -SELECT pagesize, version FROM page_header(get_raw_page('test1', 0)); - pagesize | version -----------+--------- - 8192 | 4 -(1 row) - -DROP TABLE test1; ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/oldextversions.out /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/oldextversions.out 2023-09-27 17:03:55.301541534 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/oldextversions.out 2023-09-27 17:07:37.9532014... @@ -53,201 +53,7 @@ (1 row) \d pg_stat_statements - View "public.pg_stat_statements" - Column | Type | Collation | Nullable | Default ----------------------+------------------+-----------+----------+--------- - userid | oid | | | - dbid | oid | | | - queryid | bigint | | | - query | text | | | - calls | bigint | | | - total_time | double precision | | | - min_time | double precision | | | - max_time | double precision | | | - mean_time | double precision | | | - stddev_time | double precision | | | ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/re... --- /tmp/cirrus-ci-build/contrib/pg_trgm/expected/pg_trgm.out 2023-09-27 17:03:55.309542152 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_trgm/regress/results/pg_trgm.out 2023-09-27 17:07:38.313201553 +0000 @@ -3,5402 +3,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - ---backslash is used in tests below, installcheck will fail if ---standard_conforming_string is off -set standard_conforming_strings=on; --- reduce noise -set extra_float_digits = 0; -select show_trgm(''); - show_trgm ------------ - {} ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upg... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2023-09-27 17:03:57.225690320 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/bit.out 2023-09-27 17:06:52.621191051 +000... @@ -731,79 +731,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_trigger.out /tmp/cirrus-ci-build/build/testrun/plperl/regres... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_trigger.out 2023-09-27 17:03:57.013673926 +0000 +++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_trigger.out 2023-09-27 17:07:17.237197377 +0000 @@ -356,37 +356,7 @@ create event trigger perl_b_snitch on ddl_command_end execute procedure perlsnitch(); create or replace function foobar() returns int language sql as $$select 1;$$; -NOTICE: perlsnitch: ddl_command_start CREATE FUNCTION -NOTICE: perlsnitch: ddl_command_end CREATE FUNCTION -alter function foobar() cost 77; -NOTICE: perlsnitch: ddl_command_start ALTER FUNCTION -NOTICE: perlsnitch: ddl_command_end ALTER FUNCTION -drop function foobar(); -NOTICE: perlsnitch: ddl_command_start DROP FUNCTION -NOTICE: perlsnitch: ddl_command_end DROP FUNCTION -create table foo(); -NOTICE: perlsnitch: ddl_command_start CREATE TABLE -NOTICE: perlsnitch: ddl_command_end CREATE TABLE -drop table foo; -NOTICE: perlsnitch: ddl_command_start DROP TABLE ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/pl/tcl/expected/pltcl_setup.out /tmp/cirrus-ci-build/build/testrun/pltcl/regress/resul... --- /tmp/cirrus-ci-build/src/pl/tcl/expected/pltcl_setup.out 2023-09-27 17:03:57.069678256 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pltcl/regress/results/pltcl_setup.out 2023-09-27 17:07:17.709197471 +0000 @@ -140,124 +140,7 @@ create event trigger tcl_a_snitch on ddl_command_start execute procedure tclsnitch(); create event trigger tcl_b_snitch on ddl_command_end execute procedure tclsnitch(); create function foobar() returns int language sql as $$select 1;$$; -NOTICE: tclsnitch: ddl_command_start CREATE FUNCTION -NOTICE: tclsnitch: ddl_command_end CREATE FUNCTION -alter function foobar() cost 77; -NOTICE: tclsnitch: ddl_command_start ALTER FUNCTION -NOTICE: tclsnitch: ddl_command_end ALTER FUNCTION -drop function foobar(); -NOTICE: tclsnitch: ddl_command_start DROP FUNCTION -NOTICE: tclsnitch: ddl_command_end DROP FUNCTION -create table foo(); -NOTICE: tclsnitch: ddl_command_start CREATE TABLE -NOTICE: tclsnitch: ddl_command_end CREATE TABLE -drop table foo; -NOTICE: tclsnitch: ddl_command_start DROP TABLE ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-27 17:03:55.341544627 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-27 17:07:39.273201743 +0000 @@ -201,11706 +201,7 @@ ALTER FOREIGN TABLE ft1 ALTER COLUMN c1 OPTIONS (column_name 'C 1'); ALTER FOREIGN TABLE ft2 ALTER COLUMN c1 OPTIONS (column_name 'C 1'); \det+ - List of foreign tables - Schema | Table | Server | FDW options | Description ---------+-------+-----------+---------------------------------------+------------- - public | ft1 | loopback | (schema_name 'S 1', table_name 'T 1') | - public | ft2 | loopback | (schema_name 'S 1', table_name 'T 1') | - public | ft4 | loopback | (schema_name 'S 1', table_name 'T 3') | - public | ft5 | loopback | (schema_name 'S 1', table_name 'T 4') | - public | ft6 | loopback2 | (schema_name 'S 1', table_name 'T 4') | - public | ft7 | loopback3 | (schema_name 'S 1', table_name 'T 4') | -(6 rows) - --- Test that alteration of server options causes reconnection --- Remote's errors might be non-English, so hide them to ensure stable results ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_r... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2023-09-27 17:03:57.225690320 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/bit.out 2023-09-27 17:07:07.357195420 +0... @@ -731,79 +731,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/bit.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resul... --- /tmp/cirrus-ci-build/src/test/regress/expected/bit.out 2023-09-27 17:03:57.225690320 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/bit.out 2023-09-27 17:06:48.849189848 +0000 @@ -731,79 +731,7 @@ b4 bit varying(5) DEFAULT B'0101' ); \d bit_defaults - Table "public.bit_defaults" - Column | Type | Collation | Nullable | Default ---------+----------------+-----------+----------+--------------------- - b1 | bit(4) | | | '1001'::"bit" - b2 | bit(4) | | | '0101'::"bit" - b3 | bit varying(5) | | | '1001'::bit varying - b4 | bit varying(5) | | | '0101'::"bit" - -INSERT INTO bit_defaults DEFAULT VALUES; -TABLE bit_defaults; - b1 | b2 | b3 | b4 -------+------+------+------ - 1001 | 0101 | 1001 | 0101 ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/seg.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/seg.ou... --- /tmp/cirrus-ci-build/contrib/seg/expected/seg.out 2023-09-27 17:03:55.349545246 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/seg.out 2023-09-27 17:07:39.501201789 +0000 @@ -6,1294 +6,7 @@ SELECT amname, opcname FROM pg_opclass opc LEFT JOIN pg_am am ON am.oid = opcmethod WHERE opc.oid >= 16384 AND NOT amvalidate(opc.oid); - amname | opcname ---------+--------- -(0 rows) - --- --- testing the input and output functions --- --- Any number -SELECT '1'::seg AS seg; - seg ------ - 1 -(1 row) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/spgist_name_ops/expected/spgist_name_ops.out /tmp/cirrus-ci-build/build/t... --- /tmp/cirrus-ci-build/src/test/modules/spgist_name_ops/expected/spgist_name_ops.out 2023-09-27 17:03:57.149684443 +00... +++ /tmp/cirrus-ci-build/build/testrun/spgist_name_ops/regress/results/spgist_name_ops.out 2023-09-27 17:07:44.377202754... @@ -2,119 +2,7 @@ select opcname, amvalidate(opc.oid) from pg_opclass opc join pg_am am on am.oid = opcmethod where amname = 'spgist' and opcname = 'name_ops'; - opcname | amvalidate -----------+------------ - name_ops | t -(1 row) - --- warning expected here -select opcname, amvalidate(opc.oid) -from pg_opclass opc join pg_am am on am.oid = opcmethod -where amname = 'spgist' and opcname = 'name_ops_old'; -INFO: SP-GiST leaf data type text does not match declared type name - opcname | amvalidate ---------------+------------ - name_ops_old | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out /tmp/cirrus-ci-build/build... --- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_extension.out 2023-09-27 17:03:57.153684752 +... +++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_extension.out 2023-09-27 17:07:45.8252030... @@ -2,4 +2,7 @@ --- CREATE_EXTENSION --- CREATE EXTENSION pg_stat_statements; -NOTICE: DDL test: type simple, tag CREATE EXTENSION +server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. +connection to server was lost diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_schema.out /tmp/cirrus-ci-build/build/te... --- /tmp/cirrus-ci-build/src/test/modules/test_ddl_deparse/expected/create_schema.out 2023-09-27 17:03:57.153684752 +000... +++ /tmp/cirrus-ci-build/build/testrun/test_ddl_deparse/regress/results/create_schema.out 2023-09-27 17:07:46.177203111 ... @@ -2,18 +2,7 @@ -- CREATE_SCHEMA -- CREATE SCHEMA foo; -NOTICE: DDL test: type simple, tag CREATE SCHEMA ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out /tmp/cirrus-ci-build/build/testrun/test_decoding/re... --- /tmp/cirrus-ci-build/contrib/test_decoding/expected/ddl.out 2023-09-27 17:03:55.369546793 +0000 +++ /tmp/cirrus-ci-build/build/testrun/test_decoding/regress/results/ddl.out 2023-09-27 17:07:41.005202087 +0000 @@ -282,576 +282,7 @@ (1 row) DELETE FROM tr_etoomuch WHERE id < 5000; -UPDATE tr_etoomuch SET data = - data WHERE id > 5000; -CREATE TABLE tr_oddlength (id text primary key, data text); -INSERT INTO tr_oddlength VALUES('ab', 'foo'); -COMMIT; -/* display results, but hide most of the output */ -SELECT count(*), min(data), max(data) -FROM pg_logical_slot_get_changes('regression_slot', NULL, NULL, 'include-xids', '0', 'skip-empty-xacts', '1') -GROUP BY substring(data, 1, 24) -ORDER BY 1,2; - count | min | max ... --------+-----------------------------------------------------------------------+---------------------------------------... - 1 | BEGIN | BEGIN - 1 | COMMIT | COMMIT ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out /tmp/cirrus-ci-build/build/t... --- /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extensions.out 2023-09-27 17:03:57.157685061 +00... +++ /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extensions.out 2023-09-27 17:07:47.229203320... @@ -159,289 +159,7 @@ -- See: https://postgr.es/m/20200902193715.6e0269d4@firost CREATE EXTENSION test_ext_evttrig; ALTER EXTENSION test_ext_evttrig UPDATE TO '2.0'; -DROP EXTENSION test_ext_evttrig; --- It's generally bad style to use CREATE OR REPLACE unnecessarily. --- Test what happens if an extension does it anyway. --- Replacing a shell type or operator is sort of like CREATE OR REPLACE; --- check that too. -CREATE FUNCTION ext_cor_func() RETURNS text - AS $$ SELECT 'ext_cor_func: original'::text $$ LANGUAGE sql; -CREATE EXTENSION test_ext_cor; -- fail -ERROR: function ext_cor_func() is not a member of extension "test_ext_cor" -DETAIL: An extension is not allowed to replace an object that it does not own. -SELECT ext_cor_func(); - ext_cor_func ------------------------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/unsafe_tests/expected/rolenames.out /tmp/cirrus-ci-build/build/testrun/un... --- /tmp/cirrus-ci-build/src/test/modules/unsafe_tests/expected/rolenames.out 2023-09-27 17:03:57.181686917 +0000 +++ /tmp/cirrus-ci-build/build/testrun/unsafe_tests/regress/results/rolenames.out 2023-09-27 17:07:51.933204251 +0000 @@ -551,542 +551,7 @@ SELECT n.nspname, r.rolname FROM pg_namespace n JOIN pg_roles r ON (r.oid = n.nspowner) WHERE n.nspname LIKE 'newschema_' ORDER BY 1; - nspname | rolname -------------+------------------ - newschema1 | regress_testrol2 - newschema2 | current_user - newschema3 | regress_testrol2 - newschema4 | regress_testrol1 - newschema5 | regress_testrolx - newschema6 | Public -(6 rows) - -CREATE SCHEMA IF NOT EXISTS newschema1 AUTHORIZATION CURRENT_USER; -NOTICE: schema "newschema1" already exists, skipping -CREATE SCHEMA IF NOT EXISTS newschema2 AUTHORIZATION "current_user"; ... |
tap | [17:07:53.190](0.758s) not ok 7 - checking an unresolvable database pattern under --no-strict-names status (got 1 vs exp... [17:07:53.938](0.535s) not ok 22 - checking a database by name without amcheck installed, with other databases status (g... [17:07:53.939](0.000s) not ok 24 - checking a database by name without amcheck installed, with other databases stderr /(... [17:07:54.350](0.411s) not ok 25 - checking a database by pattern without amcheck installed, with other databases status... [17:07:54.351](0.000s) not ok 27 - checking a database by pattern without amcheck installed, with other databases stderr... [17:07:54.790](0.000s) not ok 36 - checking table pattern "." stderr /(?^:pg_amcheck: error: no heap tables to check mat... [17:07:55.351](0.456s) not ok 64 - many unmatched patterns and one matched pattern under --no-strict-names status (got 1... [17:07:55.352](0.000s) not ok 66 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.352](0.000s) not ok 67 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.353](0.000s) not ok 68 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.353](0.000s) not ok 69 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.354](0.000s) not ok 70 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.354](0.000s) not ok 71 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.354](0.000s) not ok 72 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.355](0.000s) not ok 75 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.356](0.000s) not ok 77 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.356](0.000s) not ok 78 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... [17:07:55.356](0.000s) not ok 79 - many unmatched patterns and one matched pattern under --no-strict-names stderr /(?^:p... |
tap | [17:07:57.480](4.194s) not ok 1 - pg_amcheck prior to corruption status (got 1 vs expected 0) [17:07:57.481](0.000s) not ok 3 - pg_amcheck prior to corruption stderr /(?^:^$)/ [17:08:03.136](5.654s) not ok 4 - pg_amcheck all schemas, tables and indexes in database db1 status (got 1 vs expected 2... [17:08:03.137](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:index ".*" lack... [17:08:03.137](0.000s) not ok 6 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:line pointer)/ [17:08:03.138](0.000s) not ok 7 - pg_amcheck all schemas, tables and indexes in database db1 stdout /(?^:could not open ... [17:08:03.138](0.000s) not ok 8 - pg_amcheck all schemas, tables and indexes in database db1 stderr /(?^:^$)/ [17:08:03.756](0.618s) not ok 9 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 status (got ... [17:08:03.757](0.000s) not ok 10 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^... [17:08:03.757](0.000s) not ok 11 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^... [17:08:03.758](0.000s) not ok 12 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stdout /(?^... [17:08:03.758](0.000s) not ok 13 - pg_amcheck all schemas, tables and indexes in databases db1, db2, and db3 stderr /(?^... [17:08:04.141](0.383s) not ok 14 - pg_amcheck index s1.t1_btree reports missing main relation fork status (got 1 vs expe... [17:08:04.142](0.000s) not ok 15 - pg_amcheck index s1.t1_btree reports missing main relation fork stdout /(?^:index ".*... [17:08:04.143](0.000s) not ok 16 - pg_amcheck index s1.t1_btree reports missing main relation fork stderr /(?^:pg_amchec... [17:08:04.788](0.645s) not ok 17 - pg_amcheck index s1.s2 reports index corruption status (got 1 vs expected 2) [17:08:04.789](0.000s) not ok 18 - pg_amcheck index s1.s2 reports index corruption stdout /(?^:.+)/ [17:08:04.790](0.000s) not ok 19 - pg_amcheck index s1.s2 reports index corruption stderr /(?^:^$)/ [17:08:05.442](0.652s) not ok 20 - pg_amcheck of db1.s1 excluding indexes status (got 1 vs expected 0) [17:08:05.515](0.000s) not ok 22 - pg_amcheck of db1.s1 excluding indexes stderr /(?^:^$)/ [17:08:05.527](0.012s) not ok 23 - pg_amcheck of db2.s1 excluding indexes status (got 1 vs expected 2) [17:08:05.528](0.000s) not ok 24 - pg_amcheck of db2.s1 excluding indexes stdout /(?^:could not open file ".*": No such ... [17:08:05.528](0.000s) not ok 25 - pg_amcheck of db2.s1 excluding indexes stderr /(?^:^$)/ [17:08:05.539](0.011s) not ok 26 - pg_amcheck schema s3 reports table and index errors status (got 1 vs expected 2) [17:08:05.540](0.000s) not ok 27 - pg_amcheck schema s3 reports table and index errors stdout /(?^:index ".*" lacks a ma... [17:08:05.541](0.000s) not ok 28 - pg_amcheck schema s3 reports table and index errors stdout /(?^:line pointer)/ [17:08:05.541](0.000s) not ok 29 - pg_amcheck schema s3 reports table and index errors stdout /(?^:could not open file "... [17:08:05.542](0.000s) not ok 30 - pg_amcheck schema s3 reports table and index errors stderr /(?^:^$)/ [17:08:05.562](0.021s) not ok 31 - pg_amcheck in schema s4 reports toast corruption status (got 1 vs expected 2) [17:08:05.563](0.000s) not ok 32 - pg_amcheck in schema s4 reports toast corruption stdout /(?^:could not open file ".*"... [17:08:05.564](0.000s) not ok 33 - pg_amcheck in schema s4 reports toast corruption stderr /(?^:^$)/ [17:08:05.579](0.016s) not ok 34 - pg_amcheck in schema s4 excluding toast reports no corruption status (got 1 vs expect... [17:08:05.580](0.000s) not ok 36 - pg_amcheck in schema s4 excluding toast reports no corruption stderr /(?^:^$)/ [17:08:05.593](0.013s) not ok 37 - pg_amcheck over schema s5 reports no corruption status (got 1 vs expected 0) [17:08:05.594](0.000s) not ok 39 - pg_amcheck over schema s5 reports no corruption stderr /(?^:^$)/ [17:08:05.607](0.012s) not ok 40 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption status ... [17:08:05.608](0.000s) not ok 42 - pg_amcheck over schema s1 with corrupt indexes excluded reports no corruption stderr ... [17:08:05.620](0.012s) not ok 43 - pg_amcheck over schema s1 with all indexes excluded reports no corruption status (got... [17:08:05.621](0.000s) not ok 45 - pg_amcheck over schema s1 with all indexes excluded reports no corruption stderr /(?^... [17:08:05.632](0.011s) not ok 46 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption status (... [17:08:05.633](0.000s) not ok 48 - pg_amcheck over schema s2 with corrupt tables excluded reports no corruption stderr /... [17:08:05.693](0.032s) not ok 55 - pg_amcheck smoke test --parent-check status (got 1 vs expected 2) [17:08:05.694](0.000s) not ok 56 - pg_amcheck smoke test --parent-check stdout /(?^:index ".*" lacks a main relation for... [17:08:05.695](0.000s) not ok 57 - pg_amcheck smoke test --parent-check stderr /(?^:^$)/ [17:08:05.707](0.012s) not ok 58 - pg_amcheck smoke test --heapallindexed --rootdescend status (got 1 vs expected 2) [17:08:05.708](0.000s) not ok 59 - pg_amcheck smoke test --heapallindexed --rootdescend stdout /(?^:index ".*" lacks a m... [17:08:05.709](0.000s) not ok 60 - pg_amcheck smoke test --heapallindexed --rootdescend stderr /(?^:^$)/ [17:08:05.727](0.018s) not ok 61 - pg_amcheck excluding all corrupt schemas status (got 1 vs expected 0) [17:08:05.728](0.000s) not ok 63 - pg_amcheck excluding all corrupt schemas stderr /(?^:^$)/ |
tap | [17:07:56.003](1.706s) not ok 1 - pg_amcheck test table, prior to corruption [17:07:56.854](0.638s) not ok 2 - pg_amcheck test table and index, prior to corruption [17:08:02.823](5.969s) not ok 3 - Expected corruption message output status (got 1 vs expected 2) [17:08:02.824](0.000s) not ok 4 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.825](0.000s) not ok 5 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.825](0.000s) not ok 6 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.826](0.000s) not ok 7 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.826](0.000s) not ok 8 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.826](0.000s) not ok 9 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.tes... [17:08:02.827](0.000s) not ok 10 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.827](0.000s) not ok 11 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.829](0.000s) not ok 12 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.830](0.001s) not ok 13 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.830](0.000s) not ok 14 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.831](0.001s) not ok 15 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.832](0.000s) not ok 16 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.832](0.000s) not ok 17 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.832](0.000s) not ok 18 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.833](0.000s) not ok 19 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.833](0.000s) not ok 20 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.834](0.000s) not ok 21 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.834](0.000s) not ok 22 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.840](0.006s) not ok 23 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.841](0.000s) not ok 24 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.841](0.000s) not ok 25 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.842](0.000s) not ok 26 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.842](0.000s) not ok 27 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.843](0.000s) not ok 28 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.843](0.000s) not ok 29 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.844](0.000s) not ok 30 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.844](0.000s) not ok 31 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... [17:08:02.844](0.000s) not ok 32 - Expected corruption message output stdout /(?^:(?^ms:heap table "postgres\.public\.te... |
tap | [17:07:55.202](0.788s) not ok 1 - pg_amcheck all schemas, tables and indexes reports no corruption: exit code 0 [17:07:55.203](0.000s) not ok 2 - pg_amcheck all schemas, tables and indexes reports no corruption: no stderr [17:07:55.676](0.472s) not ok 4 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption status (got 1 ... [17:07:55.676](0.000s) not ok 5 - pg_amcheck all schemas, tables and indexes reports fickleidx corruption stdout /(?^:it... |
tap | [17:08:13.250](0.000s) not ok 2 - correctly fails to dump a foreign table from a dummy FDW: matches [17:08:13.888](0.637s) not ok 3 - dump foreign server with no tables |
tap | [17:08:14.333](1.646s) not ok 1 - parallel dump [17:08:14.356](0.023s) not ok 2 - parallel restore [17:08:15.001](0.645s) not ok 3 - parallel dump as inserts [17:08:15.036](0.035s) not ok 4 - parallel restore as inserts |
tap | [17:08:17.973](3.583s) not ok 1 - pg_dumpall with long ASCII name 1 [17:08:19.117](1.143s) not ok 2 - pg_dumpall with long ASCII name 2 [17:08:19.195](0.078s) not ok 3 - pg_dumpall with long ASCII name 3 [17:08:19.276](0.081s) not ok 4 - pg_dumpall with long ASCII name 4 [17:08:19.361](0.084s) not ok 5 - pg_dumpall -l accepts connection string |
tap | [17:07:00.750](11.580s) not ok 5 - regression tests pass [17:07:02.236](1.481s) not ok 6 - dump before running pg_upgrade |
tap | [17:08:43.710](2.059s) not ok 51 - pgbench simple update status (got 2 vs expected 0) |
tap | [17:07:13.307](8.071s) not ok 2 - regression tests pass |
tap | [17:10:42.482](206.686s) # poll_query_until timed out executing this query: timed out waiting for catchup at /tmp/cirrus-ci-build/src/test/recovery/t/035_standby_logical_decoding.pl line 443. |
tap | [17:08:39.086](1.210s) not ok 12 - clusterdb -t test1 exit code 0 [17:08:39.144](0.001s) not ok 13 - cluster specific table: SQL found in server log |
tap | [17:08:43.310](0.779s) not ok 24 - createdb -l C -T foobar2 foobar3 exit code 0 |
tap | [17:08:41.756](1.034s) not ok 9 - vacuumdb postgres exit code 0 [17:08:41.757](0.000s) not ok 10 - SQL VACUUM run: SQL found in server log [17:08:42.402](0.644s) not ok 11 - vacuumdb -f postgres exit code 0 [17:08:42.403](0.000s) not ok 12 - vacuumdb -f: SQL found in server log [17:08:43.554](1.151s) not ok 13 - vacuumdb -F postgres exit code 0 [17:08:43.555](0.001s) not ok 14 - vacuumdb -F: SQL found in server log |
tap | [17:08:41.985](1.028s) not ok 1 - vacuumdb -a exit code 0 [17:08:41.986](0.001s) not ok 2 - vacuum all databases: SQL found in server log [17:08:42.714](0.727s) not ok 3 - invalid database not targeted by vacuumdb -a |
tap | [17:08:43.136](1.446s) not ok 1 - vacuumdb --analyze-in-stages postgres exit code 0 [17:08:43.191](0.001s) not ok 2 - analyze three times: SQL found in server log |
45/4575 | Relation bulk write facility |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre... --- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out 2023-09-27 16:59:21.412468000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/gist.out 2023-09-27 17:03:28.192742000 +0000 @@ -12,21 +12,21 @@ CREATE INDEX test_gist_idx ON test_gist USING gist (p); -- Page 0 is the root, the rest are leaf pages SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 0)); - lsn | nsn | rightlink | flags ------+-----+------------+------- - 0/1 | 0/0 | 4294967295 | {} + lsn | nsn | rightlink | flags +-----------+-----+------------+------- + 0/22BBCE0 | 0/0 | 4294967295 | {} (1 row) SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 1)); - lsn | nsn | rightlink | flags ------+-----+------------+-------- - 0/1 | 0/0 | 4294967295 | {leaf} + lsn | nsn | rightlink | flags ... |
test | [17:05:57.726] 76/266 postgresql:pageinspect / pageinspect/regress ERROR 1.73s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/contrib/pageinspect/results/gis... --- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out 2023-09-27 16:59:04.636201868 +0000 +++ /tmp/cirrus-ci-build/contrib/pageinspect/results/gist.out 2023-09-27 17:03:25.771676633 +0000 @@ -12,21 +12,21 @@ CREATE INDEX test_gist_idx ON test_gist USING gist (p); -- Page 0 is the root, the rest are leaf pages SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 0)); - lsn | nsn | rightlink | flags ------+-----+------------+------- - 0/1 | 0/0 | 4294967295 | {} + lsn | nsn | rightlink | flags +-----------+-----+------------+------- + 0/22DD480 | 0/0 | 4294967295 | {} (1 row) SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 1)); - lsn | nsn | rightlink | flags ------+-----+------------+-------- - 0/1 | 0/0 | 4294967295 | {leaf} + lsn | nsn | rightlink | flags ... |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out /tmp/cirrus-ci-build/build/testrun/pageinspect/regre... --- /tmp/cirrus-ci-build/contrib/pageinspect/expected/gist.out 2023-09-27 16:59:03.883287400 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pageinspect/regress/results/gist.out 2023-09-27 17:04:22.758907890 +0000 @@ -12,21 +12,21 @@ CREATE INDEX test_gist_idx ON test_gist USING gist (p); -- Page 0 is the root, the rest are leaf pages SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 0)); - lsn | nsn | rightlink | flags ------+-----+------------+------- - 0/1 | 0/0 | 4294967295 | {} + lsn | nsn | rightlink | flags +-----------+-----+------------+------- + 0/22DD480 | 0/0 | 4294967295 | {} (1 row) SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 1)); - lsn | nsn | rightlink | flags ------+-----+------------+-------- - 0/1 | 0/0 | 4294967295 | {leaf} + lsn | nsn | rightlink | flags ... |
test | [17:06:07.638] 76/266 postgresql:pageinspect / pageinspect/regress ERROR 2.84s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/contrib/pageinspect/expected/gist.out C:/cirrus/build/testrun/pageinspect/regress/results/gist.out --- C:/cirrus/contrib/pageinspect/expected/gist.out 2023-09-27 16:59:14.352969300 +0000 +++ C:/cirrus/build/testrun/pageinspect/regress/results/gist.out 2023-09-27 17:05:05.038469200 +0000 @@ -13,20 +13,20 @@ -- Page 0 is the root, the rest are leaf pages SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 0)); lsn | nsn | rightlink | flags ------+-----+------------+------- - 0/1 | 0/0 | 4294967295 | {} +-----------+-----+------------+------- + 0/22A7AE0 | 0/0 | 4294967295 | {} (1 row) SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 1)); lsn | nsn | rightlink | flags ------+-----+------------+-------- - 0/1 | 0/0 | 4294967295 | {leaf} +-----------+-----+------------+-------- + 0/22A7AE0 | 0/0 | 4294967295 | {leaf} (1 row) ... |
test | [17:10:25.535] 71/261 postgresql:pageinspect / pageinspect/regress ERROR 11.00s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/pageinspect/expected/gist.out /Users/admin/pgsql/build/testrun/pageinspect/regress/r... --- /Users/admin/pgsql/contrib/pageinspect/expected/gist.out 2023-09-27 16:59:05 +++ /Users/admin/pgsql/build/testrun/pageinspect/regress/results/gist.out 2023-09-27 17:03:23 @@ -12,21 +12,21 @@ CREATE INDEX test_gist_idx ON test_gist USING gist (p); -- Page 0 is the root, the rest are leaf pages SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 0)); - lsn | nsn | rightlink | flags ------+-----+------------+------- - 0/1 | 0/0 | 4294967295 | {} + lsn | nsn | rightlink | flags +-----------+-----+------------+------- + 0/22AD768 | 0/0 | 4294967295 | {} (1 row) SELECT * FROM gist_page_opaque_info(get_raw_page('test_gist_idx', 1)); - lsn | nsn | rightlink | flags ------+-----+------------+-------- - 0/1 | 0/0 | 4294967295 | {leaf} + lsn | nsn | rightlink | flags ... |
test | [17:06:10.757] 75/266 postgresql:pageinspect / pageinspect/regress ERROR 3.10s... |
44/4543 | Move bki file pre-processing from initdb to bootstrap |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [16:09:04.016](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:04.340](0.062s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:04.308](0.040s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:05.701](0.090s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:08.478](2.669s) Bail out! command "initdb -D C:\cirrus\build/testrun/authentication/002_saslprep\data/t_002_sasl... |
tap | [16:09:06.172](0.050s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:06.275](0.043s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:04.384](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:04.905](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:04.803](0.098s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.404](0.111s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.645](0.249s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.446](0.113s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.189](0.694s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.211](0.069s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.335](0.182s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.163](0.983s) not ok 13 - successful creation [16:08:55.301](0.136s) not ok 15 - checksums are disabled in control file: exit code 0 [16:08:55.301](0.000s) not ok 16 - checksums are disabled in control file: no stderr [16:08:55.302](0.000s) not ok 17 - checksums are disabled in control file: matches |
tap | [16:08:52.519](0.040s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:52.572](0.059s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.586](0.248s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:52.764](0.076s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:53.242](0.058s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:53.262](0.066s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:53.504](0.148s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:54.244](0.533s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_basebackup/010_pg_basebackup\data/t_010_... |
tap | [16:08:53.708](0.058s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:54.878](0.807s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_basebackup/020_pg_receivewal\data/t_020_... |
tap | [16:08:54.181](0.064s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:54.494](0.167s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.146](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:56.567](1.418s) not ok 10 - pg_ctl initdb [16:08:56.714](0.080s) not ok 12 - pg_ctl start: exit code 0 [16:08:56.714](0.000s) not ok 13 - pg_ctl start: no stderr [16:08:56.715](0.000s) not ok 14 - pg_ctl start: matches [16:08:59.999](0.135s) not ok 16 - pg_ctl stop [16:09:00.152](0.065s) not ok 18 - pg_ctl restart with server not running [16:09:00.206](0.050s) not ok 24 - pg_ctl restart with server running [16:09:00.246](0.038s) Bail out! command "pg_ctl stop -D C:\cirrus\build\testrun\pg_ctl\001_start_stop\data\tmp_test_Uv... |
tap | [16:08:55.054](0.040s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.518](0.278s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.570](0.139s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.957](0.076s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:55.722](0.028s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:56.171](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:57.356](1.101s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_dump/010_dump_connstr\data/t_010_dump_co... |
tap | [16:09:05.090](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:56.579](0.038s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:56.606](0.039s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:56.906](0.046s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:57.721](0.565s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_rewind/002_databases\data/t_002_database... |
tap | [16:08:57.201](0.045s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:57.674](0.075s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:57.870](0.037s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:57.945](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:58.288](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:58.385](0.056s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.692](2.350s) Bail out! command "initdb -D C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\data/t_002_pg_upg... |
tap | [16:08:59.030](0.020s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:58.979](0.056s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:59.330](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:59.515](0.019s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:59.675](0.035s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:59.990](0.112s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:00.233](0.129s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:00.228](0.075s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:01.596](0.084s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:00.686](0.207s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:02.397](1.707s) Bail out! command "initdb -D C:\cirrus\build/testrun/pgbench/001_pgbench_with_server\data/t_001_... |
tap | [16:09:03.201](1.875s) Bail out! command "initdb -D C:\cirrus\build/testrun/psql/001_basic\data/t_001_basic_main_data/p... |
tap | [16:08:43.425](0.043s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:43.379](0.027s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:43.377](0.021s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:43.366](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:44.197](0.071s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:44.203](0.094s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:44.338](0.188s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:44.161](0.065s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:44.221](0.075s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.079](0.180s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.079](0.193s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.140](0.091s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.119](0.058s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.134](0.086s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.284](0.068s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.940](0.038s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.662](1.745s) Bail out! command "initdb -D C:\cirrus\build/testrun/recovery/019_replslot_limit\data/t_019_repl... |
tap | [16:08:46.022](0.122s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:45.967](0.076s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:46.643](0.170s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:46.636](0.176s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:46.694](0.054s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:46.730](0.053s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:46.739](0.068s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.475](0.142s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.444](0.214s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.518](0.159s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.541](0.096s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.524](0.039s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.579](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:47.620](0.048s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:48.433](0.095s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:48.303](0.043s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:48.309](0.033s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:48.338](0.061s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:08:48.688](0.034s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:01.632](0.049s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:01.532](0.047s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:02.334](0.062s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:02.403](0.021s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:02.399](0.042s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:02.942](0.058s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.244](0.019s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.239](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.018](0.026s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.753](0.143s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.685](0.042s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:03.710](0.065s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:05.554](1.778s) Bail out! command "initdb -D C:\cirrus\build/testrun/scripts/200_connstr\data/t_200_connstr_main... |
tap | [16:09:14.830](0.032s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.799](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.859](0.031s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.257](0.096s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:06.409](0.030s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:06.875](0.113s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:06.969](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:07.051](0.047s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.273](3.224s) Bail out! command "initdb -D C:\cirrus\build/testrun/subscription/005_encoding\data/t_005_encodi... |
tap | [16:09:07.766](0.084s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:07.863](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:07.893](0.067s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:07.812](0.048s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:08.477](0.052s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:08.496](0.070s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.356](0.265s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.408](0.071s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.425](0.124s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.387](0.073s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.973](0.540s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:09.362](0.041s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.189](0.094s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.649](0.423s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.184](0.099s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.213](0.074s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.883](0.344s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.979](0.332s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:10.953](0.076s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.027](0.094s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.089](0.152s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.313](0.163s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.291](0.157s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.873](0.248s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:11.809](0.189s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.226](0.324s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.368](0.195s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:12.345](0.427s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:13.963](0.554s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:05.444](0.092s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.037](0.250s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.052](0.251s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.103](0.084s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.187](0.101s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.084](0.060s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
tap | [16:09:14.707](0.229s) Bail out! failed to execute command "robocopy /E /NJS /NJH /NFL /NDL /NP C:/cirrus/build/tmp_ins... |
test | [16:09:15.014] 3/261 postgresql:setup / initdb_cache FAIL 1.27s... [16:09:15.014] 7/261 postgresql:regress / regress/regress ERROR 0.88s... [16:09:15.014] 4/261 postgresql:recovery / recovery/004_timeline_switch ERROR 0.88s... [16:09:15.014] 8/261 postgresql:isolation / isolation/isolation ERROR 0.90s... [16:09:15.014] 5/261 postgresql:recovery / recovery/003_recovery_targets ERROR 0.90s... [16:09:15.014] 6/261 postgresql:recovery / recovery/002_archiving ERROR 0.90s... [16:09:15.014] 9/261 postgresql:recovery / recovery/001_stream_rep ERROR 1.25s... [16:09:15.014] 11/261 postgresql:recovery / recovery/008_fsm_truncation ERROR 0.80s... [16:09:15.014] 13/261 postgresql:recovery / recovery/006_logical_decoding ERROR 0.84s... [16:09:15.014] 12/261 postgresql:recovery / recovery/005_replay_delay ERROR 0.88s... [16:09:15.014] 14/261 postgresql:recovery / recovery/009_twophase ERROR 0.89s... [16:09:15.014] 15/261 postgresql:recovery / recovery/007_sync_rep ERROR 1.23s... [16:09:15.014] 16/261 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR 1.37s... [16:09:15.014] 17/261 postgresql:recovery / recovery/012_subtransactions ERROR 1.39s... [16:09:15.014] 20/261 postgresql:recovery / recovery/013_crash_restart ERROR 0.96s... [16:09:15.014] 19/261 postgresql:recovery / recovery/015_promotion_pages ERROR 0.93s... [16:09:15.014] 18/261 postgresql:recovery / recovery/014_unlogged_reinit ERROR 0.96s... [16:09:15.014] 21/261 postgresql:recovery / recovery/016_min_consistency ERROR 1.29s... [16:09:15.014] 22/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 3.39s... [16:09:15.014] 24/261 postgresql:recovery / recovery/018_wal_optimize ERROR 0.92s... [16:09:15.014] 25/261 postgresql:recovery / recovery/021_row_visibility ERROR 0.84s... [16:09:15.014] 26/261 postgresql:recovery / recovery/020_archive_status ERROR 1.03s... [16:09:15.014] 29/261 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR 1.14s... [16:09:15.014] 28/261 postgresql:recovery / recovery/024_archive_recovery ERROR 1.04s... [16:09:15.014] 30/261 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR 0.87s... [16:09:15.014] 31/261 postgresql:recovery / recovery/026_overwrite_contrecord ERROR 0.84s... [16:09:15.014] 32/261 postgresql:recovery / recovery/027_stream_regress ERROR 0.84s... [16:09:15.014] 34/261 postgresql:recovery / recovery/028_pitr_timelines ERROR 1.44s... [16:09:15.014] 33/261 postgresql:recovery / recovery/029_stats_restart ERROR 1.30s... [16:09:15.014] 35/261 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR 0.87s... [16:09:15.014] 36/261 postgresql:recovery / recovery/032_relfilenode_reuse ERROR 0.84s... [16:09:15.014] 37/261 postgresql:recovery / recovery/031_recovery_conflict ERROR 0.91s... [16:09:15.014] 38/261 postgresql:recovery / recovery/033_replay_tsp_drops ERROR 0.85s... [16:09:15.014] 39/261 postgresql:recovery / recovery/034_create_database ERROR 0.95s... [16:09:15.014] 40/261 postgresql:recovery / recovery/019_replslot_limit ERROR 2.87s... [16:09:15.014] 41/261 postgresql:recovery / recovery/036_truncated_dropped ERROR 0.81s... [16:09:15.014] 42/261 postgresql:recovery / recovery/037_invalid_database ERROR 0.73s... [16:09:15.014] 44/261 postgresql:plperl / plperl/regress ERROR 0.50s... [16:09:15.014] 46/261 postgresql:plpgsql / plpgsql/regress ERROR 0.65s... [16:09:15.014] 45/261 postgresql:plpython / plpython/regress ERROR 0.38s... [16:09:15.014] 43/261 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR 0.85s... [16:09:15.014] 47/261 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 1.02s... [16:09:15.014] 48/261 postgresql:adminpack / adminpack/regress ERROR 0.28s... [16:09:15.014] 49/261 postgresql:amcheck / amcheck/regress ERROR 0.33s... [16:09:15.014] 51/261 postgresql:basic_archive / basic_archive/regress ERROR 0.35s... [16:09:15.014] 50/261 postgresql:recovery / recovery/039_end_of_wal ERROR 1.07s... [16:09:15.014] 52/261 postgresql:btree_gin / btree_gin/regress ERROR 0.25s... [16:09:15.014] 54/261 postgresql:bool_plperl / bool_plperl/regress ERROR 0.34s... [16:09:15.014] 53/261 postgresql:bloom / bloom/regress ERROR 0.38s... [16:09:15.014] 55/261 postgresql:btree_gist / btree_gist/regress ERROR 0.39s... [16:09:15.014] 57/261 postgresql:dict_int / dict_int/regress ERROR 0.39s... [16:09:15.014] 56/261 postgresql:citext / citext/regress ERROR 0.52s... [16:09:15.014] 58/261 postgresql:dblink / dblink/regress ERROR 0.48s... [16:09:15.014] 59/261 postgresql:cube / cube/regress ERROR 0.50s... [16:09:15.014] 60/261 postgresql:earthdistance / earthdistance/regress ERROR 0.50s... [16:09:15.014] 61/261 postgresql:file_fdw / file_fdw/regress ERROR 0.50s... [16:09:15.014] 62/261 postgresql:dict_xsyn / dict_xsyn/regress ERROR 0.58s... [16:09:15.017] 63/261 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR 0.39s... [16:09:15.017] 64/261 postgresql:hstore_plpython / hstore_plpython/regress ERROR 0.26s... [16:09:15.017] 65/261 postgresql:intarray / intarray/regress ERROR 0.25s... [16:09:15.017] 66/261 postgresql:hstore_plperl / hstore_plperl/regress ERROR 0.32s... [16:09:15.017] 67/261 postgresql:hstore / hstore/regress ERROR 0.35s... [16:09:15.017] 68/261 postgresql:isn / isn/regress ERROR 0.29s... [16:09:15.017] 69/261 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR 0.32s... [16:09:15.017] 70/261 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR 0.31s... [16:09:15.017] 71/261 postgresql:lo / lo/regress ERROR 0.32s... [16:09:15.017] 72/261 postgresql:ltree / ltree/regress ERROR 0.25s... [16:09:15.017] 73/261 postgresql:ltree_plpython / ltree_plpython/regress ERROR 0.26s... [16:09:15.017] 74/261 postgresql:passwordcheck / passwordcheck/regress ERROR 0.29s... [16:09:15.017] 75/261 postgresql:pageinspect / pageinspect/regress ERROR 0.38s... [16:09:15.017] 76/261 postgresql:pg_buffercache / pg_buffercache/regress ERROR 0.29s... [16:09:15.017] 79/261 postgresql:pgstattuple / pgstattuple/regress ERROR 0.21s... [16:09:15.017] 77/261 postgresql:pgcrypto / pgcrypto/regress ERROR 0.32s... [16:09:15.017] 78/261 postgresql:pgrowlocks / pgrowlocks/isolation ERROR 0.27s... [16:09:15.017] 81/261 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR 0.31s... [16:09:15.017] 80/261 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR 0.24s... [16:09:15.017] 82/261 postgresql:pg_surgery / pg_surgery/regress ERROR 0.32s... [16:09:15.017] 83/261 postgresql:pg_trgm / pg_trgm/regress ERROR 0.28s... [16:09:15.017] 84/261 postgresql:pg_visibility / pg_visibility/regress ERROR 0.29s... [16:09:15.017] 85/261 postgresql:pg_walinspect / pg_walinspect/regress ERROR 0.25s... [16:09:15.017] 86/261 postgresql:postgres_fdw / postgres_fdw/regress ERROR 0.29s... [16:09:15.017] 87/261 postgresql:seg / seg/regress ERROR 0.30s... [16:09:15.017] 89/261 postgresql:tcn / tcn/isolation ERROR 0.29s... [16:09:15.017] 88/261 postgresql:tablefunc / tablefunc/regress ERROR 0.30s... [16:09:15.017] 90/261 postgresql:test_decoding / test_decoding/isolation ERROR 0.29s... [16:09:15.017] 91/261 postgresql:test_decoding / test_decoding/regress ERROR 0.34s... [16:09:15.017] 92/261 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR 0.27s... [16:09:15.017] 93/261 postgresql:tsm_system_time / tsm_system_time/regress ERROR 0.26s... [16:09:15.017] 94/261 postgresql:unaccent / unaccent/regress ERROR 0.21s... [16:09:15.017] 95/261 postgresql:brin / brin/isolation ERROR 0.31s... [16:09:15.017] 96/261 postgresql:commit_ts / commit_ts/regress ERROR 0.33s... [16:09:15.017] 97/261 postgresql:delay_execution / delay_execution/isolation ERROR 0.35s... [16:09:15.017] 98/261 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR 0.23s... [16:09:15.017] 100/261 postgresql:dummy_index_am / dummy_index_am/regress ERROR 0.28s... [16:09:15.017] 99/261 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR 0.26s... [16:09:15.017] 101/261 postgresql:plsample / plsample/regress ERROR 0.28s... [16:09:15.017] 102/261 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR 0.32s... [16:09:15.017] 103/261 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR 0.31s... [16:09:15.017] 104/261 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR 0.37s... [16:09:15.017] 105/261 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR 0.30s... [16:09:15.017] 106/261 postgresql:test_integerset / test_integerset/regress ERROR 0.26s... [16:09:15.017] 107/261 postgresql:test_lfind / test_lfind/regress ERROR 0.26s... [16:09:15.017] 108/261 postgresql:test_parser / test_parser/regress ERROR 0.30s... [16:09:15.017] 109/261 postgresql:test_predtest / test_predtest/regress ERROR 0.27s... [16:09:15.017] 110/261 postgresql:test_pg_dump / test_pg_dump/regress ERROR 0.28s... [16:09:15.017] 111/261 postgresql:test_rbtree / test_rbtree/regress ERROR 0.25s... [16:09:15.017] 113/261 postgresql:test_regex / test_regex/regress ERROR 0.30s... [16:09:15.017] 112/261 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR 0.30s... [16:09:15.017] 114/261 postgresql:test_shm_mq / test_shm_mq/regress ERROR 0.56s... [16:09:15.017] 115/261 postgresql:unsafe_tests / unsafe_tests/regress ERROR 0.58s... [16:09:15.017] 116/261 postgresql:ecpg / ecpg/ecpg ERROR 0.67s... [16:09:15.017] 117/261 postgresql:test_slru / test_slru/regress ERROR 0.69s... [16:09:15.017] 119/261 postgresql:libpq / libpq/003_load_balance_host_list ERROR 0.96s... [16:09:15.017] 121/261 postgresql:test_extensions / test_extensions/regress ERROR 1.99s... [16:09:15.017] 120/261 postgresql:libpq / libpq/004_load_balance_dns ERROR 0.87s... [16:09:15.017] 122/261 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR 1.98s... [16:09:15.017] 123/261 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR 0.93s... [16:09:15.017] 125/261 postgresql:pg_amcheck / pg_amcheck/003_check ERROR 0.75s... [16:09:15.017] 126/261 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR 0.73s... [16:09:15.017] 127/261 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR 0.93s... [16:09:15.017] 128/261 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR 0.84s... [16:09:15.020] 129/261 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR 0.93s... [16:09:15.020] 131/261 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR 1.52s... [16:09:15.020] 133/261 postgresql:pg_checksums / pg_checksums/002_actions ERROR 0.83s... [16:09:15.020] 134/261 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR 1.60s... [16:09:15.020] 135/261 postgresql:pg_ctl / pg_ctl/002_status ERROR 0.69s... [16:09:15.020] 136/261 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR 0.94s... [16:09:15.020] 139/261 postgresql:pg_ctl / pg_ctl/003_promote ERROR 0.96s... [16:09:15.020] 140/261 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR 0.71s... [16:09:15.020] 141/261 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.58s... [16:09:15.020] 142/261 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 0.83s... [16:09:15.020] 143/261 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 0.63s... [16:09:15.020] 145/261 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR 0.84s... [16:09:15.020] 146/261 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR 0.65s... [16:09:15.020] 147/261 postgresql:pg_rewind / pg_rewind/001_basic ERROR 0.71s... [16:09:15.020] 148/261 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR 0.60s... [16:09:15.020] 149/261 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 1.77s... [16:09:15.020] 151/261 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR 0.77s... [16:09:15.020] 152/261 postgresql:pg_rewind / pg_rewind/002_databases ERROR 1.18s... [16:09:15.020] 153/261 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR 0.65s... [16:09:15.020] 154/261 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR 0.59s... [16:09:15.020] 155/261 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR 0.58s... [16:09:15.020] 156/261 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR 0.61s... [16:09:15.020] 160/261 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR 0.60s... [16:09:15.020] 161/261 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR 0.70s... [16:09:15.020] 162/261 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR 0.62s... [16:09:15.020] 163/261 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR 0.52s... [16:09:15.020] 137/261 postgresql:initdb / initdb/001_initdb ERROR 7.73s... [16:09:15.020] 165/261 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR 0.77s... [16:09:15.020] 166/261 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR 0.71s... [16:09:15.020] 168/261 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR 0.74s... [16:09:15.020] 144/261 postgresql:pg_ctl / pg_ctl/001_start_stop ERROR 5.98s... [16:09:15.020] 167/261 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR 0.69s... [16:09:15.020] 169/261 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR 0.88s... [16:09:15.020] 173/261 postgresql:scripts / scripts/011_clusterdb_all ERROR 0.65s... [16:09:15.020] 174/261 postgresql:pg_waldump / pg_waldump/001_basic ERROR 2.00s... [16:09:15.020] 175/261 postgresql:scripts / scripts/010_clusterdb ERROR 0.96s... [16:09:15.020] 176/261 postgresql:scripts / scripts/020_createdb ERROR 1.06s... [16:09:15.020] 177/261 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR 2.36s... [16:09:15.020] 178/261 postgresql:scripts / scripts/040_createuser ERROR 0.85s... [16:09:15.020] 179/261 postgresql:scripts / scripts/050_dropdb ERROR 0.82s... [16:09:15.020] 180/261 postgresql:scripts / scripts/070_dropuser ERROR 1.26s... [16:09:15.020] 181/261 postgresql:scripts / scripts/091_reindexdb_all ERROR 0.65s... [16:09:15.020] 182/261 postgresql:psql / psql/001_basic ERROR 2.96s... [16:09:15.020] 183/261 postgresql:scripts / scripts/090_reindexdb ERROR 0.84s... [16:09:15.020] 184/261 postgresql:scripts / scripts/080_pg_isready ERROR 0.90s... [16:09:15.020] 185/261 postgresql:scripts / scripts/101_vacuumdb_all ERROR 0.77s... [16:09:15.020] 186/261 postgresql:scripts / scripts/102_vacuumdb_stages ERROR 0.69s... [16:09:15.020] 187/261 postgresql:scripts / scripts/100_vacuumdb ERROR 1.32s... [16:09:15.020] 188/261 postgresql:amcheck / amcheck/001_verify_heapam ERROR 0.80s... [16:09:15.020] 189/261 postgresql:amcheck / amcheck/003_cic_2pc ERROR 0.60s... [16:09:15.020] 190/261 postgresql:amcheck / amcheck/002_cic ERROR 0.62s... [16:09:15.020] 191/261 postgresql:auto_explain / auto_explain/001_auto_explain ERROR 0.66s... [16:09:15.020] 192/261 postgresql:bloom / bloom/001_wal ERROR 0.74s... [16:09:15.020] 193/261 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR 0.58s... [16:09:15.036] 194/261 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR 0.74s... [16:09:15.036] 196/261 postgresql:test_decoding / test_decoding/001_repl_stats ERROR 0.68s... [16:09:15.036] 197/261 postgresql:scripts / scripts/200_connstr ERROR 2.35s... [16:09:15.036] 198/261 postgresql:authentication / authentication/001_password ERROR 0.68s... [16:09:15.036] 200/261 postgresql:authentication / authentication/003_peer ERROR 0.71s... [16:09:15.036] 202/261 postgresql:authentication / authentication/004_file_inclusion ERROR 0.72s... [16:09:15.036] 203/261 postgresql:subscription / subscription/001_rep_changes ERROR 0.69s... [16:09:15.036] 204/261 postgresql:subscription / subscription/002_types ERROR 0.72s... [16:09:15.036] 205/261 postgresql:subscription / subscription/003_constraints ERROR 0.80s... [16:09:15.036] 206/261 postgresql:subscription / subscription/004_sync ERROR 0.77s... [16:09:15.036] 208/261 postgresql:subscription / subscription/006_rewrite ERROR 0.87s... [16:09:15.036] 209/261 postgresql:subscription / subscription/009_matviews ERROR 0.71s... [16:09:15.036] 210/261 postgresql:subscription / subscription/007_ddl ERROR 0.88s... [16:09:15.036] 211/261 postgresql:subscription / subscription/008_diff_schema ERROR 0.85s... [16:09:15.036] 214/261 postgresql:subscription / subscription/010_truncate ERROR 0.74s... [16:09:15.036] 213/261 postgresql:authentication / authentication/002_saslprep ERROR 3.37s... [16:09:15.036] 215/261 postgresql:subscription / subscription/011_generated ERROR 0.83s... [16:09:15.036] 219/261 postgresql:subscription / subscription/018_stream_subxact_abort ERROR 0.74s... [16:09:15.036] 218/261 postgresql:subscription / subscription/013_partition ERROR 1.45s... [16:09:15.036] 220/261 postgresql:subscription / subscription/016_stream_subxact ERROR 0.90s... [16:09:15.036] 221/261 postgresql:subscription / subscription/014_binary ERROR 1.29s... [16:09:15.036] 222/261 postgresql:subscription / subscription/015_stream ERROR 1.12s... [16:09:15.036] 223/261 postgresql:subscription / subscription/017_stream_ddl ERROR 1.49s... [16:09:15.036] 225/261 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR 0.96s... [16:09:15.036] 224/261 postgresql:subscription / subscription/021_twophase ERROR 0.87s... [16:09:15.036] 227/261 postgresql:subscription / subscription/005_encoding ERROR 3.89s... [16:09:15.036] 226/261 postgresql:subscription / subscription/022_twophase_cascade ERROR 0.93s... [16:09:15.036] 228/261 postgresql:subscription / subscription/020_messages ERROR 1.42s... [16:09:15.036] 229/261 postgresql:subscription / subscription/023_twophase_stream ERROR 1.47s... [16:09:15.036] 230/261 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR 0.96s... [16:09:15.036] 231/261 postgresql:subscription / subscription/024_add_drop_pub ERROR 1.45s... [16:09:15.036] 232/261 postgresql:subscription / subscription/026_stats ERROR 0.86s... [16:09:15.036] 233/261 postgresql:subscription / subscription/027_nosuperuser ERROR 0.95s... [16:09:15.036] 235/261 postgresql:subscription / subscription/028_row_filter ERROR 1.21s... [16:09:15.036] 234/261 postgresql:subscription / subscription/029_on_error ERROR 1.16s... [16:09:15.036] 236/261 postgresql:subscription / subscription/031_column_list ERROR 0.91s... [16:09:15.036] 237/261 postgresql:subscription / subscription/030_origin ERROR 1.22s... [16:09:15.036] 238/261 postgresql:subscription / subscription/032_subscribe_use_index ERROR 1.23s... [16:09:15.036] 239/261 postgresql:subscription / subscription/100_bugs ERROR 1.33s... [16:09:15.036] 241/261 postgresql:brin / brin/01_workitems ERROR 1.23s... [16:09:15.036] 240/261 postgresql:subscription / subscription/033_run_as_table_owner ERROR 1.36s... [16:09:15.036] 242/261 postgresql:commit_ts / commit_ts/001_base ERROR 0.90s... [16:09:15.036] 243/261 postgresql:brin / brin/02_wal_consistency ERROR 1.47s... [16:09:15.036] 244/261 postgresql:commit_ts / commit_ts/002_standby ERROR 1.39s... [16:09:15.036] 246/261 postgresql:commit_ts / commit_ts/003_standby_2 ERROR 1.31s... [16:09:15.036] 247/261 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR 0.89s... [16:09:15.036] 248/261 postgresql:commit_ts / commit_ts/004_restart ERROR 1.37s... [16:09:15.036] 249/261 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR 1.32s... [16:09:15.036] 250/261 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR 1.55s... [16:09:15.036] 251/261 postgresql:test_misc / test_misc/001_constraint_validation ERROR 1.09s... [16:09:15.036] 254/261 postgresql:test_misc / test_misc/003_check_guc ERROR 0.98s... [16:09:15.036] 253/261 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 0.90s... [16:09:15.036] 252/261 postgresql:test_misc / test_misc/002_tablespace ERROR 1.10s... [16:09:15.036] 255/261 postgresql:test_misc / test_misc/004_io_direct ERROR 1.09s... [16:09:15.036] 256/261 postgresql:worker_spi / worker_spi/001_worker_spi ERROR 1.04s... [16:09:15.036] 257/261 postgresql:ssl / ssl/002_scram ERROR 0.79s... [16:09:15.036] 258/261 postgresql:ssl / ssl/001_ssltests ERROR 1.06s... [16:09:15.036] 259/261 postgresql:ssl / ssl/003_sslinfo ERROR 0.72s... |
44/4375 | ltree hash functions |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/... --- /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out 2023-09-27 12:34:12.167228000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/ltree.out 2023-09-27 12:37:03.068754000 +0000 @@ -1,4 +1,5 @@ CREATE EXTENSION ltree; +ERROR: extension "ltree" has no installation script nor update path for version "1.3" -- max length for a label \set maxlbl 1000 -- Check whether any of our opclasses fail amvalidate @@ -10,1429 +11,1029 @@ (0 rows) SELECT ''::ltree; - ltree -------- - -(1 row) - +ERROR: type "ltree" does not exist +LINE 1: SELECT ''::ltree; ... |
test | [12:39:25.620] 74/266 postgresql:ltree / ltree/regress ERROR 1.31s... [12:39:25.620] 75/266 postgresql:ltree_plpython / ltree_plpython/regress ERROR 1.25s... |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/... --- /tmp/cirrus-ci-build/contrib/ltree/expected/ltree.out 2023-09-27 12:34:03.240950309 +0000 +++ /tmp/cirrus-ci-build/build/testrun/ltree/regress/results/ltree.out 2023-09-27 12:37:01.628472957 +0000 @@ -1,4 +1,5 @@ CREATE EXTENSION ltree; +ERROR: extension "ltree" has no installation script nor update path for version "1.3" -- max length for a label \set maxlbl 1000 -- Check whether any of our opclasses fail amvalidate @@ -10,1429 +11,1029 @@ (0 rows) SELECT ''::ltree; - ltree -------- - -(1 row) - +ERROR: type "ltree" does not exist +LINE 1: SELECT ''::ltree; ... |
test | [12:38:31.225] 74/266 postgresql:ltree / ltree/regress ERROR 1.58s [12:38:31.225] 75/266 postgresql:ltree_plpython / ltree_plpython/regress ERROR 1.63s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/contrib/ltree/expected/ltree.out C:/cirrus/build/testrun/ltree/regress/results/ltree.out --- C:/cirrus/contrib/ltree/expected/ltree.out 2023-09-27 12:34:11.284225300 +0000 +++ C:/cirrus/build/testrun/ltree/regress/results/ltree.out 2023-09-27 12:40:31.724749800 +0000 @@ -1,4 +1,5 @@ CREATE EXTENSION ltree; +ERROR: extension "ltree" has no installation script nor update path for version "1.3" -- max length for a label \set maxlbl 1000 -- Check whether any of our opclasses fail amvalidate @@ -10,1429 +11,1029 @@ (0 rows) SELECT ''::ltree; - ltree -------- - -(1 row) - +ERROR: type "ltree" does not exist +LINE 1: SELECT ''::ltree; ... |
test | [12:46:30.364] 67/261 postgresql:ltree_plpython / ltree_plpython/regress ERROR 3.55s... [12:46:30.364] 68/261 postgresql:ltree / ltree/regress ERROR 4.18s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/ltree/expected/ltree.out /Users/admin/pgsql/build/testrun/ltree/regress/results/ltre... --- /Users/admin/pgsql/contrib/ltree/expected/ltree.out 2023-09-27 12:34:00 +++ /Users/admin/pgsql/build/testrun/ltree/regress/results/ltree.out 2023-09-27 12:36:17 @@ -1,4 +1,5 @@ CREATE EXTENSION ltree; +ERROR: extension "ltree" has no installation script nor update path for version "1.3" -- max length for a label \set maxlbl 1000 -- Check whether any of our opclasses fail amvalidate @@ -10,8164 +11,1417 @@ (0 rows) SELECT ''::ltree; - ltree -------- - -(1 row) - +ERROR: type "ltree" does not exist +LINE 1: SELECT ''::ltree; ... |
test | [12:39:00.323] 71/266 postgresql:ltree_plpython / ltree_plpython/regress ERROR 1.90s... [12:39:00.323] 70/266 postgresql:ltree / ltree/regress ERROR 2.40s... |
44/4474 | Allow SIGINT to cancel psql database reconnections |
Linux - Debian Bullseye - Meson | |
core | [09:46:30.026] #0 vfork () at ../sysdeps/unix/sysv/linux/x86_64/vfork.S:58 [09:46:30.026] #1 0x000055cc2c25126b in vforkexec (n=n@entry=0x55cc2c2659a0 <stackbase+448>, argv=argv@entry=0x55cc2c49... [09:46:30.026] #2 0x000055cc2c24b32c in evalcommand (cmd=0x55cc2c2659a0 <stackbase+448>, flags=0) at eval.c:905 [09:46:30.026] #3 0x000055cc2c24a27e in evaltree (n=n@entry=0x55cc2c2659a0 <stackbase+448>, flags=0) at eval.c:303 [09:46:30.026] #4 0x000055cc2c24ac6a in evalstring (s=0x55cc2c2657e8 <stackbase+8> "cp \"/tmp/cirrus-ci-build/build/tes... [09:46:30.026] #5 0x000055cc2c24867f in main (argc=3, argv=0x7fff36dc87c8) at main.c:177 |
core | [09:46:30.026] #0 __GI___sigprocmask (how=how@entry=2, set=<optimized out>, set@entry=0x7fff36dc8380, oset=oset@entry=0... [09:46:30.026] #1 0x00007f362ce3f2c7 in __sigsetmask (mask=mask@entry=0) at ../sysdeps/posix/sigsetmask.c:32 [09:46:30.026] #2 0x000055cc2c2512b7 in sigclearmask () at system.h:46 [09:46:30.026] #3 vforkexec (n=n@entry=0x55cc2c2659a0 <stackbase+448>, argv=argv@entry=0x55cc2c491920, path=path@entry=... [09:46:30.026] #4 0x000055cc2c24b32c in evalcommand (cmd=0x55cc2c2659a0 <stackbase+448>, flags=0) at eval.c:905 [09:46:30.026] #5 0x000055cc2c24a27e in evaltree (n=n@entry=0x55cc2c2659a0 <stackbase+448>, flags=0) at eval.c:303 [09:46:30.026] #6 0x000055cc2c24ac6a in evalstring (s=0x55cc2c2657e8 <stackbase+8> "cp \"/tmp/cirrus-ci-build/build/tes... [09:46:30.026] #7 0x000055cc2c24867f in main (argc=3, argv=0x7fff36dc87c8) at main.c:177 |
test | [09:45:03.161] 4/266 postgresql:regress / regress/regress TIMEOUT 1000.00s [09:45:03.161] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade TIMEOUT 1000.01s [09:45:03.161] 33/266 postgresql:recovery / recovery/027_stream_regress TIMEOUT 1000.01s [09:45:03.161] 47/266 postgresql:plpgsql / plpgsql/regress TIMEOUT 1000.02s [09:45:03.161] 48/266 postgresql:plperl / plperl/regress TIMEOUT 1000.03s [09:45:03.161] 60/266 postgresql:dblink / dblink/regress TIMEOUT 1000.02s [09:45:03.161] 88/266 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1000.02s [09:45:03.161] 92/266 postgresql:test_decoding / test_decoding/regress TIMEOUT 1000.04s [09:45:03.161] 109/266 postgresql:test_extensions / test_extensions/regress TIMEOUT 1000.02s [09:45:03.161] 122/266 postgresql:unsafe_tests / unsafe_tests/regress TIMEOUT 1000.02s [09:45:03.161] 151/266 postgresql:pg_dump / pg_dump/010_dump_connstr TIMEOUT 1000.02s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
core | 00000053`04dfef00 00007ff6`2a08f503 postgres!pgstat_acquire_entry_ref( 00000053`04dfef30 00007ff6`2a086963 postgres!pgstat_get_entry_ref( 00000053`04dfefe0 00007ff6`2a08df5f postgres!pgstat_prep_pending_entry( 00000053`04dff040 00007ff6`2a08c740 postgres!pgstat_prep_relation_pending( 00000053`04dff090 00007ff6`29b6dc23 postgres!pgstat_assoc_relation( 00000053`04dff0c0 00007ff6`29b60bc0 postgres!initscan( 00000053`04dff120 00007ff6`29bda000 postgres!heap_beginscan( 00000053`04dff160 00007ff6`29f61da6 postgres!table_beginscan_catalog( 00000053`04dff1b0 00007ff6`29f62186 postgres!get_database_list(void)+0x46 [c:\cirrus\src\backend\postmaster\autovacu... 00000053`04dff230 00007ff6`29f60679 postgres!rebuild_database_list( |
core | 00000053`051ff518 00007ffe`1172b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000053`051ff520 00007ffe`10214de0 ntdll!TppWorkerThread+0x2df 00000053`051ff810 00007ffe`1179ec4b KERNEL32!BaseThreadInitThunk+0x10 00000053`051ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000053`055ff928 00007ffe`0f23411a ntdll!NtFsControlFile+0x14 00000053`055ff930 00007ff6`29f5d95b KERNELBASE!ConnectNamedPipe+0x6a 00000053`055ff9a0 00007ffe`10214de0 postgres!pg_signal_thread( 00000053`055ffaa0 00007ffe`1179ec4b KERNEL32!BaseThreadInitThunk+0x10 00000053`055ffad0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000053`059ff658 00007ffe`1172b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000053`059ff660 00007ffe`10214de0 ntdll!TppWorkerThread+0x2df 00000053`059ff950 00007ffe`1179ec4b KERNEL32!BaseThreadInitThunk+0x10 00000053`059ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
tap | [09:28:32.651](1022.881s) not ok 5 - regression tests pass |
tap | [09:29:37.751](999.006s) not ok 2 - regression tests pass |
test | [09:57:55.598] 62/261 postgresql:regress / regress/regress TIMEOUT 1029.35s... [09:57:55.598] 61/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade TIMEOUT 1029.35s... [09:57:55.598] 75/261 postgresql:recovery / recovery/027_stream_regress TIMEOUT 1001.81s... [09:57:55.598] 90/261 postgresql:plpgsql / plpgsql/regress TIMEOUT 1010.17s... [09:57:55.598] 91/261 postgresql:plperl / plperl/regress TIMEOUT 1009.71s... [09:57:55.598] 121/261 postgresql:dblink / dblink/regress TIMEOUT 1014.43s... [09:57:55.598] 148/261 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1017.32s... [09:57:55.598] 150/261 postgresql:test_decoding / test_decoding/regress TIMEOUT 1007.24s... [09:57:55.598] 176/261 postgresql:test_extensions / test_extensions/regress TIMEOUT 1002.24s... [09:57:55.598] 205/261 postgresql:unsafe_tests / unsafe_tests/regress TIMEOUT 1003.06s... [09:57:55.598] 261/261 postgresql:pg_dump / pg_dump/010_dump_connstr TIMEOUT 1000.10s... |
macOS - Ventura - Meson | |
core | [09:49:33.221] * frame #0: 0x000000019b17d4e4 dyld`__open + 8 [09:49:33.221] frame #1: 0x000000019b10c734 dyld`open + 40 [09:49:33.221] frame #2: 0x000000019b17472c dyld`open_with_subsystem + 60 [09:49:33.221] frame #3: 0x000000019b15ec58 dyld`dyld3::open(char const*, int, int) + 52 [09:49:33.221] frame #4: 0x000000019b136c78 dyld`dyld4::SyscallDelegate::mapFileReadOnly(Diagnostics&, char const*, ... [09:49:33.221] frame #5: 0x000000019b136660 dyld`dyld4::SyscallDelegate::withReadOnlyMappedFile(Diagnostics&, char c... [09:49:33.221] frame #6: 0x000000019b12b8fc dyld`dyld4::Loader::getOnDiskBinarySliceOffset(dyld4::RuntimeState&, dyl... [09:49:33.221] frame #7: 0x000000019b12fa18 dyld`dyld4::JustInTimeLoader::makeLaunchLoader(Diagnostics&, dyld4::Runt... [09:49:33.221] frame #8: 0x000000019b110704 dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 460 [09:49:33.221] frame #9: 0x000000019b10fe18 dyld`start + 1964 |
test | [09:47:08.218] 85/266 postgresql:regress / regress/regress TIMEOUT 1000.30s... [09:47:08.218] 86/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade TIMEOUT 1000.52s... [09:47:08.218] 115/266 postgresql:recovery / recovery/027_stream_regress TIMEOUT 1000.46s... [09:47:08.218] 133/266 postgresql:plpgsql / plpgsql/regress TIMEOUT 1000.22s... [09:47:08.218] 140/266 postgresql:plperl / plperl/regress TIMEOUT 1000.22s... [09:47:08.218] 154/266 postgresql:dblink / dblink/regress TIMEOUT 1000.29s... [09:47:08.218] 201/266 postgresql:postgres_fdw / postgres_fdw/regress TIMEOUT 1000.21s... [09:47:08.218] 213/266 postgresql:test_decoding / test_decoding/regress TIMEOUT 1000.22s... [09:47:08.218] 264/266 postgresql:test_extensions / test_extensions/regress TIMEOUT 1000.01s... [09:47:08.218] 265/266 postgresql:unsafe_tests / unsafe_tests/regress TIMEOUT 1000.01s... [09:47:08.218] 266/266 postgresql:pg_dump / pg_dump/010_dump_connstr TIMEOUT 1000.29s... |
44/4308 | SQL:2011 application time |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/pg_upgra... --- /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out 2023-09-25 20:35:06.795558000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/without_overlaps.out 2023-09-25 20:37:28.4... @@ -19,6 +19,8 @@ id INTEGER, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: range or PERIOD "valid_at" in WITHOUT OVERLAPS does not exist -- PK with a non-range column: CREATE TABLE temporal_rng ( @@ -26,6 +28,8 @@ valid_at TEXT, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: column "valid_at" in WITHOUT OVERLAPS is not a range type -- PK with one column plus a range: ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/recovery... --- /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out 2023-09-25 20:35:06.795558000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/without_overlaps.out 2023-09-25 20:38:43... @@ -19,6 +19,8 @@ id INTEGER, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: range or PERIOD "valid_at" in WITHOUT OVERLAPS does not exist -- PK with a non-range column: CREATE TABLE temporal_rng ( @@ -26,6 +28,8 @@ valid_at TEXT, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: column "valid_at" in WITHOUT OVERLAPS is not a range type -- PK with one column plus a range: ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out /tmp/cirrus-ci-build/build/testrun/regress/... --- /tmp/cirrus-ci-build/src/test/regress/expected/without_overlaps.out 2023-09-25 20:35:06.795558000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/without_overlaps.out 2023-09-25 20:37:27.329762000 +0000 @@ -19,6 +19,8 @@ id INTEGER, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: range or PERIOD "valid_at" in WITHOUT OVERLAPS does not exist -- PK with a non-range column: CREATE TABLE temporal_rng ( @@ -26,6 +28,8 @@ valid_at TEXT, CONSTRAINT temporal_rng_pk PRIMARY KEY (id, valid_at WITHOUT OVERLAPS) ); +WARNING: outfuncs/readfuncs failed to produce an equal raw parse tree +WARNING: outfuncs/readfuncs failed to produce an equal rewritten parse tree ERROR: column "valid_at" in WITHOUT OVERLAPS is not a range type -- PK with one column plus a range: ... |
tap | [20:37:57.457](32.610s) not ok 5 - regression tests pass [20:37:59.458](1.944s) not ok 6 - dump before running pg_upgrade [20:38:03.089](1.680s) not ok 14 - run of pg_upgrade for new instance [20:38:03.090](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [20:38:03.222](0.014s) not ok 16 - check that locales in new cluster match original cluster [20:38:03.553](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [20:39:17.194](39.730s) not ok 2 - regression tests pass [20:39:17.939](0.745s) not ok 3 - dump primary server [20:39:18.619](0.679s) not ok 4 - dump standby server |
test | [20:41:55.199] 5/266 postgresql:regress / regress/regress ERROR 34.07s... [20:41:55.199] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 40.65s... [20:41:55.199] 55/266 postgresql:recovery / recovery/027_stream_regress ERROR 41.94s... |
Linux - Debian Bullseye - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:42.633843951 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/periods.out 2023-09-25 20:40:45.500908192 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/res... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:42.633843951 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/periods.out 2023-09-25 20:42:06.476840083 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/src/test/regress/results/period... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:42.633843951 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/periods.out 2023-09-25 20:38:44.477031680 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
tap | [20:41:43.615](71.189s) not ok 5 - regression tests pass [20:41:46.237](2.615s) not ok 6 - dump before running pg_upgrade [20:41:52.168](2.640s) not ok 14 - run of pg_upgrade for new instance [20:41:52.168](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [20:41:52.331](0.034s) not ok 16 - check that locales in new cluster match original cluster [20:41:52.970](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [20:42:49.145](49.063s) not ok 2 - regression tests pass [20:42:50.379](1.233s) not ok 3 - dump primary server [20:42:51.519](1.140s) not ok 4 - dump standby server |
Linux - Debian Bullseye - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:54.667033060 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/periods.out 2023-09-25 20:39:12.130363524 ... @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:54.667033060 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/periods.out 2023-09-25 20:39:41.34223243... @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/periods.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/periods.out 2023-09-25 20:34:54.667033060 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/periods.out 2023-09-25 20:39:10.878371090 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
tap | [20:40:13.038](68.369s) not ok 5 - regression tests pass [20:40:14.720](1.677s) not ok 6 - dump before running pg_upgrade [20:40:20.555](2.145s) not ok 14 - run of pg_upgrade for new instance [20:40:20.555](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [20:40:20.723](0.029s) not ok 16 - check that locales in new cluster match original cluster [20:40:21.368](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [20:40:31.569](60.308s) not ok 2 - regression tests pass [20:40:32.317](0.747s) not ok 3 - dump primary server [20:40:32.955](0.638s) not ok 4 - dump standby server |
test | [20:41:44.967] 4/266 postgresql:regress / regress/regress ERROR 67.13s [20:41:44.967] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 79.22s [20:41:44.967] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 62.56s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/periods.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/resul... --- C:/cirrus/src/test/regress/expected/periods.out 2023-09-25 20:35:40.998308800 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/periods.out 2023-09-25 20:38:17.901097200 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/periods.out C:/cirrus/build/testrun/recovery/027_stream_regress/data/res... --- C:/cirrus/src/test/regress/expected/periods.out 2023-09-25 20:35:40.998308800 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/periods.out 2023-09-25 20:40:09.907504400 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/periods.out C:/cirrus/build/testrun/regress/regress/results/periods.out --- C:/cirrus/src/test/regress/expected/periods.out 2023-09-25 20:35:40.998308800 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/periods.out 2023-09-25 20:38:08.996311100 +0000 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
tap | [20:39:48.662](112.306s) not ok 5 - regression tests pass [20:39:55.625](6.929s) not ok 6 - dump before running pg_upgrade [20:40:20.935](11.122s) not ok 14 - run of pg_upgrade for new instance [20:40:20.936](0.001s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [20:40:21.796](0.396s) not ok 16 - check that locales in new cluster match original cluster [20:40:25.165](0.003s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [20:41:39.997](111.647s) not ok 2 - regression tests pass [20:41:42.927](2.930s) not ok 3 - dump primary server [20:41:44.433](1.506s) not ok 4 - dump standby server |
test | [20:47:13.749] 6/261 postgresql:regress / regress/regress ERROR 118.12s... [20:47:13.749] 26/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 158.16s... [20:47:13.749] 66/261 postgresql:recovery / recovery/027_stream_regress ERROR 119.46s... |
macOS - Ventura - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/periods.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg... --- /Users/admin/pgsql/src/test/regress/expected/periods.out 2023-09-25 20:34:29 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/periods.out 2023-09-25 20:36:09 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/periods.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r... --- /Users/admin/pgsql/src/test/regress/expected/periods.out 2023-09-25 20:34:29 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/periods.out 2023-09-25 20:36:56 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/periods.out /Users/admin/pgsql/build/testrun/regress/regress/resul... --- /Users/admin/pgsql/src/test/regress/expected/periods.out 2023-09-25 20:34:29 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/periods.out 2023-09-25 20:36:06 @@ -67,11 +67,11 @@ HINT: Use DROP ... CASCADE to drop the dependent objects too. /* Can't change the data types */ alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". alter table pt alter column ds type timestamp; -ERROR: cannot alter type of a column used by a period -DETAIL: period p on table pt depends on column "ds" +ERROR: cannot alter type of a column used by a generated column +DETAIL: Column "ds" is used by generated column "p". /* column/period namespace conflicts */ alter table pt add column p integer; ERROR: column name "p" conflicts with a period name @@ -89,7 +89,7 @@ ... |
tap | [20:37:03.105](61.933s) not ok 5 - regression tests pass [20:37:08.606](5.493s) not ok 6 - dump before running pg_upgrade [20:37:21.043](5.716s) not ok 14 - run of pg_upgrade for new instance [20:37:21.043](0.000s) not ok 15 - pg_upgrade_output.d/ removed after pg_upgrade success [20:37:21.196](0.027s) not ok 16 - check that locales in new cluster match original cluster [20:37:21.861](0.001s) not ok 18 - old and new dumps match after pg_upgrade |
tap | [20:38:29.331](119.656s) not ok 2 - regression tests pass [20:38:32.253](2.922s) not ok 3 - dump primary server [20:38:46.554](14.300s) not ok 4 - dump standby server |
test | [20:40:16.557] 11/266 postgresql:regress / regress/regress ERROR 68.09s... [20:40:16.557] 40/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 84.18s... [20:40:16.557] 150/266 postgresql:recovery / recovery/027_stream_regress ERROR 138.40s... |
44/4463 | CHECK constraint deferrable Support |
CompilerWarnings | |
compiler | [17:08:30.251] heap.c:2178:10: error: implicit declaration of function 'CreateTrigger' is invalid in C99 [-Werror,-Wimpl... |
compiler | [17:08:02.400] heap.c:2178:10: error: implicit declaration of function 'CreateTrigger' is invalid in C99 [-Werror,-Wimpl... |
compiler | [17:07:14.983] heap.c:2178:10: error: implicit declaration of function ‘CreateTrigger’ [-Werror=implicit-function-declar... |
compiler | [17:06:51.294] heap.c:2178:10: error: implicit declaration of function ‘CreateTrigger’ [-Werror=implicit-function-declar... |
compiler | [17:09:17.283] heap.c:2178:10: error: implicit declaration of function ‘CreateTrigger’; did you mean ‘CreateFiber’? [-We... |
Linux - Debian Bullseye - Meson | |
core | [17:16:25.863] #0 0x00007fcb122893f7 in ?? () [17:16:25.863] #1 0x0000000000000000 in ?? () [17:17:38.549] #0 __kernel_vsyscall () at /build/reproducible-path/linux-5.10.191/arch/x86/entry/vdso/vdso32/system_cal... |
core | [17:16:23.422] #0 0x00007f5b1b695706 in __GI___wait4 (pid=pid@entry=-1, stat_loc=stat_loc@entry=0x7ffe05d3a43c, options... [17:16:23.422] #1 0x00007f5b1b6956e2 in __wait3 (stat_loc=stat_loc@entry=0x7ffe05d3a43c, options=options@entry=0, usage... [17:16:23.422] #2 0x000056255dffda7c in waitproc (status=0x7ffe05d3a43c, block=1) at jobs.c:1181 [17:16:23.422] #3 waitone (block=block@entry=1, job=job@entry=0x56255fdbdad0) at jobs.c:1057 [17:16:23.422] #4 0x000056255dffdcea in dowait (block=1, jp=0x56255fdbdad0) at jobs.c:1139 [17:16:23.422] #5 0x000056255dfff2ed in waitforjob (jp=0x56255fdbdad0) at jobs.c:1016 [17:16:23.422] #6 0x000056255dff9334 in evalcommand (cmd=0x56255e0139b0 <stackbase+464>, flags=0) at eval.c:930 [17:16:23.422] #7 0x000056255dff827e in evaltree (n=n@entry=0x56255e0139b0 <stackbase+464>, flags=0) at eval.c:303 [17:16:23.422] #8 0x000056255dff8c6a in evalstring (s=0x56255e0137e8 <stackbase+8> "cp \"/tmp/cirrus-ci-build/build-32/... [17:16:23.422] #9 0x000056255dff667f in main (argc=3, argv=0x7ffe05d3a878) at main.c:177 |
core | [17:17:38.786] #0 __kernel_vsyscall () at /build/reproducible-path/linux-5.10.191/arch/x86/entry/vdso/vdso32/system_cal... [17:17:38.786] #1 0xf6a9ae02 in __libc_signal_restore_set (set=0xff8e3c8c) at ../sysdeps/unix/sysv/linux/internal-signa... [17:17:38.786] #2 __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48 [17:17:38.786] #3 0xf6a83306 in __GI_abort () at abort.c:79 [17:17:38.786] #4 0xf6c8f3c6 in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos... [17:17:38.786] #5 0xf6c9b649 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi... [17:17:38.786] #6 0xf6c7e1c8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=0x57f3f694, Pointer=0) at ../../..... [17:17:38.786] #7 0x56cdd438 in CreateTriggerFiringOn (stmt=0x0, queryString=0x5336 <error: Cannot access memory at add... [17:17:38.786] #8 0x56ce17c1 in CreateTrigger (stmt=0x0, queryString=0x5336 <error: Cannot access memory at address 0x5... [17:17:38.786] #9 0x56b8220c in StoreRelCheck (rel=rel@entry=0xeb8d81c4, ccname=ccname@entry=0x58694f70 "check_constr_t... |
core | [17:17:42.094] #0 __kernel_vsyscall () at /build/reproducible-path/linux-5.10.191/arch/x86/entry/vdso/vdso32/system_cal... [17:17:42.094] #1 0xf6acae02 in __libc_signal_restore_set (set=0xffa64c9c) at ../sysdeps/unix/sysv/linux/internal-signa... [17:17:42.094] #2 __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48 [17:17:42.094] #3 0xf6ab3306 in __GI_abort () at abort.c:79 [17:17:42.094] #4 0xf6cbf3c6 in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos... [17:17:42.094] #5 0xf6ccb649 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi... [17:17:42.094] #6 0xf6cae1c8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=0x57e7b694, Pointer=0) at ../../..... [17:17:42.094] #7 0x56c19438 in CreateTriggerFiringOn (stmt=0x0, queryString=0x5391 <error: Cannot access memory at add... [17:17:42.094] #8 0x56c1d7c1 in CreateTrigger (stmt=0x0, queryString=0x5391 <error: Cannot access memory at address 0x5... [17:17:42.094] #9 0x56abe20c in StoreRelCheck (rel=rel@entry=0xf2c5e264, ccname=ccname@entry=0x59aae4b0 "check_constr_t... |
core | [17:17:45.391] #0 __kernel_vsyscall () at /build/reproducible-path/linux-5.10.191/arch/x86/entry/vdso/vdso32/system_cal... [17:17:45.391] #1 0xf6a80e02 in __libc_signal_restore_set (set=0xffb32aac) at ../sysdeps/unix/sysv/linux/internal-signa... [17:17:45.391] #2 __GI_raise (sig=6) at ../sysdeps/unix/sysv/linux/raise.c:48 [17:17:45.391] #3 0xf6a69306 in __GI_abort () at abort.c:79 [17:17:45.391] #4 0xf6c753c6 in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos... [17:17:45.391] #5 0xf6c81649 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi... [17:17:45.391] #6 0xf6c641c8 in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=0x57e5c694, Pointer=0) at ../../..... [17:17:45.391] #7 0x56bfa438 in CreateTriggerFiringOn (stmt=0x0, queryString=0x52c1 <error: Cannot access memory at add... [17:17:45.391] #8 0x56bfe7c1 in CreateTrigger (stmt=0x0, queryString=0x52c1 <error: Cannot access memory at address 0x5... [17:17:45.391] #9 0x56a9f20c in StoreRelCheck (rel=rel@entry=0xeb656624, ccname=ccname@entry=0x594e01e0 "check_constr_t... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade... --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2023-09-25 17:06:18.558430071 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/pg_upgrade/002_pg_upgrade/data/results/constraints.out 2023-09-25 17:13:09.961... @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build-32/testrun/recovery/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2023-09-25 17:06:18.558430071 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/constraints.out 2023-09-25 17:13:29.5... @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out /tmp/cirrus-ci-build/build-32/testrun/regress/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/constraints.out 2023-09-25 17:06:18.558430071 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/constraints.out 2023-09-25 17:13:08.669582837 +0000 @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
tap | [17:13:13.750](14.122s) not ok 5 - regression tests pass [17:13:15.675](1.920s) not ok 6 - dump before running pg_upgrade |
tap | [17:13:31.898](11.952s) not ok 2 - regression tests pass |
test | [17:15:04.732] 4/266 postgresql:regress / regress/regress ERROR 20.97s [17:15:04.732] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 18.70s [17:15:04.732] 33/266 postgresql:recovery / recovery/027_stream_regress ERROR 12.58s |
Windows - Server 2019, VS 2019 - Meson & ninja | |
core | 0000005f`739fd720 00007ff7`71bca940 postgres!CreateTriggerFiringOn( 0000005f`739fdd20 00007ff7`71ac94d1 postgres!CreateTrigger( 0000005f`739fddc0 00007ff7`71ac5c43 postgres!StoreRelCheck( 0000005f`739fdf30 00007ff7`71b958d7 postgres!AddRelationNewConstraints( 0000005f`739fe0b0 00007ff7`71ee76b8 postgres!DefineRelation( 0000005f`739fe530 00007ff7`71ee48b9 postgres!ProcessUtilitySlow( 0000005f`739fee40 00007ffd`b755320f postgres!standard_ProcessUtility( 0000005f`739ff010 00007ff7`71ee379f pg_stat_statements!pgss_ProcessUtility( 0000005f`739ff310 00007ff7`71ee282d postgres!ProcessUtility( 0000005f`739ff360 00007ff7`71ee2b7f postgres!PortalRunUtility( |
core | 0000005f`741ffa48 00007ffd`c9a9411a ntdll!NtFsControlFile+0x14 0000005f`741ffa50 00007ff7`71dde28b KERNELBASE!ConnectNamedPipe+0x6a 0000005f`741ffac0 00007ffd`ca1a4de0 postgres!pg_signal_thread( 0000005f`741ffbc0 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000005f`741ffbf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000005f`745ff858 00007ffd`c9a4d77e ntdll!NtWaitForSingleObject+0x14 0000005f`745ff860 00007ff7`71ddfd1c KERNELBASE!WaitForSingleObjectEx+0x8e 0000005f`745ff900 00007ffd`ca1a4de0 postgres!pg_timer_thread( 0000005f`745ff940 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000005f`745ff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000005f`749ffa28 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005f`749ffa30 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 0000005f`749ffd20 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000005f`749ffd50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000005f`73dffa38 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000005f`73dffa40 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 0000005f`73dffd30 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000005f`73dffd60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000028`b03ffd98 00007ffd`c9a9411a ntdll!NtFsControlFile+0x14 00000028`b03ffda0 00007ff7`71dde28b KERNELBASE!ConnectNamedPipe+0x6a 00000028`b03ffe10 00007ffd`ca1a4de0 postgres!pg_signal_thread( 00000028`b03fff10 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 00000028`b03fff40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000028`af7fda10 00007ff7`71bca940 postgres!CreateTriggerFiringOn( 00000028`af7fe010 00007ff7`71ac94d1 postgres!CreateTrigger( 00000028`af7fe0b0 00007ff7`71ac5c43 postgres!StoreRelCheck( 00000028`af7fe220 00007ff7`71b958d7 postgres!AddRelationNewConstraints( 00000028`af7fe3a0 00007ff7`71ee76b8 postgres!DefineRelation( 00000028`af7fe820 00007ff7`71ee48b9 postgres!ProcessUtilitySlow( 00000028`af7ff130 00007ff7`71ee37e9 postgres!standard_ProcessUtility( 00000028`af7ff300 00007ff7`71ee282d postgres!ProcessUtility( 00000028`af7ff350 00007ff7`71ee2b7f postgres!PortalRunUtility( 00000028`af7ff3c0 00007ff7`71ee16f4 postgres!PortalRunMulti( |
core | 00000028`afbff4d8 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`afbff4e0 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 00000028`afbff7d0 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 00000028`afbff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000028`affff988 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000028`affff990 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 00000028`affffc80 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 00000028`affffcb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000028`b07ff728 00007ffd`c9a4d77e ntdll!NtWaitForSingleObject+0x14 00000028`b07ff730 00007ff7`71ddfd1c KERNELBASE!WaitForSingleObjectEx+0x8e 00000028`b07ff7d0 00007ffd`ca1a4de0 postgres!pg_timer_thread( 00000028`b07ff810 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 00000028`b07ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000001a`e75ffe38 00007ffd`c9a4d77e ntdll!NtWaitForSingleObject+0x14 0000001a`e75ffe40 00007ff7`71ddfd1c KERNELBASE!WaitForSingleObjectEx+0x8e 0000001a`e75ffee0 00007ffd`ca1a4de0 postgres!pg_timer_thread( 0000001a`e75fff20 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000001a`e75fff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000001a`e69fdbd0 00007ff7`71bca940 postgres!CreateTriggerFiringOn( 0000001a`e69fe1d0 00007ff7`71ac94d1 postgres!CreateTrigger( 0000001a`e69fe270 00007ff7`71ac5c43 postgres!StoreRelCheck( 0000001a`e69fe3e0 00007ff7`71b958d7 postgres!AddRelationNewConstraints( 0000001a`e69fe560 00007ff7`71ee76b8 postgres!DefineRelation( 0000001a`e69fe9e0 00007ff7`71ee48b9 postgres!ProcessUtilitySlow( 0000001a`e69ff2f0 00007ff7`71ee37e9 postgres!standard_ProcessUtility( 0000001a`e69ff4c0 00007ff7`71ee282d postgres!ProcessUtility( 0000001a`e69ff510 00007ff7`71ee2b7f postgres!PortalRunUtility( 0000001a`e69ff580 00007ff7`71ee16f4 postgres!PortalRunMulti( |
core | 0000001a`e6dffc28 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001a`e6dffc30 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 0000001a`e6dfff20 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000001a`e6dfff50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000001a`e71ff948 00007ffd`c9a9411a ntdll!NtFsControlFile+0x14 0000001a`e71ff950 00007ff7`71dde28b KERNELBASE!ConnectNamedPipe+0x6a 0000001a`e71ff9c0 00007ffd`ca1a4de0 postgres!pg_signal_thread( 0000001a`e71ffac0 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000001a`e71ffaf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000001a`e79ffaa8 00007ffd`cc26b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000001a`e79ffab0 00007ffd`ca1a4de0 ntdll!TppWorkerThread+0x2df 0000001a`e79ffda0 00007ffd`cc2dec4b KERNEL32!BaseThreadInitThunk+0x10 0000001a`e79ffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/constraints.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/r... --- C:/cirrus/src/test/regress/expected/constraints.out 2023-09-25 17:06:43.363456000 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/constraints.out 2023-09-25 17:09:21.251216200 +0000 @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/constraints.out C:/cirrus/build/testrun/recovery/027_stream_regress/data... --- C:/cirrus/src/test/regress/expected/constraints.out 2023-09-25 17:06:43.363456000 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/constraints.out 2023-09-25 17:11:07.619306600 +0000 @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
regress | diff -w -U3 C:/cirrus/src/test/regress/expected/constraints.out C:/cirrus/build/testrun/regress/regress/results/constrai... --- C:/cirrus/src/test/regress/expected/constraints.out 2023-09-25 17:06:43.363456000 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/constraints.out 2023-09-25 17:09:18.657035600 +0000 @@ -638,513 +638,7 @@ DROP TABLE parted_uniq_tbl; -- deferrable CHECK constraint CREATE TABLE check_constr_tbl (i int CHECK(i<>0) DEFERRABLE, t text); -- initially Immediate -INSERT INTO check_constr_tbl VALUES (1, 'one'); --- default is immediate so this should fail right away -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). --- should fail here too -BEGIN; -INSERT INTO check_constr_tbl VALUES (0, 'zero'); -ERROR: new row for relation "check_constr_tbl" violates check constraint "check_constr_tbl_i_check" -DETAIL: Failing row contains (0, zero). -COMMIT; --- explicitly defer the constraint -BEGIN; ... |
tap | [17:10:26.114](92.884s) not ok 5 - regression tests pass [17:10:32.410](6.263s) not ok 6 - dump before running pg_upgrade |
tap | [17:11:54.028](79.569s) not ok 2 - regression tests pass |
test | [17:18:11.381] 8/261 postgresql:regress / regress/regress ERROR 106.31s... [17:18:11.381] 24/261 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 108.18s... [17:18:11.381] 58/261 postgresql:recovery / recovery/027_stream_regress ERROR 82.71s... |
44/4450 | Replace a large number of OR clauses to ANY expression |
CompilerWarnings | |
compiler | [23:28:16.575] orclauses.c:61:9: error: unused variable 'change_apply' [-Werror,-Wunused-variable] |
compiler | [23:28:10.533] orclauses.c:61:9: error: unused variable 'change_apply' [-Werror,-Wunused-variable] |
compiler | [23:27:40.092] orclauses.c:61:9: error: unused variable ‘change_apply’ [-Werror=unused-variable] |
compiler | [23:27:40.092] orclauses.c:56:12: error: variable ‘something_changed’ set but not used [-Werror=unused-but-set-variable] |
compiler | [23:27:34.909] orclauses.c:56:12: error: variable ‘something_changed’ set but not used [-Werror=unused-but-set-variable] |
compiler | [23:27:34.909] orclauses.c:61:9: error: unused variable ‘change_apply’ [-Werror=unused-variable] |
compiler | [23:28:37.158] orclauses.c:61:9: error: unused variable ‘change_apply’ [-Werror=unused-variable] |
compiler | [23:28:37.158] orclauses.c:56:12: error: variable ‘something_changed’ set but not used [-Werror=unused-but-set-variable] |
FreeBSD - 13 - Meson | |
core | [23:34:41.127] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:41.127] #1 get_rightop (clause=0x8422ab358) at ../src/include/nodes/nodeFuncs.h:99 [23:34:41.127] #2 transform_ors_for_rel (qual=0x8422ab4c8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:41.127] #3 transform_ors (root=root@entry=0x84229f358, jtnode=0x8422ab4c8) at ../src/backend/optimizer/util/orcl... [23:34:41.127] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x84229f358, expr=0x40, kind=kind@entry=... [23:34:41.127] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x84229f358, jtnode=0x8422a6750) at... [23:34:41.127] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8422a7a20, parse=parse@entry=0x8422a1f88, p... [23:34:41.127] #7 0x00000000007825f2 in standard_planner (parse=0x8422a1f88, query_string=<optimized out>, cursorOption... [23:34:41.127] #8 0x00000000007824bc in planner (parse=0x8422ab078, parse@entry=0x8422a1f88, query_string=0x8422ab358 "... [23:34:41.127] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x8422a1f88, query_string=query_string... |
core | [23:34:40.812] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:40.812] #1 get_rightop (clause=0x8421e23d8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:40.812] #2 transform_ors_for_rel (qual=0x8421e2548) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:40.812] #3 transform_ors (root=root@entry=0x8421d6158, jtnode=0x8421e2548) at ../src/backend/optimizer/util/orcl... [23:34:40.812] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8421d6158, expr=0x40, kind=kind@entry=... [23:34:40.812] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8421d6158, jtnode=0x8421dd550) at... [23:34:40.812] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8421de820, parse=parse@entry=0x8421d8d88, p... [23:34:40.812] #7 0x00000000007825f2 in standard_planner (parse=0x8421d8d88, query_string=<optimized out>, cursorOption... [23:34:40.812] #8 0x00000000007824bc in planner (parse=0x8421e20f8, parse@entry=0x8421d8d88, query_string=0x8421e23d8 "... [23:34:40.812] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x8421d8d88, query_string=query_string... |
core | [23:34:40.499] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:40.499] #1 get_rightop (clause=0x845a183d8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:40.499] #2 transform_ors_for_rel (qual=0x845a18548) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:40.499] #3 transform_ors (root=root@entry=0x8459fd858, jtnode=0x845a18548) at ../src/backend/optimizer/util/orcl... [23:34:40.499] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8459fd858, expr=0x40, kind=kind@entry=... [23:34:40.499] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8459fd858, jtnode=0x845a04c50) at... [23:34:40.499] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x845a05f20, parse=parse@entry=0x845a00488, p... [23:34:40.499] #7 0x00000000007825f2 in standard_planner (parse=0x845a00488, query_string=<optimized out>, cursorOption... [23:34:40.499] #8 0x00000000007824bc in planner (parse=0x845a180f8, parse@entry=0x845a00488, query_string=0x845a183d8 "... [23:34:40.499] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x845a00488, query_string=query_string... |
core | [23:34:40.190] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:40.190] #1 get_rightop (clause=0x837398e38) at ../src/include/nodes/nodeFuncs.h:99 [23:34:40.190] #2 transform_ors_for_rel (qual=0x837398fa8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:40.190] #3 transform_ors (root=root@entry=0x83737e9d8, jtnode=0x837398fa8) at ../src/backend/optimizer/util/orcl... [23:34:40.190] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x83737e9d8, expr=0x40, kind=kind@entry=... [23:34:40.190] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x83737e9d8, jtnode=0x837385dd0) at... [23:34:40.190] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8373870a0, parse=parse@entry=0x837381608, p... [23:34:40.190] #7 0x00000000007825f2 in standard_planner (parse=0x837381608, query_string=<optimized out>, cursorOption... [23:34:40.190] #8 0x00000000007824bc in planner (parse=0x837388b70, parse@entry=0x837381608, query_string=0x837398e38 "... [23:34:40.190] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x837381608, query_string=query_string... |
core | [23:34:39.876] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:39.876] #1 get_rightop (clause=0x83e949258) at ../src/include/nodes/nodeFuncs.h:99 [23:34:39.876] #2 transform_ors_for_rel (qual=0x83e949448) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:39.876] #3 transform_ors (root=root@entry=0x83e924b68, jtnode=0x83e949448) at ../src/backend/optimizer/util/orcl... [23:34:39.876] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x83e924b68, expr=0x40, kind=kind@entry=... [23:34:39.876] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x83e924b68, jtnode=0x83e947f18) at... [23:34:39.876] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x83e947d08, parse=parse@entry=0x83e945a48, p... [23:34:39.876] #7 0x00000000007825f2 in standard_planner (parse=0x83e945a48, query_string=<optimized out>, cursorOption... [23:34:39.876] #8 0x00000000007824bc in planner (parse=0x0, parse@entry=0x83e945a48, query_string=0x83e949258 "\023", q... [23:34:39.876] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x83e945a48, query_string=query_string... |
core | [23:34:39.557] #0 0x00000000007a4dff in list_length (l=0x7f7f7f7f7f7f7f7f) at ../src/include/nodes/pg_list.h:154 [23:34:39.557] #1 get_rightop (clause=0x83c25e350) at ../src/include/nodes/nodeFuncs.h:99 [23:34:39.557] #2 transform_ors_for_rel (qual=0x83c275808) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:39.557] #3 transform_ors (root=root@entry=0x83c154750, jtnode=0x83c275808) at ../src/backend/optimizer/util/orcl... [23:34:39.557] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x83c154750, expr=0x7f7f7f7f7f7f7f7f, ki... [23:34:39.557] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x83c154750, jtnode=0x83c25da58) at... [23:34:39.557] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x83c25af50, parse=parse@entry=0x83c25aac0, p... [23:34:39.557] #7 0x00000000007825f2 in standard_planner (parse=0x83c25aac0, query_string=<optimized out>, cursorOption... [23:34:39.557] #8 0x00000000007824bc in planner (parse=0x83c2754b8, parse@entry=0x83c25aac0, query_string=0x83c25e350 "... [23:34:39.557] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x83c25aac0, query_string=query_string... |
core | [23:34:39.232] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:39.232] #1 get_rightop (clause=0x844165d18) at ../src/include/nodes/nodeFuncs.h:99 [23:34:39.232] #2 transform_ors_for_rel (qual=0x844165f38) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:39.232] #3 transform_ors (root=root@entry=0x836023258, jtnode=0x844165f38) at ../src/backend/optimizer/util/orcl... [23:34:39.232] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x836023258, expr=0x40, kind=kind@entry=... [23:34:39.232] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x836023258, jtnode=0x8441604d8) at... [23:34:39.232] #6 0x0000000000783e23 in preprocess_qual_conditions (root=root@entry=0x836023258, jtnode=0x84417f308) at... [23:34:39.232] #7 0x0000000000783de1 in preprocess_qual_conditions (root=root@entry=0x836023258, jtnode=0x84417f2d8) at... [23:34:39.232] #8 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x836057e28, parse=parse@entry=0x84417bc88, p... [23:34:39.232] #9 0x00000000007825f2 in standard_planner (parse=0x84417bc88, query_string=<optimized out>, cursorOption... |
core | [23:34:41.431] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:41.431] #1 get_rightop (clause=0x837f38c58) at ../src/include/nodes/nodeFuncs.h:99 [23:34:41.431] #2 transform_ors_for_rel (qual=0x837f38dc8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:41.431] #3 transform_ors (root=root@entry=0x835de7f98, jtnode=0x837f38dc8) at ../src/backend/optimizer/util/orcl... [23:34:41.431] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x835de7f98, expr=0x40, kind=kind@entry=... [23:34:41.431] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x835de7f98, jtnode=0x835def390) at... [23:34:41.431] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x835df0660, parse=parse@entry=0x835deabc8, p... [23:34:41.431] #7 0x00000000007825f2 in standard_planner (parse=0x835deabc8, query_string=<optimized out>, cursorOption... [23:34:41.431] #8 0x00000000007824bc in planner (parse=0x837f38978, parse@entry=0x835deabc8, query_string=0x837f38c58 "... [23:34:41.431] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x835deabc8, query_string=query_string... |
core | [23:34:38.399] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:38.399] #1 get_rightop (clause=0x838b894e8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:38.399] #2 transform_ors_for_rel (qual=0x838b89708) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:38.399] #3 transform_ors (root=root@entry=0x838b8d610, jtnode=0x838b89708) at ../src/backend/optimizer/util/orcl... [23:34:38.399] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x838b8d610, expr=0x40, kind=kind@entry=... [23:34:38.399] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x838b8d610, jtnode=0x838b87e88) at... [23:34:38.399] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x838b887f8, parse=parse@entry=0x836506978, p... [23:34:38.399] #7 0x00000000007825f2 in standard_planner (parse=0x836506978, query_string=<optimized out>, cursorOption... [23:34:38.399] #8 0x00000000007824bc in planner (parse=0x838b89498, parse@entry=0x836506978, query_string=0x838b894e8 "... [23:34:38.399] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x836506978, query_string=query_string... |
core | [23:34:38.073] #0 0x00000000007a4dff in list_length (l=0x100000000) at ../src/include/nodes/pg_list.h:154 [23:34:38.073] #1 get_rightop (clause=0x8327c54c8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:38.073] #2 transform_ors_for_rel (qual=0x8327c58b8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:38.073] #3 transform_ors (root=root@entry=0x8327cf320, jtnode=0x8327c58b8) at ../src/backend/optimizer/util/orcl... [23:34:38.073] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8327cf320, expr=0x100000000, kind=kind... [23:34:38.073] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8327cf320, jtnode=0x8327c4b48) at... [23:34:38.073] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8327c51b8, parse=parse@entry=0x8327cff40, p... [23:34:38.073] #7 0x00000000007825f2 in standard_planner (parse=0x8327cff40, query_string=<optimized out>, cursorOption... [23:34:38.073] #8 0x0000000834110535 in pgss_planner (parse=0x8327cff40, query_string=0x832770100 "SELECT BOOLTBL1.*, B... [23:34:38.073] #9 0x00000000007824b5 in planner (parse=0x8327c54c8, parse@entry=0x8327cff40, query_string=0x8327c54c8 "... |
core | [23:34:37.756] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:37.756] #1 get_rightop (clause=0x8327c4b50) at ../src/include/nodes/nodeFuncs.h:99 [23:34:37.756] #2 transform_ors_for_rel (qual=0x8327c4c70) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:37.756] #3 transform_ors (root=root@entry=0x8327cee40, jtnode=0x8327c4c70) at ../src/backend/optimizer/util/orcl... [23:34:37.756] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8327cee40, expr=0x40, kind=kind@entry=... [23:34:37.756] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8327cee40, jtnode=0x8327c37e8) at... [23:34:37.756] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8327c4100, parse=parse@entry=0x8327ccec0, p... [23:34:37.756] #7 0x00000000007825f2 in standard_planner (parse=0x8327ccec0, query_string=<optimized out>, cursorOption... [23:34:37.756] #8 0x0000000834110535 in pgss_planner (parse=0x8327ccec0, query_string=0x832770100 "SELECT q1, q2, q1 * ... [23:34:37.756] #9 0x00000000007824b5 in planner (parse=0x8327c4960, parse@entry=0x8327ccec0, query_string=0x8327c4b50 "... |
core | [23:34:37.409] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:37.409] #1 get_rightop (clause=0x842a02298) at ../src/include/nodes/nodeFuncs.h:99 [23:34:37.409] #2 transform_ors_for_rel (qual=0x842a024b8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:37.409] #3 transform_ors (root=root@entry=0x833e8e5b0, jtnode=0x842a024b8) at ../src/backend/optimizer/util/orcl... [23:34:37.409] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833e8e5b0, expr=0x40, kind=kind@entry=... [23:34:37.409] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833e8e5b0, jtnode=0x842a004a8) at... [23:34:37.409] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x842a01358, parse=parse@entry=0x8429ff5d8, p... [23:34:37.409] #7 0x00000000007825f2 in standard_planner (parse=0x8429ff5d8, query_string=<optimized out>, cursorOption... [23:34:37.409] #8 0x00000000007824bc in planner (parse=0x842a02248, parse@entry=0x8429ff5d8, query_string=0x842a02298 "... [23:34:37.409] #9 0x000000000089eef5 in pg_plan_query (querytree=0x8429ff5d8, query_string=0x842953a88 "CREATE TEMP TAB... |
core | [23:34:36.615] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:36.615] #1 get_rightop (clause=0x8358b6020) at ../src/include/nodes/nodeFuncs.h:99 [23:34:36.615] #2 transform_ors_for_rel (qual=0x8358b6240) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:36.615] #3 transform_ors (root=root@entry=0x83575b398, jtnode=0x8358b6240) at ../src/backend/optimizer/util/orcl... [23:34:36.615] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x83575b398, expr=0x40, kind=kind@entry=... [23:34:36.615] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x83575b398, jtnode=0x8358b4ed0) at... [23:34:36.615] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8358b3030, parse=parse@entry=0x83575efd8, p... [23:34:36.615] #7 0x00000000007825f2 in standard_planner (parse=0x83575efd8, query_string=<optimized out>, cursorOption... [23:34:36.615] #8 0x00000000007824bc in planner (parse=0x8358b5fd0, parse@entry=0x83575efd8, query_string=0x8358b6020 "... [23:34:36.615] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x83575efd8, query_string=query_string... |
core | [23:34:36.292] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:36.292] #1 get_rightop (clause=0x836038208) at ../src/include/nodes/nodeFuncs.h:99 [23:34:36.292] #2 transform_ors_for_rel (qual=0x836038428) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:36.292] #3 transform_ors (root=root@entry=0x835feb1b0, jtnode=0x836038428) at ../src/backend/optimizer/util/orcl... [23:34:36.292] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x835feb1b0, expr=0x40, kind=kind@entry=... [23:34:36.292] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x835feb1b0, jtnode=0x836036738) at... [23:34:36.292] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8360374a8, parse=parse@entry=0x836035c68, p... [23:34:36.292] #7 0x00000000007825f2 in standard_planner (parse=0x836035c68, query_string=<optimized out>, cursorOption... [23:34:36.292] #8 0x00000000007824bc in planner (parse=0x8360381b8, parse@entry=0x836035c68, query_string=0x836038208 "... [23:34:36.292] #9 0x000000000089eef5 in pg_plan_query (querytree=0x836035c68, query_string=0x833d32070 "CREATE TEMP TAB... |
core | [23:34:35.459] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:35.459] #1 get_rightop (clause=0x833e960d8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:35.459] #2 transform_ors_for_rel (qual=0x833e962c8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:35.459] #3 transform_ors (root=root@entry=0x833d3f258, jtnode=0x833e962c8) at ../src/backend/optimizer/util/orcl... [23:34:35.459] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833d3f258, expr=0x40, kind=kind@entry=... [23:34:35.459] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833d3f258, jtnode=0x833e90148) at... [23:34:35.459] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x833e79ad8, parse=parse@entry=0x833e8fd48, p... [23:34:35.459] #7 0x00000000007825f2 in standard_planner (parse=0x833e8fd48, query_string=<optimized out>, cursorOption... [23:34:35.459] #8 0x00000000007824bc in planner (parse=0x833d3fc58, parse@entry=0x833e8fd48, query_string=0x833e960d8 "... [23:34:35.459] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x833e8fd48, query_string=query_string... |
core | [23:34:34.654] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:34.654] #1 get_rightop (clause=0x835a62ce0) at ../src/include/nodes/nodeFuncs.h:99 [23:34:34.654] #2 transform_ors_for_rel (qual=0x835a62e50) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:34.654] #3 transform_ors (root=root@entry=0x833e6b3b8, jtnode=0x835a62e50) at ../src/backend/optimizer/util/orcl... [23:34:34.654] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833e6b3b8, expr=0x40, kind=kind@entry=... [23:34:34.654] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833e6b3b8, jtnode=0x835a26270) at... [23:34:34.654] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x835a5f778, parse=parse@entry=0x835a24620, p... [23:34:34.654] #7 0x00000000007825f2 in standard_planner (parse=0x835a24620, query_string=<optimized out>, cursorOption... [23:34:34.654] #8 0x00000000007824bc in planner (parse=0x835a62a00, parse@entry=0x835a24620, query_string=0x835a62ce0 "... [23:34:34.654] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x835a24620, query_string=query_string... |
core | [23:34:34.339] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:34.339] #1 get_rightop (clause=0x833d41d78) at ../src/include/nodes/nodeFuncs.h:99 [23:34:34.339] #2 transform_ors_for_rel (qual=0x833d41ee8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:34.339] #3 transform_ors (root=root@entry=0x833d41258, jtnode=0x833d41ee8) at ../src/backend/optimizer/util/orcl... [23:34:34.339] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833d41258, expr=0x40, kind=kind@entry=... [23:34:34.339] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833d41258, jtnode=0x833d22c60) at... [23:34:34.339] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x833d186d8, parse=parse@entry=0x833d224e8, p... [23:34:34.339] #7 0x00000000007825f2 in standard_planner (parse=0x833d224e8, query_string=<optimized out>, cursorOption... [23:34:34.339] #8 0x00000000007824bc in planner (parse=0x833d41ac8, parse@entry=0x833d224e8, query_string=0x833d41d78 "... [23:34:34.339] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x833d224e8, query_string=query_string... |
core | [23:34:33.540] #0 get_rightop (clause=0x835c34b50) at ../src/include/nodes/nodeFuncs.h:100 [23:34:33.540] #1 transform_ors_for_rel (qual=0x835c35690) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:33.540] #2 transform_ors (root=root@entry=0x833d21650, jtnode=0x835c35690) at ../src/backend/optimizer/util/orcl... [23:34:33.540] #3 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833d21650, expr=0x835c34b00, kind=kind... [23:34:33.540] #4 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833d21650, jtnode=0x835c31338) at... [23:34:33.540] #5 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x835c332c0, parse=parse@entry=0x833d28298, p... [23:34:33.540] #6 0x00000000007825f2 in standard_planner (parse=0x833d28298, query_string=<optimized out>, cursorOption... [23:34:33.540] #7 0x00000000007824bc in planner (parse=0x835c34ab0, parse@entry=0x833d28298, query_string=0x835c34b50 "... [23:34:33.540] #8 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x833d28298, query_string=query_string... [23:34:33.540] #9 0x000000000089efd2 in pg_plan_queries (querytrees=0x835c33270, query_string=query_string@entry=0x833c... |
core | [23:34:33.227] #0 0x00000000007a4dff in list_length (l=0x80) at ../src/include/nodes/pg_list.h:154 [23:34:33.227] #1 get_rightop (clause=0x8355d41d8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:33.227] #2 transform_ors_for_rel (qual=0x8355d4418) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:33.227] #3 transform_ors (root=root@entry=0x833d2bb30, jtnode=0x8355d4418) at ../src/backend/optimizer/util/orcl... [23:34:33.227] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833d2bb30, expr=0x80, kind=kind@entry=... [23:34:33.227] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833d2bb30, jtnode=0x8355d1810) at... [23:34:33.227] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8355d2b68, parse=parse@entry=0x833d24300, p... [23:34:33.227] #7 0x00000000007825f2 in standard_planner (parse=0x833d24300, query_string=<optimized out>, cursorOption... [23:34:33.227] #8 0x00000000007824bc in planner (parse=0x8355d3408, parse@entry=0x833d24300, query_string=0x8355d41d8 "... [23:34:33.227] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x833d24300, query_string=query_string... |
core | [23:34:32.917] #0 0x00000000007a4dff in list_length (l=0x100000000) at ../src/include/nodes/pg_list.h:154 [23:34:32.917] #1 get_rightop (clause=0x8354eedd8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:32.917] #2 transform_ors_for_rel (qual=0x8354ef1c8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:32.917] #3 transform_ors (root=root@entry=0x8354a0920, jtnode=0x8354ef1c8) at ../src/backend/optimizer/util/orcl... [23:34:32.917] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8354a0920, expr=0x100000000, kind=kind... [23:34:32.917] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8354a0920, jtnode=0x8354fc3f0) at... [23:34:32.917] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8354eeae8, parse=parse@entry=0x8354f93e0, p... [23:34:32.917] #7 0x00000000007825f2 in standard_planner (parse=0x8354f93e0, query_string=<optimized out>, cursorOption... [23:34:32.917] #8 0x00000000007824bc in planner (parse=0x8354eedd8, parse@entry=0x8354f93e0, query_string=0x8354eedd8 "... [23:34:32.917] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x8354f93e0, query_string=query_string... |
core | [23:34:32.605] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:32.605] #1 get_rightop (clause=0x8354eed48) at ../src/include/nodes/nodeFuncs.h:99 [23:34:32.605] #2 transform_ors_for_rel (qual=0x8354eee68) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:32.605] #3 transform_ors (root=root@entry=0x8354a0660, jtnode=0x8354eee68) at ../src/backend/optimizer/util/orcl... [23:34:32.605] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x8354a0660, expr=0x40, kind=kind@entry=... [23:34:32.605] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x8354a0660, jtnode=0x8470b2f60) at... [23:34:32.605] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x8470b0500, parse=parse@entry=0x8470b0070, p... [23:34:32.605] #7 0x00000000007825f2 in standard_planner (parse=0x8470b0070, query_string=<optimized out>, cursorOption... [23:34:32.605] #8 0x00000000007824bc in planner (parse=0x8354eeb58, parse@entry=0x8470b0070, query_string=0x8354eed48 "... [23:34:32.605] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x8470b0070, query_string=query_string... |
core | [23:34:32.296] #0 0x00000000007a4dff in list_length (l=0x100000000) at ../src/include/nodes/pg_list.h:154 [23:34:32.296] #1 get_rightop (clause=0x833d24818) at ../src/include/nodes/nodeFuncs.h:99 [23:34:32.296] #2 transform_ors_for_rel (qual=0x833d24c08) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:32.296] #3 transform_ors (root=root@entry=0x833e69920, jtnode=0x833d24c08) at ../src/backend/optimizer/util/orcl... [23:34:32.296] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833e69920, expr=0x100000000, kind=kind... [23:34:32.296] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833e69920, jtnode=0x833d30f30) at... [23:34:32.296] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x833d24528, parse=parse@entry=0x833d2df20, p... [23:34:32.296] #7 0x00000000007825f2 in standard_planner (parse=0x833d2df20, query_string=<optimized out>, cursorOption... [23:34:32.296] #8 0x00000000007824bc in planner (parse=0x833d24818, parse@entry=0x833d2df20, query_string=0x833d24818 "... [23:34:32.296] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x833d2df20, query_string=query_string... |
core | [23:34:31.984] #0 0x00000000007a4dff in list_length (l=0x40) at ../src/include/nodes/pg_list.h:154 [23:34:31.984] #1 get_rightop (clause=0x833d247c8) at ../src/include/nodes/nodeFuncs.h:99 [23:34:31.984] #2 transform_ors_for_rel (qual=0x833d248e8) at ../src/backend/optimizer/util/orclauses.c:99 [23:34:31.984] #3 transform_ors (root=root@entry=0x833e69660, jtnode=0x833d248e8) at ../src/backend/optimizer/util/orcl... [23:34:31.984] #4 0x0000000000783d7a in preprocess_expression (root=root@entry=0x833e69660, expr=0x40, kind=kind@entry=... [23:34:31.984] #5 0x0000000000783e36 in preprocess_qual_conditions (root=root@entry=0x833e69660, jtnode=0x835ad6520) at... [23:34:31.984] #6 0x00000000007833a0 in subquery_planner (glob=glob@entry=0x835ad3ac0, parse=parse@entry=0x835ad3630, p... [23:34:31.984] #7 0x00000000007825f2 in standard_planner (parse=0x835ad3630, query_string=<optimized out>, cursorOption... [23:34:31.984] #8 0x00000000007824bc in planner (parse=0x833d245d8, parse@entry=0x835ad3630, query_string=0x833d247c8 "... [23:34:31.984] #9 0x000000000089eef5 in pg_plan_query (querytree=querytree@entry=0x835ad3630, query_string=query_string... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/build/testrun/citext/regress/resul... --- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out 2023-09-24 23:27:07.509694000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/citext/regress/results/citext.out 2023-09-24 23:29:29.407603000 +0000 @@ -207,9 +207,14 @@ ('muop28x03'), ('yi3nm0d73')) x(v) WHERE citext_hash(v)::bit(32) != citext_hash_extended(v, 0)::bit(32) OR citext_hash(v)::bit(32) = citext_hash_extended(v, 1)::bit(32); - value | standard | extended0 | extended1 --------+----------+-----------+----------- -(0 rows) + value | standard | extended0 | extended1 +-------------+----------------------------------+----------------------------------+---------------------------------- + PostgreSQL | 01111010101100010100110100011100 | 01111010101100010100110100011100 | 01001011001010011101000111000110 + eIpUEtqmY89 | 01101110011100100000100110011011 | 01101110011100100000100110011011 | 10100010111101111110110100010101 + AXKEJBTK | 00101001110100101101001000010101 | 00101001110100101101001000010101 | 11110100011111110101010101100111 + muop28x03 | 10111100001000111000011100011011 | 10111100001000111000011100011011 | 11010010101010001000101111101011 + yi3nm0d73 | 01110000000101111111101111000111 | 01110000000101111111101111000111 | 11111001100101111001111101111001 +(5 rows) -- Do some tests using a table and index. ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/build/testrun/hstore/regress/resul... --- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out 2023-09-24 23:27:07.511524000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out 2023-09-24 23:29:36.140768000 +0000 @@ -1629,7 +1629,12 @@ ('e => 012345'), ('g => 2.345e+4')) x(v) WHERE hstore_hash(v)::bit(32) != hstore_hash_extended(v, 0)::bit(32) OR hstore_hash(v)::bit(32) = hstore_hash_extended(v, 1)::bit(32); - value | standard | extended0 | extended1 --------+----------+-----------+----------- -(0 rows) + value | standard | extended0 | extended1 ... +-----------------+----------------------------------+----------------------------------+-------------------------------... + | 10100101001001000011111110110111 | 10100101001001000011111110110111 | 000101011000111001001001000100... + "a key"=>"1" | 00101111100101011010110010100110 | 00101111100101011010110010100110 | 111111100100001110000001100111... + "c"=>NULL | 00111111100110000010100000000111 | 00111111100110000010100000000111 | 101000101010011000100110011000... + "e"=>"012345" | 01101100000011001100000111001100 | 01101100000011001100000111001100 | 010101000011111000101101110001... + "g"=>"2.345e+4" | 11111011000000101010011001010010 | 11111011000000101010011001010010 | 100101100100101111001001111111... +(5 rows) |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out /tmp/cirrus-ci-build/build/testrun/intarray/regress/res... --- /tmp/cirrus-ci-build/contrib/intarray/expected/_int.out 2023-09-24 23:27:07.512567000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/intarray/regress/results/_int.out 2023-09-24 23:29:39.658028000 +0000 @@ -471,7 +471,7 @@ SELECT count(*) from test__int WHERE a @> '{20,23}' or a @> '{50,68}'; count ------- - 21 + 12 (1 row) SELECT count(*) from test__int WHERE a @@ '(20&23)|(50&68)'; @@ -545,7 +545,7 @@ SELECT count(*) from test__int WHERE a @> '{20,23}' or a @> '{50,68}'; count ------- - 21 + 12 (1 row) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/build/testrun/isol... --- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out 2023-09-24 23:27:08.903363000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/isolation/isolation/results/matview-write-skew.out 2023-09-24 23:28:30.519601000 ... @@ -3,119 +3,7 @@ starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE; step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE; -step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary; -step s2_read: SELECT max(date) FROM order_summary; - max ----------- -04-01-2022 -(1 row) +PQconsumeInput failed: server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. -step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15); -step s1_commit: COMMIT; -step s2_commit: COMMIT; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out 2023-09-24 23:27:08.918994000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/boolean.out 2023-09-24 23:27:51.857874000 ... @@ -364,215 +364,7 @@ FROM BOOLTBL1, BOOLTBL2 WHERE BOOLTBL2.f1 = BOOLTBL1.f1 or BOOLTBL1.f1 = bool 'true' ORDER BY BOOLTBL1.f1, BOOLTBL2.f1; - f1 | f1 -----+---- - f | f - f | f - f | f - f | f - t | f - t | f - t | f - t | f - t | f - t | f - t | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out /tmp/cirrus-ci-build/build/testrun/postgres... --- /tmp/cirrus-ci-build/contrib/postgres_fdw/expected/postgres_fdw.out 2023-09-24 23:27:07.519080000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2023-09-24 23:29:53.239403000 +0000 @@ -1516,10391 +1516,7 @@ -- c. test deparsing the remote query as nested subqueries EXPLAIN (VERBOSE, COSTS OFF) SELECT t1.c1, ss.a, ss.b FROM (SELECT c1 FROM ft4 WHERE c1 between 50 and 60) t1 FULL JOIN (SELECT t2.c1, t3.c1 FROM (S... - ... ------------------------------------------------------------------------------------------------------------------------... - Foreign Scan - Output: ft4.c1, ft4_1.c1, ft5.c1 - Relations: (public.ft4) FULL JOIN ((public.ft4 ft4_1) FULL JOIN (public.ft5)) - Remote SQL: SELECT s4.c1, s10.c1, s10.c2 FROM ((SELECT c1 FROM "S 1"."T 3" WHERE ((c1 >= 50)) AND ((c1 <= 60))) s4(c... -(4 rows) - -SELECT t1.c1, ss.a, ss.b FROM (SELECT c1 FROM ft4 WHERE c1 between 50 and 60) t1 FULL JOIN (SELECT t2.c1, t3.c1 FROM (S... - c1 | a | b -----+----+---- - 50 | 50 | - 52 | 52 | ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out 2023-09-24 23:27:08.918994000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/boolean.out 2023-09-24 23:28:52.73148000... @@ -364,215 +364,7 @@ FROM BOOLTBL1, BOOLTBL2 WHERE BOOLTBL2.f1 = BOOLTBL1.f1 or BOOLTBL1.f1 = bool 'true' ORDER BY BOOLTBL1.f1, BOOLTBL2.f1; - f1 | f1 -----+---- - f | f - f | f - f | f - f | f - t | f - t | f - t | f - t | f - t | f - t | f - t | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out 2023-09-24 23:27:08.918994000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/boolean.out 2023-09-24 23:27:50.240469000 +0000 @@ -364,215 +364,7 @@ FROM BOOLTBL1, BOOLTBL2 WHERE BOOLTBL2.f1 = BOOLTBL1.f1 or BOOLTBL1.f1 = bool 'true' ORDER BY BOOLTBL1.f1, BOOLTBL2.f1; - f1 | f1 -----+---- - f | f - f | f - f | f - f | f - t | f - t | f - t | f - t | f - t | f - t | f - t | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/seg/expected/seg.out /tmp/cirrus-ci-build/build/testrun/seg/regress/results/seg.ou... --- /tmp/cirrus-ci-build/contrib/seg/expected/seg.out 2023-09-24 23:27:07.519450000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/seg/regress/results/seg.out 2023-09-24 23:29:54.102475000 +0000 @@ -1125,175 +1125,7 @@ -- Test functions SELECT seg_lower(s), seg_center(s), seg_upper(s) FROM test_seg WHERE s @> '11.2..11.3' OR s IS NULL ORDER BY s; - seg_lower | seg_center | seg_upper ------------+------------+----------- - -Infinity | -Infinity | 40 - -Infinity | -Infinity | 82 - -Infinity | -Infinity | 90 - 1 | 7 | 13 - 1.3 | 6.65 | 12 - 2 | 6.75 | 11.5 - 2.1 | 6.95 | 11.8 - 2.3 | Infinity | Infinity - 2.3 | Infinity | Infinity - 2.4 | 6.8500004 | 11.3 - 2.5 | 7 | 11.5 ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extdepend.out /tmp/cirrus-ci-build/build/te... --- /tmp/cirrus-ci-build/src/test/modules/test_extensions/expected/test_extdepend.out 2023-09-24 23:27:08.913243000 +000... +++ /tmp/cirrus-ci-build/build/testrun/test_extensions/regress/results/test_extdepend.out 2023-09-24 23:30:29.408813000 ... @@ -145,44 +145,7 @@ refobjid=(SELECT oid FROM pg_extension WHERE extname='test_ext5')) OR (refclassid='pg_class'::regclass AND refobjid='test_ext.a'::regclass) AND NOT deptype IN ('i', 'a'); - deptype | type | schema | name | identity ----------+------+--------+------+---------- -(0 rows) - -DROP TABLE a; -RESET search_path; -DROP SCHEMA test_ext CASCADE; -NOTICE: drop cascades to extension test_ext5 --- Fourth test: we can mark the objects as dependent, then unmark; then the --- drop of the extension does nothing -SELECT * FROM test_extdep_commands \gexec - CREATE SCHEMA test_ext - CREATE EXTENSION test_ext5 SCHEMA test_ext ... |
tap | [23:31:50.948](0.653s) not ok 19 - pg_dump: option -n pg_catalog [23:31:50.964](0.015s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [23:31:50.971](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches [23:31:50.978](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches [23:31:50.985](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches [23:31:50.991](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ... [23:31:50.998](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches [23:31:51.004](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches [23:31:51.011](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches [23:31:51.018](0.000s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d... [23:31:51.032](0.014s) not ok 37 - binary_upgrade: pg_dump runs [23:31:51.048](0.015s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [23:31:51.855](0.001s) not ok 2 - correctly fails to dump a foreign table from a dummy FDW: matches [23:31:51.869](0.014s) not ok 3 - dump foreign server with no tables |
tap | [23:31:53.075](1.058s) not ok 1 - parallel dump [23:31:53.089](0.014s) not ok 2 - parallel restore [23:31:53.103](0.014s) not ok 3 - parallel dump as inserts [23:31:53.118](0.014s) not ok 4 - parallel restore as inserts |
tap | [23:27:53.312](4.449s) not ok 5 - regression tests pass [23:27:54.771](1.453s) not ok 6 - dump before running pg_upgrade |
tap | [23:28:54.953](4.808s) not ok 2 - regression tests pass |
tap | [23:33:30.389](0.862s) not ok 1 - binary_upgrade: pg_dump runs |
test | [23:33:38.031] 6/266 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 7.48s... [23:33:38.031] 5/266 postgresql:regress / regress/regress ERROR 16.49s... [23:33:38.031] 34/266 postgresql:recovery / recovery/027_stream_regress ERROR 5.30s... [23:33:38.031] 58/266 postgresql:citext / citext/regress ERROR 1.85s... [23:33:38.031] 66/266 postgresql:hstore / hstore/regress ERROR 1.81s... [23:33:38.031] 70/266 postgresql:intarray / intarray/regress ERROR 2.71s... [23:33:38.031] 88/266 postgresql:postgres_fdw / postgres_fdw/regress ERROR 1.98s... [23:33:38.031] 20/266 postgresql:isolation / isolation/isolation ERROR 168.33s... [23:33:38.031] 148/266 postgresql:pg_dump / pg_dump/002_pg_dump ERROR 1.66s... [23:33:38.031] 149/266 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR 0.82s... [23:33:38.031] 150/266 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR 1.25s... [23:33:38.031] 151/266 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR 2.48s... [23:33:38.031] 89/266 postgresql:seg / seg/regress ERROR 127.46s... [23:33:38.031] 109/266 postgresql:test_extensions / test_extensions/regress ERROR 127.50s... [23:33:38.031] 259/266 postgresql:test_pg_dump / test_pg_dump/001_base ERROR 1.01s... |
Linux - Debian Bullseye - Autoconf | |
core | [23:30:57.177] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:30:57.177] #1 0x00007f4527fed537 in __GI_abort () at abort.c:79 [23:30:57.177] #2 0x00007f452908d11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:30:57.177] #3 0x00007f4529097ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:30:57.177] #4 0x00007f452907a44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f452563df5e, __in_ch... [23:30:57.177] #5 0x00007f4529078266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:30:57.177] #6 0x00007f45290776ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f452563ebf0, cont... [23:30:57.177] #7 <signal handler called> [23:30:57.177] #8 0x0000564946e0f4a8 in get_rightop (clause=0x6250000bf6b8) at ../../../../src/include/nodes/nodeFuncs.... [23:30:57.177] #9 transform_ors_for_rel (qual=0x6250000bf7d8) at orclauses.c:99 |
core | [23:31:57.985] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:57.985] #1 0x00007f7971524537 in __GI_abort () at abort.c:79 [23:31:57.985] #2 0x00007f79725c411b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:57.985] #3 0x00007f79725cece8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:57.985] #4 0x00007f79725b144c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f796eb74f5e, __in_ch... [23:31:57.985] #5 0x00007f79725af266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:57.985] #6 0x00007f79725ae6ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f796eb75bf0, cont... [23:31:57.985] #7 <signal handler called> [23:31:57.985] #8 0x000055eebfa5d487 in list_length (l=0x100000000) at ../../../../src/include/nodes/pg_list.h:154 [23:31:57.985] #9 get_rightop (clause=0x6250000f6aa0) at ../../../../src/include/nodes/nodeFuncs.h:99 |
core | [23:31:46.062] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:46.062] #1 0x00007f6a9baae537 in __GI_abort () at abort.c:79 [23:31:46.062] #2 0x00007f6a9cb4e11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:46.062] #3 0x00007f6a9cb58ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:46.062] #4 0x00007f6a9cb3b44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6a990fef5e, __in_ch... [23:31:46.062] #5 0x00007f6a9cb39266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:46.062] #6 0x00007f6a9cb386ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6a990ffbf0, cont... [23:31:46.062] #7 <signal handler called> [23:31:46.062] #8 0x000056085b9794a8 in get_rightop (clause=0x62d00018afc8) at ../../../../src/include/nodes/nodeFuncs.... [23:31:46.062] #9 transform_ors_for_rel (qual=0x62d00018b138) at orclauses.c:99 |
core | [23:31:43.602] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:43.602] #1 0x00007f3c633ee537 in __GI_abort () at abort.c:79 [23:31:43.602] #2 0x00007f3c6448e11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:43.602] #3 0x00007f3c64498ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:43.602] #4 0x00007f3c6447b44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f3c60a3ef5e, __in_ch... [23:31:43.602] #5 0x00007f3c64479266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:43.602] #6 0x00007f3c644786ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f3c60a3fbf0, cont... [23:31:43.602] #7 <signal handler called> [23:31:43.602] #8 0x000055b5998f04a8 in get_rightop (clause=0x62d00018afc8) at ../../../../src/include/nodes/nodeFuncs.... [23:31:43.602] #9 transform_ors_for_rel (qual=0x62d00018b138) at orclauses.c:99 |
core | [23:31:41.228] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:41.228] #1 0x00007f24c0733537 in __GI_abort () at abort.c:79 [23:31:41.228] #2 0x00007f24c17d311b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:41.228] #3 0x00007f24c17ddce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:41.228] #4 0x00007f24c17c044c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f24bdd83f5e, __in_ch... [23:31:41.228] #5 0x00007f24c17be266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:41.228] #6 0x00007f24c17bd6ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f24bdd84bf0, cont... [23:31:41.228] #7 <signal handler called> [23:31:41.228] #8 0x000055a666c9b4a8 in get_rightop (clause=0x62d0001a8fc8) at ../../../../src/include/nodes/nodeFuncs.... [23:31:41.228] #9 transform_ors_for_rel (qual=0x62d0001a9138) at orclauses.c:99 |
core | [23:31:38.831] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:38.831] #1 0x00007f7971524537 in __GI_abort () at abort.c:79 [23:31:38.831] #2 0x00007f79725c411b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:38.831] #3 0x00007f79725cece8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:38.831] #4 0x00007f79725b144c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f796eb74f5e, __in_ch... [23:31:38.831] #5 0x00007f79725af266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:38.831] #6 0x00007f79725ae6ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f796eb75bf0, cont... [23:31:38.831] #7 <signal handler called> [23:31:38.831] #8 0x000055eebfa5d4a8 in get_rightop (clause=0x6250000ba6b8) at ../../../../src/include/nodes/nodeFuncs.... [23:31:38.831] #9 transform_ors_for_rel (qual=0x6250000ba7d8) at orclauses.c:99 |
core | [23:31:36.450] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:36.450] #1 0x00007f4527fed537 in __GI_abort () at abort.c:79 [23:31:36.450] #2 0x00007f452908d11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:36.450] #3 0x00007f4529097ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:36.450] #4 0x00007f452907a44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f452563df5e, __in_ch... [23:31:36.450] #5 0x00007f4529078266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:36.450] #6 0x00007f45290776ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f452563ebf0, cont... [23:31:36.450] #7 <signal handler called> [23:31:36.450] #8 0x0000564946e0f487 in list_length (l=0x100000000) at ../../../../src/include/nodes/pg_list.h:154 [23:31:36.450] #9 get_rightop (clause=0x6250000f92a0) at ../../../../src/include/nodes/nodeFuncs.h:99 |
core | [23:31:04.128] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:04.128] #1 0x00007fa752b6b537 in __GI_abort () at abort.c:79 [23:31:04.128] #2 0x00007fa753c0b11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:04.128] #3 0x00007fa753c15ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:04.128] #4 0x00007fa753bf844c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa7501bbf5e, __in_ch... [23:31:04.128] #5 0x00007fa753bf6266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:04.128] #6 0x00007fa753bf56ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa7501bcbf0, cont... [23:31:04.128] #7 <signal handler called> [23:31:04.128] #8 0x000056021349f4a8 in get_rightop (clause=0x62d000194fc8) at ../../../../src/include/nodes/nodeFuncs.... [23:31:04.128] #9 transform_ors_for_rel (qual=0x62d000195138) at orclauses.c:99 |
core | [23:31:01.835] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:31:01.835] #1 0x00007f6a6e7bc537 in __GI_abort () at abort.c:79 [23:31:01.835] #2 0x00007f6a6f85c11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:31:01.835] #3 0x00007f6a6f866ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:31:01.835] #4 0x00007f6a6f84944c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6a6be0cf5e, __in_ch... [23:31:01.835] #5 0x00007f6a6f847266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:31:01.835] #6 0x00007f6a6f8466ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6a6be0dbf0, cont... [23:31:01.835] #7 <signal handler called> [23:31:01.835] #8 0x000055e705cd84a8 in get_rightop (clause=0x6290000538a0) at ../../../../src/include/nodes/nodeFuncs.... [23:31:01.835] #9 transform_ors_for_rel (qual=0x629000053ac0) at orclauses.c:99 |
core | [23:30:59.439] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:30:59.439] #1 0x00007f6a9baae537 in __GI_abort () at abort.c:79 [23:30:59.439] #2 0x00007f6a9cb4e11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:30:59.439] #3 0x00007f6a9cb58ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:30:59.439] #4 0x00007f6a9cb3b44c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f6a990fef5e, __in_ch... [23:30:59.439] #5 0x00007f6a9cb39266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:30:59.439] #6 0x00007f6a9cb386ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f6a990ffbf0, cont... [23:30:59.439] #7 <signal handler called> [23:30:59.439] #8 0x000056085b9794a8 in get_rightop (clause=0x62d0001eef88) at ../../../../src/include/nodes/nodeFuncs.... [23:30:59.439] #9 transform_ors_for_rel (qual=0x62d0001ef0f8) at orclauses.c:99 |
core | [23:30:54.890] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:30:54.890] #1 0x00007f8e4c7c8537 in __GI_abort () at abort.c:79 [23:30:54.890] #2 0x00007f8e4d86811b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:30:54.890] #3 0x00007f8e4d872ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:30:54.890] #4 0x00007f8e4d85544c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7f8e49e18f5e, __in_ch... [23:30:54.890] #5 0x00007f8e4d853266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:30:54.890] #6 0x00007f8e4d8526ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7f8e49e19bf0, cont... [23:30:54.890] #7 <signal handler called> [23:30:54.890] #8 0x00005565cc5a44a8 in get_rightop (clause=0x629000885548) at ../../../../src/include/nodes/nodeFuncs.... [23:30:54.890] #9 transform_ors_for_rel (qual=0x629000885768) at orclauses.c:99 |
core | [23:30:52.591] #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 [23:30:52.591] #1 0x00007fa752b6b537 in __GI_abort () at abort.c:79 [23:30:52.591] #2 0x00007fa753c0b11b in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [23:30:52.591] #3 0x00007fa753c15ce8 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [23:30:52.591] #4 0x00007fa753bf844c in __asan::ScopedInErrorReport::~ScopedInErrorReport (this=0x7fa7501bbf5e, __in_ch... [23:30:52.591] #5 0x00007fa753bf6266 in __asan::ReportDeadlySignal (sig=...) at ../../../../src/libsanitizer/asan/asan_... [23:30:52.591] #6 0x00007fa753bf56ae in __asan::AsanOnDeadlySignal (signo=<optimized out>, siginfo=0x7fa7501bcbf0, cont... [23:30:52.591] #7 <signal handler called> [23:30:52.591] #8 0x000056021349f4a8 in get_rightop (clause=0x62d000194fc8) at ../../../../src/include/nodes/nodeFuncs.... [23:30:52.591] #9 transform_ors_for_rel (qual=0x62d000195138) at orclauses.c:99 |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/citext/expected/citext.out /tmp/cirrus-ci-build/contrib/citext/results/citext.out --- /tmp/cirrus-ci-build/contrib/citext/expected/citext.out 2023-09-24 23:27:00.740772503 +0000 +++ /tmp/cirrus-ci-build/contrib/citext/results/citext.out 2023-09-24 23:28:47.406767622 +0000 @@ -207,9 +207,14 @@ ('muop28x03'), ('yi3nm0d73')) x(v) WHERE citext_hash(v)::bit(32) != citext_hash_extended(v, 0)::bit(32) OR citext_hash(v)::bit(32) = citext_hash_extended(v, 1)::bit(32); - value | standard | extended0 | extended1 --------+----------+-----------+----------- -(0 rows) + value | standard | extended0 | extended1 +-------------+----------------------------------+----------------------------------+---------------------------------- + PostgreSQL | 01111010101100010100110100011100 | 01111010101100010100110100011100 | 01001011001010011101000111000110 + eIpUEtqmY89 | 01101110011100100000100110011011 | 01101110011100100000100110011011 | 10100010111101111110110100010101 + AXKEJBTK | 00101001110100101101001000010101 | 00101001110100101101001000010101 | 11110100011111110101010101100111 + muop28x03 | 10111100001000111000011100011011 | 10111100001000111000011100011011 | 11010010101010001000101111101011 + yi3nm0d73 | 01110000000101111111101111000111 | 01110000000101111111101111000111 | 11111001100101111001111101111001 +(5 rows) -- Do some tests using a table and index. ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out 2023-09-24 23:27:02.460944145 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/boolean.out 2023-09-24 23:28:38.930302052 +0000 @@ -364,215 +364,7 @@ FROM BOOLTBL1, BOOLTBL2 WHERE BOOLTBL2.f1 = BOOLTBL1.f1 or BOOLTBL1.f1 = bool 'true' ORDER BY BOOLTBL1.f1, BOOLTBL2.f1; - f1 | f1 -----+---- - f | f - f | f - f | f - f | f - t | f - t | f - t | f - t | f - t | f - t | f - t | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out /tmp/cirrus-ci-build/src/test/isolation... --- /tmp/cirrus-ci-build/src/test/isolation/expected/matview-write-skew.out 2023-09-24 23:27:02.352933367 +0000 +++ /tmp/cirrus-ci-build/src/test/isolation/output_iso/results/matview-write-skew.out 2023-09-24 23:29:04.576075423 +000... @@ -3,119 +3,7 @@ starting permutation: s1_begin s2_begin s1_refresh s2_read s2_insert s1_commit s2_commit step s1_begin: BEGIN ISOLATION LEVEL SERIALIZABLE; step s2_begin: BEGIN ISOLATION LEVEL SERIALIZABLE; -step s1_refresh: REFRESH MATERIALIZED VIEW CONCURRENTLY order_summary; -step s2_read: SELECT max(date) FROM order_summary; - max ----------- -04-01-2022 -(1 row) +PQconsumeInput failed: server closed the connection unexpectedly + This probably means the server terminated abnormally + before or while processing the request. -step s2_insert: INSERT INTO orders VALUES ('2022-04-02', 'orange', 15); -step s1_commit: COMMIT; -step s2_commit: COMMIT; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out /tmp/cirrus-ci-build/src/test/regress/results/boolea... --- /tmp/cirrus-ci-build/src/test/regress/expected/boolean.out 2023-09-24 23:27:02.460944145 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/boolean.out 2023-09-24 23:28:05.520443992 +0000 @@ -364,215 +364,7 @@ FROM BOOLTBL1, BOOLTBL2 WHERE BOOLTBL2.f1 = BOOLTBL1.f1 or BOOLTBL1.f1 = bool 'true' ORDER BY BOOLTBL1.f1, BOOLTBL2.f1; - f1 | f1 -----+---- - f | f - f | f - f | f - f | f - t | f - t | f - t | f - t | f - t | f - t | f - t | f ... |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/pg_list.h:154 in list_length |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/pg_list.h:154 in list_length |
sanitizer | SUMMARY: AddressSanitizer: SEGV ../../../../src/include/nodes/nodeFuncs.h:99 in get_rightop |
tap | [23:28:29.283](2.147s) not ok 19 - pg_dump: option -n pg_catalog [23:28:30.498](1.152s) not ok 20 - pg_dumpall: option --exclude-database handles database names with embedded dots [23:28:30.544](0.000s) not ok 22 - pg_dump: option --schema rejects three-part schema names: matches [23:28:30.573](0.000s) not ok 24 - pg_dump: option --schema rejects cross-database multipart schema names: matches [23:28:30.603](0.000s) not ok 26 - pg_dump: option --schema rejects degenerate two-part schema name: ".": matches [23:28:30.632](0.000s) not ok 28 - pg_dump: option --schema rejects cross-database multipart schema names with embedded ... [23:28:30.668](0.000s) not ok 30 - pg_dump: option --schema rejects degenerate three-part schema name: "..": matches [23:28:30.708](0.000s) not ok 32 - pg_dump: option --table rejects four-part table names: matches [23:28:30.751](0.000s) not ok 34 - pg_dump: option --table rejects cross-database three part table names: matches [23:28:30.770](0.001s) not ok 36 - pg_dump: option --table rejects cross-database three part table names with embedded d... [23:28:30.806](0.036s) not ok 37 - binary_upgrade: pg_dump runs [23:28:30.841](0.034s) not ok 38 - binary_upgrade: pg_restore runs |
tap | [23:28:33.414](0.000s) not ok 2 - correctly fails to dump a foreign table from a dummy FDW: matches [23:28:34.572](1.158s) not ok 3 - dump foreign server with no tables |
tap | [23:28:37.673](2.213s) not ok 1 - parallel dump [23:28:37.719](0.046s) not ok 2 - parallel restore [23:28:38.365](0.646s) not ok 3 - parallel dump as inserts [23:28:38.444](0.078s) not ok 4 - parallel restore as inserts |
tap | [23:28:45.660](9.422s) not ok 5 - regression tests pass [23:28:48.712](3.027s) not ok 6 - dump before running pg_upgrade |
Linux - Debian Bullseye - Meson | |
core | [23:33:05.595] #0 0x00005643effc85fb in get_rightop (clause=0x5643f2631ca8) at ../src/include/nodes/nodeFuncs.h:99 [23:33:05.595] #1 transform_ors_for_rel (qual=0x5643f2631e18) at ../src/backend/optimizer/util/orclauses.c:99 [23:33:05.595] #2 0x00005643effc910e in transform_ors (root=root@entry=0x5643f262fcf8, jtnode=<optimized out>) at ../sr... [23:33:05.595] #3 0x00005643eff71fc4 in preprocess_expression (root=root@entry=0x5643f262fcf8, expr=<optimized out>, ki... [23:33:05.595] #4 0x00005643eff72223 in preprocess_qual_conditions (root=root@entry=0x5643f262fcf8, jtnode=0x5643f262fc... [23:33:05.595] #5 0x00005643eff87092 in subquery_planner (glob=glob@entry=0x5643f255f018, parse=parse@entry=0x5643f255f... [23:33:05.595] #6 0x00005643eff88a6b in standard_planner (parse=0x5643f255f128, query_string=<optimized out>, cursorOpt... [23:33:05.595] #7 0x00005643eff89b43 in planner (parse=parse@entry=0x5643f255f12 |