Current commitfest | Next commitfest | FAQ | Statistics | Highlights
Highlight type: all assertion compiler core linker panic regress sanitizer tap test
Time range: current 7-day 30-day 90-day
This robot generates gigabytes of CI logs every week. Here is an attempt to search for "highlights", so it's easier to find actionable information quickly. New ideas for what patterns to search for are very welcome. "Current" shows only the most recent results from each submission. The wider time ranges also show information about historical versions, which may be useful for flapping tests, and also for hunting for bugs in master.
53/4681 | Make COPY format extendable: Extract COPY TO format implementations |
FreeBSD - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/test_copy_format/expected/test_copy_format.out /tmp/cirrus-ci-build/build... --- /tmp/cirrus-ci-build/src/test/modules/test_copy_format/expected/test_copy_format.out 2025-06-24 06:58:18.175516000 +... +++ /tmp/cirrus-ci-build/build/testrun/test_copy_format-running/regress/results/test_copy_format.out 2025-06-24 07:06:02... @@ -1,19 +1,13 @@ CREATE TABLE copy_data (a smallint, b integer, c bigint); INSERT INTO copy_data VALUES (1, 2, 3), (12, 34, 56), (123, 456, 789); COPY copy_data FROM stdin WITH (FORMAT 'test_copy_format'); -NOTICE: CopyFromInFunc: attribute: smallint -NOTICE: CopyFromInFunc: attribute: integer -NOTICE: CopyFromInFunc: attribute: bigint -NOTICE: CopyFromStart: the number of attributes: 3 -NOTICE: CopyFromOneRow -NOTICE: CopyFromEnd +ERROR: COPY format "test_copy_format" not recognized +LINE 1: COPY copy_data FROM stdin WITH (FORMAT 'test_copy_format'); + ^ +\. +invalid command \. COPY copy_data TO stdout WITH (FORMAT 'test_copy_format'); -NOTICE: CopyToOutFunc: attribute: smallint ... |
test | [07:06:41.701] 56/79 postgresql:test_copy_format-running / test_copy_format-running/regress ERROR 0.17... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [07:18:33.672] 338/338 postgresql:recovery / recovery/009_twophase TIMEOUT 10... |
53/5250 | Refactor SLRU to always use long file names |
macOS - Sonoma - Meson | |
tap | [05:53:31.644](0.000s) not ok 371 - pgbench script error: setshell not an int stderr /(?^:command must return an integer... |
test | [05:54:28.666] 229/342 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... |
53/5319 | Changing shared_buffers without restart |
CompilerWarnings | |
compiler | [03:43:56.382] shmem.c:702:3: error: variable 'shm_total_page_count' is uninitialized when used here [-Werror,-Wuninitia... |
compiler | [03:41:58.312] shmem.c:702:3: error: variable 'shm_total_page_count' is uninitialized when used here [-Werror,-Wuninitia... |
compiler | [03:39:47.760] shmem.c:702:38: error: ‘shm_total_page_count’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:38:00.171] shmem.c:702:38: error: ‘shm_total_page_count’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [03:46:22.956] ../../../src/include/storage/pg_shmem.h:66:9: error: unknown type name ‘pg_atomic_uint32’ |
compiler | [03:46:22.956] ../../../src/include/storage/pg_shmem.h:69:9: error: unknown type name ‘pg_atomic_uint64’ |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numa.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resul... --- /tmp/cirrus-ci-build/src/test/regress/expected/numa.out 2025-06-24 03:35:58.919319034 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/numa.out 2025-06-24 03:43:59.449181080 +0000 @@ -6,8 +6,4 @@ -- switch to superuser \c - SELECT COUNT(*) >= 0 AS ok FROM pg_shmem_allocations_numa; - ok ----- - t -(1 row) - +ERROR: invalid memory alloc request size 864765899839712 |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/numa.out /tmp/cirrus-ci-build/src/test/regress/results/numa.out --- /tmp/cirrus-ci-build/src/test/regress/expected/numa.out 2025-06-24 03:35:58.919319034 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/numa.out 2025-06-24 03:41:38.059147163 +0000 @@ -6,8 +6,4 @@ -- switch to superuser \c - SELECT COUNT(*) >= 0 AS ok FROM pg_shmem_allocations_numa; - ok ----- - t -(1 row) - +ERROR: invalid memory alloc request size 864765899885808 |
tap | [03:44:06.239](88.117s) not ok 5 - regression tests pass |
tap | [03:42:54.401](0.630s) Bail out! pg_ctl start failed |
tap | [03:42:41.437](0.794s) not ok 1 - no parameters missing from postgresql.conf.sample |
tap | [03:42:13.534](0.496s) Bail out! pg_ctl start failed |
Linux - Debian Bookworm - Meson | |
core | [03:42:14.333] #0 0x00007fb5a82a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.333] #1 0x00007fb5a825afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.333] #2 0x00007fb5a8245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.333] #3 0x00007fb5a841e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:14.333] #4 0x00007fb5a842aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:14.333] #5 0x00007fb5a840db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5609ba0aa5c0, In... [03:42:14.333] #6 0x00005609b9400c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:14.333] #7 0x00005609b92fe592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:14.333] #8 0x00005609b92ff068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:14.334] #9 0x00005609b9300ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5609dfe58640) at ../src/ba... |
core | [03:42:13.837] #0 0x00007fb5b04a9eec in ?? () [03:42:14.300] #0 0x00007fb5a82a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [03:42:13.650] #0 0x00007f05fa0a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.650] #1 0x00007f05fa05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.650] #2 0x00007f05fa045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.650] #3 0x00007f05fa21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:13.650] #4 0x00007f05fa22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:13.650] #5 0x00007f05fa20db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5560970475c0, In... [03:42:13.650] #6 0x000055609639dc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:13.650] #7 0x000055609629b592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:13.650] #8 0x000055609629c068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:13.651] #9 0x000055609629dab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5560cf8a45d0) at ../src/ba... |
core | [03:42:13.077] #0 0x00007f31e4aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.077] #1 0x00007f31e4a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.077] #2 0x00007f31e4a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:13.077] #3 0x00007f31e4c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:13.077] #4 0x00007f31e4c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:13.077] #5 0x00007f31e4c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55612ca355c0, In... [03:42:13.077] #6 0x000055612bd8bc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:13.077] #7 0x000055612bc89592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:13.077] #8 0x000055612bc8a068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:13.079] #9 0x000055612bc8bab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5561562a95e0) at ../src/ba... |
core | [03:42:12.566] #0 0x00007fca5a6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.566] #1 0x00007fca5a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.566] #2 0x00007fca5a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.566] #3 0x000055a9c63a2e35 in ExceptionalCondition (conditionName=conditionName@entry=0x55a9c6687b50 "!IsTran... [03:42:12.566] #4 0x000055a9c61358f6 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg... [03:42:12.566] #5 0x000055a9c6135c4f in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back... [03:42:12.566] #6 0x000055a9c609ad7b in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245 [03:42:12.566] #7 0x000055a9c609b026 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200 [03:42:12.566] #8 0x000055a9c609b1e4 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113 [03:42:12.566] #9 0x000055a9c63a7f86 in errfinish (filename=filename@entry=0x55a9c65e8b78 "../src/backend/access/transa... |
core | [03:42:12.020] #0 0x00007f2493aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.020] #1 0x00007f2493a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.020] #2 0x00007f2493a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:12.020] #3 0x00007f2493c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:12.020] #4 0x00007f2493c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:12.020] #5 0x00007f2493c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55e1af78b5c0, In... [03:42:12.020] #6 0x000055e1aeae1c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:12.020] #7 0x000055e1ae9df592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:12.020] #8 0x000055e1ae9e0068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:12.021] #9 0x000055e1ae9e1ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55e1d86175e0) at ../src/ba... |
core | [03:42:11.418] #0 0x00007fc7ca2a9eec in ?? () [03:42:11.955] #0 0x00007f2493aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [03:42:19.297] #0 0x00007f1f198a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.297] #1 0x00007f1f1985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.297] #2 0x00007f1f19845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.297] #3 0x00007f1f19a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:19.297] #4 0x00007f1f19a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:19.297] #5 0x00007f1f19a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55ae7b9195c0, In... [03:42:19.297] #6 0x000055ae7ac6fc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:19.297] #7 0x000055ae7ab6d592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:19.297] #8 0x000055ae7ab6e068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:19.297] #9 0x000055ae7ab6fab9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x55ae97125640) at ../src/ba... |
core | [03:42:22.797] #0 0x00007f0a476a9eec in ?? () |
core | [03:42:22.638] #0 0x00007f9c196a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.638] #1 0x00007f9c1965afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.638] #2 0x00007f9c19645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.638] #3 0x00007f9c1981e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:22.638] #4 0x00007f9c1982aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:22.638] #5 0x00007f9c1980db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x562290d625c0, In... [03:42:22.638] #6 0x00005622900b8c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:22.638] #7 0x000056228ffb6592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:22.638] #8 0x000056228ffb7068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:22.638] #9 0x000056228ffb8ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5622b14e65d0) at ../src/ba... |
core | [03:42:22.069] #0 0x00007f0e3eaa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.069] #1 0x00007f0e3ea5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.069] #2 0x00007f0e3ea45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:22.069] #3 0x00007f0e3ec1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:22.069] #4 0x00007f0e3ec2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:22.069] #5 0x00007f0e3ec0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x556f101695c0, In... [03:42:22.069] #6 0x0000556f0f4bfc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:22.069] #7 0x0000556f0f3bd592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:22.069] #8 0x0000556f0f3be068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:22.070] #9 0x0000556f0f3bfab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x556f4c2055e0) at ../src/ba... |
core | [03:42:21.586] #0 0x00007f6662aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:21.586] #1 0x00007f6662a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:21.586] #2 0x00007f6662a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:21.586] #3 0x00007f6662c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:21.586] #4 0x00007f6662c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:21.586] #5 0x00007f6662c0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a79509e5c0, In... [03:42:21.586] #6 0x000055a7943f4c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:21.586] #7 0x000055a7942f2592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:21.586] #8 0x000055a7942f3068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:21.586] #9 0x000055a7942f4ab9 in PostmasterMain (argc=argc@entry=16, argv=argv@entry=0x55a7c76ac5b0) at ../src/b... |
core | [03:42:21.065] #0 0x00007f3231ca9eec in ?? () [03:42:21.556] #0 0x00007f6662aa9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [03:42:20.876] #0 0x00007f26aa6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.876] #1 0x00007f26aa65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.876] #2 0x00007f26aa645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.876] #3 0x00007f26aa81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:20.876] #4 0x00007f26aa82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:20.876] #5 0x00007f26aa80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5620653e15c0, In... [03:42:20.876] #6 0x0000562064737c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:20.876] #7 0x0000562064635592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:20.876] #8 0x0000562064636068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:20.876] #9 0x0000562064637ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5620765375e0) at ../src/ba... |
core | [03:42:20.366] #0 0x00007f1f198a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.366] #1 0x00007f1f1985afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.366] #2 0x00007f1f19845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:20.366] #3 0x000055ae7af75e35 in ExceptionalCondition (conditionName=conditionName@entry=0x55ae7b25ab50 "!IsTran... [03:42:20.366] #4 0x000055ae7ad088f6 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg... [03:42:20.366] #5 0x000055ae7ad08c4f in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back... [03:42:20.366] #6 0x000055ae7ac6dd7b in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245 [03:42:20.366] #7 0x000055ae7ac6e026 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200 [03:42:20.366] #8 0x000055ae7ac6e1e4 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113 [03:42:20.366] #9 0x000055ae7af7af86 in errfinish (filename=filename@entry=0x55ae7b1bbb78 "../src/backend/access/transa... |
core | [03:42:19.833] #0 0x00007ff36dea9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.833] #1 0x00007ff36de5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.833] #2 0x00007ff36de45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:19.833] #3 0x00007ff36e01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:19.833] #4 0x00007ff36e02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:19.833] #5 0x00007ff36e00db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x56020bcc15c0, In... [03:42:19.833] #6 0x000056020b017c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:19.833] #7 0x000056020af15592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:19.833] #8 0x000056020af16068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:19.834] #9 0x000056020af17ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x560220bea5e0) at ../src/ba... |
core | [03:42:18.761] #0 0x00007f178a0a9eec in ?? () [03:42:19.263] #0 0x00007f1f198a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [03:42:18.577] #0 0x00007ff96aca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.577] #1 0x00007ff96ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.577] #2 0x00007ff96ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.577] #3 0x00007ff96ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:18.577] #4 0x00007ff96ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:18.577] #5 0x00007ff96ae0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5577472245c0, In... [03:42:18.577] #6 0x000055774657ac05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:18.577] #7 0x0000557746478592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:18.577] #8 0x0000557746479068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:18.577] #9 0x000055774647aab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5577543595e0) at ../src/ba... |
core | [03:42:18.055] #0 0x00007feef12a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.055] #1 0x00007feef125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.055] #2 0x00007feef1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:18.055] #3 0x00007feef141e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:18.055] #4 0x00007feef142aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:18.055] #5 0x00007feef140db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x559d6f7805c0, In... [03:42:18.055] #6 0x0000559d6ead6c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:18.055] #7 0x0000559d6e9d4592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:18.055] #8 0x0000559d6e9d5068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:18.056] #9 0x0000559d6e9d6ab9 in PostmasterMain (argc=argc@entry=8, argv=argv@entry=0x559d7ccb0640) at ../src/ba... |
core | [03:42:17.528] #0 0x00007f06be2a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:17.528] #1 0x00007f06be25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:17.528] #2 0x00007f06be245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:17.528] #3 0x00007f06be41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:17.528] #4 0x00007f06be42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:17.528] #5 0x00007f06be40db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55be2c56f5c0, In... [03:42:17.528] #6 0x000055be2b8c5c05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:17.528] #7 0x000055be2b7c3592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:17.528] #8 0x000055be2b7c4068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:17.528] #9 0x000055be2b7c5ab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55be359f15e0) at ../src/ba... |
core | [03:42:16.978] #0 0x00007fca5a6a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.978] #1 0x00007fca5a65afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.978] #2 0x00007fca5a645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.978] #3 0x00007fca5a81e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:16.978] #4 0x00007fca5a82aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:16.978] #5 0x00007fca5a80db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x55a9c6d465c0, In... [03:42:16.978] #6 0x000055a9c609cc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:16.978] #7 0x000055a9c5f9a592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:16.978] #8 0x000055a9c5f9b068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:16.978] #9 0x000055a9c5f9cab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x55a9e72da5b0) at ../src/ba... |
core | [03:42:16.466] #0 0x00007feef12a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.466] #1 0x00007feef125afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.466] #2 0x00007feef1245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:16.466] #3 0x0000559d6eddce35 in ExceptionalCondition (conditionName=conditionName@entry=0x559d6f0c1b50 "!IsTran... [03:42:16.466] #4 0x0000559d6eb6f8f6 in pgstat_report_stat (force=force@entry=true) at ../src/backend/utils/activity/pg... [03:42:16.466] #5 0x0000559d6eb6fc4f in pgstat_shutdown_hook (code=<optimized out>, arg=<optimized out>) at ../src/back... [03:42:16.466] #6 0x0000559d6ead4d7b in shmem_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:245 [03:42:16.466] #7 0x0000559d6ead5026 in proc_exit_prepare (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:200 [03:42:16.466] #8 0x0000559d6ead51e4 in proc_exit (code=code@entry=1) at ../src/backend/storage/ipc/ipc.c:113 [03:42:16.466] #9 0x0000559d6ede1f86 in errfinish (filename=filename@entry=0x559d6f022b78 "../src/backend/access/transa... |
core | [03:42:15.041] #0 0x00007fd8acea9eec in ?? () [03:42:15.494] #0 0x00007feef12a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [03:42:14.859] #0 0x00007f63578a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.859] #1 0x00007f635785afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.859] #2 0x00007f6357845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [03:42:14.859] #3 0x00007f6357a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [03:42:14.859] #4 0x00007f6357a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [03:42:14.859] #5 0x00007f6357a0db58 in __ubsan::__ubsan_handle_out_of_bounds_abort (Data=Data@entry=0x5643ae2075c0, In... [03:42:14.859] #6 0x00005643ad55dc05 in CheckPostmasterSignal (reason=reason@entry=PMSIGNAL_SHMEM_RESIZE) at ../src/bac... [03:42:14.859] #7 0x00005643ad45b592 in process_pm_pmsignal () at ../src/backend/postmaster/postmaster.c:3870 [03:42:14.859] #8 0x00005643ad45c068 in ServerLoop () at ../src/backend/postmaster/postmaster.c:1696 [03:42:14.859] #9 0x00005643ad45dab9 in PostmasterMain (argc=argc@entry=4, argv=argv@entry=0x5643c10cd640) at ../src/ba... |
test | [03:41:43.028] 5/343 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [03:41:43.028] 6/343 postgresql:recovery / recovery/002_archiving ERROR ... [03:41:43.028] 7/343 postgresql:recovery / recovery/001_stream_rep ERROR ... [03:41:43.028] 8/343 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [03:41:43.028] 9/343 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [03:41:43.028] 10/343 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [03:41:43.028] 11/343 postgresql:recovery / recovery/004_timeline_switch ERROR ... [03:41:43.028] 12/343 postgresql:recovery / recovery/003_recovery_targets ERROR ... [03:41:43.028] 13/343 postgresql:regress / regress/regress ERROR ... [03:41:43.028] 14/343 postgresql:recovery / recovery/005_replay_delay ERROR ... [03:41:43.028] 15/343 postgresql:recovery / recovery/006_logical_decoding ERROR ... [03:41:43.028] 16/343 postgresql:recovery / recovery/007_sync_rep ERROR ... [03:41:43.028] 18/343 postgresql:recovery / recovery/008_fsm_truncation ERROR ... [03:41:43.028] 19/343 postgresql:isolation / isolation/isolation ERROR ... [03:41:43.028] 21/343 postgresql:recovery / recovery/016_min_consistency ERROR ... [03:41:43.028] 23/343 postgresql:recovery / recovery/017_shm ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(71): error C2059: syntax error: '}' |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(73): error C2143: syntax error: missing '{' before '*' |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(69): error C2061: syntax error: identifier 'Generation' |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(69): error C2059: syntax error: ';' |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(66): error C2061: syntax error: identifier 'pg_atomic_uint32' |
compiler | [03:36:59.755] c:\cirrus\src\include\storage/pg_shmem.h(68): error C2370: 'Barrier': redefinition; different storage cla... |
53/4817 | on_error table, saving error info to a table |
macOS - Sonoma - Meson | |
tap | [03:18:46.270](0.000s) not ok 107 - server parameter logging stderr /(?^:ERROR: invalid input syntax for type json)/ [03:18:46.271](0.000s) not ok 108 - server parameter logging stderr /(?^m:CONTEXT: JSON data, line 1: \{ invalid\.\.\.[... |
test | [03:19:47.740] 227/342 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... |
53/5694 | Add pg_buffercache_mark_dirty[_all]() functions to the pg_buffercache |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [03:17:20.023](0.089s) not ok 35 - 'user=ssluser gssencmode=disable sslmode=allow sslnegotiation=postgres' -> connect, ... |
test | [03:23:16.969] 146/337 postgresql:libpq / libpq/005_negotiate_encryption ERROR ... |
53/5704 | adjust the place of list_copy() call to reduce the overhead of function call and memory copies. |
macOS - Sonoma - Meson | |
tap | [02:28:46.965](0.000s) not ok 21 - checking a database by name without amcheck installed, no other databases stderr /(?^... [02:28:46.965](0.000s) not ok 22 - checking a database by name without amcheck installed, no other databases stderr /(?^... |
test | [02:30:52.779] 150/342 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... |
53/5547 | Doc: Create table improvements |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [01:18:40.138](0.000s) not ok 19 - server doesn't accept non-SSL connections: matches |
test | [01:19:06.266] 334/337 postgresql:ssl / ssl/001_ssltests ERROR ... |
53/5270 | jsonpath string methods: lower, upper, initcap, l/r/btrim, replace, split_part |
CompilerWarnings | |
compiler | [22:29:00.619] jsonpath_exec.c:2830:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:27:43.873] jsonpath_exec.c:2830:13: error: mixing declarations and code is incompatible with standards before C99 [-... |
compiler | [22:26:13.264] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:24:59.050] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
compiler | [22:31:03.951] jsonpath_exec.c:2830:9: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-sta... |
FreeBSD - Meson | |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
core | [22:32:40.572] #0 0x000000082c9811ba in thr_kill () from /lib/libc.so.7 [22:32:40.572] #1 0x000000082c8fa5d4 in raise () from /lib/libc.so.7 [22:32:40.572] #2 0x000000082c9adb59 in abort () from /lib/libc.so.7 [22:32:40.572] #3 0x0000000000ad5d35 in ExceptionalCondition (conditionName=0x3980ee "v->type == jpiAnd || v->type == j... [22:32:40.572] #4 0x0000000000a032ff in jspGetLeftArg (v=v@entry=0x821918d00, a=a@entry=0x821918c70) at ../src/backend/... [22:32:40.572] #5 0x0000000000a04897 in printJsonPathItem (buf=buf@entry=0x821918d90, v=v@entry=0x821918d00, inKey=true... [22:32:40.572] #6 0x0000000000a04a43 in printJsonPathItem (buf=buf@entry=0x821918d90, v=v@entry=0x821918d68, inKey=<opt... [22:32:40.572] #7 0x0000000000a02f0d in jsonPathToCstring (out=0x821918d90, in=<optimized out>, estimated_len=<optimize... [22:32:40.572] #8 0x0000000000ae0be3 in FunctionCall1Coll (flinfo=0x2e4a0ba75d58, collation=0, arg1=6) at ../src/backen... [22:32:40.572] #9 OutputFunctionCall (flinfo=0x2e4a0ba75d58, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685 |
core | [22:32:40.213] #0 0x000000082a4ed1ba in thr_kill () from /lib/libc.so.7 [22:32:40.213] #1 0x000000082a4665d4 in raise () from /lib/libc.so.7 [22:32:40.213] #2 0x000000082a519b59 in abort () from /lib/libc.so.7 [22:32:40.213] #3 0x0000000000ad5d35 in ExceptionalCondition (conditionName=0x3980ee "v->type == jpiAnd || v->type == j... [22:32:40.213] #4 0x0000000000a032ff in jspGetLeftArg (v=v@entry=0x82121f630, a=a@entry=0x82121f5a0) at ../src/backend/... [22:32:40.213] #5 0x0000000000a04897 in printJsonPathItem (buf=buf@entry=0x82121f6c0, v=v@entry=0x82121f630, inKey=true... [22:32:40.213] #6 0x0000000000a04a43 in printJsonPathItem (buf=buf@entry=0x82121f6c0, v=v@entry=0x82121f698, inKey=<opt... [22:32:40.213] #7 0x0000000000a02f0d in jsonPathToCstring (out=0x82121f6c0, in=<optimized out>, estimated_len=<optimize... [22:32:40.213] #8 0x0000000000ae0be3 in FunctionCall1Coll (flinfo=0x31f1f7a4ed58, collation=0, arg1=6) at ../src/backen... [22:32:40.213] #9 OutputFunctionCall (flinfo=0x31f1f7a4ed58, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685 |
core | [22:32:40.933] #0 0x000000082add21ba in thr_kill () from /lib/libc.so.7 [22:32:40.933] #1 0x000000082ad4b5d4 in raise () from /lib/libc.so.7 [22:32:40.933] #2 0x000000082adfeb59 in abort () from /lib/libc.so.7 [22:32:40.933] #3 0x0000000000ad5d35 in ExceptionalCondition (conditionName=0x3980ee "v->type == jpiAnd || v->type == j... [22:32:40.933] #4 0x0000000000a032ff in jspGetLeftArg (v=v@entry=0x821479310, a=a@entry=0x821479280) at ../src/backend/... [22:32:40.933] #5 0x0000000000a04897 in printJsonPathItem (buf=buf@entry=0x8214793a0, v=v@entry=0x821479310, inKey=true... [22:32:40.933] #6 0x0000000000a04a43 in printJsonPathItem (buf=buf@entry=0x8214793a0, v=v@entry=0x821479378, inKey=<opt... [22:32:40.933] #7 0x0000000000a02f0d in jsonPathToCstring (out=0x8214793a0, in=<optimized out>, estimated_len=<optimize... [22:32:40.933] #8 0x0000000000ae0be3 in FunctionCall1Coll (flinfo=0x62c0a02ce50, collation=0, arg1=6) at ../src/backend... [22:32:40.933] #9 OutputFunctionCall (flinfo=0x62c0a02ce50, val=6) at ../src/backend/utils/fmgr/fmgr.c:1685 |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_up... --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-06-23 22:23:16.700050000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/json.out 2025-06-23 22:26:46.461744000 +00... @@ -1135,1634 +1135,10 @@ (1 row) select '{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}'::json#>>array['f2','1']; - ?column? ----------- - 1 -(1 row) - --- corner cases for same -select '{"a": {"b":{"c": "foo"}}}'::json #> '{}'; - ?column? ---------------------------- - {"a": {"b":{"c": "foo"}}} -(1 row) - -select '[1,2,3]'::json #> '{}'; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-06-23 22:23:16.700050000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/json.out 2025-06-23 22:28:00.213124000 +... @@ -964,1805 +964,10 @@ -- array length SELECT json_array_length('[1,2,3,{"f1":1,"f2":[5,6]},4]'); - json_array_length -------------------- - 5 -(1 row) - -SELECT json_array_length('[]'); - json_array_length -------------------- - 0 -(1 row) - -SELECT json_array_length('{"f1":1,"f2":[5,6]}'); -ERROR: cannot get array length of a non-array ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/regress/regress/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-06-23 22:23:16.700050000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/json.out 2025-06-23 22:26:44.579534000 +0000 @@ -1031,1738 +1031,10 @@ (1 row) select json_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',0::text); - json_extract_path -------------------- - "f3" -(1 row) - -select json_extract_path('{"f2":["f3",1],"f4":{"f5":99,"f6":"stringy"}}','f2',1::text); - json_extract_path -------------------- - 1 -(1 row) - -select json_extract_path_text('{"f2":{"f3":1},"f4":{"f5":99,"f6":"stringy"}}','f4','f6'); - json_extract_path_text ... |
tap | [22:26:47.582](157.555s) not ok 5 - regression tests pass [22:27:33.118](1.087s) not ok 16 - run of pg_upgrade --check for new instance [22:27:33.118](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [22:27:33.922](0.803s) not ok 18 - run of pg_upgrade for new instance [22:27:33.923](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [22:27:34.272](0.119s) not ok 20 - check that locales in new cluster match original cluster [22:27:35.944](0.067s) not ok 22 - old and new dumps match after pg_upgrade |
tap | [22:28:01.546](182.206s) not ok 2 - regression tests pass |
test | [22:29:56.034] 113/342 postgresql:regress / regress/regress ERROR 1... [22:29:56.034] 118/342 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [22:29:56.034] 206/342 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
Linux - Debian Bookworm - Autoconf | |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
core | [22:35:13.181] #0 0x00007f1d991dbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.181] #1 0x00007f1d9918cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.181] #2 0x00007f1d99177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.181] #3 0x00005628074e0853 in ExceptionalCondition (conditionName=conditionName@entry=0x56280791e280 "v->type... [22:35:13.181] #4 0x00005628072fcbf4 in jspGetLeftArg (v=v@entry=0x7ffe7e3f1560, a=a@entry=0x7ffe7e3f13f0) at jsonpath.... [22:35:13.181] #5 0x00005628072fe293 in printJsonPathItem (buf=buf@entry=0x7ffe7e3f16d0, v=v@entry=0x7ffe7e3f1560, inKe... [22:35:13.181] #6 0x00005628072fe588 in printJsonPathItem (buf=buf@entry=0x7ffe7e3f16d0, v=v@entry=0x7ffe7e3f1710, inKe... [22:35:13.181] #7 0x00005628072fe6ca in jsonPathToCstring (out=0x7ffe7e3f16d0, out@entry=0x0, in=0x625000008fa0, estima... [22:35:13.181] #8 0x00005628072fe7e1 in jsonpath_out (fcinfo=<optimized out>) at jsonpath.c:138 [22:35:13.181] #9 0x00005628074f635d in FunctionCall1Coll (flinfo=0x6250000539c8, collation=collation@entry=0, arg1=108... |
core | [22:35:14.609] #0 0x00007fd564ddbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.609] #1 0x00007fd564d8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.609] #2 0x00007fd564d77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.609] #3 0x0000564120e32853 in ExceptionalCondition (conditionName=conditionName@entry=0x564121270280 "v->type... [22:35:14.609] #4 0x0000564120c4ebf4 in jspGetLeftArg (v=v@entry=0x7ffd31638080, a=a@entry=0x7ffd31637f10) at jsonpath.... [22:35:14.609] #5 0x0000564120c50293 in printJsonPathItem (buf=buf@entry=0x7ffd316381f0, v=v@entry=0x7ffd31638080, inKe... [22:35:14.609] #6 0x0000564120c50588 in printJsonPathItem (buf=buf@entry=0x7ffd316381f0, v=v@entry=0x7ffd31638230, inKe... [22:35:14.609] #7 0x0000564120c506ca in jsonPathToCstring (out=0x7ffd316381f0, out@entry=0x0, in=0x625000008fa0, estima... [22:35:14.609] #8 0x0000564120c507e1 in jsonpath_out (fcinfo=<optimized out>) at jsonpath.c:138 [22:35:14.609] #9 0x0000564120e4835d in FunctionCall1Coll (flinfo=0x6250000539c8, collation=collation@entry=0, arg1=108... |
core | [22:35:14.141] #0 0x00007fd564ddbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.141] #1 0x00007fd564d8cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.141] #2 0x00007fd564d77472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:14.141] #3 0x0000564120e32853 in ExceptionalCondition (conditionName=conditionName@entry=0x564121270280 "v->type... [22:35:14.141] #4 0x0000564120c4ebf4 in jspGetLeftArg (v=v@entry=0x7ffd31637830, a=a@entry=0x7ffd31636840) at jsonpath.... [22:35:14.141] #5 0x0000564120c54e6e in executeStringInternalMethod (cxt=cxt@entry=0x7ffd316380d0, jsp=jsp@entry=0x7ffd... [22:35:14.141] #6 0x0000564120c5967e in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffd316380d0, jsp=jsp@entry=0x7ffd3... [22:35:14.141] #7 0x0000564120c5e1be in executeAnyItem (cxt=<optimized out>, jsp=<optimized out>, jbc=<optimized out>, ... [22:35:14.141] #8 0x0000564120c5e27f in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffd316380d0, jsp=jsp@entry=0x7ff... [22:35:14.141] #9 0x0000564120c596a0 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffd316380d0, jsp=0x7ffd31637830, j... |
core | [22:35:13.674] #0 0x00007fec37eabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.674] #1 0x00007fec37e5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.674] #2 0x00007fec37e47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:13.674] #3 0x000055f18679e853 in ExceptionalCondition (conditionName=conditionName@entry=0x55f186bdc280 "v->type... [22:35:13.674] #4 0x000055f1865babf4 in jspGetLeftArg (v=v@entry=0x7ffdcaaece40, a=a@entry=0x7ffdcaaeccd0) at jsonpath.... [22:35:13.674] #5 0x000055f1865bc293 in printJsonPathItem (buf=buf@entry=0x7ffdcaaecfb0, v=v@entry=0x7ffdcaaece40, inKe... [22:35:13.674] #6 0x000055f1865bc588 in printJsonPathItem (buf=buf@entry=0x7ffdcaaecfb0, v=v@entry=0x7ffdcaaecff0, inKe... [22:35:13.674] #7 0x000055f1865bc6ca in jsonPathToCstring (out=0x7ffdcaaecfb0, out@entry=0x0, in=0x625000008fa0, estima... [22:35:13.674] #8 0x000055f1865bc7e1 in jsonpath_out (fcinfo=<optimized out>) at jsonpath.c:138 [22:35:13.674] #9 0x000055f1867b435d in FunctionCall1Coll (flinfo=0x6250000513d8, collation=collation@entry=0, arg1=108... |
core | [22:35:12.711] #0 0x00007f1d991dbeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:12.711] #1 0x00007f1d9918cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:12.711] #2 0x00007f1d99177472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:35:12.711] #3 0x00005628074e0853 in ExceptionalCondition (conditionName=conditionName@entry=0x56280791e280 "v->type... [22:35:12.711] #4 0x00005628072fcbf4 in jspGetLeftArg (v=v@entry=0x7ffe7e3f0d10, a=a@entry=0x7ffe7e3efd20) at jsonpath.... [22:35:12.711] #5 0x0000562807302e6e in executeStringInternalMethod (cxt=cxt@entry=0x7ffe7e3f15b0, jsp=jsp@entry=0x7ffe... [22:35:12.711] #6 0x000056280730767e in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffe7e3f15b0, jsp=jsp@entry=0x7ffe7... [22:35:12.711] #7 0x000056280730c1be in executeAnyItem (cxt=<optimized out>, jsp=<optimized out>, jbc=<optimized out>, ... [22:35:12.711] #8 0x000056280730c27f in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffe7e3f15b0, jsp=jsp@entry=0x7ff... [22:35:12.711] #9 0x00005628073076a0 in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffe7e3f15b0, jsp=0x7ffe7e3f0d10, j... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-06-23 22:23:14.071103344 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonb.out 2025-06-23 22:29:52.734561152 +0000 @@ -3533,2301 +3533,10 @@ (1 row) SELECT count(*) FROM testjsonb WHERE j @@ '"CC" == $.wait'; - count -------- - 15 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.wait == "CC" && true == $.public'; - count -------- - 2 -(1 row) - -SELECT count(*) FROM testjsonb WHERE j @@ '$.age == 25'; - count ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/result... --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-06-23 22:23:14.071103344 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/json.out 2025-06-23 22:31:07.898523760 +0000 @@ -1813,956 +1813,7 @@ (1 row) SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": 123}') q; -ERROR: cannot call populate_composite on a scalar -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": [1, 2]}') q; -ERROR: cannot call populate_composite on an array -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": {"a": "abc", "c": "01.02.2003", "x": 43.2}}') q; - rec ------------------------------------ - (abc,,"Thu Jan 02 00:00:00 2003") -(1 row) - -SELECT rec FROM json_populate_record(NULL::jsrec, '{"rec": "(abc,42,01.02.2003)"}') q; - rec -------------------------------------- - (abc,42,"Thu Jan 02 00:00:00 2003") ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/regress/results/jsonb.ou... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-06-23 22:23:14.071103344 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/jsonb.out 2025-06-23 22:26:46.702730312 +0000 @@ -4847,987 +4847,7 @@ (1 row) select jsonb_set_lax('{"a":1,"b":2}', '{b}', null, null_value_treatment => 'use_json_null') as use_json_null; - use_json_null ---------------------- - {"a": 1, "b": null} -(1 row) - -\pset null '' --- jsonb_insert -select jsonb_insert('{"a": [0,1,2]}', '{a, 1}', '"new_value"'); - jsonb_insert -------------------------------- - {"a": [0, "new_value", 1, 2]} -(1 row) - ... |
tap | [22:29:55.245](119.445s) not ok 5 - regression tests pass [22:30:38.016](1.610s) not ok 16 - run of pg_upgrade --check for new instance [22:30:38.016](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [22:30:39.239](1.223s) not ok 18 - run of pg_upgrade for new instance [22:30:39.239](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [22:30:39.512](0.084s) not ok 20 - check that locales in new cluster match original cluster [22:30:40.402](0.042s) not ok 22 - old and new dumps match after pg_upgrade |
tap | [22:31:08.422](79.076s) not ok 2 - regression tests pass |
Linux - Debian Bookworm - Meson | |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
core | [22:33:09.183] #0 0x00007f01886a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:09.183] #1 0x00007f018865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:09.183] #2 0x00007f0188645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:09.183] #3 0x000055939218dda8 in ExceptionalCondition (conditionName=conditionName@entry=0x559392480288 "v->type... [22:33:09.183] #4 0x0000559391ffade1 in jspGetLeftArg (v=v@entry=0x7ffc8763bcd0, a=a@entry=0x7ffc8763bc10) at ../src/ba... [22:33:09.183] #5 0x0000559391ffbd6c in printJsonPathItem (buf=buf@entry=0x7ffc8763bd60, v=v@entry=0x7ffc8763bcd0, inKe... [22:33:09.183] #6 0x0000559391ffbffe in printJsonPathItem (buf=buf@entry=0x7ffc8763bd60, v=v@entry=0x7ffc8763bd30, inKe... [22:33:09.183] #7 0x0000559391ffc062 in jsonPathToCstring (out=0x7ffc8763bd60, out@entry=0x0, in=0x5593ad112430, estima... [22:33:09.183] #8 0x0000559391ffc102 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13... [22:33:09.183] #9 0x000055939219bb36 in FunctionCall1Coll (flinfo=0x5593ad1f9058, collation=collation@entry=0, arg1=<op... |
core | [22:33:07.345] #0 0x00007f571eca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.345] #1 0x00007f571ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.345] #2 0x00007f571ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.345] #3 0x00005555ddbdcda8 in ExceptionalCondition (conditionName=conditionName@entry=0x5555ddecf288 "v->type... [22:33:07.345] #4 0x00005555dda49de1 in jspGetLeftArg (v=v@entry=0x7fff2d01d750, a=a@entry=0x7fff2d01d690) at ../src/ba... [22:33:07.345] #5 0x00005555dda4ad6c in printJsonPathItem (buf=buf@entry=0x7fff2d01d7e0, v=v@entry=0x7fff2d01d750, inKe... [22:33:07.345] #6 0x00005555dda4affe in printJsonPathItem (buf=buf@entry=0x7fff2d01d7e0, v=v@entry=0x7fff2d01d7b0, inKe... [22:33:07.345] #7 0x00005555dda4b062 in jsonPathToCstring (out=0x7fff2d01d7e0, out@entry=0x0, in=0x5555dec2c450, estima... [22:33:07.345] #8 0x00005555dda4b102 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13... [22:33:07.345] #9 0x00005555ddbeab36 in FunctionCall1Coll (flinfo=0x5555dec645a8, collation=collation@entry=0, arg1=<op... |
core | [22:33:06.788] #0 0x00007f571eca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:06.788] #1 0x00007f571ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:06.788] #2 0x00007f571ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:06.788] #3 0x00005555ddbdcda8 in ExceptionalCondition (conditionName=conditionName@entry=0x5555ddecf288 "v->type... [22:33:06.788] #4 0x00005555dda49de1 in jspGetLeftArg (v=v@entry=0x7fff2d01d430, a=a@entry=0x7fff2d01cfb0) at ../src/ba... [22:33:06.788] #5 0x00005555dda4ed6a in executeStringInternalMethod (cxt=cxt@entry=0x7fff2d01d6a0, jsp=jsp@entry=0x7fff... [22:33:06.788] #6 0x00005555dda5213c in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7fff2d01d6a0, jsp=jsp@entry=0x7fff2... [22:33:06.788] #7 0x00005555dda55614 in executeAnyItem (cxt=cxt@entry=0x7fff2d01d6a0, jsp=jsp@entry=0x7fff2d01d430, jbc... [22:33:06.788] #8 0x00005555dda55691 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7fff2d01d6a0, jsp=jsp@entry=0x7ff... [22:33:06.788] #9 0x00005555dda5215b in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7fff2d01d6a0, jsp=0x7fff2d01d430, j... |
core | [22:33:05.971] #0 0x00007ff1bd4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:05.971] #1 0x00007ff1bd45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:05.971] #2 0x00007ff1bd445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:05.971] #3 0x000055b456736da8 in ExceptionalCondition (conditionName=conditionName@entry=0x55b456a29288 "v->type... [22:33:05.971] #4 0x000055b4565a3de1 in jspGetLeftArg (v=v@entry=0x7fffa9ab7000, a=a@entry=0x7fffa9ab6b80) at ../src/ba... [22:33:05.971] #5 0x000055b4565a8d6a in executeStringInternalMethod (cxt=cxt@entry=0x7fffa9ab7270, jsp=jsp@entry=0x7fff... [22:33:05.971] #6 0x000055b4565ac13c in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7fffa9ab7270, jsp=jsp@entry=0x7fffa... [22:33:05.971] #7 0x000055b4565af614 in executeAnyItem (cxt=cxt@entry=0x7fffa9ab7270, jsp=jsp@entry=0x7fffa9ab7000, jbc... [22:33:05.971] #8 0x000055b4565af691 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7fffa9ab7270, jsp=jsp@entry=0x7ff... [22:33:05.971] #9 0x000055b4565ac15b in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7fffa9ab7270, jsp=0x7fffa9ab7000, j... |
core | [22:33:08.666] #0 0x00007f01886a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:08.666] #1 0x00007f018865afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:08.666] #2 0x00007f0188645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:08.666] #3 0x000055939218dda8 in ExceptionalCondition (conditionName=conditionName@entry=0x559392480288 "v->type... [22:33:08.666] #4 0x0000559391ffade1 in jspGetLeftArg (v=v@entry=0x7ffc8763b9b0, a=a@entry=0x7ffc8763b530) at ../src/ba... [22:33:08.666] #5 0x0000559391fffd6a in executeStringInternalMethod (cxt=cxt@entry=0x7ffc8763bc20, jsp=jsp@entry=0x7ffc... [22:33:08.666] #6 0x000055939200313c in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffc8763bc20, jsp=jsp@entry=0x7ffc8... [22:33:08.666] #7 0x0000559392006614 in executeAnyItem (cxt=cxt@entry=0x7ffc8763bc20, jsp=jsp@entry=0x7ffc8763b9b0, jbc... [22:33:08.666] #8 0x0000559392006691 in executeItemUnwrapTargetArray (cxt=cxt@entry=0x7ffc8763bc20, jsp=jsp@entry=0x7ff... [22:33:08.666] #9 0x000055939200315b in executeItemOptUnwrapTarget (cxt=cxt@entry=0x7ffc8763bc20, jsp=0x7ffc8763b9b0, j... |
core | [22:33:07.878] #0 0x00007ff1bd4a9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.878] #1 0x00007ff1bd45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.878] #2 0x00007ff1bd445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [22:33:07.878] #3 0x000055b456736da8 in ExceptionalCondition (conditionName=conditionName@entry=0x55b456a29288 "v->type... [22:33:07.878] #4 0x000055b4565a3de1 in jspGetLeftArg (v=v@entry=0x7fffa9ab7320, a=a@entry=0x7fffa9ab7260) at ../src/ba... [22:33:07.878] #5 0x000055b4565a4d6c in printJsonPathItem (buf=buf@entry=0x7fffa9ab73b0, v=v@entry=0x7fffa9ab7320, inKe... [22:33:07.878] #6 0x000055b4565a4ffe in printJsonPathItem (buf=buf@entry=0x7fffa9ab73b0, v=v@entry=0x7fffa9ab7380, inKe... [22:33:07.878] #7 0x000055b4565a5062 in jsonPathToCstring (out=0x7fffa9ab73b0, out@entry=0x0, in=0x55b48ed637d0, estima... [22:33:07.878] #8 0x000055b4565a5102 in jsonpath_out (fcinfo=<optimized out>) at ../src/backend/utils/adt/jsonpath.c:13... [22:33:07.878] #9 0x000055b456744b36 in FunctionCall1Coll (flinfo=0x55b48ee4af88, collation=collation@entry=0, arg1=<op... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out 2025-06-23 22:23:15.425419112 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out 2025-06-23 22:25:53.633058140... @@ -436,998 +436,7 @@ (1 row) select '$.replace("hello","bye")'::jsonpath; - jsonpath --------------------------- - $.replace("hello","bye") -(1 row) - -select '$.lower()'::jsonpath; - jsonpath ------------ - $.lower() -(1 row) - -select '$.upper()'::jsonpath; - jsonpath ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/json.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_... --- /tmp/cirrus-ci-build/src/test/regress/expected/json.out 2025-06-23 22:23:15.421419112 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/json.out 2025-06-23 22:27:08.517012712 +... @@ -2055,714 +2055,10 @@ DROP TYPE jsrec; DROP TYPE jsrec_i_not_null; DROP DOMAIN js_int_not_null; -DROP DOMAIN js_int_array_1d; -DROP DOMAIN js_int_array_2d; -DROP DOMAIN j_ordered_pair; -DROP TYPE j_unordered_pair; ---json_typeof() function -select value, json_typeof(value) - from (values (json '123.4'), - (json '-1'), - (json '"foo"'), - (json 'true'), - (json 'false'), - (json 'null'), - (json '[1, 2, 3]'), ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out /tmp/cirrus-ci-build/build/testrun/regress/regress/... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonpath.out 2025-06-23 22:23:15.425419112 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonpath.out 2025-06-23 22:25:49.757059976 +0000 @@ -436,998 +436,7 @@ (1 row) select '$.replace("hello","bye")'::jsonpath; - jsonpath --------------------------- - $.replace("hello","bye") -(1 row) - -select '$.lower()'::jsonpath; - jsonpath ------------ - $.lower() -(1 row) - -select '$.upper()'::jsonpath; - jsonpath ... |
tap | [22:25:56.045](68.912s) not ok 5 - regression tests pass [22:26:23.742](2.061s) not ok 16 - run of pg_upgrade --check for new instance [22:26:23.743](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [22:26:25.927](2.183s) not ok 18 - run of pg_upgrade for new instance [22:26:25.927](0.000s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [22:26:26.300](0.121s) not ok 20 - check that locales in new cluster match original cluster [22:26:27.416](0.113s) not ok 22 - old and new dumps match after pg_upgrade |
tap | [22:27:10.735](70.275s) not ok 2 - regression tests pass |
test | [22:30:32.051] 25/343 postgresql:regress / regress/regress ERROR ... [22:30:32.051] 29/343 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [22:30:32.051] 99/343 postgresql:recovery / recovery/027_stream_regress ERROR ... |
macOS - Sonoma - Meson | |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
core | [22:33:57.971] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:33:57.971] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:33:57.971] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:33:57.971] frame #3: 0x00000001051792b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:33:57.971] frame #4: 0x00000001050bd07c postgres`jspGetLeftArg(v=0x000000016b0ffd08, a=0x000000016b0ffb00) at js... [22:33:57.971] frame #5: 0x00000001050c0d9c postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5 [22:33:57.971] frame #6: 0x00000001050c0d90 postgres`executeItemOptUnwrapTarget(cxt=0x000000016b0fff78, jsp=0x000000... [22:33:57.971] frame #7: 0x00000001050c2bc4 postgres`executeAnyItem(cxt=0x000000016b0fff78, jsp=0x000000016b0ffd08, ... [22:33:57.971] frame #8: 0x00000001050c2a00 postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl... [22:33:57.971] frame #9: 0x00000001050c2124 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016b0fff78, j... |
core | [22:32:11.198] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:32:11.198] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:32:11.198] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:32:11.198] frame #3: 0x0000000100bc12b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:32:11.198] frame #4: 0x0000000100b0507c postgres`jspGetLeftArg(v=0x000000016f6b81f8, a=0x000000016f6b8158) at js... [22:32:11.198] frame #5: 0x0000000100b065ac postgres`printJsonPathItem(buf=0x000000016f6b8288, v=0x000000016f6b81f8,... [22:32:11.198] frame #6: 0x0000000100b06760 postgres`printJsonPathItem(buf=0x000000016f6b8288, v=0x000000016f6b8260,... [22:32:11.198] frame #7: 0x0000000100b04cc4 postgres`jsonPathToCstring(out=0x000000016f6b8288, in=0x000000013b80cd20... [22:32:11.198] frame #8: 0x0000000100bca4f8 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000... [22:32:11.198] frame #9: 0x0000000100bca4d0 postgres`OutputFunctionCall(flinfo=0x000000013b823ac8, val=<unavailable>... |
core | [22:32:43.954] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:32:43.954] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:32:43.954] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:32:43.954] frame #3: 0x00000001051792b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:32:43.954] frame #4: 0x00000001050bd07c postgres`jspGetLeftArg(v=0x000000016b100048, a=0x000000016b0fffa8) at js... [22:32:43.954] frame #5: 0x00000001050be5ac postgres`printJsonPathItem(buf=0x000000016b1000d8, v=0x000000016b100048,... [22:32:43.954] frame #6: 0x00000001050be760 postgres`printJsonPathItem(buf=0x000000016b1000d8, v=0x000000016b1000b0,... [22:32:43.954] frame #7: 0x00000001050bccc4 postgres`jsonPathToCstring(out=0x000000016b1000d8, in=0x000000014e012520... [22:32:43.954] frame #8: 0x00000001051824f8 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000... [22:32:43.954] frame #9: 0x00000001051824d0 postgres`OutputFunctionCall(flinfo=0x000000014d8246d8, val=<unavailable>... |
core | [22:33:23.221] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:33:23.221] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:33:23.221] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:33:23.221] frame #3: 0x00000001048892b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:33:23.221] frame #4: 0x00000001047cd07c postgres`jspGetLeftArg(v=0x000000016b9f0198, a=0x000000016b9f00f8) at js... [22:33:23.221] frame #5: 0x00000001047ce5ac postgres`printJsonPathItem(buf=0x000000016b9f0228, v=0x000000016b9f0198,... [22:33:23.221] frame #6: 0x00000001047ce760 postgres`printJsonPathItem(buf=0x000000016b9f0228, v=0x000000016b9f0200,... [22:33:23.221] frame #7: 0x00000001047cccc4 postgres`jsonPathToCstring(out=0x000000016b9f0228, in=0x000000015300a520... [22:33:23.221] frame #8: 0x00000001048924f8 postgres`OutputFunctionCall [inlined] FunctionCall1Coll(flinfo=0x0000000... [22:33:23.221] frame #9: 0x00000001048924d0 postgres`OutputFunctionCall(flinfo=0x000000015281ccc8, val=<unavailable>... |
core | [22:34:31.943] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:34:31.943] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:34:31.943] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:34:31.943] frame #3: 0x00000001048892b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:34:31.943] frame #4: 0x00000001047cd07c postgres`jspGetLeftArg(v=0x000000016b9efe58, a=0x000000016b9efc50) at js... [22:34:31.943] frame #5: 0x00000001047d0d9c postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5 [22:34:31.943] frame #6: 0x00000001047d0d90 postgres`executeItemOptUnwrapTarget(cxt=0x000000016b9f00c8, jsp=0x000000... [22:34:31.943] frame #7: 0x00000001047d2bc4 postgres`executeAnyItem(cxt=0x000000016b9f00c8, jsp=0x000000016b9efe58, ... [22:34:31.943] frame #8: 0x00000001047d2a00 postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl... [22:34:31.943] frame #9: 0x00000001047d2124 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016b9f00c8, j... |
core | [22:35:22.478] * frame #0: 0x000000018d2e95d0 libsystem_kernel.dylib`__pthread_kill + 8 [22:35:22.478] frame #1: 0x000000018d321c20 libsystem_pthread.dylib`pthread_kill + 288 [22:35:22.478] frame #2: 0x000000018d22ea30 libsystem_c.dylib`abort + 180 [22:35:22.478] frame #3: 0x0000000100bc12b0 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [22:35:22.478] frame #4: 0x0000000100b0507c postgres`jspGetLeftArg(v=0x000000016f6b7eb8, a=0x000000016f6b7cb0) at js... [22:35:22.478] frame #5: 0x0000000100b08d9c postgres`executeItemOptUnwrapTarget at jsonpath_exec.c:2920:5 [22:35:22.478] frame #6: 0x0000000100b08d90 postgres`executeItemOptUnwrapTarget(cxt=0x000000016f6b8128, jsp=0x000000... [22:35:22.478] frame #7: 0x0000000100b0abc4 postgres`executeAnyItem(cxt=0x000000016f6b8128, jsp=0x000000016f6b7eb8, ... [22:35:22.478] frame #8: 0x0000000100b0aa00 postgres`executeItemUnwrapTargetArray(cxt=<unavailable>, jsp=<unavailabl... [22:35:22.478] frame #9: 0x0000000100b0a124 postgres`executeNextItem [inlined] executeItem(cxt=0x000000016f6b8128, j... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra... --- /Users/admin/pgsql/src/test/regress/expected/jsonb.out 2025-06-23 22:22:12 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-06-23 22:24:50 @@ -5155,679 +5155,10 @@ id int, test_json jsonb ); -insert into test_jsonb_subscript values -(1, '{}'), -- empty jsonb -(2, '{"key": "value"}'); -- jsonb with data --- update empty jsonb -update test_jsonb_subscript set test_json['a'] = '1' where id = 1; -select * from test_jsonb_subscript; - id | test_json -----+------------------ - 2 | {"key": "value"} - 1 | {"a": 1} -(2 rows) - --- update jsonb with some data ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/json.out /Users/admin/pgsql/build/testrun/recovery/027_stream_regr... --- /Users/admin/pgsql/src/test/regress/expected/json.out 2025-06-23 22:22:12 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/json.out 2025-06-23 22:26:11 @@ -2245,524 +2245,10 @@ SELECT json_build_object('{1,2,3}'::int[], 3); ERROR: key value must be scalar, not array, composite, or json CREATE TEMP TABLE foo (serial_num int, name text, type text); -INSERT INTO foo VALUES (847001,'t15','GE1043'); -INSERT INTO foo VALUES (847002,'t16','GE1043'); -INSERT INTO foo VALUES (847003,'sub-alpha','GESS90'); -SELECT json_build_object('turbines',json_object_agg(serial_num,json_build_object('name',name,'type',type))) -FROM foo; - json_build_object ... ------------------------------------------------------------------------------------------------------------------------... - {"turbines" : { "847001" : {"name" : "t15", "type" : "GE1043"}, "847002" : {"name" : "t16", "type" : "GE1043"}, "84700... -(1 row) - -SELECT json_object_agg(name, type) FROM foo; - json_object_agg ----------------------------------------------------------------- ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results... --- /Users/admin/pgsql/src/test/regress/expected/jsonb.out 2025-06-23 22:22:12 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out 2025-06-23 22:24:51 @@ -3389,2445 +3389,10 @@ RESET enable_seqscan; SELECT count(*) FROM (SELECT (jsonb_each(j)).key FROM testjsonb) AS wow; - count -------- - 4791 -(1 row) - -SELECT key, count(*) FROM (SELECT (jsonb_each(j)).key FROM testjsonb) AS wow GROUP BY key ORDER BY count DESC, key; - key | count ------------+------- - line | 884 - query | 207 - pos | 203 - node | 202 - space | 197 ... |
tap | [22:24:53.558](76.868s) not ok 5 - regression tests pass [22:25:28.621](1.577s) not ok 16 - run of pg_upgrade --check for new instance [22:25:28.621](0.000s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [22:25:29.635](1.014s) not ok 18 - run of pg_upgrade for new instance [22:25:29.652](0.015s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [22:25:29.908](0.075s) not ok 20 - check that locales in new cluster match original cluster [22:25:30.611](0.057s) not ok 22 - old and new dumps match after pg_upgrade |
tap | [22:26:13.667](92.806s) not ok 2 - regression tests pass |
test | [22:28:16.198] 34/342 postgresql:regress / regress/regress ERROR ... [22:28:16.198] 37/342 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [22:28:16.198] 156/342 postgresql:recovery / recovery/027_stream_regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
assertion | TRAP: failed Assert("v->type == jpiAnd || v->type == jpiOr || v->type == jpiEqual || v->type == jpiNotEqual || v->type =... |
core | 000000ba`5a9ff868 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 000000ba`5a9ff870 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 000000ba`5a9ff910 00007ffd`25a34cb0 postgres!pg_timer_thread( 000000ba`5a9ff950 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`5a9ff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ba`5a5ffac8 00007ffd`231748fa ntdll!NtFsControlFile+0x14 000000ba`5a5ffad0 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 000000ba`5a5ffb40 00007ffd`25a34cb0 postgres!pg_signal_thread( 000000ba`5a5ffc40 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`5a5ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ba`5a1ff548 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`5a1ff550 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000ba`5a1ff840 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`5a1ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ba`59dff6d8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ba`59dff6e0 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000ba`59dff9d0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000ba`59dffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000ba`599fe8e0 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000ba`599fe920 00007ff7`a667d87d postgres!ExceptionalCondition( 000000ba`599fe960 00007ff7`a667fc6c postgres!jspGetLeftArg( 000000ba`599fe990 00007ff7`a667ff59 postgres!printJsonPathItem( 000000ba`599feaa0 00007ff7`a667e236 postgres!printJsonPathItem( 000000ba`599febb0 00007ff7`a667cd54 postgres!jsonPathToCstring( 000000ba`599fec20 00007ff7`a67dcaee postgres!jsonpath_out( 000000ba`599fec60 00007ff7`a67de94f postgres!FunctionCall1Coll( 000000ba`599fece0 00007ff7`a5fc2175 postgres!OutputFunctionCall( 000000ba`599fed10 00007ff7`a628a2f9 postgres!printtup( |
core | 0000009c`d3fff9e8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009c`d3fff9f0 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000009c`d3fffce0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000009c`d3fffd10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000009c`d3bfea00 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000009c`d3bfea40 00007ff7`a667d87d postgres!ExceptionalCondition( 0000009c`d3bfea80 00007ff7`a667fc6c postgres!jspGetLeftArg( 0000009c`d3bfeab0 00007ff7`a667ff59 postgres!printJsonPathItem( 0000009c`d3bfebc0 00007ff7`a667e236 postgres!printJsonPathItem( 0000009c`d3bfecd0 00007ff7`a667cd54 postgres!jsonPathToCstring( 0000009c`d3bfed40 00007ff7`a67dcaee postgres!jsonpath_out( 0000009c`d3bfed80 00007ff7`a67de94f postgres!FunctionCall1Coll( 0000009c`d3bfee00 00007ff7`a5fc2175 postgres!OutputFunctionCall( 0000009c`d3bfee30 00007ff7`a628a2f9 postgres!printtup( |
core | 0000009c`d43ff9b8 00007ffd`231748fa ntdll!NtFsControlFile+0x14 0000009c`d43ff9c0 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 0000009c`d43ffa30 00007ffd`25a34cb0 postgres!pg_signal_thread( 0000009c`d43ffb30 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000009c`d43ffb60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000009c`d47ff728 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 0000009c`d47ff730 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 0000009c`d47ff7d0 00007ffd`25a34cb0 postgres!pg_timer_thread( 0000009c`d47ff810 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000009c`d47ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000009c`d4bff678 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000009c`d4bff680 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000009c`d4bff970 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000009c`d4bff9a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000007b`145ff9e8 00007ffd`231748fa ntdll!NtFsControlFile+0x14 0000007b`145ff9f0 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 0000007b`145ffa60 00007ffd`25a34cb0 postgres!pg_signal_thread( 0000007b`145ffb60 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000007b`145ffb90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000007b`139fddb0 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000007b`139fddf0 00007ff7`a667d87d postgres!ExceptionalCondition( 0000007b`139fde30 00007ff7`a66887fc postgres!jspGetLeftArg( 0000007b`139fde60 00007ff7`a6685286 postgres!executeStringInternalMethod( 0000007b`139fdfb0 00007ff7`a66860db postgres!executeItemOptUnwrapTarget( 0000007b`139fe520 00007ff7`a668554c postgres!executeAnyItem( 0000007b`139fe5c0 00007ff7`a668525c postgres!executeItemUnwrapTargetArray( 0000007b`139fe630 00007ff7`a6681c5e postgres!executeItemOptUnwrapTarget( 0000007b`139feba0 00007ff7`a6685667 postgres!executeItem( 0000007b`139febe0 00007ff7`a6682cf3 postgres!executeNextItem( |
core | 0000007b`13dffad8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007b`13dffae0 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000007b`13dffdd0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000007b`13dffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000007b`141ffbf8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000007b`141ffc00 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000007b`141ffef0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000007b`141fff20 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000007b`149ff8f8 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 0000007b`149ff900 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 0000007b`149ff9a0 00007ffd`25a34cb0 postgres!pg_timer_thread( 0000007b`149ff9e0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000007b`149ffa10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000e0`277fee60 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000e0`277feea0 00007ff7`a667d87d postgres!ExceptionalCondition( 000000e0`277feee0 00007ff7`a667fc6c postgres!jspGetLeftArg( 000000e0`277fef10 00007ff7`a667ff59 postgres!printJsonPathItem( 000000e0`277ff020 00007ff7`a667e236 postgres!printJsonPathItem( 000000e0`277ff130 00007ff7`a667cd54 postgres!jsonPathToCstring( 000000e0`277ff1a0 00007ff7`a67dcaee postgres!jsonpath_out( 000000e0`277ff1e0 00007ff7`a67de94f postgres!FunctionCall1Coll( 000000e0`277ff260 00007ff7`a5fc2175 postgres!OutputFunctionCall( 000000e0`277ff290 00007ff7`a628a2f9 postgres!printtup( |
core | 000000e0`287ffb28 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e0`287ffb30 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000e0`287ffe20 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000e0`287ffe50 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000e0`283ffc58 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 000000e0`283ffc60 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 000000e0`283ffd00 00007ffd`25a34cb0 postgres!pg_timer_thread( 000000e0`283ffd40 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000e0`283ffd70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000e0`27fff6a8 00007ffd`231748fa ntdll!NtFsControlFile+0x14 000000e0`27fff6b0 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 000000e0`27fff720 00007ffd`25a34cb0 postgres!pg_signal_thread( 000000e0`27fff820 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000e0`27fff850 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000e0`27bff9b8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000e0`27bff9c0 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000e0`27bffcb0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000e0`27bffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000b9`557ff668 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`557ff670 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000b9`557ff960 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`557ff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000b9`55bff7c8 00007ffd`231748fa ntdll!NtFsControlFile+0x14 000000b9`55bff7d0 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 000000b9`55bff840 00007ffd`25a34cb0 postgres!pg_signal_thread( 000000b9`55bff940 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`55bff970 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000b9`55fff868 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 000000b9`55fff870 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 000000b9`55fff910 00007ffd`25a34cb0 postgres!pg_timer_thread( 000000b9`55fff950 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`55fff980 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 000000b9`553fda30 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 000000b9`553fda70 00007ff7`a667d87d postgres!ExceptionalCondition( 000000b9`553fdab0 00007ff7`a66887fc postgres!jspGetLeftArg( 000000b9`553fdae0 00007ff7`a6685286 postgres!executeStringInternalMethod( 000000b9`553fdc30 00007ff7`a66860db postgres!executeItemOptUnwrapTarget( 000000b9`553fe1a0 00007ff7`a668554c postgres!executeAnyItem( 000000b9`553fe240 00007ff7`a668525c postgres!executeItemUnwrapTargetArray( 000000b9`553fe2b0 00007ff7`a6681c5e postgres!executeItemOptUnwrapTarget( 000000b9`553fe820 00007ff7`a6685667 postgres!executeItem( 000000b9`553fe860 00007ff7`a6682cf3 postgres!executeNextItem( |
core | 000000b9`563ffc38 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`563ffc40 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 000000b9`563fff30 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 000000b9`563fff60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000004d`ddfffbb8 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004d`ddfffbc0 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000004d`ddfffeb0 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000004d`ddfffee0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000004d`debff478 00007ffd`25b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000004d`debff480 00007ffd`25a34cb0 ntdll!TppWorkerThread+0x2df 0000004d`debff770 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000004d`debff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000004d`de7ffb58 00007ffd`2312da3e ntdll!NtWaitForSingleObject+0x14 0000004d`de7ffb60 00007ff7`a646c06c KERNELBASE!WaitForSingleObjectEx+0x8e 0000004d`de7ffc00 00007ffd`25a34cb0 postgres!pg_timer_thread( 0000004d`de7ffc40 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000004d`de7ffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000004d`de3ff788 00007ffd`231748fa ntdll!NtFsControlFile+0x14 0000004d`de3ff790 00007ff7`a646a5cb KERNELBASE!ConnectNamedPipe+0x6a 0000004d`de3ff800 00007ffd`25a34cb0 postgres!pg_signal_thread( 0000004d`de3ff900 00007ffd`25bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000004d`de3ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000004d`ddbfd7d0 00007ff7`a67d18e8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000004d`ddbfd810 00007ff7`a667d87d postgres!ExceptionalCondition( 0000004d`ddbfd850 00007ff7`a66887fc postgres!jspGetLeftArg( 0000004d`ddbfd880 00007ff7`a6685286 postgres!executeStringInternalMethod( 0000004d`ddbfd9d0 00007ff7`a66860db postgres!executeItemOptUnwrapTarget( 0000004d`ddbfdf40 00007ff7`a668554c postgres!executeAnyItem( 0000004d`ddbfdfe0 00007ff7`a668525c postgres!executeItemUnwrapTargetArray( 0000004d`ddbfe050 00007ff7`a6681c5e postgres!executeItemOptUnwrapTarget( 0000004d`ddbfe5c0 00007ff7`a6685667 postgres!executeItem( 0000004d`ddbfe600 00007ff7`a6682cf3 postgres!executeNextItem( |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/pg_upgrade/002_pg_... --- C:/cirrus/src/test/regress/expected/jsonpath.out 2025-06-23 22:23:19.940639800 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonpath.out 2025-06-23 22:27:17.968911200 +0000 @@ -436,998 +436,7 @@ (1 row) select '$.replace("hello","bye")'::jsonpath; - jsonpath --------------------------- - $.replace("hello","bye") -(1 row) - -select '$.lower()'::jsonpath; - jsonpath ------------ - $.lower() -(1 row) - -select '$.upper()'::jsonpath; - jsonpath ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/recovery/027_strea... --- C:/cirrus/src/test/regress/expected/jsonpath.out 2025-06-23 22:23:19.940639800 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonpath.out 2025-06-23 22:29:58.312723900 +0000 @@ -436,998 +436,7 @@ (1 row) select '$.replace("hello","bye")'::jsonpath; - jsonpath --------------------------- - $.replace("hello","bye") -(1 row) - -select '$.lower()'::jsonpath; - jsonpath ------------ - $.lower() -(1 row) - -select '$.upper()'::jsonpath; - jsonpath ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonpath.out C:/cirrus/build/testrun/regress/regress/re... --- C:/cirrus/src/test/regress/expected/jsonpath.out 2025-06-23 22:23:19.940639800 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/jsonpath.out 2025-06-23 22:27:17.913711100 +0000 @@ -436,998 +436,7 @@ (1 row) select '$.replace("hello","bye")'::jsonpath; - jsonpath --------------------------- - $.replace("hello","bye") -(1 row) - -select '$.lower()'::jsonpath; - jsonpath ------------ - $.lower() -(1 row) - -select '$.upper()'::jsonpath; - jsonpath ... |
tap | [22:27:38.029](133.045s) not ok 5 - regression tests pass [22:28:22.521](7.543s) not ok 16 - run of pg_upgrade --check for new instance [22:28:22.523](0.001s) not ok 17 - pg_upgrade_output.d/ removed after pg_upgrade --check success [22:28:26.180](3.657s) not ok 18 - run of pg_upgrade for new instance [22:28:26.182](0.002s) not ok 19 - pg_upgrade_output.d/ removed after pg_upgrade success [22:28:28.212](0.201s) not ok 20 - check that locales in new cluster match original cluster [22:28:29.990](0.159s) not ok 22 - old and new dumps match after pg_upgrade |
tap | [22:30:16.108](136.343s) not ok 2 - regression tests pass |
test | [22:37:29.912] 15/337 postgresql:regress / regress/regress ERROR 1... [22:37:29.912] 23/337 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [22:37:29.912] 67/337 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
53/4966 | Parallel CREATE INDEX for GIN indexes |
CompilerWarnings | |
compiler | [21:03:51.893] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable] |
compiler | [21:03:45.161] gininsert.c:1619:16: error: unused variable 'oldCtx' [-Werror,-Wunused-variable] |
compiler | [21:03:14.992] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |
compiler | [21:03:14.992] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
compiler | [21:03:08.495] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
compiler | [21:03:08.495] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |
compiler | [21:04:14.068] gininsert.c:1673:31: error: declaration of ‘oldCtx’ shadows a previous local [-Werror=shadow=compatible-l... |
compiler | [21:04:14.068] gininsert.c:1619:23: error: unused variable ‘oldCtx’ [-Werror=unused-variable] |
53/5634 | track generic and custom plan calls in pg_stat_statements |
FreeBSD - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_st... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out 2025-06-23 21:00:34.907886000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/plancache.out 2025-06-23 21:03:59.070584000 +0... @@ -56,7 +56,7 @@ ORDER BY query COLLATE "C"; calls | generic_plan_calls | custom_plan_calls | toplevel | query -------+--------------------+-------------------+----------+---------------------------------------------------- - 3 | 1 | 2 | t | SELECT $1 + 3 | 1 | 2 | t | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 (3 rows) @@ -121,7 +121,7 @@ -------+--------------------+-------------------+----------+-----------------------------------------------------------... 3 | 0 | 0 | t | EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFF... 3 | 0 | 0 | t | EXPLAIN (COSTS OFF) EXECUTE p1(1) - 6 | 2 | 4 | f | SELECT $1 + 6 | 2 | 4 | f | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 ... |
test | [21:07:56.621] 96/342 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out /tmp/cirrus-ci-build/contrib/pg_stat_sta... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out 2025-06-23 21:00:32.344793312 +0000 +++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/plancache.out 2025-06-23 21:06:03.010925427 +0000 @@ -56,7 +56,7 @@ ORDER BY query COLLATE "C"; calls | generic_plan_calls | custom_plan_calls | toplevel | query -------+--------------------+-------------------+----------+---------------------------------------------------- - 3 | 1 | 2 | t | SELECT $1 + 3 | 1 | 2 | t | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 (3 rows) @@ -121,7 +121,7 @@ -------+--------------------+-------------------+----------+-----------------------------------------------------------... 3 | 0 | 0 | t | EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFF... 3 | 0 | 0 | t | EXPLAIN (COSTS OFF) EXECUTE p1(1) - 6 | 2 | 4 | f | SELECT $1 + 6 | 2 | 4 | f | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 ... |
Linux - Debian Bookworm - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out /tmp/cirrus-ci-build/build/testrun/pg_st... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/plancache.out 2025-06-23 21:00:35.035754350 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/plancache.out 2025-06-23 21:06:20.411663095 +0... @@ -56,7 +56,7 @@ ORDER BY query COLLATE "C"; calls | generic_plan_calls | custom_plan_calls | toplevel | query -------+--------------------+-------------------+----------+---------------------------------------------------- - 3 | 1 | 2 | t | SELECT $1 + 3 | 1 | 2 | t | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 (3 rows) @@ -121,7 +121,7 @@ -------+--------------------+-------------------+----------+-----------------------------------------------------------... 3 | 0 | 0 | t | EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFF... 3 | 0 | 0 | t | EXPLAIN (COSTS OFF) EXECUTE p1(1) - 6 | 2 | 4 | f | SELECT $1 + 6 | 2 | 4 | f | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 ... |
test | [21:09:50.937] 95/343 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/plancache.out /Users/admin/pgsql/build/testrun/pg_stat_s... --- /Users/admin/pgsql/contrib/pg_stat_statements/expected/plancache.out 2025-06-23 21:00:10 +++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/plancache.out 2025-06-23 21:04:52 @@ -56,7 +56,7 @@ ORDER BY query COLLATE "C"; calls | generic_plan_calls | custom_plan_calls | toplevel | query -------+--------------------+-------------------+----------+---------------------------------------------------- - 3 | 1 | 2 | t | SELECT $1 + 3 | 1 | 2 | t | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 (3 rows) @@ -121,7 +121,7 @@ -------+--------------------+-------------------+----------+-----------------------------------------------------------... 3 | 0 | 0 | t | EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFF... 3 | 0 | 0 | t | EXPLAIN (COSTS OFF) EXECUTE p1(1) - 6 | 2 | 4 | f | SELECT $1 + 6 | 2 | 4 | f | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 ... |
test | [21:08:28.191] 95/342 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/plancache.out C:/cirrus/build/testrun/pg_stat... --- C:/cirrus/contrib/pg_stat_statements/expected/plancache.out 2025-06-23 21:00:34.587729600 +0000 +++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/plancache.out 2025-06-23 21:08:22.682531000 +0000 @@ -56,7 +56,7 @@ ORDER BY query COLLATE "C"; calls | generic_plan_calls | custom_plan_calls | toplevel | query -------+--------------------+-------------------+----------+---------------------------------------------------- - 3 | 1 | 2 | t | SELECT $1 + 3 | 1 | 2 | t | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 (3 rows) @@ -121,7 +121,7 @@ -------+--------------------+-------------------+----------+-----------------------------------------------------------... 3 | 0 | 0 | t | EXPLAIN (ANALYZE, COSTS OFF, SUMMARY OFF, TIMING OFF, BUFF... 3 | 0 | 0 | t | EXPLAIN (COSTS OFF) EXECUTE p1(1) - 6 | 2 | 4 | f | SELECT $1 + 6 | 2 | 4 | f | PREPARE p1 AS SELECT $1 1 | 0 | 0 | t | SELECT pg_stat_statements_reset() IS NOT NULL AS t 3 | 0 | 0 | t | SET plan_cache_mode TO $1 ... |
test | [21:15:52.331] 98/337 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
53/5517 | Extended Statistics set/restore/clear functions |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:24:56.397] ../src/backend/statistics/mvdistinct.c(589): warning C4129: '%': unrecognized character escape sequence |
compiler | [20:24:56.397] ../src/backend/statistics/dependencies.c(928): warning C4129: '%': unrecognized character escape sequence |
53/5758 | Document default values for pgoutput options |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [20:12:32.188](0.001s) not ok 5 - reserved_connections limit: matches |
test | [20:15:28.673] 257/337 postgresql:postmaster / postmaster/002_connection_limits ERROR ... |
53/4984 | Serverside SNI for SSL connections |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [19:14:46.502](0.056s) not ok 33 - connect with correct server CA cert file sslmode=require [19:14:46.503](0.000s) not ok 34 - connect with correct server CA cert file sslmode=require: no stderr [19:14:46.581](0.001s) not ok 36 - connect fails since the passphrase protected key cannot be reloaded: matches |
test | [19:15:13.487] 335/338 postgresql:ssl / ssl/004_sni ERROR ... |
53/4971 | [CREATE|RE] INDEX CONCURRENTLY with single heap scan and short-term resetting shapshots |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [18:59:16.844] c:\cirrus\src\backend\access\stir\stir.c(424) : warning C4715: 'stirbeginscan': not all control paths ret... |
53/5663 | Selectively invalidate caches in pgoutput when pg_namespace is modified |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [17:49:43.800] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5382 | Adding compression of temporary files |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out /tmp/cirrus-ci-build/src/test/recovery/tmp_ch... --- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out 2025-06-23 17:10:50.468232702 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/join_hash_pglz.out 2025-06-23 17:19:40.494105581 +0000 @@ -373,21 +373,14 @@ (9 rows) select count(*) from simple r join bigger_than_it_looks s using (id); - count -------- - 20000 -(1 row) - +ERROR: could not read from temporary file: read only 8180 of 33554940 bytes +CONTEXT: parallel worker select original > 1 as initially_multibatch, final > original as increased_batches from hash_join_batches( $$ select count(*) from simple r join bigger_than_it_looks s using (id); $$); - initially_multibatch | increased_batches ... |
tap | [17:19:40.526](114.663s) not ok 2 - regression tests pass |
Linux - Debian Bookworm - Meson | |
core | [17:27:30.268] #0 0xf7f57559 in __kernel_vsyscall () [17:27:30.268] #1 0xf6888457 in ?? () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.268] #2 0xf6837121 in raise () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.268] #3 0xf682026a in abort () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.268] #4 0xf6a43d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos... [17:27:30.268] #5 0xf6a52896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi... [17:27:30.268] #6 0xf6a3058c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize... [17:27:30.268] #7 0x5691582c in fetch_att (T=T@entry=0x5a328681, attbyval=<optimized out>, attlen=4) at ../src/include/... [17:27:30.268] #8 0x56919f5c in heap_deform_tuple (tuple=0xffcccf4c, tupleDesc=0x5a326e70, values=0x5a344228, isnull=0x... [17:27:30.268] #9 0x56cf35ec in ExecForceStoreMinimalTuple (mtup=0x5a32868c, slot=0x5a3441fc, shouldFree=true) at ../sr... |
core | [17:27:30.955] #0 0xf7fb6559 in __kernel_vsyscall () [17:27:30.955] #1 0xf68e7457 in ?? () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.955] #2 0xf6896121 in raise () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.955] #3 0xf687f26a in abort () from /lib/i386-linux-gnu/libc.so.6 [17:27:30.955] #4 0xf6aa2d4a in __sanitizer::Abort () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_pos... [17:27:30.955] #5 0xf6ab1896 in __sanitizer::Die () at ../../../../../src/libsanitizer/sanitizer_common/sanitizer_termi... [17:27:30.955] #6 0xf6a8f58c in __ubsan::__ubsan_handle_type_mismatch_v1_abort (Data=<optimized out>, Pointer=<optimize... [17:27:30.955] #7 0x5694682c in fetch_att (T=T@entry=0x58eb797f, attbyval=<optimized out>, attlen=4) at ../src/include/... [17:27:30.955] #8 0x5694af5c in heap_deform_tuple (tuple=0xffd9239c, tupleDesc=0x58eb7970, values=0x58ec78a8, isnull=0x... [17:27:30.955] #9 0x56d245ec in ExecForceStoreMinimalTuple (mtup=0x58eb7954, slot=0x58ec787c, shouldFree=true) at ../sr... |
core | [17:27:31.097] #0 0x00007f8d01eaedd4 in ?? () [17:27:31.097] #1 0x0000000000000000 in ?? () |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out /tmp/cirrus-ci-build/build-32/testrun/recover... --- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out 2025-06-23 17:10:49.996681487 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/recovery/027_stream_regress/data/results/join_hash_pglz.out 2025-06-23 17:20:5... @@ -252,915 +252,10 @@ (9 rows) select count(*) from simple r join simple s using (id); - count -------- - 20000 -(1 row) - -select original > 1 as initially_multibatch, final > original as increased_batches - from hash_join_batches( -$$ - select count(*) from simple r join simple s using (id); -$$); - initially_multibatch | increased_batches -----------------------+------------------- - t | f ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out /tmp/cirrus-ci-build/build-32/testrun/regress... --- /tmp/cirrus-ci-build/src/test/regress/expected/join_hash_pglz.out 2025-06-23 17:10:49.996681487 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/regress/regress/results/join_hash_pglz.out 2025-06-23 17:19:46.008066322 +0000 @@ -262,11 +262,9 @@ $$ select count(*) from simple r join simple s using (id); $$); - initially_multibatch | increased_batches -----------------------+------------------- - t | f -(1 row) - +ERROR: could not read from temporary file: read only 8188 of 1572860 bytes +CONTEXT: parallel worker +PL/pgSQL function hash_join_batches(text) line 6 at FOR over EXECUTE statement rollback to settings; -- parallel with parallel-aware hash join savepoint settings; @@ -594,573 +592,10 @@ select count(*) from join_foo ... |
tap | [17:20:57.954](71.302s) not ok 2 - regression tests pass |
test | [17:24:39.049] 79/344 postgresql:recovery / recovery/027_stream_regress ERROR ... [17:24:39.049] 31/344 postgresql:regress / regress/regress ERROR 2... |
macOS - Sonoma - Meson | |
assertion | TRAP: failed Assert("batchno > hashtable->curbatch"), File: "../src/backend/executor/nodeHashjoin.c", Line: 493, PID: 15... |
core | [17:19:54.709] * frame #0: 0x000000019960d5d0 libsystem_kernel.dylib`__pthread_kill + 8 [17:19:54.709] frame #1: 0x0000000199645c20 libsystem_pthread.dylib`pthread_kill + 288 [17:19:54.709] frame #2: 0x0000000199552a30 libsystem_c.dylib`abort + 180 [17:19:54.709] frame #3: 0x00000001008a9a1c postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [17:19:54.709] frame #4: 0x00000001005e0c90 postgres`ExecHashJoin at nodeHashjoin.c:493:6 [17:19:54.709] frame #5: 0x00000001005e0c10 postgres`ExecHashJoin(pstate=0x000000015c04cfb0) at nodeHashjoin.c:690:9 [17:19:54.709] frame #6: 0x00000001005c5ab0 postgres`ExecProcNodeInstr(node=0x000000015c04cfb0) at execProcnode.c:48... [17:19:54.709] frame #7: 0x00000001005bdfa4 postgres`standard_ExecutorRun [inlined] ExecProcNode(node=0x000000015c04... [17:19:54.709] frame #8: 0x00000001005bdf88 postgres`standard_ExecutorRun [inlined] ExecutePlan(queryDesc=0x00000001... [17:19:54.709] frame #9: 0x00000001005bdf38 postgres`standard_ExecutorRun(queryDesc=0x000000015c05fcb8, direction=<u... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/join_hash_pglz.out /Users/admin/pgsql/build/testrun/regress/regres... --- /Users/admin/pgsql/src/test/regress/expected/join_hash_pglz.out 2025-06-23 17:10:12 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/join_hash_pglz.out 2025-06-23 17:12:56 @@ -571,58 +571,6 @@ set enable_material = off; set enable_mergejoin = off; set work_mem = '64kB'; -set hash_mem_multiplier = 1.0; -explain (costs off) - select count(*) from join_foo - left join (select b1.id, b1.t from join_bar b1 join join_bar b2 using (id)) ss - on join_foo.id < ss.id + 1 and join_foo.id > ss.id - 1; - QUERY PLAN ------------------------------------------------------------------------------------- - Aggregate - -> Nested Loop Left Join - Join Filter: ((join_foo.id < (b1.id + 1)) AND (join_foo.id > (b1.id - 1))) - -> Seq Scan on join_foo - -> Gather - Workers Planned: 2 ... |
test | [17:16:06.404] 42/343 postgresql:regress / regress/regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [17:34:04.386] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5438 | bt_index_parent_check false alarm for indexes created concurrently |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [17:18:58.953] 339/339 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5615 | Corrupted FSM page is not saved after zeroing. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [16:48:01.517] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5645 | support ALTER COLUMN SET EXPRESSION over virtual generated column with check constraint |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [16:35:18.024] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5838 | Minor documentation fixes related to v18 |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [16:19:24.855] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5650 | Parallel safety docs for CTEs |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [16:04:46.390] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5608 | Orphaned users in PG16 and above can only be managed by Superusers |
macOS - Sonoma - Meson | |
core | [15:48:27.181] * frame #0: 0x000000018a037894 dyld`__open + 8 [15:48:27.181] frame #1: 0x0000000189fcb754 dyld`open + 40 [15:48:27.181] frame #2: 0x0000000189ff1c18 dyld`dyld4::SyscallDelegate::dtraceRegisterUserProbes(dof_ioctl_data*) c... [15:48:27.181] frame #3: 0x0000000189fdbed4 dyld`dyld4::RuntimeState::notifyDtrace(std::__1::span<dyld4::Loader cons... [15:48:27.181] frame #4: 0x0000000189fcf9ac dyld`dyld4::prepare(dyld4::APIs&, dyld3::MachOAnalyzer const*) + 1520 [15:48:27.181] frame #5: 0x0000000189fceef4 dyld`start + 1868 |
tap | [15:44:48.155](998.245s) not ok 1 - Logical slot still valid |
test | [15:44:48.512] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [15:49:50.132] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5087 | Doc: Move and modify standalone hot backups section |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [15:36:53.653] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5667 | support create index on virtual generated column. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [15:03:02.074] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5454 | Clarify FileTag-based unlinking |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [14:33:48.257] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5405 | Add 'make check-tests' behavior to the meson based builds |
FreeBSD - Meson | |
tap | [14:13:26.195](995.679s) not ok 1 - Logical slot still valid |
test | [14:13:26.399] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [14:17:31.777] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5710 | Patch for migration of the pg_commit_ts directory |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [13:36:49.865](0.001s) not ok 10 - no such database stderr /(?^:FATAL: database "no-such-database" does not exist)/ |
test | [13:48:54.411] 215/338 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [13:48:54.411] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5698 | Simplify COALESCE with single argument |
FreeBSD - Meson | |
tap | [13:28:49.275](995.347s) not ok 1 - Logical slot still valid |
test | [13:28:49.482] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/4738 | psql: Rethinking of \du command |
macOS - Sonoma - Meson | |
tap | [12:43:30.548](999.594s) not ok 1 - Logical slot still valid |
test | [12:43:30.798] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [12:46:53.767] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5296 | Streaming Replication vs Logical |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [12:30:43.860] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5524 | add function argument name to substring and substr |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [12:02:49.089] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5378 | Conflict detection for update_deleted in logical replication |
FreeBSD - Meson | |
assertion | TRAP: failed Assert("ReplicationSlotCtl != NULL"), File: "../src/backend/replication/slot.c", Line: 1202, PID: 10717 |
core | [11:18:59.128] #0 0x000000082b8341ba in thr_kill () from /lib/libc.so.7 [11:18:59.128] #1 0x000000082b7ad5d4 in raise () from /lib/libc.so.7 [11:18:59.128] #2 0x000000082b860b59 in abort () from /lib/libc.so.7 [11:18:59.128] #3 0x0000000000ad7755 in ExceptionalCondition (conditionName=0x2bad5a "ReplicationSlotCtl != NULL", file... [11:18:59.128] #4 0x00000000008db683 in ReplicationSlotsComputeRequiredLSN () at ../src/backend/replication/slot.c:1202 [11:18:59.128] #5 0x00000000008dc736 in CheckPointReplicationSlots (is_shutdown=true) at ../src/backend/replication/slo... [11:18:59.128] #6 0x0000000000684c50 in CheckPointGuts (checkPointRedo=24667904, flags=flags@entry=5) at ../src/backend... [11:18:59.128] #7 0x000000000068458b in CreateCheckPoint (flags=flags@entry=5) at ../src/backend/access/transam/xlog.c:... [11:18:59.128] #8 0x0000000000683788 in ShutdownXLOG (code=code@entry=0, arg=arg@entry=0) at ../src/backend/access/tran... [11:18:59.128] #9 0x00000000008bceff in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out... |
tap | [11:09:58.794](0.002s) not ok 8 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat... |
test | [11:16:20.969] 6/343 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... |
Linux - Debian Bookworm - Autoconf | |
assertion | TRAP: failed Assert("ReplicationSlotCtl != NULL"), File: "slot.c", Line: 1202, PID: 64242 |
core | [11:22:59.800] #0 0x00007fc5ffaabeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:22:59.800] #1 0x00007fc5ffa5cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [11:22:59.800] #2 0x00007fc5ffa47472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [11:22:59.800] #3 0x0000561d6b12cdcd in ExceptionalCondition (conditionName=conditionName@entry=0x561d6b4d3a60 "Replica... [11:22:59.800] #4 0x0000561d6ace76cd in ReplicationSlotsComputeRequiredLSN () at slot.c:1202 [11:22:59.800] #5 0x0000561d6acea6bb in CheckPointReplicationSlots (is_shutdown=is_shutdown@entry=true) at slot.c:2188 [11:22:59.800] #6 0x0000561d6a583ad1 in CheckPointGuts (checkPointRedo=24734992, flags=flags@entry=5) at xlog.c:7705 [11:22:59.800] #7 0x0000561d6a59103f in CreateCheckPoint (flags=flags@entry=5) at xlog.c:7367 [11:22:59.800] #8 0x0000561d6a591de1 in ShutdownXLOG (code=code@entry=0, arg=arg@entry=0) at xlog.c:6829 [11:22:59.800] #9 0x0000561d6ac3cfa1 in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out... |
tap | [11:19:03.557](0.000s) not ok 8 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat... |
Linux - Debian Bookworm - Meson | |
assertion | TRAP: failed Assert("ReplicationSlotCtl != NULL"), File: "../src/backend/replication/slot.c", Line: 1202, PID: 27556 |
core | [11:20:42.081] #0 0x00007f1e96b87dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.081] #1 0x00007f1e96b34239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.081] #2 0x00007f1e96b34497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.081] #3 0x00005627dc91b5f3 in ?? () [11:20:42.081] #4 0x00005627dc915369 in ?? () [11:20:42.081] #5 0x00005627dc91420f in ?? () [11:20:42.081] #6 0x00005627dc914c3b in ?? () [11:20:42.081] #7 0x00005627dc91266f in ?? () [11:20:42.081] #8 0x00007f1e96b1f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.081] #9 0x00007f1e96b1f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [11:20:42.081] #0 <unavailable> in ?? () |
core | [11:20:41.966] #0 0x00007fda67473dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.966] #1 0x00007fda67420239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.966] #2 0x00007fda67420497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.966] #3 0x0000557a028b25f3 in ?? () [11:20:41.966] #4 0x0000557a028ac369 in ?? () [11:20:41.966] #5 0x0000557a028ab20f in ?? () [11:20:41.966] #6 0x0000557a028abc3b in ?? () [11:20:41.966] #7 0x0000557a028a966f in ?? () [11:20:41.966] #8 0x00007fda6740b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.966] #9 0x00007fda6740b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [11:20:41.966] #0 <unavailable> in ?? () |
core | [11:20:41.842] #0 0x00007f76d7ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.842] #1 0x00007f76d7c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.842] #2 0x00007f76d7c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.842] #3 0x0000561075e8c7d1 in ExceptionalCondition (conditionName=conditionName@entry=0x5610761477a3 "Replica... [11:20:41.842] #4 0x0000561075ab7082 in ReplicationSlotsComputeRequiredLSN () at ../src/backend/replication/slot.c:1202 [11:20:41.842] #5 0x0000561075ab99a5 in CheckPointReplicationSlots (is_shutdown=is_shutdown@entry=true) at ../src/backe... [11:20:41.842] #6 0x00005610755bc1c9 in CheckPointGuts (checkPointRedo=24734992, flags=flags@entry=5) at ../src/backend... [11:20:41.842] #7 0x00005610755cc189 in CreateCheckPoint (flags=flags@entry=5) at ../src/backend/access/transam/xlog.c:... [11:20:41.842] #8 0x00005610755ccd58 in ShutdownXLOG (code=code@entry=0, arg=arg@entry=0) at ../src/backend/access/tran... [11:20:41.842] #9 0x0000561075a7c23a in CheckpointerMain (startup_data=<optimized out>, startup_data_len=<optimized out... |
core | [11:20:41.360] #0 0x00007fda67473dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.360] #1 0x00007fda67420239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.360] #2 0x00007fda67420497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.360] #3 0x0000557a028b25c1 in ?? () [11:20:41.360] #4 0x0000557a028ac369 in ?? () [11:20:41.360] #5 0x0000557a028ab20f in ?? () [11:20:41.360] #6 0x0000557a028abc3b in ?? () [11:20:41.360] #7 0x0000557a028a966f in ?? () [11:20:41.360] #8 0x00007fda6740b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:41.360] #9 0x00007fda6740b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [11:20:42.193] #0 0x00007f1e96b87dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.193] #1 0x00007f1e96b34239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.193] #2 0x00007f1e96b34497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.193] #3 0x00005627dc91b5c1 in ?? () [11:20:42.193] #4 0x00005627dc915369 in ?? () [11:20:42.193] #5 0x00005627dc91420f in ?? () [11:20:42.193] #6 0x00005627dc914c3b in ?? () [11:20:42.193] #7 0x00005627dc91266f in ?? () [11:20:42.193] #8 0x00007f1e96b1f24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:20:42.193] #9 0x00007f1e96b1f305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
tap | [11:12:40.022](0.000s) not ok 8 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat... |
test | [11:18:04.448] 6/344 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... |
macOS - Sonoma - Meson | |
assertion | TRAP: failed Assert("ReplicationSlotCtl != NULL"), File: "../src/backend/replication/slot.c", Line: 1202, PID: 10290 |
core | [11:17:37.061] * frame #0: 0x00000001839c15d0 libsystem_kernel.dylib`__pthread_kill + 8 [11:17:37.061] frame #1: 0x00000001839f9c20 libsystem_pthread.dylib`pthread_kill + 288 [11:17:37.061] frame #2: 0x0000000183906a30 libsystem_c.dylib`abort + 180 [11:17:37.061] frame #3: 0x0000000103140b44 postgres`ExceptionalCondition(conditionName=<unavailable>, fileName=<una... [11:17:37.061] frame #4: 0x0000000102f7a258 postgres`ReplicationSlotsComputeRequiredLSN at slot.c:1202:2 [11:17:37.061] frame #5: 0x0000000102f7b19c postgres`CheckPointReplicationSlots(is_shutdown=true) at slot.c:2188:2 [11:17:37.061] frame #6: 0x0000000102d81d30 postgres`CheckPointGuts(checkPointRedo=24630904, flags=5) at xlog.c:7705... [11:17:37.061] frame #7: 0x0000000102d8174c postgres`CreateCheckPoint(flags=5) at xlog.c:7367:2 [11:17:37.061] frame #8: 0x0000000102d809f0 postgres`ShutdownXLOG(code=<unavailable>, arg=<unavailable>) at xlog.c:6... [11:17:37.061] frame #9: 0x0000000102f5d1a4 postgres`CheckpointerMain(startup_data=<unavailable>, startup_data_len=<... |
tap | [11:09:46.676](0.001s) not ok 8 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat... |
test | [11:13:38.967] 9/343 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
assertion | TRAP: failed Assert("ReplicationSlotCtl != NULL"), File: "../src/backend/replication/slot.c", Line: 1202, PID: 6556 |
core | 0000000f`641ffae8 00007fff`477c48fa ntdll!NtFsControlFile+0x14 0000000f`641ffaf0 00007ff6`d71caefb KERNELBASE!ConnectNamedPipe+0x6a 0000000f`641ffb60 00007fff`48cb4cb0 postgres!pg_signal_thread( 0000000f`641ffc60 00007fff`49bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`641ffc90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000000f`639ff090 00007ff6`d7533488 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 7... 0000000f`639ff0d0 00007ff6`d7205a10 postgres!ExceptionalCondition( 0000000f`639ff110 00007ff6`d72069aa postgres!ReplicationSlotsComputeRequiredLSN(void)+0x30 [c:\cirrus\src\backend\re... 0000000f`639ff180 00007ff6`d6e363d9 postgres!CheckPointReplicationSlots( 0000000f`639ff5e0 00007ff6`d6e311a8 postgres!CheckPointGuts( 0000000f`639ff620 00007ff6`d6e308e4 postgres!CreateCheckPoint( 0000000f`639ff7c0 00007ff6`d71d57d7 postgres!ShutdownXLOG( 0000000f`639ff800 00007ff6`d71d6e97 postgres!CheckpointerMain( 0000000f`639ff9a0 00007ff6`d708af19 postgres!SubPostmasterMain( 0000000f`639ffa20 00007ff6`d76bf1a9 postgres!main( |
core | 0000000f`645ff478 00007fff`49b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000f`645ff480 00007fff`48cb4cb0 ntdll!TppWorkerThread+0x2df 0000000f`645ff770 00007fff`49bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`645ff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 0000000f`63dffa88 00007fff`49b8b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000000f`63dffa90 00007fff`48cb4cb0 ntdll!TppWorkerThread+0x2df 0000000f`63dffd80 00007fff`49bfedcb KERNEL32!BaseThreadInitThunk+0x10 0000000f`63dffdb0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
tap | [11:11:00.132](0.000s) not ok 8 - run of pg_upgrade --check for old instance with relation in 'd' datasync(invalid) stat... |
test | [11:31:06.206] 7/338 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [11:31:06.206] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5673 | Random pg_upgrade 004_subscription test failure on drongo |
CompilerWarnings | |
compiler | [10:40:30.851] md.c:256:48: error: implicit declaration of function ‘pg_RtlGetLastNtStatus’ [-Werror=implicit-function-d... |
Linux - Debian Bookworm - Meson | |
core | [11:06:54.104] #0 0xf7fab559 in __kernel_vsyscall () [11:06:54.104] #1 0xf68e16e2 in pthread_sigmask () from /lib/i386-linux-gnu/libc.so.6 [11:06:54.104] #2 0xf688b390 in sigprocmask () from /lib/i386-linux-gnu/libc.so.6 [11:06:54.104] #3 0xf69580d5 in ?? () from /lib/i386-linux-gnu/libc.so.6 [11:06:54.104] #4 0xf69757f8 in ?? () from /lib/i386-linux-gnu/libc.so.6 |
core | [11:06:54.104] #0 <unavailable> in ?? () |
tap | [11:03:53.536](990.602s) not ok 1 - Logical slot still valid |
test | [11:03:53.717] 344/344 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/4285 | Revise get_cheapest_parallel_safe_total_inner |
Linux - Debian Bookworm - Meson | |
core | [10:29:50.938] #0 0x00007f58b9729bd3 in wait4 () from /lib/x86_64-linux-gnu/libc.so.6 [10:29:50.938] #1 0x000055b2e2ae1cc0 in ?? () [10:29:50.938] #2 0x000055b2e2ae1efa in ?? () [10:29:50.938] #3 0x000055b2e2ae3630 in ?? () [10:29:50.938] #4 0x000055b2e2add371 in ?? () [10:29:50.938] #5 0x000055b2e2adc20f in ?? () [10:29:50.938] #6 0x000055b2e2adcc3b in ?? () [10:29:50.938] #7 0x000055b2e2ada66f in ?? () [10:29:50.938] #8 0x00007f58b967d24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [10:29:50.938] #9 0x00007f58b967d305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [10:29:51.064] #0 0x00007f7f83398b20 in ?? () [10:29:51.064] #1 0x0000000000000003 in ?? () [10:29:51.064] #2 0x00007ffef3b343ca in ?? () [10:29:51.064] #3 0x00007ffef3b343cd in ?? () [10:29:51.064] #4 0x00007ffef3b34459 in ?? () [10:29:51.064] #5 0x0000000000000000 in ?? () |
tap | [10:27:03.099](991.997s) not ok 1 - Logical slot still valid |
test | [10:27:03.291] 344/344 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5700 | minor error message enhancement in refuseDupeIndexAttach |
Linux - Debian Bookworm - Meson | |
tap | [10:16:35.881](990.617s) not ok 1 - Logical slot still valid |
test | [10:16:36.064] 344/344 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [10:12:47.283] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5479 | Enable logical decoding when wal_level = 'replica' without a server restart |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [09:13:49.541] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5738 | Improve hash join's handling of tuples with null join keys |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [08:40:23.970] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5739 | Remove redundant comment regarding RelationBuildRowSecurity in relcache.c |
Linux - Debian Bookworm - Meson | |
tap | [08:26:10.939](992.279s) not ok 1 - Logical slot still valid |
test | [08:26:11.126] 344/344 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [08:28:52.683] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5299 | Limiting overshoot in nbtree SAOP parallel index scans |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [08:11:38.993] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5808 | display current search_path in psql prompt |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [07:58:49.336] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5772 | Fixing memory leaks in postgres_fdw |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [07:11:56.305] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5784 | Optimize shared LWLock acquisition for high-core-count systems |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [06:08:53.588] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5817 | parallel pg_restore: move offset-building phase to before forking |
FreeBSD - Meson | |
core | [05:27:26.897] #0 0x0000564f1c27be90 in ?? () [05:27:26.897] #1 0x0000000000000000 in ?? () |
tap | [05:23:13.295](0.000s) not ok 23 - connect : matches |
test | [05:24:29.238] 263/343 postgresql:postmaster / postmaster/003_start_stop ERROR ... |
53/5662 | Check for TupleTableSlot nullness before dereferencing |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [05:35:44.375] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5705 | Check for tuplestorestate nullness before dereferencing |
macOS - Sonoma - Meson | |
core | [05:12:49.838] * frame #0: 0x0000000180c5530c libsystem_kernel.dylib`__getpid [05:12:49.838] frame #1: 0x0000000180995f4c libxpc.dylib`_xpc_ktrace_pid0 + 24 [05:12:49.838] frame #2: 0x00000001809959d0 libxpc.dylib`_libxpc_initializer + 64 [05:12:49.838] frame #3: 0x000000018d91c64c libSystem.B.dylib`libSystem_initializer + 256 [05:12:49.838] frame #4: 0x0000000180926608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia... [05:12:49.838] frame #5: 0x0000000180964d6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti... [05:12:49.838] frame #6: 0x0000000180958400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v... [05:12:49.838] frame #7: 0x00000001809072fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma... [05:12:49.838] frame #8: 0x0000000180957394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf... [05:12:49.838] frame #9: 0x0000000180964880 dyld`dyld3::MachOAnalyzer::forEachInitializer(Diagnostics&, dyld3::MachO... |
tap | [05:09:10.289](1029.813s) not ok 1 - Logical slot still valid |
test | [05:09:10.559] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5821 | Implement "pg_restore --data-only --clean" as a way to skip WAL |
Linux - Debian Bookworm - Meson | |
tap | [05:07:54.615](992.098s) not ok 1 - Logical slot still valid |
test | [05:07:54.799] 344/344 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5803 | Support tid range scan in parallel |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [04:41:12.423] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5691 | update documentation for when aborted and committed rows are tracked in pg_stat_all_tables |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [04:30:09.906] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5530 | TOAST is acronym so should be uppercase |
FreeBSD - Meson | |
tap | [03:37:13.307](996.145s) not ok 1 - Logical slot still valid |
test | [03:37:13.507] 343/343 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [03:40:29.741] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/4735 | Support a wildcard in backtrace_functions |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [03:07:39.095] 338/338 postgresql:recovery / recovery/046_checkpoint_logical_slot TIMEOUT 10... |
53/5542 | Fix buffer pinning logic in [SP-]Gist |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [18:39:51.778] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:21.901] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:23.460] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:23.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:23.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:23.923] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:24.782] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:25.474] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:25.892] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.171] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.171] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.653] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.761] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.894] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:26.894] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.005] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.005] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.068] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.068] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.159] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.278] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.620] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.620] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.774] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.859] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.859] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.956] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:27.956] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.141] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.194] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.292] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.292] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.417] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.417] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.481] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.481] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.563] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.563] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:28.628] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.051] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.051] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.173] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.299] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.379] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.379] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.488] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.488] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:29.606] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:30.046] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:30.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.094] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.094] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.138] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.138] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.337] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.337] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.513] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:31.888] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.127] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.299] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.687] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.822] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:32.822] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.061] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.061] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.108] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.108] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.400] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.600] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.845] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.918] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:33.918] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:34.573] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:34.627] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:34.627] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:34.830] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.028] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.232] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.367] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.367] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.430] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.430] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.629] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:35.760] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.320] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.320] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.543] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.580] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.580] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.756] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:36.938] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:37.096] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:37.234] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:37.345] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:40.184] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:40.305] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:40.971] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:41.007] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:41.457] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:42.294] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:42.408] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:42.575] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:42.787] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:42.984] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:43.200] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:43.333] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:43.830] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:44.217] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:45.439] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:47.338] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.264] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.264] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.338] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.338] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.435] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.435] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:49.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.177] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.355] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.355] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.490] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:50.836] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:51.315] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:52.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:39:52.243] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.119] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.119] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.222] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.222] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.414] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.414] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.654] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.654] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.863] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:04.863] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:05.116] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:06.592] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:06.992] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:07.166] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.311] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.495] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.572] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.700] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.700] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.846] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:08.852] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.043] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.043] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.092] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.092] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.231] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.288] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.288] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.385] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.385] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.647] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:09.999] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:10.753] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:12.207] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:13.673] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:15.234] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:16.133] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:16.504] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:16.619] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:16.619] c:\cirrus\src\include\access\tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:17.354] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:17.643] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:17.643] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:17.832] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:18.068] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:18.068] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:19.001] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:20.873] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:22.680] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
compiler | [18:40:23.757] c:\cirrus\src\include\access/tableam.h(1402): warning C4098: 'table_index_vischeck_tuples': 'void' functi... |
53/4351 | Index Prefetching |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [17:30:03.830] ../src/backend/access/index/indexam.c(2010): warning C4047: 'return': 'bool' differs in levels of indirec... |
compiler | [17:30:03.830] ../src/backend/access/index/indexam.c(1997): warning C4047: 'return': 'bool' differs in levels of indirec... |
53/4529 | CREATE SUBSCRIPTION ... SERVER |
macOS - Sonoma - Meson | |
tap | [23:14:26.050](0.000s) not ok 426 - pgbench script error: gset bad name stderr /(?^:error storing into variable bad name... |
test | [23:15:30.439] 229/339 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... |
52/5357 | New predefined role pg_manage_extensions |
FreeBSD - Meson | |
core | [06:03:05.848] #0 0x000000082c39a1ba in thr_kill () from /lib/libc.so.7 [06:03:05.848] #1 0x000000082c3135d4 in raise () from /lib/libc.so.7 [06:03:05.848] #2 0x000000082c3c6b59 in abort () from /lib/libc.so.7 [06:03:05.848] #3 0x0000000000ad1d25 in ExceptionalCondition (conditionName=0x3193d9 "pending_since == 0", fileName=<op... [06:03:05.848] #4 0x000000000098a9a8 in pgstat_report_stat (force=false) at ../src/backend/utils/activity/pgstat.c:734 [06:03:05.848] #5 0x000000000097059b in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe... [06:03:05.848] #6 0x000000000096b409 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at... [06:03:05.848] #7 0x00000000008ba8cb in postmaster_child_launch (child_type=B_BACKEND, child_slot=1, startup_data=start... [06:03:05.848] #8 0x00000000008bf238 in BackendStartup (client_sock=0x82141e4b0) at ../src/backend/postmaster/postmaste... [06:03:05.848] #9 ServerLoop () at ../src/backend/postmaster/postmaster.c:1702 |
regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-04-08 05:52:49.895051000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out 2025-04-08 05:55:30.722340000 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
test | [06:00:26.329] 52/337 postgresql:plperl / plperl/regress ERROR ... |
Linux - Debian Bookworm - Autoconf | |
assertion | TRAP: failed Assert("pending_since == 0"), File: "pgstat.c", Line: 734, PID: 38576 |
core | [06:07:07.775] #0 0x00007f05536abeec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [06:07:07.775] #1 0x00007f055365cfb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [06:07:07.775] #2 0x00007f0553647472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [06:07:07.775] #3 0x000055a213f6935a in ExceptionalCondition (conditionName=conditionName@entry=0x55a214365cc0 "pending... [06:07:07.775] #4 0x000055a213c829df in pgstat_report_stat (force=force@entry=false) at pgstat.c:734 [06:07:07.775] #5 0x000055a213c47b35 in PostgresMain (dbname=dbname@entry=0x629000020298 "", username=username@entry=0x... [06:07:07.775] #6 0x000055a213c39c5a in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at... [06:07:07.775] #7 0x000055a213a7ee5b in postmaster_child_launch (child_type=B_BACKEND, child_slot=1, startup_data=start... [06:07:07.775] #8 0x000055a213a84e79 in BackendStartup (client_sock=client_sock@entry=0x7ffe53acfc30) at postmaster.c:3... [06:07:07.775] #9 0x000055a213a87f04 in ServerLoop () at postmaster.c:1702 |
regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-04-08 05:52:46.976426862 +0000 +++ /tmp/cirrus-ci-build/src/pl/plperl/results/plperl_setup.out 2025-04-08 05:56:27.370216753 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
Linux - Debian Bookworm - Meson | |
core | [06:05:17.281] #0 <unavailable> in ?? () |
core | [06:05:17.155] #0 0x00007fa848ca9eec in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.155] #1 0x00007fa848c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.155] #2 0x00007fa848c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.155] #3 0x000055d2f98be2b7 in ExceptionalCondition (conditionName=conditionName@entry=0x55d2f9ba2e38 "pending... [06:05:17.155] #4 0x000055d2f9650c3e in pgstat_report_stat (force=force@entry=false) at ../src/backend/utils/activity/p... [06:05:17.155] #5 0x000055d2f961cfd4 in PostgresMain (dbname=<optimized out>, username=<optimized out>) at ../src/backe... [06:05:17.155] #6 0x000055d2f9612c88 in BackendMain (startup_data=<optimized out>, startup_data_len=<optimized out>) at... [06:05:17.155] #7 0x000055d2f94b214b in postmaster_child_launch (child_type=B_BACKEND, child_slot=1, startup_data=start... [06:05:17.155] #8 0x000055d2f94b770f in BackendStartup (client_sock=client_sock@entry=0x7ffe801837a0) at ../src/backend... [06:05:17.155] #9 0x000055d2f94b9c3b in ServerLoop () at ../src/backend/postmaster/postmaster.c:1702 |
core | [06:05:17.396] #0 0x00007fda3096bdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.396] #1 0x00007fda30918239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.396] #2 0x00007fda30918497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.396] #3 0x000055ab3dda75c1 in ?? () [06:05:17.396] #4 0x000055ab3dda1369 in ?? () [06:05:17.396] #5 0x000055ab3dda020f in ?? () [06:05:17.396] #6 0x000055ab3dda0c3b in ?? () [06:05:17.396] #7 0x000055ab3dd9e66f in ?? () [06:05:17.396] #8 0x00007fda3090324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.396] #9 0x00007fda30903305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [06:05:17.281] #0 0x00007fda3096bdd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.281] #1 0x00007fda30918239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.281] #2 0x00007fda30918497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.281] #3 0x000055ab3dda75f3 in ?? () [06:05:17.281] #4 0x000055ab3dda1369 in ?? () [06:05:17.281] #5 0x000055ab3dda020f in ?? () [06:05:17.281] #6 0x000055ab3dda0c3b in ?? () [06:05:17.281] #7 0x000055ab3dd9e66f in ?? () [06:05:17.281] #8 0x00007fda3090324a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [06:05:17.281] #9 0x00007fda30903305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
regress | diff -U3 /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out /tmp/cirrus-ci-build/build/testrun/plperl/regress/... --- /tmp/cirrus-ci-build/src/pl/plperl/expected/plperl_setup.out 2025-04-08 05:52:49.092847353 +0000 +++ /tmp/cirrus-ci-build/build/testrun/plperl/regress/results/plperl_setup.out 2025-04-08 05:58:59.307821334 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
test | [06:02:47.820] 51/338 postgresql:plperl / plperl/regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out /Users/admin/pgsql/build/testrun/plperl/regress/resu... --- /Users/admin/pgsql/src/pl/plperl/expected/plperl_setup.out 2025-04-08 05:52:09 +++ /Users/admin/pgsql/build/testrun/plperl/regress/results/plperl_setup.out 2025-04-08 05:55:24 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
test | [05:57:48.911] 50/337 postgresql:plperl / plperl/regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/pl/plperl/expected/plperl_setup.out C:/cirrus/build/testrun/plperl/regress/re... --- C:/cirrus/src/pl/plperl/expected/plperl_setup.out 2025-04-08 05:52:52.129960500 +0000 +++ C:/cirrus/build/testrun/plperl/regress/results/plperl_setup.out 2025-04-08 05:59:01.945179700 +0000 @@ -12,7 +12,7 @@ HINT: Must have CREATE privilege on current database to create this extension. CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. RESET ROLE; DO $$ begin @@ -24,7 +24,7 @@ CREATE EXTENSION plperl; CREATE EXTENSION plperlu; -- fail ERROR: permission denied to create extension "plperlu" -HINT: Must be superuser to create this extension. +HINT: Must be superuser or member of pg_manage_extensions to create this extension. CREATE SCHEMA plperl_setup_scratch; SET search_path = plperl_setup_scratch; ... |
test | [06:07:02.464] 50/332 postgresql:plperl / plperl/regress ERROR ... |
52/5597 | Warn, and disallow, clear text passwords via SQL |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/subselect.out C:/cirrus/build/testrun/recovery/027_stre... --- C:/cirrus/src/test/regress/expected/subselect.out 2025-04-04 13:43:52.629221600 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/subselect.out 2025-04-04 13:49:17.277677700 +0000 @@ -2769,15 +2769,16 @@ EXPLAIN (COSTS OFF) SELECT c.oid,c.relname FROM pg_class c JOIN pg_am a USING (oid) WHERE c.oid IN (VALUES (1), (2)); - QUERY PLAN ---------------------------------------------------------------- - Hash Join - Hash Cond: (a.oid = c.oid) - -> Seq Scan on pg_am a - -> Hash - -> Index Scan using pg_class_oid_index on pg_class c - Index Cond: (oid = ANY ('{1,2}'::oid[])) -(6 rows) + QUERY PLAN +--------------------------------------------------------- + Merge Join + Merge Cond: (c.oid = a.oid) ... |
tap | [13:50:54.144](140.367s) not ok 2 - regression tests pass |
test | [13:57:45.158] 77/331 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
52/5607 | SIMD optimization for list_sort |
CompilerWarnings | |
compiler | [16:43:20.730] regress.c:589:1: error: unused function 'get_tie_breaker_value' [-Werror,-Wunused-function] |
compiler | [16:37:50.581] regress.c:589:1: error: ‘get_tie_breaker_value’ defined but not used [-Werror=unused-function] |
FreeBSD - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade... --- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:35:00.638454000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/list_sort_simd.out 2025-04-01 16:38:43.495... @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random ... +-----------------------------------------------------------------------------------------------------------------------... + {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178... (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.34728608,2} ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/recovery/0... --- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:35:00.638454000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out 2025-04-01 16:39:55.8... @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random ... +-----------------------------------------------------------------------------------------------------------------------... + {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178... (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.34728608,2} ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out /tmp/cirrus-ci-build/build/testrun/regress/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:35:00.638454000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/list_sort_simd.out 2025-04-01 16:38:52.282775000 +0000 @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random ... +-----------------------------------------------------------------------------------------------------------------------... + {0.003372915,0.0034219418,0.013631644,0.019021165,0.030820394,0.031393025,0.057282537,0.0827536,0.090136975,0.09039178... (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.34728608,2} ... |
tap | [16:39:53.351](181.731s) not ok 5 - regression tests pass |
tap | [16:40:59.954](205.941s) not ok 2 - regression tests pass |
test | [16:42:24.795] 110/334 postgresql:regress / regress/regress ERROR 1... [16:42:24.795] 169/334 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 2... [16:42:24.795] 251/334 postgresql:recovery / recovery/027_stream_regress ERROR 2... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/pg_upgrade/002... --- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:34:12 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/list_sort_simd.out 2025-04-01 16:37:11 @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315} (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.0003287075,0.5245871} ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/recovery/027_s... --- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:34:12 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/list_sort_simd.out 2025-04-01 16:38:10 @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315} (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.0003287075,0.5245871} ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out /Users/admin/pgsql/build/testrun/regress/regres... --- /Users/admin/pgsql/src/test/regress/expected/list_sort_simd.out 2025-04-01 16:34:12 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/list_sort_simd.out 2025-04-01 16:37:13 @@ -26,62 +26,62 @@ (1 row) SELECT test_list_sort_simd_float_random(100, 20, 2, true); - test_list_sort_simd_float_random ------------------------------------------------------------------------------------------------------------------- - {0.024923936,0.03346995,0.08167228,0.08531265,0.10674526,0.114986524,0.11994517,0.1355998,0.13572839,0.16894749} + test_list_sort_simd_float_random +----------------------------------------------------------------------------------------------------------------------- + {0.0003287075,0.012317667,0.023025734,0.02969798,0.052807085,0.06473413,0.08912913,0.09746116,0.10345733,0.103527315} (1 row) SELECT test_list_sort_simd_float_random(2, 20, 2, true); test_list_sort_simd_float_random ---------------------------------- - {0.03346995,0.32996422} + {0.0003287075,0.5245871} ... |
tap | [16:37:24.748](46.012s) not ok 5 - regression tests pass |
tap | [16:38:29.014](59.550s) not ok 2 - regression tests pass |
test | [16:40:35.816] 17/334 postgresql:regress / regress/regress ERROR ... [16:40:35.816] 27/334 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [16:40:35.816] 132/334 postgresql:recovery / recovery/027_stream_regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [16:36:43.252] ../src/test/regress/regress.c(736): error C2375: 'test_list_sort_simd_float_random': redefinition; differ... |
compiler | [16:36:43.252] ../src/test/regress/regress.c(620): error C2375: 'test_list_sort_simd_float': redefinition; different lin... |
53/5483 | Don't dirty pages while they are getting flushed out |
Linux - Debian Bookworm - Meson | |
tap | [11:38:33.967](1.153s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/001_veri... |
tap | [11:38:33.810](0.854s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/002_cic/... |
tap | [11:38:33.962](1.015s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/003_cic_... |
tap | [11:38:34.426](1.065s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/004_veri... |
tap | [11:38:34.103](0.848s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/amcheck/005_pitr... |
tap | [11:38:36.596](0.996s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:36.710](1.010s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:36.916](0.988s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:37.012](1.070s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:37.049](0.999s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:37.196](0.939s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/authentication/0... |
tap | [11:38:34.350](0.991s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/auto_explain/001... |
tap | [11:38:35.172](1.051s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/basebackup_to_sh... |
tap | [11:38:34.457](0.938s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/bloom/001_wal/da... |
tap | [11:38:44.849](1.090s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/01_workitem... |
tap | [11:38:44.596](0.825s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/brin/02_wal_cons... |
tap | [11:38:45.196](1.090s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/001_ba... |
tap | [11:38:45.064](0.869s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/002_st... |
tap | [11:38:45.591](1.097s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/003_st... |
tap | [11:38:45.868](1.048s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/commit_ts/004_re... |
tap | [11:38:35.351](1.122s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/dblink/001_auth_... |
tap | [11:38:51.416](0.524s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/icu/010_database... |
tap | [11:38:45.917](0.999s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/injection_points... |
tap | [11:38:06.957](1.140s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/kerberos/001_aut... |
tap | [11:38:46.175](0.976s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap_password_fu... |
tap | [11:38:50.862](0.844s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/001_auth/da... |
tap | [11:38:51.005](0.907s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ldap/002_bindpas... |
tap | [11:38:46.248](1.123s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq_pipeline/0... |
tap | [11:38:18.649](0.948s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/003_load_b... |
tap | [11:38:18.656](0.998s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/004_load_b... |
tap | [11:38:18.754](1.010s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/005_negoti... |
tap | [11:38:18.944](1.130s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/libpq/006_servic... |
tap | [11:38:46.469](1.126s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/... |
tap | [11:38:46.524](1.065s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/oauth_validator/... |
tap | [11:38:19.270](1.003s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/002_n... |
tap | [11:38:19.669](0.975s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/003_c... |
tap | [11:38:20.152](1.207s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/004_v... |
tap | [11:38:20.243](1.337s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_amcheck/005_o... |
tap | [11:38:20.262](0.961s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01... |
tap | [11:38:20.279](0.981s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/01... |
tap | [11:38:20.603](1.034s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/02... |
tap | [11:38:20.465](0.874s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/03... |
tap | [11:38:21.251](0.961s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_basebackup/04... |
tap | [11:38:21.789](1.203s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_checksums/002... |
tap | [11:38:21.682](1.173s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:21.770](1.112s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:21.496](0.764s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:21.992](1.096s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:21.602](0.807s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:22.550](1.032s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:22.691](0.982s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:22.880](1.123s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:23.119](1.261s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_combinebackup... |
tap | [11:38:23.115](1.054s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_controldata/0... |
tap | [11:38:23.327](0.889s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/002_statu... |
tap | [11:38:23.609](0.786s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/003_promo... |
tap | [11:38:23.926](1.041s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_ctl/004_logro... |
tap | [11:38:24.465](0.901s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/002_pg_d... |
tap | [11:38:24.542](1.128s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/003_pg_d... |
tap | [11:38:24.585](0.998s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/004_pg_d... |
tap | [11:38:24.971](1.171s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/005_pg_d... |
tap | [11:38:24.955](0.800s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_dump/010_dump... |
tap | [11:38:35.261](0.912s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_prewarm/001_b... |
tap | [11:38:25.615](0.954s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/001_... |
tap | [11:38:25.899](1.129s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_resetwal/002_... |
tap | [11:38:25.720](0.861s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/001_ba... |
tap | [11:38:25.960](1.146s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/002_da... |
tap | [11:38:26.374](1.148s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/003_ex... |
tap | [11:38:26.168](0.893s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/004_pg... |
tap | [11:38:27.030](1.096s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/005_sa... |
tap | [11:38:26.892](0.814s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/007_st... |
tap | [11:38:27.036](0.882s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/008_mi... |
tap | [11:38:27.328](0.969s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/009_gr... |
tap | [11:38:27.536](1.028s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_rewind/010_ke... |
tap | [11:38:35.302](0.800s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_stat_statemen... |
tap | [11:37:58.246](0.603s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... |
tap | [11:37:58.777](1.129s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/003_l... |
tap | [11:37:58.551](0.892s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/004_s... |
tap | [11:37:58.978](1.326s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/005_c... |
tap | [11:37:58.974](1.322s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_upgrade/006_t... |
tap | [11:38:28.206](1.028s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:28.276](1.090s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:28.440](1.170s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:28.440](1.055s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:28.406](0.829s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:28.551](0.812s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:29.249](0.771s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:29.451](0.838s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_verifybackup/... |
tap | [11:38:35.712](1.047s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00... |
tap | [11:38:35.687](1.039s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_visibility/00... |
tap | [11:38:29.878](1.081s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/001_b... |
tap | [11:38:29.616](0.961s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_waldump/002_s... |
tap | [11:38:29.930](1.119s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pg_walsummary/00... |
tap | [11:38:29.784](1.014s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/pgbench/001_pgbe... |
tap | [11:38:35.776](1.084s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postgres_fdw/001... |
tap | [11:38:38.118](1.213s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/002_c... |
tap | [11:38:38.007](1.067s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/postmaster/003_s... |
tap | [11:38:30.562](0.867s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/001_basic/d... |
tap | [11:38:30.920](1.100s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/010_tab_com... |
tap | [11:38:30.844](1.053s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/psql/020_cancel/... |
tap | [11:37:58.920](1.054s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/001_str... |
tap | [11:37:59.437](0.980s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/002_arc... |
tap | [11:37:59.518](1.020s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/003_rec... |
tap | [11:37:59.571](0.958s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/004_tim... |
tap | [11:37:59.812](1.059s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/005_rep... |
tap | [11:38:00.088](0.946s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/006_log... |
tap | [11:38:00.320](1.226s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/007_syn... |
tap | [11:38:00.324](1.064s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/008_fsm... |
tap | [11:38:00.422](1.177s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/009_two... |
tap | [11:38:00.848](1.123s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/010_log... |
tap | [11:38:00.743](1.009s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/012_sub... |
tap | [11:38:00.900](0.982s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/013_cra... |
tap | [11:38:01.105](1.060s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/014_unl... |
tap | [11:38:01.399](0.941s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/015_pro... |
tap | [11:38:01.544](1.027s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/016_min... |
tap | [11:38:01.563](0.930s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/017_shm... |
tap | [11:38:01.821](1.123s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/018_wal... |
tap | [11:38:01.933](0.864s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/019_rep... |
tap | [11:38:02.064](0.905s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/020_arc... |
tap | [11:38:02.148](1.070s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/021_row... |
tap | [11:38:02.561](1.160s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/022_cra... |
tap | [11:38:02.501](0.900s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/023_pit... |
tap | [11:38:02.818](0.992s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/024_arc... |
tap | [11:38:02.799](0.918s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/025_stu... |
tap | [11:38:03.355](1.189s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/026_ove... |
tap | [11:38:03.034](0.887s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/027_str... |
tap | [11:38:03.389](1.020s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/028_pit... |
tap | [11:38:03.575](1.134s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/029_sta... |
tap | [11:38:03.717](0.976s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/030_sta... |
tap | [11:38:03.823](0.977s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/031_rec... |
tap | [11:38:03.930](0.867s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/032_rel... |
tap | [11:38:04.200](1.070s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/033_rep... |
tap | [11:38:04.273](0.987s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/034_cre... |
tap | [11:38:04.939](1.220s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/035_sta... |
tap | [11:38:04.806](1.129s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/036_tru... |
tap | [11:38:04.722](0.884s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/037_inv... |
tap | [11:38:04.964](1.002s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/038_sav... |
tap | [11:38:05.260](1.143s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/039_end... |
tap | [11:38:05.135](1.035s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/040_sta... |
tap | [11:38:05.702](1.190s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/041_che... |
tap | [11:38:05.623](1.059s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/042_low... |
tap | [11:38:06.010](0.976s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/043_no_... |
tap | [11:38:06.400](1.246s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/recovery/044_inv... |
tap | [11:38:31.231](1.079s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/010_clus... |
tap | [11:38:30.973](0.873s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/011_clus... |
tap | [11:38:31.402](1.129s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/020_crea... |
tap | [11:38:31.519](0.886s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/040_crea... |
tap | [11:38:31.895](0.965s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/050_drop... |
tap | [11:38:31.947](0.783s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/070_drop... |
tap | [11:38:32.420](1.150s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/080_pg_i... |
tap | [11:38:32.392](1.131s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/090_rein... |
tap | [11:38:32.435](0.909s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/091_rein... |
tap | [11:38:32.753](0.897s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/100_vacu... |
tap | [11:38:33.049](1.235s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/101_vacu... |
tap | [11:38:33.228](1.093s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/102_vacu... |
tap | [11:38:32.971](0.767s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/scripts/200_conn... |
tap | [11:38:46.903](0.993s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl_passphrase_c... |
tap | [11:38:50.731](0.915s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/001_ssltests... |
tap | [11:38:50.736](0.922s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/002_scram/da... |
tap | [11:38:50.764](0.874s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/ssl/003_sslinfo/... |
tap | [11:38:38.031](1.044s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/001... |
tap | [11:38:38.125](0.969s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/002... |
tap | [11:38:38.183](0.897s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/003... |
tap | [11:38:38.429](1.126s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/004... |
tap | [11:38:38.661](1.180s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/005... |
tap | [11:38:39.704](1.252s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/006... |
tap | [11:38:39.460](1.160s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/007... |
tap | [11:38:39.300](0.957s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/008... |
tap | [11:38:39.619](1.278s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/009... |
tap | [11:38:39.280](0.833s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/010... |
tap | [11:38:39.828](1.180s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/011... |
tap | [11:38:39.866](0.930s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/012... |
tap | [11:38:40.636](1.084s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/013... |
tap | [11:38:40.615](1.124s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/014... |
tap | [11:38:40.519](0.780s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/015... |
tap | [11:38:40.954](1.024s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/016... |
tap | [11:38:40.993](0.945s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/017... |
tap | [11:38:41.235](1.066s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/018... |
tap | [11:38:41.125](0.968s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/019... |
tap | [11:38:41.762](0.905s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/020... |
tap | [11:38:41.862](0.958s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/021... |
tap | [11:38:41.959](1.104s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/022... |
tap | [11:38:42.423](1.065s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/023... |
tap | [11:38:42.280](0.871s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/024... |
tap | [11:38:42.304](0.976s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/025... |
tap | [11:38:42.698](1.191s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/026... |
tap | [11:38:43.508](1.438s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/027... |
tap | [11:38:42.872](0.770s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/028... |
tap | [11:38:43.434](1.223s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/029... |
tap | [11:38:43.446](0.940s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/030... |
tap | [11:38:43.785](1.187s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/031... |
tap | [11:38:43.450](0.783s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/032... |
tap | [11:38:43.864](0.871s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/033... |
tap | [11:38:44.234](1.081s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/034... |
tap | [11:38:44.713](1.024s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/035... |
tap | [11:38:44.632](0.891s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/subscription/100... |
tap | [11:38:47.120](0.958s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_custom_rmgr... |
tap | [11:38:36.330](0.823s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_decoding/00... |
tap | [11:38:47.021](0.755s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_escape/001_... |
tap | [11:38:47.237](0.863s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_extensions/... |
tap | [11:38:48.025](0.767s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/001_co... |
tap | [11:38:48.446](1.121s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/002_ta... |
tap | [11:38:48.390](0.978s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/003_ch... |
tap | [11:38:48.189](0.793s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/004_io... |
tap | [11:38:48.368](0.919s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/005_ti... |
tap | [11:38:49.115](0.875s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/006_si... |
tap | [11:38:49.466](0.996s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_misc/007_ca... |
tap | [11:38:49.564](0.923s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_pg_dump/001... |
tap | [11:38:49.658](1.015s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/test_slru/001_mu... |
tap | [11:38:49.503](0.843s) Bail out! command "initdb --no-sync --pgdata /tmp/cirrus-ci-build/build/testrun/worker_spi/001_w... |
test | [11:39:01.286] 5/335 postgresql:regress / regress/regress ERROR ... [11:39:01.286] 6/335 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [11:39:01.286] 7/335 postgresql:isolation / isolation/isolation ERROR ... [11:39:01.286] 8/335 postgresql:pg_upgrade / pg_upgrade/004_subscription ERROR ... [11:39:01.286] 9/335 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [11:39:01.286] 10/335 postgresql:recovery / recovery/001_stream_rep ERROR ... [11:39:01.286] 11/335 postgresql:pg_upgrade / pg_upgrade/006_transfer_modes ERROR ... [11:39:01.286] 12/335 postgresql:pg_upgrade / pg_upgrade/005_char_signedness ERROR ... [11:39:01.286] 13/335 postgresql:recovery / recovery/002_archiving ERROR ... [11:39:01.286] 14/335 postgresql:recovery / recovery/003_recovery_targets ERROR ... [11:39:01.286] 15/335 postgresql:recovery / recovery/004_timeline_switch ERROR ... [11:39:01.286] 16/335 postgresql:recovery / recovery/005_replay_delay ERROR ... [11:39:01.286] 17/335 postgresql:recovery / recovery/006_logical_decoding ERROR ... [11:39:01.286] 18/335 postgresql:recovery / recovery/007_sync_rep ERROR ... [11:39:01.286] 19/335 postgresql:recovery / recovery/008_fsm_truncation ERROR ... [11:39:01.286] 20/335 postgresql:recovery / recovery/009_twophase ERROR ... [11:39:01.286] 21/335 postgresql:recovery / recovery/012_subtransactions ERROR ... [11:39:01.286] 22/335 postgresql:recovery / recovery/010_logical_decoding_timelines ERROR ... [11:39:01.286] 23/335 postgresql:recovery / recovery/013_crash_restart ERROR ... [11:39:01.286] 24/335 postgresql:recovery / recovery/014_unlogged_reinit ERROR ... [11:39:01.286] 25/335 postgresql:recovery / recovery/015_promotion_pages ERROR ... [11:39:01.286] 26/335 postgresql:recovery / recovery/016_min_consistency ERROR ... [11:39:01.286] 27/335 postgresql:recovery / recovery/017_shm ERROR ... [11:39:01.286] 28/335 postgresql:recovery / recovery/018_wal_optimize ERROR ... [11:39:01.286] 29/335 postgresql:recovery / recovery/019_replslot_limit ERROR ... [11:39:01.286] 30/335 postgresql:recovery / recovery/020_archive_status ERROR ... [11:39:01.286] 31/335 postgresql:recovery / recovery/021_row_visibility ERROR ... [11:39:01.286] 32/335 postgresql:recovery / recovery/023_pitr_prepared_xact ERROR ... [11:39:01.286] 33/335 postgresql:recovery / recovery/022_crash_temp_files ERROR ... [11:39:01.286] 34/335 postgresql:recovery / recovery/025_stuck_on_old_timeline ERROR ... [11:39:01.286] 35/335 postgresql:recovery / recovery/024_archive_recovery ERROR ... [11:39:01.286] 36/335 postgresql:recovery / recovery/027_stream_regress ERROR ... [11:39:01.286] 37/335 postgresql:recovery / recovery/026_overwrite_contrecord ERROR ... [11:39:01.286] 38/335 postgresql:recovery / recovery/028_pitr_timelines ERROR ... [11:39:01.286] 39/335 postgresql:recovery / recovery/029_stats_restart ERROR ... [11:39:01.286] 40/335 postgresql:recovery / recovery/030_stats_cleanup_replica ERROR ... [11:39:01.286] 41/335 postgresql:recovery / recovery/031_recovery_conflict ERROR ... [11:39:01.286] 42/335 postgresql:recovery / recovery/032_relfilenode_reuse ERROR ... [11:39:01.286] 43/335 postgresql:recovery / recovery/033_replay_tsp_drops ERROR ... [11:39:01.286] 44/335 postgresql:recovery / recovery/034_create_database ERROR ... [11:39:01.286] 45/335 postgresql:recovery / recovery/037_invalid_database ERROR ... [11:39:01.286] 46/335 postgresql:recovery / recovery/036_truncated_dropped ERROR ... [11:39:01.286] 47/335 postgresql:recovery / recovery/035_standby_logical_decoding ERROR ... [11:39:01.286] 48/335 postgresql:recovery / recovery/038_save_logical_slots_shutdown ERROR ... [11:39:01.286] 49/335 postgresql:recovery / recovery/040_standby_failover_slots_sync ERROR ... [11:39:01.286] 50/335 postgresql:recovery / recovery/039_end_of_wal ERROR ... [11:39:01.286] 51/335 postgresql:recovery / recovery/042_low_level_backup ERROR ... [11:39:01.286] 52/335 postgresql:recovery / recovery/041_checkpoint_at_promote ERROR ... [11:39:01.286] 53/335 postgresql:recovery / recovery/043_no_contrecord_switch ERROR ... [11:39:01.286] 54/335 postgresql:plpgsql / plpgsql/regress ERROR ... [11:39:01.286] 55/335 postgresql:plperl / plperl/regress ERROR ... [11:39:01.286] 56/335 postgresql:recovery / recovery/044_invalidate_inactive_slots ERROR ... [11:39:01.287] 57/335 postgresql:plpython / plpython/regress ERROR ... [11:39:01.287] 58/335 postgresql:pltcl / pltcl/regress ERROR ... [11:39:01.287] 59/335 postgresql:amcheck / amcheck/regress ERROR ... [11:39:01.287] 60/335 postgresql:bloom / bloom/regress ERROR ... [11:39:01.287] 61/335 postgresql:kerberos / kerberos/001_auth ERROR ... [11:39:01.287] 62/335 postgresql:basic_archive / basic_archive/regress ERROR ... [11:39:01.287] 63/335 postgresql:bool_plperl / bool_plperl/regress ERROR ... [11:39:01.287] 64/335 postgresql:citext / citext/regress ERROR ... [11:39:01.287] 65/335 postgresql:btree_gist / btree_gist/regress ERROR ... [11:39:01.287] 66/335 postgresql:btree_gin / btree_gin/regress ERROR ... [11:39:01.287] 67/335 postgresql:dblink / dblink/regress ERROR ... [11:39:01.287] 68/335 postgresql:cube / cube/regress ERROR ... [11:39:01.287] 69/335 postgresql:dict_int / dict_int/regress ERROR ... [11:39:01.287] 70/335 postgresql:earthdistance / earthdistance/regress ERROR ... [11:39:01.287] 71/335 postgresql:dict_xsyn / dict_xsyn/regress ERROR ... [11:39:01.287] 72/335 postgresql:file_fdw / file_fdw/regress ERROR ... [11:39:01.287] 73/335 postgresql:fuzzystrmatch / fuzzystrmatch/regress ERROR ... [11:39:01.287] 74/335 postgresql:hstore_plperl / hstore_plperl/regress ERROR ... [11:39:01.287] 75/335 postgresql:hstore / hstore/regress ERROR ... [11:39:01.287] 76/335 postgresql:hstore_plpython / hstore_plpython/regress ERROR ... [11:39:01.287] 77/335 postgresql:jsonb_plperl / jsonb_plperl/regress ERROR ... [11:39:01.287] 78/335 postgresql:isn / isn/regress ERROR ... [11:39:01.287] 79/335 postgresql:intarray / intarray/regress ERROR ... [11:39:01.287] 80/335 postgresql:lo / lo/regress ERROR ... [11:39:01.287] 81/335 postgresql:ltree_plpython / ltree_plpython/regress ERROR ... [11:39:01.287] 82/335 postgresql:jsonb_plpython / jsonb_plpython/regress ERROR ... [11:39:01.287] 83/335 postgresql:pageinspect / pageinspect/regress ERROR ... [11:39:01.287] 84/335 postgresql:ltree / ltree/regress ERROR ... [11:39:01.287] 85/335 postgresql:passwordcheck / passwordcheck/regress ERROR ... [11:39:01.287] 86/335 postgresql:pg_freespacemap / pg_freespacemap/regress ERROR ... [11:39:01.287] 87/335 postgresql:pg_logicalinspect / pg_logicalinspect/isolation ERROR ... [11:39:01.287] 88/335 postgresql:pg_buffercache / pg_buffercache/regress ERROR ... [11:39:01.287] 89/335 postgresql:pg_overexplain / pg_overexplain/regress ERROR ... [11:39:01.287] 90/335 postgresql:pgcrypto / pgcrypto/regress ERROR ... [11:39:01.287] 91/335 postgresql:pgrowlocks / pgrowlocks/isolation ERROR ... [11:39:01.287] 92/335 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... [11:39:01.287] 93/335 postgresql:pg_surgery / pg_surgery/regress ERROR ... [11:39:01.287] 94/335 postgresql:pgstattuple / pgstattuple/regress ERROR ... [11:39:01.287] 95/335 postgresql:seg / seg/regress ERROR ... [11:39:01.287] 96/335 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [11:39:01.287] 97/335 postgresql:pg_visibility / pg_visibility/regress ERROR ... [11:39:01.287] 98/335 postgresql:pg_trgm / pg_trgm/regress ERROR ... [11:39:01.287] 99/335 postgresql:pg_walinspect / pg_walinspect/regress ERROR ... [11:39:01.287] 100/335 postgresql:tcn / tcn/isolation ERROR ... [11:39:01.287] 101/335 postgresql:tablefunc / tablefunc/regress ERROR ... [11:39:01.287] 102/335 postgresql:test_decoding / test_decoding/regress ERROR ... [11:39:01.287] 103/335 postgresql:test_decoding / test_decoding/isolation ERROR ... [11:39:01.287] 104/335 postgresql:tsm_system_rows / tsm_system_rows/regress ERROR ... [11:39:01.287] 105/335 postgresql:unaccent / unaccent/regress ERROR ... [11:39:01.287] 106/335 postgresql:tsm_system_time / tsm_system_time/regress ERROR ... [11:39:01.287] 107/335 postgresql:uuid-ossp / uuid-ossp/regress ERROR ... [11:39:01.287] 108/335 postgresql:xml2 / xml2/regress ERROR ... [11:39:01.287] 109/335 postgresql:commit_ts / commit_ts/regress ERROR ... [11:39:01.287] 110/335 postgresql:brin / brin/isolation ERROR ... [11:39:01.287] 111/335 postgresql:dummy_seclabel / dummy_seclabel/regress ERROR ... [11:39:01.287] 112/335 postgresql:dummy_index_am / dummy_index_am/regress ERROR ... [11:39:01.287] 113/335 postgresql:delay_execution / delay_execution/isolation ERROR ... [11:39:01.287] 115/335 postgresql:injection_points / injection_points/regress ERROR ... [11:39:01.287] 114/335 postgresql:gin / gin/regress ERROR ... [11:39:01.287] 116/335 postgresql:injection_points / injection_points/isolation ERROR ... [11:39:01.287] 117/335 postgresql:spgist_name_ops / spgist_name_ops/regress ERROR ... [11:39:01.287] 118/335 postgresql:test_copy_callbacks / test_copy_callbacks/regress ERROR ... [11:39:01.287] 119/335 postgresql:plsample / plsample/regress ERROR ... [11:39:01.288] 120/335 postgresql:test_bloomfilter / test_bloomfilter/regress ERROR ... [11:39:01.288] 121/335 postgresql:test_dsm_registry / test_dsm_registry/regress ERROR ... [11:39:01.288] 122/335 postgresql:test_ddl_deparse / test_ddl_deparse/regress ERROR ... [11:39:01.288] 123/335 postgresql:test_dsa / test_dsa/regress ERROR ... [11:39:01.288] 124/335 postgresql:test_extensions / test_extensions/regress ERROR ... [11:39:01.288] 125/335 postgresql:test_ginpostinglist / test_ginpostinglist/regress ERROR ... [11:39:01.288] 126/335 postgresql:test_integerset / test_integerset/regress ERROR ... [11:39:01.288] 127/335 postgresql:test_oat_hooks / test_oat_hooks/regress ERROR ... [11:39:01.288] 128/335 postgresql:test_pg_dump / test_pg_dump/regress ERROR ... [11:39:01.288] 129/335 postgresql:test_lfind / test_lfind/regress ERROR ... [11:39:01.288] 130/335 postgresql:test_predtest / test_predtest/regress ERROR ... [11:39:01.288] 131/335 postgresql:test_parser / test_parser/regress ERROR ... [11:39:01.288] 132/335 postgresql:test_radixtree / test_radixtree/regress ERROR ... [11:39:01.288] 133/335 postgresql:test_rbtree / test_rbtree/regress ERROR ... [11:39:01.288] 134/335 postgresql:test_shm_mq / test_shm_mq/regress ERROR ... [11:39:01.288] 135/335 postgresql:test_slru / test_slru/regress ERROR ... [11:39:01.288] 136/335 postgresql:test_regex / test_regex/regress ERROR ... [11:39:01.288] 137/335 postgresql:typcache / typcache/regress ERROR ... [11:39:01.288] 138/335 postgresql:test_rls_hooks / test_rls_hooks/regress ERROR ... [11:39:01.288] 139/335 postgresql:test_resowner / test_resowner/regress ERROR ... [11:39:01.288] 140/335 postgresql:test_tidstore / test_tidstore/regress ERROR ... [11:39:01.288] 142/335 postgresql:unsafe_tests / unsafe_tests/regress ERROR ... [11:39:01.288] 144/335 postgresql:ecpg / ecpg/ecpg ERROR ... [11:39:01.288] 145/335 postgresql:libpq / libpq/003_load_balance_host_list ERROR ... [11:39:01.288] 146/335 postgresql:libpq / libpq/004_load_balance_dns ERROR ... [11:39:01.288] 147/335 postgresql:libpq / libpq/005_negotiate_encryption ERROR ... [11:39:01.288] 148/335 postgresql:libpq / libpq/006_service ERROR ... [11:39:01.288] 151/335 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... [11:39:01.288] 152/335 postgresql:pg_amcheck / pg_amcheck/003_check ERROR ... [11:39:01.288] 153/335 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [11:39:01.288] 154/335 postgresql:pg_amcheck / pg_amcheck/005_opclass_damage ERROR ... [11:39:01.288] 155/335 postgresql:pg_basebackup / pg_basebackup/010_pg_basebackup ERROR ... [11:39:01.288] 156/335 postgresql:pg_basebackup / pg_basebackup/011_in_place_tablespace ERROR ... [11:39:01.288] 158/335 postgresql:pg_basebackup / pg_basebackup/030_pg_recvlogical ERROR ... [11:39:01.288] 160/335 postgresql:pg_basebackup / pg_basebackup/020_pg_receivewal ERROR ... [11:39:01.288] 161/335 postgresql:pg_basebackup / pg_basebackup/040_pg_createsubscriber ERROR ... [11:39:01.288] 162/335 postgresql:pg_combinebackup / pg_combinebackup/004_manifest ERROR ... [11:39:01.288] 163/335 postgresql:pg_combinebackup / pg_combinebackup/006_db_file_copy ERROR ... [11:39:01.288] 164/335 postgresql:pg_combinebackup / pg_combinebackup/002_compare_backups ERROR ... [11:39:01.288] 165/335 postgresql:pg_combinebackup / pg_combinebackup/003_timeline ERROR ... [11:39:01.288] 166/335 postgresql:pg_checksums / pg_checksums/002_actions ERROR ... [11:39:01.288] 167/335 postgresql:pg_combinebackup / pg_combinebackup/005_integrity ERROR ... [11:39:01.288] 169/335 postgresql:pg_combinebackup / pg_combinebackup/007_wal_level_minimal ERROR ... [11:39:01.288] 170/335 postgresql:pg_combinebackup / pg_combinebackup/008_promote ERROR ... [11:39:01.288] 171/335 postgresql:pg_combinebackup / pg_combinebackup/009_no_full_file ERROR ... [11:39:01.288] 172/335 postgresql:pg_controldata / pg_controldata/001_pg_controldata ERROR ... [11:39:01.288] 173/335 postgresql:pg_combinebackup / pg_combinebackup/010_hardlink ERROR ... [11:39:01.288] 174/335 postgresql:pg_ctl / pg_ctl/002_status ERROR ... [11:39:01.288] 175/335 postgresql:pg_ctl / pg_ctl/003_promote ERROR ... [11:39:01.288] 176/335 postgresql:pg_ctl / pg_ctl/004_logrotate ERROR ... [11:39:01.288] 178/335 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [11:39:01.288] 179/335 postgresql:pg_dump / pg_dump/003_pg_dump_with_server ERROR ... [11:39:01.288] 180/335 postgresql:pg_dump / pg_dump/004_pg_dump_parallel ERROR ... [11:39:01.288] 181/335 postgresql:pg_dump / pg_dump/010_dump_connstr ERROR ... [11:39:01.288] 182/335 postgresql:pg_dump / pg_dump/005_pg_dump_filterfile ERROR ... [11:39:01.288] 183/335 postgresql:pg_resetwal / pg_resetwal/001_basic ERROR ... [11:39:01.288] 184/335 postgresql:pg_rewind / pg_rewind/001_basic ERROR ... [11:39:01.288] 185/335 postgresql:pg_resetwal / pg_resetwal/002_corrupted ERROR ... [11:39:01.288] 186/335 postgresql:pg_rewind / pg_rewind/002_databases ERROR ... [11:39:01.288] 187/335 postgresql:pg_rewind / pg_rewind/004_pg_xlog_symlink ERROR ... [11:39:01.288] 189/335 postgresql:pg_rewind / pg_rewind/003_extrafiles ERROR ... [11:39:01.288] 192/335 postgresql:pg_rewind / pg_rewind/007_standby_source ERROR ... [11:39:01.288] 194/335 postgresql:pg_rewind / pg_rewind/005_same_timeline ERROR ... [11:39:01.288] 195/335 postgresql:pg_rewind / pg_rewind/008_min_recovery_point ERROR ... [11:39:01.288] 197/335 postgresql:pg_rewind / pg_rewind/009_growing_files ERROR ... [11:39:01.288] 198/335 postgresql:pg_rewind / pg_rewind/010_keep_recycled_wals ERROR ... [11:39:01.288] 199/335 postgresql:pg_verifybackup / pg_verifybackup/002_algorithm ERROR ... [11:39:01.288] 200/335 postgresql:pg_verifybackup / pg_verifybackup/003_corruption ERROR ... [11:39:01.288] 202/335 postgresql:pg_verifybackup / pg_verifybackup/007_wal ERROR ... [11:39:01.288] 203/335 postgresql:pg_verifybackup / pg_verifybackup/006_encoding ERROR ... [11:39:01.288] 204/335 postgresql:pg_verifybackup / pg_verifybackup/004_options ERROR ... [11:39:01.288] 205/335 postgresql:pg_verifybackup / pg_verifybackup/008_untar ERROR ... [11:39:01.288] 207/335 postgresql:pg_verifybackup / pg_verifybackup/009_extract ERROR ... [11:39:01.288] 208/335 postgresql:pg_verifybackup / pg_verifybackup/010_client_untar ERROR ... [11:39:01.288] 209/335 postgresql:pg_waldump / pg_waldump/002_save_fullpage ERROR ... [11:39:01.288] 210/335 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [11:39:01.288] 211/335 postgresql:pg_waldump / pg_waldump/001_basic ERROR ... [11:39:01.288] 212/335 postgresql:pg_walsummary / pg_walsummary/002_blocks ERROR ... [11:39:01.288] 214/335 postgresql:psql / psql/001_basic ERROR ... [11:39:01.288] 215/335 postgresql:psql / psql/020_cancel ERROR ... [11:39:01.288] 216/335 postgresql:psql / psql/010_tab_completion ERROR ... [11:39:01.288] 217/335 postgresql:scripts / scripts/011_clusterdb_all ERROR ... [11:39:01.288] 218/335 postgresql:scripts / scripts/010_clusterdb ERROR ... [11:39:01.288] 219/335 postgresql:scripts / scripts/020_createdb ERROR ... [11:39:01.288] 220/335 postgresql:scripts / scripts/040_createuser ERROR ... [11:39:01.288] 221/335 postgresql:scripts / scripts/050_dropdb ERROR ... [11:39:01.288] 222/335 postgresql:scripts / scripts/070_dropuser ERROR ... [11:39:01.288] 223/335 postgresql:scripts / scripts/090_reindexdb ERROR ... [11:39:01.288] 224/335 postgresql:scripts / scripts/080_pg_isready ERROR ... [11:39:01.288] 225/335 postgresql:scripts / scripts/091_reindexdb_all ERROR ... [11:39:01.288] 228/335 postgresql:scripts / scripts/100_vacuumdb ERROR ... [11:39:01.288] 229/335 postgresql:scripts / scripts/200_connstr ERROR ... [11:39:01.288] 230/335 postgresql:scripts / scripts/101_vacuumdb_all ERROR ... [11:39:01.288] 232/335 postgresql:scripts / scripts/102_vacuumdb_stages ERROR ... [11:39:01.288] 233/335 postgresql:amcheck / amcheck/002_cic ERROR ... [11:39:01.288] 234/335 postgresql:amcheck / amcheck/003_cic_2pc ERROR ... [11:39:01.288] 235/335 postgresql:amcheck / amcheck/001_verify_heapam ERROR ... [11:39:01.288] 236/335 postgresql:amcheck / amcheck/005_pitr ERROR ... [11:39:01.288] 238/335 postgresql:auto_explain / auto_explain/001_auto_explain ERROR ... [11:39:01.288] 239/335 postgresql:amcheck / amcheck/004_verify_nbtree_unique ERROR ... [11:39:01.288] 240/335 postgresql:bloom / bloom/001_wal ERROR ... [11:39:01.288] 241/335 postgresql:basebackup_to_shell / basebackup_to_shell/001_basic ERROR ... [11:39:01.288] 242/335 postgresql:pg_prewarm / pg_prewarm/001_basic ERROR ... [11:39:01.288] 243/335 postgresql:pg_stat_statements / pg_stat_statements/010_restart ERROR ... [11:39:01.288] 244/335 postgresql:dblink / dblink/001_auth_scram ERROR ... [11:39:01.288] 247/335 postgresql:pg_visibility / pg_visibility/002_corrupt_vm ERROR ... [11:39:01.288] 248/335 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR ... [11:39:01.288] 249/335 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR ... [11:39:01.289] 251/335 postgresql:test_decoding / test_decoding/001_repl_stats ERROR ... [11:39:01.289] 252/335 postgresql:authentication / authentication/001_password ERROR ... [11:39:01.289] 254/335 postgresql:authentication / authentication/002_saslprep ERROR ... [11:39:01.289] 255/335 postgresql:authentication / authentication/003_peer ERROR ... [11:39:01.289] 256/335 postgresql:authentication / authentication/004_file_inclusion ERROR ... [11:39:01.289] 257/335 postgresql:authentication / authentication/006_login_trigger ERROR ... [11:39:01.289] 258/335 postgresql:authentication / authentication/007_pre_auth ERROR ... [11:39:01.289] 259/335 postgresql:postmaster / postmaster/003_start_stop ERROR ... [11:39:01.289] 260/335 postgresql:subscription / subscription/001_rep_changes ERROR ... [11:39:01.289] 261/335 postgresql:postmaster / postmaster/002_connection_limits ERROR ... [11:39:01.289] 262/335 postgresql:subscription / subscription/002_types ERROR ... [11:39:01.289] 263/335 postgresql:subscription / subscription/003_constraints ERROR ... [11:39:01.289] 264/335 postgresql:subscription / subscription/004_sync ERROR ... [11:39:01.289] 265/335 postgresql:subscription / subscription/005_encoding ERROR ... [11:39:01.289] 266/335 postgresql:subscription / subscription/010_truncate ERROR ... [11:39:01.289] 267/335 postgresql:subscription / subscription/008_diff_schema ERROR ... [11:39:01.289] 268/335 postgresql:subscription / subscription/007_ddl ERROR ... [11:39:01.289] 269/335 postgresql:subscription / subscription/009_matviews ERROR ... [11:39:01.289] 270/335 postgresql:subscription / subscription/006_rewrite ERROR ... [11:39:01.289] 271/335 postgresql:subscription / subscription/011_generated ERROR ... [11:39:01.289] 272/335 postgresql:subscription / subscription/012_collation ERROR ... [11:39:01.289] 273/335 postgresql:subscription / subscription/015_stream ERROR ... [11:39:01.289] 274/335 postgresql:subscription / subscription/014_binary ERROR ... [11:39:01.289] 275/335 postgresql:subscription / subscription/013_partition ERROR ... [11:39:01.289] 276/335 postgresql:subscription / subscription/016_stream_subxact ERROR ... [11:39:01.289] 277/335 postgresql:subscription / subscription/017_stream_ddl ERROR ... [11:39:01.289] 278/335 postgresql:subscription / subscription/019_stream_subxact_ddl_abort ERROR ... [11:39:01.289] 279/335 postgresql:subscription / subscription/018_stream_subxact_abort ERROR ... [11:39:01.289] 280/335 postgresql:subscription / subscription/020_messages ERROR ... [11:39:01.289] 281/335 postgresql:subscription / subscription/021_twophase ERROR ... [11:39:01.289] 282/335 postgresql:subscription / subscription/022_twophase_cascade ERROR ... [11:39:01.289] 283/335 postgresql:subscription / subscription/024_add_drop_pub ERROR ... [11:39:01.289] 284/335 postgresql:subscription / subscription/025_rep_changes_for_schema ERROR ... [11:39:01.289] 285/335 postgresql:subscription / subscription/023_twophase_stream ERROR ... [11:39:01.289] 286/335 postgresql:subscription / subscription/026_stats ERROR ... [11:39:01.289] 287/335 postgresql:subscription / subscription/028_row_filter ERROR ... [11:39:01.289] 288/335 postgresql:subscription / subscription/029_on_error ERROR ... [11:39:01.289] 290/335 postgresql:subscription / subscription/032_subscribe_use_index ERROR ... [11:39:01.289] 289/335 postgresql:subscription / subscription/030_origin ERROR ... [11:39:01.289] 291/335 postgresql:subscription / subscription/027_nosuperuser ERROR ... [11:39:01.289] 292/335 postgresql:subscription / subscription/031_column_list ERROR ... [11:39:01.289] 293/335 postgresql:subscription / subscription/033_run_as_table_owner ERROR ... [11:39:01.289] 294/335 postgresql:subscription / subscription/034_temporal ERROR ... [11:39:01.289] 295/335 postgresql:brin / brin/02_wal_consistency ERROR ... [11:39:01.289] 296/335 postgresql:subscription / subscription/100_bugs ERROR ... [11:39:01.289] 297/335 postgresql:subscription / subscription/035_conflicts ERROR ... [11:39:01.289] 298/335 postgresql:brin / brin/01_workitems ERROR ... [11:39:01.289] 299/335 postgresql:commit_ts / commit_ts/002_standby ERROR ... [11:39:01.289] 300/335 postgresql:commit_ts / commit_ts/001_base ERROR ... [11:39:01.289] 301/335 postgresql:commit_ts / commit_ts/003_standby_2 ERROR ... [11:39:01.289] 302/335 postgresql:commit_ts / commit_ts/004_restart ERROR ... [11:39:01.289] 303/335 postgresql:injection_points / injection_points/001_stats ERROR ... [11:39:01.315] 304/335 postgresql:ldap_password_func / ldap_password_func/001_mutated_bindpasswd ERROR ... [11:39:01.315] 305/335 postgresql:libpq_pipeline / libpq_pipeline/001_libpq_pipeline ERROR ... [11:39:01.315] 306/335 postgresql:oauth_validator / oauth_validator/001_server ERROR ... [11:39:01.315] 307/335 postgresql:oauth_validator / oauth_validator/002_client ERROR ... [11:39:01.315] 309/335 postgresql:ssl_passphrase_callback / ssl_passphrase_callback/001_testfunc ERROR ... [11:39:01.315] 310/335 postgresql:test_escape / test_escape/001_test_escape ERROR ... [11:39:01.315] 312/335 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR ... [11:39:01.315] 313/335 postgresql:test_extensions / test_extensions/001_extension_control_path ERROR ... [11:39:01.315] 314/335 postgresql:test_misc / test_misc/001_constraint_validation ERROR ... [11:39:01.315] 315/335 postgresql:test_misc / test_misc/004_io_direct ERROR ... [11:39:01.315] 316/335 postgresql:test_misc / test_misc/005_timeouts ERROR ... [11:39:01.315] 317/335 postgresql:test_misc / test_misc/003_check_guc ERROR ... [11:39:01.315] 318/335 postgresql:test_misc / test_misc/002_tablespace ERROR ... [11:39:01.315] 319/335 postgresql:test_misc / test_misc/006_signal_autovacuum ERROR ... [11:39:01.315] 321/335 postgresql:test_misc / test_misc/007_catcache_inval ERROR ... [11:39:01.315] 322/335 postgresql:worker_spi / worker_spi/001_worker_spi ERROR ... [11:39:01.315] 323/335 postgresql:test_pg_dump / test_pg_dump/001_base ERROR ... [11:39:01.315] 325/335 postgresql:test_slru / test_slru/001_multixact ERROR ... [11:39:01.315] 327/335 postgresql:ssl / ssl/001_ssltests ERROR ... [11:39:01.315] 328/335 postgresql:ssl / ssl/002_scram ERROR ... [11:39:01.315] 329/335 postgresql:ssl / ssl/003_sslinfo ERROR ... [11:39:01.315] 330/335 postgresql:ldap / ldap/001_auth ERROR ... [11:39:01.315] 331/335 postgresql:ldap / ldap/002_bindpasswd ERROR ... [11:39:01.315] 333/335 postgresql:icu / icu/010_database ERROR ... |
52/5623 | Make numeric type accessible to third-party code. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [01:48:12.457](0.001s) not ok 2 - regular connections limit: matches |
test | [01:50:27.692] 250/329 postgresql:postmaster / postmaster/002_connection_limits ERROR ... |
52/5365 | Fix creation of empty .log files during log rotation |
macOS - Sonoma - Meson | |
tap | [05:18:11.491](0.000s) not ok 218 - pgbench gset command with two rows stderr /(?^:expected one row, got 2\b)/ |
test | [05:19:07.154] 222/334 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... |
52/5105 | Prevent incorrect entries in pg_stat_activity. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [03:04:19.186](0.006s) not ok 3 - checking a non-existent database stderr /(?^:FATAL: database "qqq" does not exist)/ |
test | [03:09:58.059] 142/329 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... |
52/5509 | Coccinelle for PostgreSQL development |
FreeBSD - Meson | |
core | [08:01:41.410] #0 0x00000a6354c3277f in ?? () from /lib/libc.so.7 [08:01:41.410] #1 0x00000a6354c33769 in ?? () from /lib/libc.so.7 [08:01:41.410] #2 0x00000a6354c33659 in ?? () from /lib/libc.so.7 [08:01:41.410] #3 0x00000a6354c334b3 in ?? () from /lib/libc.so.7 [08:01:41.410] #4 0x00000a6354c33111 in setlocale () from /lib/libc.so.7 [08:01:41.410] #5 0x00000a5b322927ce in ?? () [08:01:41.410] #6 0x00000a6354beac3a in __libc_start1 () from /lib/libc.so.7 [08:01:41.410] #7 0x00000a5b3228323d in ?? () |
tap | [07:57:28.525](0.005s) not ok 23 - connect : matches |
test | [07:59:05.527] 256/334 postgresql:postmaster / postmaster/003_start_stop ERROR ... |
52/5386 | Log LSN before table is dropped |
macOS - Sonoma - Meson | |
core | [06:39:58.623] * frame #0: 0x000000019c9a4ccc libsystem_kernel.dylib`_kernelrpc_mach_port_construct_trap + 8 [06:39:58.623] frame #1: 0x000000019c9a5f40 libsystem_kernel.dylib`mach_port_construct + 40 [06:39:58.623] frame #2: 0x000000019c730450 libsystem_trace.dylib`_os_trace_create_debug_control_port + 76 [06:39:58.623] frame #3: 0x000000019c7303dc libsystem_trace.dylib`_libtrace_init + 156 [06:39:58.623] frame #4: 0x00000001a966c658 libSystem.B.dylib`libSystem_initializer + 268 [06:39:58.623] frame #5: 0x000000019c676608 dyld`invocation function for block in dyld4::Loader::findAndRunAllInitia... [06:39:58.623] frame #6: 0x000000019c6b4d6c dyld`invocation function for block in dyld3::MachOAnalyzer::forEachIniti... [06:39:58.623] frame #7: 0x000000019c6a8400 dyld`invocation function for block in dyld3::MachOFile::forEachSection(v... [06:39:58.623] frame #8: 0x000000019c6572fc dyld`dyld3::MachOFile::forEachLoadCommand(Diagnostics&, void (load_comma... [06:39:58.623] frame #9: 0x000000019c6a7394 dyld`dyld3::MachOFile::forEachSection(void (dyld3::MachOFile::SectionInf... |
tap | [06:33:43.772](0.000s) not ok 67 - slot has been invalidated |
test | [06:36:23.807] 49/334 postgresql:recovery / recovery/035_standby_logical_decoding ERROR ... |
52/5093 | Incremental Sort Cost Estimation Instability |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [23:29:42.266](0.416s) Bail out! pg_ctl start failed |
test | [23:35:14.443] 193/328 postgresql:pg_rewind / pg_rewind/001_basic ERROR ... |
52/5303 | Fix for consume_xids advancing XIDs incorrectly |
Windows - Server 2019, VS 2019 - Meson & ninja | |
core | 00000076`c26ffaa8 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c26ffab0 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c26ffaf0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c26ffb30 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c26ffc10 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c26ffc40 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c26ffc70 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c26ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2fff5a8 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2fff5b0 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2fff5f0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2fff630 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2fff710 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2fff740 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2fff770 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2fff7a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c31ff5d8 00007ffb`a39848fa ntdll!NtFsControlFile+0x14 00000076`c31ff5e0 00007ffb`94681f22 KERNELBASE!ConnectNamedPipe+0x6a 00000076`c31ff650 00007ffb`9467fce0 GoogleVssProvider!GHwProvider::NamedPipeWorker(void)+0xe2 [T:\src\piper\google3\... 00000076`c31ffb00 00007ffb`94bc5b68 GoogleVssProvider!std::thread::_Invoke<std::tuple<void ( 00000076`c31ffb40 00007ffb`a5024cb0 GoogleVssProvider!thread_start<unsigned int ( 00000076`c31ffb70 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c31ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c19ff6d8 00007ffb`a5fab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000076`c19ff6e0 00007ffb`a5024cb0 ntdll!TppWorkerThread+0x2df 00000076`c19ff9d0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c19ffa00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2eff668 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2eff670 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2eff6b0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2eff6f0 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2eff7d0 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2eff800 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2eff830 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2eff860 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2dffc98 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2dffca0 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2dffce0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2dffd20 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2dffe00 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2dffe30 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2dffe60 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2dffe90 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2cffa48 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2cffa50 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2cffa90 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2cffad0 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2cffbb0 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2cffbe0 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2cffc10 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2cffc40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2bff798 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2bff7a0 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2bff7e0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2bff820 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2bff900 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2bff930 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2bff960 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2bff990 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c2affb08 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c2affb10 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c2affb50 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c2affb90 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c2affc70 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c2affca0 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c2affcd0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c2affd00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c29ffc08 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c29ffc10 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c29ffc50 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c29ffc90 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c29ffd70 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c29ffda0 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c29ffdd0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c29ffe00 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c28ff868 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c28ff870 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c28ff8b0 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c28ff8f0 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c28ff9d0 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c28ffa00 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c28ffa30 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c28ffa60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c27ffad8 00007ffb`a42254fe win32u!NtUserMsgWaitForMultipleObjectsEx+0x14 00000076`c27ffae0 00007ffb`a42253f5 user32!RealMsgWaitForMultipleObjectsEx+0x1e 00000076`c27ffb20 00007ffb`99d1b0d6 user32!MsgWaitForMultipleObjects+0x55 00000076`c27ffb60 00007ffb`a418dfd4 COMSVCS!CSTAThread::WorkerLoop+0x166 00000076`c27ffc40 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c27ffc70 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c27ffca0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c27ffcd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c25fd5e0 00007ffb`94bc5d43 GoogleVssProvider!abort(void)+0x35 [minkernel\crts\ucrt\src\appcrt\startup\abort... 00000076`c25fd610 00007ffb`94680969 GoogleVssProvider!terminate(void)+0x1f [minkernel\crts\ucrt\src\appcrt\misc\term... 00000076`c25fd640 00007ffb`9467f746 GoogleVssProvider!GHwProvider::~GHwProvider(void)+0x119 [T:\src\piper\google3\th... 00000076`c25fd680 00007ffb`9467f6b1 GoogleVssProvider!ATL::CComObject<GHwProvider>::`scalar deleting destructor'(voi... 00000076`c25fd6c0 00007ffb`a5bfbe17 GoogleVssProvider!ATL::CComObject<GHwProvider>::Release(void)+0x41 [T:\src\piper... 00000076`c25fd700 00007ffb`a5b9f3e2 combase!<lambda_ef8a5b5bdab9c6b69f38e6b21c5d3987>::operator()(void)+0xd3 [onecor... 00000076`c25fd740 00007ffb`a5b9f3b5 combase!ObjectMethodExceptionHandlingAction<<lambda_ef8a5b5bdab9c6b69f38e6b21c5d... 00000076`c25fd790 00007ffb`a5bfb8d5 combase!CStdIdentity::ReleaseCtrlUnk( 00000076`c25fd840 00007ffb`a5b8edaa combase!CStdMarshal::DisconnectWorker_ReleasesLock( 00000076`c25fd8d0 00007ffb`a5b91af4 combase!CStdMarshal::Disconnect( |
core | 00000076`c24ff658 00007ffb`a393da4e ntdll!NtWaitForSingleObject+0x14 00000076`c24ff660 00007ffb`99d16c17 KERNELBASE!WaitForSingleObjectEx+0x8e 00000076`c24ff700 00007ffb`a418dfd4 COMSVCS!CSTAThreadPool::KillThreadControlLoop+0x27 00000076`c24ff730 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c24ff760 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c24ff790 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c24ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c21ffc98 00007ffb`a3967d23 ntdll!NtRemoveIoCompletion+0x14 00000076`c21ffca0 00007ffb`99dbfca9 KERNELBASE!GetQueuedCompletionStatus+0x53 00000076`c21ffd00 00007ffb`99dbf72d COMSVCS!WORK_QUEUE::WorkerLoop+0xad 00000076`c21ffde0 00007ffb`a418dfd4 COMSVCS!WORK_QUEUE::ThreadLoop+0xd 00000076`c21ffe10 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c21ffe40 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c21ffe70 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c21ffea0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c1fff5c8 00007ffb`a42261ae win32u!NtUserGetMessage+0x14 00000076`c1fff5d0 00007ffb`a5b14368 user32!GetMessageW+0x2e 00000076`c1fff630 00007ffb`a5b142a0 combase!CDllHost::STAWorkerLoop(void)+0x64 [onecore\com\combase\objact\dllhost.c... 00000076`c1fff6b0 00007ffb`a5bc988c combase!CDllHost::WorkerThread(void)+0xd4 [onecore\com\combase\objact\dllhost.cx... 00000076`c1fff6f0 00007ffb`a5bc9809 combase!CRpcThread::WorkerLoop(void)+0x58 [onecore\com\combase\dcomrem\threads.c... 00000076`c1fff760 00007ffb`a5024cb0 combase!CRpcThreadCache::RpcWorkerThreadEntry( 00000076`c1fff790 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c1fff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c1dff4c8 00007ffb`a5fab77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000076`c1dff4d0 00007ffb`a5024cb0 ntdll!TppWorkerThread+0x2df 00000076`c1dff7c0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c1dff7f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c1bffa78 00007ffb`a393da4e ntdll!NtWaitForSingleObject+0x14 00000076`c1bffa80 00007ffb`a3fc7955 KERNELBASE!WaitForSingleObjectEx+0x8e 00000076`c1bffb20 00007ffb`a3fc720f sechost!ScSendResponseReceiveControls+0x149 00000076`c1bffc60 00007ffb`a3fc5ce0 sechost!ScDispatcherLoop+0x14b 00000076`c1bffda0 00007ffb`a5cb924e sechost!StartServiceCtrlDispatcherW+0x70 00000076`c1bffdd0 00007ffb`a5024cb0 combase!CSurrogateProcessActivator::StartNTService( 00000076`c1bffe40 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c1bffe70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c18ff848 00007ffb`a393da4e ntdll!NtWaitForSingleObject+0x14 00000076`c18ff850 00007ffb`a5b12dbd KERNELBASE!WaitForSingleObjectEx+0x8e 00000076`c18ff8f0 00007ffb`a5b13073 combase!CSurrogateProcessActivator::WaitForSurrogateTimeout(void)+0x7d [onecore\... 00000076`c18ff940 00007ff6`2bbf116a combase!CoRegisterSurrogateEx( 00000076`c18ff970 00007ff6`2bbf1450 dllhost!wWinMain+0x162 00000076`c18ffc30 00007ffb`a5024cb0 dllhost!__scrt_common_main_seh+0x110 00000076`c18ffc70 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c18ffca0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c23ffa38 00007ffb`a393da4e ntdll!NtWaitForSingleObject+0x14 00000076`c23ffa40 00007ffb`99d16c5a KERNELBASE!WaitForSingleObjectEx+0x8e 00000076`c23ffae0 00007ffb`a418dfd4 COMSVCS!CSTAThreadPool::LoadBalanceThreadControlLoop+0x2a 00000076`c23ffb10 00007ffb`a418e0ac msvcrt!_callthreadstartex+0x28 00000076`c23ffb40 00007ffb`a5024cb0 msvcrt!_threadstartex+0x7c 00000076`c23ffb70 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c23ffba0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
core | 00000076`c22ff688 00007ffb`a396497c ntdll!NtWaitForMultipleObjects+0x14 00000076`c22ff690 00007ffb`a396487e KERNELBASE!WaitForMultipleObjectsEx+0xec 00000076`c22ff980 00007ffb`99d6eb89 KERNELBASE!WaitForMultipleObjects+0xe 00000076`c22ff9c0 00007ffb`a5024cb0 COMSVCS!PostData+0x309 00000076`c22ffba0 00007ffb`a601edcb KERNEL32!BaseThreadInitThunk+0x10 00000076`c22ffbd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b |
tap | [15:52:39.687](465.811s) # poll_query_until timed out executing this query: timed out waiting for catchup at C:/cirrus/src/test/recovery/t/035_standby_logical_decoding.pl line 851. |
test | [15:52:41.367] 325/326 postgresql:recovery / recovery/035_standby_logical_decoding ERROR 5... |
52/5470 | Function scan FDW pushdown |
CompilerWarnings | |
compiler | [22:06:18.785] ../../src/include/c.h:846:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:06:18.785] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:05:40.086] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:05:40.086] postgres_fdw.c:1667:17: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:10:23.258] ../../src/include/c.h:846:20: error: ‘rte’ may be used uninitialized [-Werror=maybe-uninitialized] |
compiler | [22:10:23.258] postgres_fdw.c:3113:37: error: ‘relname’ may be used uninitialized [-Werror=maybe-uninitialized] |
52/5553 | starjoin join order planning |
CompilerWarnings | |
compiler | [22:00:27.947] allpaths.c:3476:32: error: use of undeclared identifier 'startlev' |
compiler | [22:00:27.947] allpaths.c:3477:44: error: use of undeclared identifier 'startlev' |
compiler | [21:59:27.696] allpaths.c:3476:53: error: ‘startlev’ undeclared (first use in this function) |
compiler | [22:00:55.710] allpaths.c:3476:53: error: ‘startlev’ undeclared (first use in this function); did you mean ‘strrev’? |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [21:59:26.193] ../src/backend/optimizer/path/allpaths.c(3476): error C2065: 'startlev': undeclared identifier |
compiler | [21:59:26.193] ../src/backend/optimizer/path/allpaths.c(3477): error C2065: 'startlev': undeclared identifier |
53/5323 | Support enabling checksums online |
FreeBSD - Meson | |
core | [21:05:05.728] #0 0x000000082b70075a in _sigprocmask () from /lib/libc.so.7 [21:05:05.728] #1 0x000000082b73da2f in _system () from /lib/libc.so.7 [21:05:05.728] #2 0x00000008295118a3 in ?? () from /lib/libthr.so.3 [21:05:05.728] #3 0x000000000067ccd7 in RestoreArchivedFile (path=path@entry=0x8213b31e0 "pg_wal/00000002", '0' <repeat... [21:05:05.728] #4 0x0000000000662b18 in existsTimeLineHistory (probeTLI=probeTLI@entry=3) at ../src/backend/access/tran... [21:05:05.728] #5 0x0000000000662bd8 in findNewestTimeLine (startTLI=startTLI@entry=2) at ../src/backend/access/transam... [21:05:05.728] #6 0x000000000068826b in rescanLatestTimeLine (replayTLI=replayTLI@entry=2, replayLSN=replayLSN@entry=67... [21:05:05.728] #7 0x0000000000684473 in WaitForWALToBecomeAvailable (RecPtr=67173224, tliRecPtr=67173200, replayTLI=2, ... [21:05:05.728] #8 XLogPageRead (xlogreader=0x19b8ebc1d130, targetPagePtr=67166208, reqLen=7016, targetRecPtr=67173200, ... [21:05:05.728] #9 0x000000000068b1ca in ReadPageInternal (state=state@entry=0x19b8ebc1d130, pageptr=67166208, reqLen=70... |
tap | [20:59:27.107](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
test | [21:02:37.777] 149/332 postgresql:initdb / initdb/001_initdb ERROR ... |
Linux - Debian Bookworm - Autoconf | |
tap | [20:59:30.915](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
Linux - Debian Bookworm - Meson | |
tap | [21:02:02.799](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
test | [21:03:46.219] 170/333 postgresql:initdb / initdb/001_initdb ERROR ... |
macOS - Sonoma - Meson | |
tap | [20:58:59.309](0.000s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
test | [21:01:44.084] 160/332 postgresql:initdb / initdb/001_initdb ERROR ... |
52/5616 | Extensible storage manager API |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [06:59:07.714] c:\cirrus\src\backend\storage\smgr\smgr.c(153) : warning C4715: 'smgr_lookup': not all control paths retu... |
52/5595 | Track and display estimated "work_mem" as well as limit, via EXPLAIN (work_mem on); add hook to override work_mem limits; add extension to override using "workmem.query_work_mem" GUC |
FreeBSD - Meson | |
assertion | TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 55369 |
assertion | TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 71792 |
assertion | TRAP: failed Assert("worker_space_allowed > 0"), File: "../src/backend/executor/nodeHash.c", Line: 478, PID: 58535 |
core | [11:27:12.134] #0 0x000000082d6711ba in thr_kill () from /lib/libc.so.7 [11:27:12.134] #1 0x000000082d5ea5d4 in raise () from /lib/libc.so.7 [11:27:12.134] #2 0x000000082d69db59 in abort () from /lib/libc.so.7 [11:27:12.134] #3 0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa... [11:27:12.134] #4 0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x242f771465f0) at ../src/backend/execut... [11:27:12.134] #5 0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x242f771431e8, parallel=false) at ../src/backend/exec... [11:27:12.134] #6 ExecHashJoin (pstate=0x242f771431e8) at ../src/backend/executor/nodeHashjoin.c:690 [11:27:12.134] #7 0x000000000077bf5b in ExecProcNode (node=0x242f771431e8) at ../src/include/executor/executor.h:304 [11:27:12.134] #8 ExecutePlan (queryDesc=0x242f770f5d70, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi... [11:27:12.134] #9 standard_ExecutorRun (queryDesc=0x242f770f5d70, direction=<optimized out>, count=0) at ../src/backend... |
core | [11:27:11.837] #0 0x000000082816f1ba in thr_kill () from /lib/libc.so.7 [11:27:11.837] #1 0x00000008280e85d4 in raise () from /lib/libc.so.7 [11:27:11.837] #2 0x000000082819bb59 in abort () from /lib/libc.so.7 [11:27:11.837] #3 0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa... [11:27:11.837] #4 0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x262082d109b0) at ../src/backend/execut... [11:27:11.837] #5 0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x262082d0d5a8, parallel=false) at ../src/backend/exec... [11:27:11.837] #6 ExecHashJoin (pstate=0x262082d0d5a8) at ../src/backend/executor/nodeHashjoin.c:690 [11:27:11.837] #7 0x000000000077bf5b in ExecProcNode (node=0x262082d0d5a8) at ../src/include/executor/executor.h:304 [11:27:11.837] #8 ExecutePlan (queryDesc=0x262082cbf9f0, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi... [11:27:11.837] #9 standard_ExecutorRun (queryDesc=0x262082cbf9f0, direction=<optimized out>, count=0) at ../src/backend... |
core | [11:27:12.444] #0 0x000000082ad531ba in thr_kill () from /lib/libc.so.7 [11:27:12.444] #1 0x000000082accc5d4 in raise () from /lib/libc.so.7 [11:27:12.444] #2 0x000000082ad7fb59 in abort () from /lib/libc.so.7 [11:27:12.444] #3 0x0000000000abc925 in ExceptionalCondition (conditionName=0x313413 "worker_space_allowed > 0", fileNa... [11:27:12.444] #4 0x000000000079ec20 in ExecHashTableCreate (state=state@entry=0x34c0fcf588b0) at ../src/backend/execut... [11:27:12.444] #5 0x00000000007a2b93 in ExecHashJoinImpl (pstate=0x34c0fcf554a8, parallel=false) at ../src/backend/exec... [11:27:12.444] #6 ExecHashJoin (pstate=0x34c0fcf554a8) at ../src/backend/executor/nodeHashjoin.c:690 [11:27:12.444] #7 0x000000000077bf5b in ExecProcNode (node=0x34c0fcf554a8) at ../src/include/executor/executor.h:304 [11:27:12.444] #8 ExecutePlan (queryDesc=0x34c0fcf07630, operation=CMD_SELECT, sendTuples=true, numberTuples=0, directi... [11:27:12.444] #9 standard_ExecutorRun (queryDesc=0x34c0fcf07630, direction=<optimized out>, count=0) 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 2025-03-16 11:18:10.400187000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/foreign_key.out 2025-03-16 11:22:05.426737... @@ -2882,279 +2882,10 @@ DETAIL: Key (f1)=(-2) is still referenced from table "tbl4". BEGIN; UPDATE fkpart10.tbl3 SET f1 = f1 * -1; -UPDATE fkpart10.tbl1 SET f1 = 3 WHERE f1 = 0; -INSERT INTO fkpart10.tbl1 VALUES (0); -INSERT INTO fkpart10.tbl3 VALUES (-2), (-1); -COMMIT; --- test where the updated table now has both an IMMEDIATE and a DEFERRED --- constraint pointing into it -CREATE TABLE fkpart10.tbl5(f1 int REFERENCES fkpart10.tbl3); -INSERT INTO fkpart10.tbl5 VALUES (-2), (-1); -BEGIN; -UPDATE fkpart10.tbl3 SET f1 = f1 * -3; -ERROR: update or delete on table "tbl3" violates foreign key constraint "tbl5_f1_fkey" on table "tbl5" -DETAIL: Key (f1)=(-2) is still referenced from table "tbl5". -COMMIT; ... |
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 2025-03-16 11:18:10.400187000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/foreign_key.out 2025-03-16 11:22:58.4645... @@ -1997,1164 +1997,10 @@ -- this one has an FK with mismatched properties \d fk_partitioned_fk_4_2 - Table "public.fk_partitioned_fk_4_2" - Column | Type | Collation | Nullable | Default ---------+---------+-----------+----------+--------- - a | integer | | | - b | integer | | | -Partition of: fk_partitioned_fk_4 FOR VALUES FROM (100, 100) TO (1000, 1000) -Foreign-key constraints: - "fk_partitioned_fk_4_2_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE SET NULL - TABLE "fk_partitioned_fk" CONSTRAINT "fk_partitioned_fk_a_b_fkey" FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_p... - -CREATE TABLE fk_partitioned_fk_5 (a int, b int, - FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) ON UPDATE CASCADE ON DELETE CASCADE DEFERRABLE, - FOREIGN KEY (a, b) REFERENCES fk_notpartitioned_pk(a, b) MATCH FULL ON UPDATE CASCADE ON DELETE CASCADE) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/tsearch.out 2025-03-16 11:18:10.468490000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/tsearch.out 2025-03-16 11:22:20.226998000 +0000 @@ -1292,1723 +1292,10 @@ -- ts_debug SELECT * from ts_debug('english', '<myns:foo-bar_baz.blurfl>abc&nm1;def©ghiõjkl</myns:foo-bar_baz.blurfl>'); - alias | description | token | dictionaries | dictionary | lexemes ------------+-----------------+----------------------------+----------------+--------------+--------- - tag | XML tag | <myns:foo-bar_baz.blurfl> | {} | | - asciiword | Word, all ASCII | abc | {english_stem} | english_stem | {abc} - entity | XML entity | &nm1; | {} | | - asciiword | Word, all ASCII | def | {english_stem} | english_stem | {def} - entity | XML entity | © | {} | | - asciiword | Word, all ASCII | ghi | {english_stem} | english_stem | {ghi} - entity | XML entity | õ | {} | | - asciiword | Word, all ASCII | jkl | {english_stem} | english_stem | {jkl} - tag | XML tag | </myns:foo-bar_baz.blurfl> | {} | | -(9 rows) - ... |
tap | [11:22:06.226](127.208s) not ok 5 - regression tests pass [11:22:35.677](1.013s) not ok 13 - run of pg_upgrade --check for new instance [11:22:35.678](0.001s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success [11:22:36.137](0.459s) not ok 15 - run of pg_upgrade for new instance [11:22:36.157](0.018s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success [11:22:36.512](0.069s) not ok 17 - check that locales in new cluster match original cluster [11:22:38.016](0.068s) not ok 19 - old and new dumps match after pg_upgrade |
tap | [11:22:59.124](146.480s) not ok 2 - regression tests pass |
test | [11:24:55.154] 136/327 postgresql:regress / regress/regress ERROR 1... [11:24:55.154] 156/327 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [11:24:55.154] 185/327 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/workmem/expected/workmem.out /tmp/cirrus-ci-build/contrib/workmem/results/workmem.... --- /tmp/cirrus-ci-build/contrib/workmem/expected/workmem.out 2025-03-16 11:18:06.941606890 +0000 +++ /tmp/cirrus-ci-build/contrib/workmem/results/workmem.out 2025-03-16 11:24:27.285959208 +0000 @@ -30,9 +30,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=25600 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=25600 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=51200 kB) @@ -42,7 +43,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 102400 kB ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out 2025-03-16 11:18:08.750696852 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/workmem.out 2025-03-16 11:25:39.979299380 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/src/test/regress/results/workme... --- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out 2025-03-16 11:18:08.750696852 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/workmem.out 2025-03-16 11:23:54.557455409 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
tap | [11:25:46.040](111.222s) not ok 5 - regression tests pass |
Linux - Debian Bookworm - Meson | |
core | [11:28:33.655] #0 <unavailable> in ?? () |
core | [11:28:33.766] #0 0x00007fd012620dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.766] #1 0x00007fd0125cd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.766] #2 0x00007fd0125cd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.766] #3 0x00005557d20cf5c1 in ?? () [11:28:33.766] #4 0x00005557d20c9369 in ?? () [11:28:33.766] #5 0x00005557d20c820f in ?? () [11:28:33.766] #6 0x00005557d20c8c3b in ?? () [11:28:33.766] #7 0x00005557d20c666f in ?? () [11:28:33.766] #8 0x00007fd0125b824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.766] #9 0x00007fd0125b8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [11:28:33.655] #0 0x00007fd012620dd4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.655] #1 0x00007fd0125cd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.655] #2 0x00007fd0125cd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.655] #3 0x00005557d20cf5f3 in ?? () [11:28:33.655] #4 0x00005557d20c9369 in ?? () [11:28:33.655] #5 0x00005557d20c820f in ?? () [11:28:33.655] #6 0x00005557d20c8c3b in ?? () [11:28:33.655] #7 0x00005557d20c666f in ?? () [11:28:33.655] #8 0x00007fd0125b824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [11:28:33.655] #9 0x00007fd0125b8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out 2025-03-16 11:18:08.353234581 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out 2025-03-16 11:24:02.384806845 ... @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out 2025-03-16 11:18:08.353234581 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/workmem.out 2025-03-16 11:24:38.84077715... @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/workmem.out 2025-03-16 11:18:08.353234581 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/workmem.out 2025-03-16 11:23:55.444814941 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
tap | [11:24:08.628](79.226s) not ok 5 - regression tests pass |
tap | [11:24:45.860](79.654s) not ok 2 - regression tests pass |
test | [11:26:29.103] 47/328 postgresql:regress / regress/regress ERROR ... [11:26:29.103] 144/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [11:26:29.103] 163/328 postgresql:recovery / recovery/027_stream_regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upg... --- /Users/admin/pgsql/src/test/regress/expected/workmem.out 2025-03-16 11:18:12 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out 2025-03-16 11:21:05 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/recovery/027_stream_r... --- /Users/admin/pgsql/src/test/regress/expected/workmem.out 2025-03-16 11:18:12 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/workmem.out 2025-03-16 11:21:48 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/workmem.out /Users/admin/pgsql/build/testrun/regress/regress/resul... --- /Users/admin/pgsql/src/test/regress/expected/workmem.out 2025-03-16 11:18:12 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/workmem.out 2025-03-16 11:21:05 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
tap | [11:21:11.033](48.047s) not ok 5 - regression tests pass |
tap | [11:21:52.651](42.562s) not ok 2 - regression tests pass |
test | [11:23:48.469] 31/327 postgresql:regress / regress/regress ERROR ... [11:23:48.469] 64/327 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [11:23:48.469] 141/327 postgresql:recovery / recovery/027_stream_regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/workmem.out C:/cirrus/build/testrun/pg_upgrade/002_pg_u... --- C:/cirrus/src/test/regress/expected/workmem.out 2025-03-16 11:18:13.944986300 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/workmem.out 2025-03-16 11:21:44.325758300 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/workmem.out C:/cirrus/build/testrun/recovery/027_stream... --- C:/cirrus/src/test/regress/expected/workmem.out 2025-03-16 11:18:13.944986300 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/workmem.out 2025-03-16 11:23:55.806713400 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/workmem.out C:/cirrus/build/testrun/regress/regress/res... --- C:/cirrus/src/test/regress/expected/workmem.out 2025-03-16 11:18:13.944986300 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/workmem.out 2025-03-16 11:21:39.294519000 +0000 @@ -207,9 +207,10 @@ from (values (1, 1), (2, 2)) as t (a, b) where a = b group by grouping sets((a, b), (a)); '); - workmem_filter ----------------------------------------------------------------------- + workmem_filter +-------------------------------------------------------------------------------------------- WindowAgg (work_mem=N kB limit=4096 kB) + Window: w1 AS (ORDER BY "*VALUES*".column1, "*VALUES*".column2 ROWS UNBOUNDED PRECEDING) -> Sort (work_mem=N kB limit=4096 kB) Sort Key: "*VALUES*".column1, "*VALUES*".column2 NULLS FIRST -> HashAggregate (work_mem=N kB limit=8192 kB) @@ -219,7 +220,7 @@ Filter: (column1 = column2) Total Working Memory: N kB Total Working Memory Limit: 16384 kB ... |
tap | [11:21:54.136](107.985s) not ok 5 - regression tests pass |
tap | [11:24:07.963](117.927s) not ok 2 - regression tests pass |
test | [11:30:36.396] 22/322 postgresql:regress / regress/regress ERROR 1... [11:30:36.396] 38/322 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [11:30:36.396] 96/322 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
52/5614 | Metadata and record block access stats for indexes |
Linux - Debian Bookworm - Meson | |
core | [12:12:51.017] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:51.017] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:51.017] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:51.017] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:51.017] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:51.017] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:12:51.017] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fde7e20, heaprel=heaprel@entry=0x7f5c1ff9e5c8, ... [12:12:51.017] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fde7e20, heaprel=heaprel@entry=0x7f5c1ff9e... [12:12:51.017] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fde7e20, itup=itup@entry=0x55d2a1c6bdf8, che... [12:12:51.017] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fde7e20, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:54.835] #0 0x00007f4ee04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:54.835] #1 0x00007f4ee045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:54.835] #2 0x00007f4ee0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:54.835] #3 0x00007f4ee061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:54.835] #4 0x00007f4ee062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:54.835] #5 0x00007f4ee060dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f02d2d2f7... [12:13:54.835] #6 0x000055f02c350400 in _bt_getroot (rel=rel@entry=0x7f4edde6b048, heaprel=heaprel@entry=0x0, access=ac... [12:13:54.835] #7 0x000055f02c360fe5 in _bt_search (rel=rel@entry=0x7f4edde6b048, heaprel=heaprel@entry=0x0, key=key@en... [12:13:54.835] #8 0x000055f02c363831 in _bt_first (scan=scan@entry=0x55f03ed34ea8, dir=dir@entry=ForwardScanDirection) ... [12:13:54.835] #9 0x000055f02c359b1e in btgettuple (scan=0x55f03ed34ea8, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:13:53.389] #0 0x00007f23c36a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:53.389] #1 0x00007f23c365afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:53.389] #2 0x00007f23c3645472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:53.389] #3 0x00007f23c381e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:53.389] #4 0x00007f23c382aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:53.389] #5 0x00007f23c380dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f702160cb... [12:13:53.389] #6 0x000055f7011d7f86 in _bt_split (rel=rel@entry=0x7f23c0780368, heaprel=heaprel@entry=0x7f23c089e268, ... [12:13:53.389] #7 0x000055f7011d9826 in _bt_insertonpg (rel=rel@entry=0x7f23c0780368, heaprel=heaprel@entry=0x7f23c089e... [12:13:53.389] #8 0x000055f7011dbbc1 in _bt_doinsert (rel=rel@entry=0x7f23c0780368, itup=itup@entry=0x55f7248bac78, che... [12:13:53.389] #9 0x000055f7011eb047 in btinsert (rel=0x7f23c0780368, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:51.992] #0 0x00007fda938a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.992] #1 0x00007fda9385afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.992] #2 0x00007fda93845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.992] #3 0x00007fda93a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:51.992] #4 0x00007fda93a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:51.992] #5 0x00007fda93a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55775130bf7... [12:13:51.992] #6 0x0000557750389400 in _bt_getroot (rel=rel@entry=0x7fda9143b588, heaprel=heaprel@entry=0x0, access=ac... [12:13:51.992] #7 0x0000557750399fe5 in _bt_search (rel=rel@entry=0x7fda9143b588, heaprel=heaprel@entry=0x0, key=key@en... [12:13:51.992] #8 0x000055775039c831 in _bt_first (scan=scan@entry=0x55776d133f70, dir=dir@entry=BackwardScanDirection)... [12:13:51.992] #9 0x0000557750392b1e in btgettuple (scan=0x55776d133f70, dir=BackwardScanDirection) at ../src/backend/a... |
core | [12:13:27.363] #0 0x00007fdefd2a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:27.363] #1 0x00007fdefd25afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:27.363] #2 0x00007fdefd245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:27.363] #3 0x00007fdefd41e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:27.363] #4 0x00007fdefd42aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:27.363] #5 0x00007fdefd40dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55e496a42cb... [12:13:27.363] #6 0x000055e495ab9f86 in _bt_split (rel=rel@entry=0x7fdefa1768d8, heaprel=heaprel@entry=0x7fdefa176128, ... [12:13:27.363] #7 0x000055e495abb826 in _bt_insertonpg (rel=rel@entry=0x7fdefa1768d8, heaprel=heaprel@entry=0x7fdefa176... [12:13:27.363] #8 0x000055e495abdbc1 in _bt_doinsert (rel=rel@entry=0x7fdefa1768d8, itup=itup@entry=0x55e4d142e378, che... [12:13:27.363] #9 0x000055e495acd047 in btinsert (rel=0x7fdefa1768d8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:25.962] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:25.962] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:25.962] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:25.962] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:25.962] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:25.962] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:25.962] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe05448, heaprel=heaprel@entry=0x7f5c1fe05238, ... [12:13:25.962] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe05448, heaprel=heaprel@entry=0x7f5c1fe05... [12:13:25.962] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe05448, itup=itup@entry=0x55d2a1c48ac8, che... [12:13:25.962] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe05448, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:24.558] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:24.558] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:24.558] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:24.558] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:24.558] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:24.558] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:24.558] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe804e0, heaprel=heaprel@entry=0x7f5c1fe7fd60, ... [12:13:24.558] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe804e0, heaprel=heaprel@entry=0x7f5c1fe7f... [12:13:24.558] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe804e0, itup=itup@entry=0x55d2a1c16318, che... [12:13:24.558] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe804e0, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:23.149] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:23.149] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:23.149] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:23.149] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:23.149] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:23.149] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269266c5... [12:13:23.149] #6 0x000055d2682ed3f4 in _bt_get_endpoint (rel=rel@entry=0x7f5c1fde44d8, level=level@entry=0, rightmost=... [12:13:23.149] #7 0x000055d2682ed4e4 in _bt_endpoint (scan=scan@entry=0x55d2a1c4a3c0, dir=dir@entry=ForwardScanDirectio... [12:13:23.149] #8 0x000055d2682edfad in _bt_first (scan=scan@entry=0x55d2a1c4a3c0, dir=dir@entry=ForwardScanDirection) ... [12:13:23.149] #9 0x000055d2682e4b1e in btgettuple (scan=0x55d2a1c4a3c0, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:13:22.571] #0 0x00007f90824a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:22.571] #1 0x00007f908245afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:22.571] #2 0x00007f9082445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:22.571] #3 0x00007f908261e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:22.571] #4 0x00007f908262aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:22.571] #5 0x00007f908260dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5629687b5cb... [12:13:22.571] #6 0x000056296782cf86 in _bt_split (rel=rel@entry=0x7f9076b43998, heaprel=heaprel@entry=0x7f90769f75f8, ... [12:13:22.571] #7 0x000056296782e826 in _bt_insertonpg (rel=rel@entry=0x7f9076b43998, heaprel=heaprel@entry=0x7f90769f7... [12:13:22.571] #8 0x0000562967830bc1 in _bt_doinsert (rel=rel@entry=0x7f9076b43998, itup=itup@entry=0x56298f09f8c8, che... [12:13:22.571] #9 0x0000562967840047 in btinsert (rel=0x7f9076b43998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:21.146] #0 0x00007fce588a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:21.146] #1 0x00007fce5885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:21.146] #2 0x00007fce58845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:21.146] #3 0x00007fce58a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:21.146] #4 0x00007fce58a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:21.146] #5 0x00007fce58a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5576e6a56cb... [12:13:21.146] #6 0x00005576e5acdf86 in _bt_split (rel=rel@entry=0x7fce4cefcd68, heaprel=heaprel@entry=0x7fce4cef1478, ... [12:13:21.146] #7 0x00005576e5acf826 in _bt_insertonpg (rel=rel@entry=0x7fce4cefcd68, heaprel=heaprel@entry=0x7fce4cef1... [12:13:21.146] #8 0x00005576e5ad1bc1 in _bt_doinsert (rel=rel@entry=0x7fce4cefcd68, itup=itup@entry=0x5577267b13c8, che... [12:13:21.146] #9 0x00005576e5ae1047 in btinsert (rel=0x7fce4cefcd68, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:19.761] #0 0x00007f7b7d0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.761] #1 0x00007f7b7d05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.761] #2 0x00007f7b7d045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.761] #3 0x00007f7b7d21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:19.761] #4 0x00007f7b7d22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:19.761] #5 0x00007f7b7d20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556fe60c2f7... [12:13:19.761] #6 0x0000556fe5140400 in _bt_getroot (rel=rel@entry=0x7f7b7a0bcc98, heaprel=heaprel@entry=0x0, access=ac... [12:13:19.761] #7 0x0000556fe5150fe5 in _bt_search (rel=rel@entry=0x7f7b7a0bcc98, heaprel=heaprel@entry=0x0, key=key@en... [12:13:19.761] #8 0x0000556fe5153831 in _bt_first (scan=scan@entry=0x557004278310, dir=dir@entry=BackwardScanDirection)... [12:13:19.761] #9 0x0000556fe5149b1e in btgettuple (scan=0x557004278310, dir=BackwardScanDirection) at ../src/backend/a... |
core | [12:13:38.190] #0 0x00007f3dde0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:38.190] #1 0x00007f3dde05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:38.190] #2 0x00007f3dde045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:38.190] #3 0x00007f3dde21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:38.190] #4 0x00007f3dde22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:38.190] #5 0x00007f3dde20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5611b1214cb... [12:13:38.190] #6 0x00005611b028bf86 in _bt_split (rel=rel@entry=0x7f3dd26780b8, heaprel=heaprel@entry=0x7f3dd27b7488, ... [12:13:38.190] #7 0x00005611b028d826 in _bt_insertonpg (rel=rel@entry=0x7f3dd26780b8, heaprel=heaprel@entry=0x7f3dd27b7... [12:13:38.190] #8 0x00005611b028fbc1 in _bt_doinsert (rel=rel@entry=0x7f3dd26780b8, itup=itup@entry=0x5611eb009738, che... [12:13:38.190] #9 0x00005611b029f047 in btinsert (rel=0x7f3dd26780b8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:19.123] #0 0x00007f285aca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.123] #1 0x00007f285ac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.123] #2 0x00007f285ac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:19.123] #3 0x00007f285ae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:19.123] #4 0x00007f285ae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:19.123] #5 0x00007f285ae0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x564c978e8cb... [12:13:19.123] #6 0x0000564c9695ff86 in _bt_split (rel=rel@entry=0x7f284efac998, heaprel=heaprel@entry=0x7f284f0e1398, ... [12:13:19.123] #7 0x0000564c96961826 in _bt_insertonpg (rel=rel@entry=0x7f284efac998, heaprel=heaprel@entry=0x7f284f0e1... [12:13:19.123] #8 0x0000564c96963bc1 in _bt_doinsert (rel=rel@entry=0x7f284efac998, itup=itup@entry=0x564ccf39d838, che... [12:13:19.123] #9 0x0000564c96973047 in btinsert (rel=0x7f284efac998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:17.634] #0 0x00007f1d8b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:17.634] #1 0x00007f1d8b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:17.634] #2 0x00007f1d8b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:17.634] #3 0x00007f1d8ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:17.634] #4 0x00007f1d8ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:17.634] #5 0x00007f1d8ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x56553dd86cb... [12:13:17.634] #6 0x000056553cdfdf86 in _bt_split (rel=rel@entry=0x7f1d7fe72a28, heaprel=heaprel@entry=0x7f1d7fe71b18, ... [12:13:17.634] #7 0x000056553cdff826 in _bt_insertonpg (rel=rel@entry=0x7f1d7fe72a28, heaprel=heaprel@entry=0x7f1d7fe71... [12:13:17.634] #8 0x000056553ce01bc1 in _bt_doinsert (rel=rel@entry=0x7f1d7fe72a28, itup=itup@entry=0x56555e9bdcf8, che... [12:13:17.634] #9 0x000056553ce11047 in btinsert (rel=0x7f1d7fe72a28, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:16.253] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:16.253] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:16.253] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:16.253] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:16.253] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:16.253] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:16.253] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe81290, heaprel=heaprel@entry=0x7f5c1fe80ae0, ... [12:13:16.253] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe81290, heaprel=heaprel@entry=0x7f5c1fe80... [12:13:16.253] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe81290, itup=itup@entry=0x55d2a1c11fe8, che... [12:13:16.253] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe81290, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:14.831] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:14.831] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:14.831] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:14.831] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:14.831] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:14.831] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:14.831] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fde4080, heaprel=heaprel@entry=0x7f5c1ffa4768, ... [12:13:14.831] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fde4080, heaprel=heaprel@entry=0x7f5c1ffa4... [12:13:14.831] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fde4080, itup=itup@entry=0x55d2a1b9dc18, che... [12:13:14.831] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fde4080, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:13.440] #0 0x00007f1246ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:13.440] #1 0x00007f1246e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:13.440] #2 0x00007f1246e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:13.440] #3 0x00007f124701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:13.440] #4 0x00007f124702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:13.440] #5 0x00007f124700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55967d17acb... [12:13:13.440] #6 0x000055967c1f1f86 in _bt_split (rel=rel@entry=0x7f123b3d36c8, heaprel=heaprel@entry=0x7f123b3d2f18, ... [12:13:13.440] #7 0x000055967c1f3826 in _bt_insertonpg (rel=rel@entry=0x7f123b3d36c8, heaprel=heaprel@entry=0x7f123b3d2... [12:13:13.440] #8 0x000055967c1f5bc1 in _bt_doinsert (rel=rel@entry=0x7f123b3d36c8, itup=itup@entry=0x55968b36eac8, che... [12:13:13.440] #9 0x000055967c205047 in btinsert (rel=0x7f123b3d36c8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:12.048] #0 0x00007f2039ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:12.048] #1 0x00007f2039c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:12.048] #2 0x00007f2039c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:12.048] #3 0x00007f2039e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:12.048] #4 0x00007f2039e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:12.048] #5 0x00007f2039e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562a54e20cb... [12:13:12.048] #6 0x0000562a53e97f86 in _bt_split (rel=rel@entry=0x7f203784e998, heaprel=heaprel@entry=0x7f202e2185f8, ... [12:13:12.048] #7 0x0000562a53e99826 in _bt_insertonpg (rel=rel@entry=0x7f203784e998, heaprel=heaprel@entry=0x7f202e218... [12:13:12.048] #8 0x0000562a53e9bbc1 in _bt_doinsert (rel=rel@entry=0x7f203784e998, itup=itup@entry=0x562a6fa46f10, che... [12:13:12.048] #9 0x0000562a53eab047 in btinsert (rel=0x7f203784e998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:10.633] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:10.633] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:10.633] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:10.633] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:10.633] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:10.633] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:10.633] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1ffae658, heaprel=heaprel@entry=0x7f5c1ffb39a8, ... [12:13:10.633] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1ffae658, heaprel=heaprel@entry=0x7f5c1ffb3... [12:13:10.633] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1ffae658, itup=itup@entry=0x55d2a1c101f8, che... [12:13:10.633] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1ffae658, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:09.245] #0 0x00007f969fca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:09.245] #1 0x00007f969fc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:09.245] #2 0x00007f969fc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:09.245] #3 0x00007f969fe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:09.245] #4 0x00007f969fe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:09.245] #5 0x00007f969fe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f18f482cb... [12:13:09.245] #6 0x000055f18e4f9f86 in _bt_split (rel=rel@entry=0x7f9694112698, heaprel=heaprel@entry=0x7f9694111f18, ... [12:13:09.245] #7 0x000055f18e4fb826 in _bt_insertonpg (rel=rel@entry=0x7f9694112698, heaprel=heaprel@entry=0x7f9694111... [12:13:09.245] #8 0x000055f18e4fdbc1 in _bt_doinsert (rel=rel@entry=0x7f9694112698, itup=itup@entry=0x55f19e95d458, che... [12:13:09.245] #9 0x000055f18e50d047 in btinsert (rel=0x7f9694112698, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:07.836] #0 0x00007f2a1aea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:07.836] #1 0x00007f2a1ae5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:07.836] #2 0x00007f2a1ae45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:07.836] #3 0x00007f2a1b01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:07.836] #4 0x00007f2a1b02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:07.836] #5 0x00007f2a1b00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ee4274dcb... [12:13:07.836] #6 0x000055ee417c4f86 in _bt_split (rel=rel@entry=0x7f2a0f4ef998, heaprel=heaprel@entry=0x7f2a0f3a35f8, ... [12:13:07.836] #7 0x000055ee417c6826 in _bt_insertonpg (rel=rel@entry=0x7f2a0f4ef998, heaprel=heaprel@entry=0x7f2a0f3a3... [12:13:07.836] #8 0x000055ee417c8bc1 in _bt_doinsert (rel=rel@entry=0x7f2a0f4ef998, itup=itup@entry=0x55ee4b288360, che... [12:13:07.836] #9 0x000055ee417d8047 in btinsert (rel=0x7f2a0f4ef998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:06.426] #0 0x00007f288c4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:06.426] #1 0x00007f288c45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:06.426] #2 0x00007f288c445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:06.426] #3 0x00007f288c61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:06.426] #4 0x00007f288c62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:06.426] #5 0x00007f288c60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ec72ec4cb... [12:13:06.426] #6 0x000055ec71f3bf86 in _bt_split (rel=rel@entry=0x7f2880a01e20, heaprel=heaprel@entry=0x7f2880bb85c8, ... [12:13:06.426] #7 0x000055ec71f3d826 in _bt_insertonpg (rel=rel@entry=0x7f2880a01e20, heaprel=heaprel@entry=0x7f2880bb8... [12:13:06.426] #8 0x000055ec71f3fbc1 in _bt_doinsert (rel=rel@entry=0x7f2880a01e20, itup=itup@entry=0x55ecaf467570, che... [12:13:06.426] #9 0x000055ec71f4f047 in btinsert (rel=0x7f2880a01e20, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:05.023] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:05.023] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:05.023] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:05.023] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:05.023] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:05.023] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:05.023] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf8448, heaprel=heaprel@entry=0x7f5c1fdf7c98, ... [12:13:05.023] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf8448, heaprel=heaprel@entry=0x7f5c1fdf7... [12:13:05.023] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf8448, itup=itup@entry=0x55d2a1c220c8, che... [12:13:05.023] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf8448, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:03.613] #0 0x00007fb8e1aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:03.613] #1 0x00007fb8e1a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:03.613] #2 0x00007fb8e1a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:03.613] #3 0x00007fb8e1c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:03.613] #4 0x00007fb8e1c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:03.613] #5 0x00007fb8e1c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5646080c7cb... [12:13:03.613] #6 0x000056460713ef86 in _bt_split (rel=rel@entry=0x7fb8dd2f0318, heaprel=heaprel@entry=0x7fb8dd2efb68, ... [12:13:03.613] #7 0x0000564607140826 in _bt_insertonpg (rel=rel@entry=0x7fb8dd2f0318, heaprel=heaprel@entry=0x7fb8dd2ef... [12:13:03.613] #8 0x0000564607142bc1 in _bt_doinsert (rel=rel@entry=0x7fb8dd2f0318, itup=itup@entry=0x56462f5f6458, che... [12:13:03.613] #9 0x0000564607152047 in btinsert (rel=0x7fb8dd2f0318, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:02.194] #0 0x00007f27e04a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:02.194] #1 0x00007f27e045afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:02.194] #2 0x00007f27e0445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:02.194] #3 0x00007f27e061e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:02.194] #4 0x00007f27e062aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:02.194] #5 0x00007f27e060dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x556547b47cb... [12:13:02.194] #6 0x0000556546bbef86 in _bt_split (rel=rel@entry=0x7f27d4a4def8, heaprel=heaprel@entry=0x7f27d4a4bb68, ... [12:13:02.194] #7 0x0000556546bc0826 in _bt_insertonpg (rel=rel@entry=0x7f27d4a4def8, heaprel=heaprel@entry=0x7f27d4a4b... [12:13:02.194] #8 0x0000556546bc2bc1 in _bt_doinsert (rel=rel@entry=0x7f27d4a4def8, itup=itup@entry=0x55654cfe0718, che... [12:13:02.194] #9 0x0000556546bd2047 in btinsert (rel=0x7f27d4a4def8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:01.549] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:01.549] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:01.549] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:01.549] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:01.549] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:01.549] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:01.549] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe8b410, heaprel=heaprel@entry=0x7f5c1ff9aba8, ... [12:13:01.549] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe8b410, heaprel=heaprel@entry=0x7f5c1ff9a... [12:13:01.549] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe8b410, itup=itup@entry=0x55d2a1c28e30, che... [12:13:01.549] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe8b410, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:00.137] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:00.137] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:00.137] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:00.137] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:00.137] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:00.137] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:00.137] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf4f68, heaprel=heaprel@entry=0x7f5c1fdf47e8, ... [12:13:00.137] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf4f68, heaprel=heaprel@entry=0x7f5c1fdf4... [12:13:00.137] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf4f68, itup=itup@entry=0x55d2a1c19df0, che... [12:13:00.137] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf4f68, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:12:58.742] #0 0x00007f4fe6ea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:58.742] #1 0x00007f4fe6e5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:58.742] #2 0x00007f4fe6e45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:58.742] #3 0x00007f4fe701e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:58.742] #4 0x00007f4fe702aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:58.742] #5 0x00007f4fe700dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x562e20a63f7... [12:12:58.742] #6 0x0000562e1fae1400 in _bt_getroot (rel=rel@entry=0x7f4fe3e8fc98, heaprel=heaprel@entry=0x0, access=ac... [12:12:58.742] #7 0x0000562e1faf1fe5 in _bt_search (rel=rel@entry=0x7f4fe3e8fc98, heaprel=heaprel@entry=0x0, key=key@en... [12:12:58.742] #8 0x0000562e1faf4831 in _bt_first (scan=scan@entry=0x562e34386da0, dir=dir@entry=ForwardScanDirection) ... [12:12:58.742] #9 0x0000562e1faeab1e in btgettuple (scan=0x562e34386da0, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:12:57.306] #0 0x00007f9baf0a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:57.306] #1 0x00007f9baf05afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:57.306] #2 0x00007f9baf045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:57.306] #3 0x00007f9baf21e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:57.306] #4 0x00007f9baf22aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:57.306] #5 0x00007f9baf20dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55ac2f60af7... [12:12:57.306] #6 0x000055ac2e688400 in _bt_getroot (rel=rel@entry=0x7f9babfe4df8, heaprel=heaprel@entry=0x0, access=ac... [12:12:57.306] #7 0x000055ac2e698fe5 in _bt_search (rel=rel@entry=0x7f9babfe4df8, heaprel=heaprel@entry=0x0, key=key@en... [12:12:57.306] #8 0x000055ac2e69b831 in _bt_first (scan=scan@entry=0x55ac5724cf30, dir=dir@entry=ForwardScanDirection) ... [12:12:57.306] #9 0x000055ac2e691b1e in btgettuple (scan=0x55ac5724cf30, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:12:56.680] #0 0x00007f1e9cea9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:56.680] #1 0x00007f1e9ce5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:56.680] #2 0x00007f1e9ce45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:56.680] #3 0x00007f1e9d01e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:56.680] #4 0x00007f1e9d02aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:56.680] #5 0x00007f1e9d00dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5623dfb31cb... [12:12:56.680] #6 0x00005623deba8f86 in _bt_split (rel=rel@entry=0x7f1e9a011998, heaprel=heaprel@entry=0x7f1e99ec55f8, ... [12:12:56.680] #7 0x00005623debaa826 in _bt_insertonpg (rel=rel@entry=0x7f1e9a011998, heaprel=heaprel@entry=0x7f1e99ec5... [12:12:56.680] #8 0x00005623debacbc1 in _bt_doinsert (rel=rel@entry=0x7f1e9a011998, itup=itup@entry=0x5623e6d0bd90, che... [12:12:56.680] #9 0x00005623debbc047 in btinsert (rel=0x7f1e9a011998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:12:55.281] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:55.281] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:55.281] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:55.281] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:55.281] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:55.281] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:12:55.281] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdf9568, heaprel=heaprel@entry=0x7f5c1fdf8de8, ... [12:12:55.281] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdf9568, heaprel=heaprel@entry=0x7f5c1fdf8... [12:12:55.281] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdf9568, itup=itup@entry=0x55d2a1c3b628, che... [12:12:55.281] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdf9568, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:12:53.880] #0 0x00007f5b852a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:53.880] #1 0x00007f5b8525afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:53.880] #2 0x00007f5b85245472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:53.880] #3 0x00007f5b8541e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:53.880] #4 0x00007f5b8542aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:53.880] #5 0x00007f5b8540dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560e4d567f7... [12:12:53.880] #6 0x0000560e4c5e5400 in _bt_getroot (rel=rel@entry=0x7f5b824cb048, heaprel=heaprel@entry=0x0, access=ac... [12:12:53.880] #7 0x0000560e4c5f5fe5 in _bt_search (rel=rel@entry=0x7f5b824cb048, heaprel=heaprel@entry=0x0, key=key@en... [12:12:53.880] #8 0x0000560e4c5f8831 in _bt_first (scan=scan@entry=0x560e75fc02a0, dir=dir@entry=ForwardScanDirection) ... [12:12:53.880] #9 0x0000560e4c5eeb1e in btgettuple (scan=0x560e75fc02a0, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:12:52.420] #0 0x00007f35c30a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:52.420] #1 0x00007f35c305afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:52.420] #2 0x00007f35c3045472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:12:52.420] #3 0x00007f35c321e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:12:52.420] #4 0x00007f35c322aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:12:52.420] #5 0x00007f35c320dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55602cbbfcb... [12:12:52.420] #6 0x000055602bc36f86 in _bt_split (rel=rel@entry=0x7f35b76298d8, heaprel=heaprel@entry=0x7f35b7629128, ... [12:12:52.420] #7 0x000055602bc38826 in _bt_insertonpg (rel=rel@entry=0x7f35b76298d8, heaprel=heaprel@entry=0x7f35b7629... [12:12:52.420] #8 0x000055602bc3abc1 in _bt_doinsert (rel=rel@entry=0x7f35b76298d8, itup=itup@entry=0x5560635f3d88, che... [12:12:52.420] #9 0x000055602bc4a047 in btinsert (rel=0x7f35b76298d8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:51.388] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.388] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.388] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:51.388] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:51.388] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:51.388] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d26925df7... [12:13:51.388] #6 0x000055d2682db400 in _bt_getroot (rel=rel@entry=0x7f5c1fe90878, heaprel=heaprel@entry=0x0, access=ac... [12:13:51.388] #7 0x000055d2682ecc95 in _bt_get_endpoint (rel=rel@entry=0x7f5c1fe90878, level=level@entry=0, rightmost=... [12:13:51.388] #8 0x000055d2682ed4e4 in _bt_endpoint (scan=scan@entry=0x55d2a1c36b60, dir=dir@entry=ForwardScanDirectio... [12:13:51.388] #9 0x000055d2682edfad in _bt_first (scan=scan@entry=0x55d2a1c36b60, dir=dir@entry=ForwardScanDirection) ... |
core | [12:13:50.667] #0 0x00007f9085aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.667] #1 0x00007f9085a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.667] #2 0x00007f9085a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.667] #3 0x00007f9085c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:50.667] #4 0x00007f9085c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:50.667] #5 0x00007f9085c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55fa6981df7... [12:13:50.667] #6 0x000055fa6889b400 in _bt_getroot (rel=rel@entry=0x7f9082b86c98, heaprel=heaprel@entry=0x0, access=ac... [12:13:50.667] #7 0x000055fa688abfe5 in _bt_search (rel=rel@entry=0x7f9082b86c98, heaprel=heaprel@entry=0x0, key=key@en... [12:13:50.667] #8 0x000055fa688ae831 in _bt_first (scan=scan@entry=0x55fa81042310, dir=dir@entry=BackwardScanDirection)... [12:13:50.667] #9 0x000055fa688a4b1e in btgettuple (scan=0x55fa81042310, dir=BackwardScanDirection) at ../src/backend/a... |
core | [12:13:50.031] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.031] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.031] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:50.031] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:50.031] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:50.031] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:50.031] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdead88, heaprel=heaprel@entry=0x7f5c1fdea608, ... [12:13:50.031] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdead88, heaprel=heaprel@entry=0x7f5c1fdea... [12:13:50.031] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdead88, itup=itup@entry=0x55d2a1c108f0, che... [12:13:50.031] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdead88, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:48.663] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:48.663] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:48.663] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:48.663] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:48.663] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:48.663] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:48.663] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdef718, heaprel=heaprel@entry=0x7f5c1fdeef98, ... [12:13:48.663] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdef718, heaprel=heaprel@entry=0x7f5c1fdee... [12:13:48.663] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdef718, itup=itup@entry=0x55d2a1c19928, che... [12:13:48.663] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdef718, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:47.279] #0 0x00007f2e23aa9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:47.279] #1 0x00007f2e23a5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:47.279] #2 0x00007f2e23a45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:47.279] #3 0x00007f2e23c1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:47.279] #4 0x00007f2e23c2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:47.279] #5 0x00007f2e23c0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55f48beaef7... [12:13:47.279] #6 0x000055f48af2c400 in _bt_getroot (rel=rel@entry=0x7f2e21a57998, heaprel=heaprel@entry=0x0, access=ac... [12:13:47.279] #7 0x000055f48af3cfe5 in _bt_search (rel=rel@entry=0x7f2e21a57998, heaprel=heaprel@entry=0x0, key=key@en... [12:13:47.279] #8 0x000055f48af3f831 in _bt_first (scan=scan@entry=0x55f4b1b3dfa0, dir=dir@entry=ForwardScanDirection) ... [12:13:47.279] #9 0x000055f48af35b1e in btgettuple (scan=0x55f4b1b3dfa0, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:13:45.805] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:45.805] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:45.805] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:45.805] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:45.805] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:45.805] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:45.805] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdeed68, heaprel=heaprel@entry=0x7f5c1fdee5e8, ... [12:13:45.805] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdeed68, heaprel=heaprel@entry=0x7f5c1fdee... [12:13:45.805] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdeed68, itup=itup@entry=0x55d2a1c1d998, che... [12:13:45.805] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdeed68, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:44.419] #0 0x00007f039eca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:44.419] #1 0x00007f039ec5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:44.419] #2 0x00007f039ec45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:44.419] #3 0x00007f039ee1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:44.419] #4 0x00007f039ee2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:44.419] #5 0x00007f039ee0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x5644eb916cb... [12:13:44.419] #6 0x00005644ea98df86 in _bt_split (rel=rel@entry=0x7f039be0a610, heaprel=heaprel@entry=0x7f039be09e90, ... [12:13:44.419] #7 0x00005644ea98f826 in _bt_insertonpg (rel=rel@entry=0x7f039be0a610, heaprel=heaprel@entry=0x7f039be09... [12:13:44.419] #8 0x00005644ea991bc1 in _bt_doinsert (rel=rel@entry=0x7f039be0a610, itup=itup@entry=0x564509766b28, che... [12:13:44.419] #9 0x00005644ea9a1047 in btinsert (rel=0x7f039be0a610, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:43.020] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:43.020] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:43.020] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:43.020] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:43.020] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:43.020] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:43.020] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe80db8, heaprel=heaprel@entry=0x7f5c1fe80608, ... [12:13:43.020] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe80db8, heaprel=heaprel@entry=0x7f5c1fe80... [12:13:43.020] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe80db8, itup=itup@entry=0x55d2a1c280d0, che... [12:13:43.020] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe80db8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:41.617] #0 0x00007ff9abca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.617] #1 0x00007ff9abc5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.617] #2 0x00007ff9abc45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.617] #3 0x00007ff9abe1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:41.617] #4 0x00007ff9abe2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:41.617] #5 0x00007ff9abe0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x558bbab15f7... [12:13:41.617] #6 0x0000558bb9b93400 in _bt_getroot (rel=rel@entry=0x7ff9a8d98738, heaprel=heaprel@entry=0x0, access=ac... [12:13:41.617] #7 0x0000558bb9ba3fe5 in _bt_search (rel=rel@entry=0x7ff9a8d98738, heaprel=heaprel@entry=0x0, key=key@en... [12:13:41.617] #8 0x0000558bb9ba6831 in _bt_first (scan=scan@entry=0x558bd4f2c1a0, dir=dir@entry=ForwardScanDirection) ... [12:13:41.617] #9 0x0000558bb9b9cb1e in btgettuple (scan=0x558bd4f2c1a0, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:13:41.020] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.020] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.020] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:41.020] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:41.020] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:41.020] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:41.020] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdfa978, heaprel=heaprel@entry=0x7f5c1fdfa1f8, ... [12:13:41.020] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdfa978, heaprel=heaprel@entry=0x7f5c1fdfa... [12:13:41.020] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdfa978, itup=itup@entry=0x55d2a1c43e28, che... [12:13:41.020] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdfa978, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:39.583] #0 0x00007f9efaca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:39.583] #1 0x00007f9efac5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:39.583] #2 0x00007f9efac45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:39.583] #3 0x00007f9efae1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:39.583] #4 0x00007f9efae2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:39.583] #5 0x00007f9efae0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55602c251cb... [12:13:39.583] #6 0x000055602b2c8f86 in _bt_split (rel=rel@entry=0x7f9eef2a2c40, heaprel=heaprel@entry=0x7f9eef2a1910, ... [12:13:39.583] #7 0x000055602b2ca826 in _bt_insertonpg (rel=rel@entry=0x7f9eef2a2c40, heaprel=heaprel@entry=0x7f9eef2a1... [12:13:39.583] #8 0x000055602b2ccbc1 in _bt_doinsert (rel=rel@entry=0x7f9eef2a2c40, itup=itup@entry=0x556035451e70, che... [12:13:39.583] #9 0x000055602b2dc047 in btinsert (rel=0x7f9eef2a2c40, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:36.790] #0 0x00007f1827ca9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:36.790] #1 0x00007f1827c5afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:36.790] #2 0x00007f1827c45472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:36.790] #3 0x00007f1827e1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:36.790] #4 0x00007f1827e2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:36.790] #5 0x00007f1827e0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x559b01609cb... [12:13:36.790] #6 0x0000559b00680f86 in _bt_split (rel=rel@entry=0x7f181c065368, heaprel=heaprel@entry=0x7f181c183268, ... [12:13:36.790] #7 0x0000559b00682826 in _bt_insertonpg (rel=rel@entry=0x7f181c065368, heaprel=heaprel@entry=0x7f181c183... [12:13:36.790] #8 0x0000559b00684bc1 in _bt_doinsert (rel=rel@entry=0x7f181c065368, itup=itup@entry=0x559b2b4732b8, che... [12:13:36.790] #9 0x0000559b00694047 in btinsert (rel=0x7f181c065368, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:35.390] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:35.390] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:35.390] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:35.390] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:35.390] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:35.390] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:35.390] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fdef1e8, heaprel=heaprel@entry=0x7f5c1fdeea68, ... [12:13:35.390] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fdef1e8, heaprel=heaprel@entry=0x7f5c1fdee... [12:13:35.390] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fdef1e8, itup=itup@entry=0x55d2a1c1a560, che... [12:13:35.390] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fdef1e8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:33.965] #0 0x00007f5c2b8a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:33.965] #1 0x00007f5c2b85afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:33.965] #2 0x00007f5c2b845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:33.965] #3 0x00007f5c2ba1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:33.965] #4 0x00007f5c2ba2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:33.965] #5 0x00007f5c2ba0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d269258cb... [12:13:33.965] #6 0x000055d2682cff86 in _bt_split (rel=rel@entry=0x7f5c1fe80fc8, heaprel=heaprel@entry=0x7f5c1fe80818, ... [12:13:33.965] #7 0x000055d2682d1826 in _bt_insertonpg (rel=rel@entry=0x7f5c1fe80fc8, heaprel=heaprel@entry=0x7f5c1fe80... [12:13:33.965] #8 0x000055d2682d3bc1 in _bt_doinsert (rel=rel@entry=0x7f5c1fe80fc8, itup=itup@entry=0x55d2a1c18a90, che... [12:13:33.965] #9 0x000055d2682e3047 in btinsert (rel=0x7f5c1fe80fc8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:32.579] #0 0x00007f4ff44a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:32.579] #1 0x00007f4ff445afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:32.579] #2 0x00007f4ff4445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:32.579] #3 0x00007f4ff461e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:32.579] #4 0x00007f4ff462aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:32.579] #5 0x00007f4ff460dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x560440fabcb... [12:13:32.579] #6 0x0000560440022f86 in _bt_split (rel=rel@entry=0x7f4fe8aceef8, heaprel=heaprel@entry=0x7f4fe8accb68, ... [12:13:32.579] #7 0x0000560440024826 in _bt_insertonpg (rel=rel@entry=0x7f4fe8aceef8, heaprel=heaprel@entry=0x7f4fe8acc... [12:13:32.579] #8 0x0000560440026bc1 in _bt_doinsert (rel=rel@entry=0x7f4fe8aceef8, itup=itup@entry=0x56047f511838, che... [12:13:32.579] #9 0x0000560440036047 in btinsert (rel=0x7f4fe8aceef8, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:31.932] #0 0x00007f42158a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:31.932] #1 0x00007f421585afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:31.932] #2 0x00007f4215845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:31.932] #3 0x00007f4215a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:31.932] #4 0x00007f4215a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:31.932] #5 0x00007f4215a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x55d789ececb... [12:13:31.932] #6 0x000055d788f45f86 in _bt_split (rel=rel@entry=0x7f4213268998, heaprel=heaprel@entry=0x7f4209cf05f8, ... [12:13:31.932] #7 0x000055d788f47826 in _bt_insertonpg (rel=rel@entry=0x7f4213268998, heaprel=heaprel@entry=0x7f4209cf0... [12:13:31.932] #8 0x000055d788f49bc1 in _bt_doinsert (rel=rel@entry=0x7f4213268998, itup=itup@entry=0x55d7ac557440, che... [12:13:31.932] #9 0x000055d788f59047 in btinsert (rel=0x7f4213268998, values=<optimized out>, isnull=<optimized out>, h... |
core | [12:13:30.503] #0 0x00007f477a4a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:30.503] #1 0x00007f477a45afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:30.503] #2 0x00007f477a445472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:30.503] #3 0x00007f477a61e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:30.503] #4 0x00007f477a62aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:30.503] #5 0x00007f477a60dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x555aed473f7... [12:13:30.503] #6 0x0000555aec4f1400 in _bt_getroot (rel=rel@entry=0x7f47775ddc98, heaprel=heaprel@entry=0x0, access=ac... [12:13:30.503] #7 0x0000555aec501fe5 in _bt_search (rel=rel@entry=0x7f47775ddc98, heaprel=heaprel@entry=0x0, key=key@en... [12:13:30.503] #8 0x0000555aec504831 in _bt_first (scan=scan@entry=0x555b1cccf148, dir=dir@entry=ForwardScanDirection) ... [12:13:30.503] #9 0x0000555aec4fab1e in btgettuple (scan=0x555b1cccf148, dir=ForwardScanDirection) at ../src/backend/ac... |
core | [12:13:29.013] #0 0x00007f93988a9ebc in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:29.013] #1 0x00007f939885afb2 in raise () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:29.013] #2 0x00007f9398845472 in abort () from /lib/x86_64-linux-gnu/libc.so.6 [12:13:29.013] #3 0x00007f9398a1e84f in __sanitizer::Abort () at ../../../../src/libsanitizer/sanitizer_common/sanitize... [12:13:29.013] #4 0x00007f9398a2aee1 in __sanitizer::Die () at ../../../../src/libsanitizer/sanitizer_common/sanitizer_... [12:13:29.013] #5 0x00007f9398a0dd58 in __ubsan::__ubsan_handle_load_invalid_value_abort (Data=Data@entry=0x563feffbdf7... [12:13:29.013] #6 0x0000563fef03b400 in _bt_getroot (rel=rel@entry=0x56401d38c298, heaprel=heaprel@entry=0x0, access=ac... [12:13:29.013] #7 0x0000563fef04bfe5 in _bt_search (rel=rel@entry=0x56401d38c298, heaprel=heaprel@entry=0x0, key=key@en... [12:13:29.013] #8 0x0000563fef04e831 in _bt_first (scan=scan@entry=0x56401d255d20, dir=dir@entry=BackwardScanDirection)... [12:13:29.013] #9 0x0000563fef044b1e in btgettuple (scan=0x56401d255d20, dir=BackwardScanDirection) at ../src/backend/a... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/src/test/modules/injection_points/expected/inplace.out 2025-03-15 11:59:57.447415198 +0000 +++ /tmp/cirrus-ci-build/build/testrun/injection_points/isolation/results/inplace.out 2025-03-15 12:05:38.943494138 +000... @@ -47,294 +47,6 @@ starting permutation: begin2 grant2 vac1 c2 vac3 mkrels3 read1 -mkrels ------- - -(1 row) - -injection_points_attach ------------------------ - -(1 row) - -step begin2: BEGIN; -step grant2: GRANT SELECT ON TABLE vactest.orig50 TO PUBLIC; -step vac1: VACUUM vactest.orig50; -- wait during inplace update <waiting ...> ... |
regress | 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 2025-03-15 11:59:57.576041004 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/join.out 2025-03-15 12:04:57.350621971 +00... @@ -8729,635 +8729,7 @@ join fkest f2 on (f1.x = f2.x and f1.x10 = f2.x10b and f1.x100 = f2.x100) join fkest f3 on f1.x = f3.x where f1.x100 = 2; - QUERY PLAN ------------------------------------------------------------ - Nested Loop - -> Hash Join - Hash Cond: ((f2.x = f1.x) AND (f2.x10b = f1.x10)) - -> Seq Scan on fkest f2 - Filter: (x100 = 2) - -> Hash - -> Seq Scan on fkest f1 - Filter: (x100 = 2) - -> Index Scan using fkest_x_x10_x100_idx on fkest f3 - Index Cond: (x = f1.x) -(10 rows) ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/test_setup.out /tmp/cirrus-ci-build/build/testrun/recovery/027_s... --- /tmp/cirrus-ci-build/src/test/regress/expected/test_setup.out 2025-03-15 11:59:57.632314794 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/test_setup.out 2025-03-15 12:05:08.70680... @@ -176,66 +176,7 @@ COPY road FROM :'filename'; VACUUM ANALYZE road; CREATE TABLE ihighway () INHERITS (road); -INSERT INTO ihighway - SELECT * - FROM ONLY road - WHERE name ~ 'I- .*'; -VACUUM ANALYZE ihighway; -CREATE TABLE shighway ( - surface text -) INHERITS (road); -INSERT INTO shighway - SELECT *, 'asphalt' - FROM ONLY road - WHERE name ~ 'State Hwy.*'; -VACUUM ANALYZE shighway; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/interval.out /tmp/cirrus-ci-build/build/testrun/regress/regress/... --- /tmp/cirrus-ci-build/src/test/regress/expected/interval.out 2025-03-15 11:59:57.572021447 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/interval.out 2025-03-15 12:04:38.134440516 +0000 @@ -381,1948 +381,7 @@ (1 row) SELECT f1 FROM INTERVAL_TBL_OF r1 ORDER BY f1; - f1 -------------------------------------------- - -178956970 years -8 mons -2147483648 days - -178956970 years -8 mons +2147483647 days - 1 year - 178956970 years 7 mons -2147483648 days - 178956970 years 7 mons 2147483647 days -(5 rows) - -RESET enable_seqscan; --- subtracting about-to-overflow values should result in 0 -SELECT f1 - f1 FROM INTERVAL_TBL_OF; - ?column? ... |
tap | [12:05:02.266](24.355s) not ok 5 - regression tests pass [12:05:09.837](1.322s) not ok 13 - run of pg_upgrade --check for new instance [12:05:09.837](0.000s) not ok 14 - pg_upgrade_output.d/ removed after pg_upgrade --check success [12:05:10.714](0.876s) not ok 15 - run of pg_upgrade for new instance [12:05:10.714](0.000s) not ok 16 - pg_upgrade_output.d/ removed after pg_upgrade success [12:05:10.873](0.031s) not ok 17 - check that locales in new cluster match original cluster [12:05:11.450](0.131s) not ok 19 - old and new dumps match after pg_upgrade |
tap | [12:04:37.245](0.000s) not ok 2 - run of pg_upgrade where the new cluster has insufficient "max_replication_slots" stdou... [12:04:39.045](0.000s) not ok 6 - run of pg_upgrade of old cluster with slots having unconsumed WAL records stdout /(?^:... |
tap | [12:06:27.132](4.524s) not ok 1 - concurrent OID generation status (got 2 vs expected 0) [12:06:27.133](0.000s) not ok 2 - concurrent OID generation stdout /(?^:processed: 125/125)/ [12:06:27.133](0.000s) not ok 3 - concurrent OID generation stderr /(?^:^$)/ |
tap | [12:05:15.773](8.624s) not ok 2 - regression tests pass |
tap | [12:06:28.836](0.750s) not ok 12 - vacuumdb -f postgres exit code 0 [12:06:30.370](1.533s) not ok 14 - vacuumdb -F postgres exit code 0 [12:06:30.370](0.000s) not ok 15 - vacuumdb -F: SQL found in server log [12:06:30.421](0.050s) not ok 16 - vacuumdb -zj2 postgres exit code 0 [12:06:30.422](0.000s) not ok 17 - vacuumdb -zj2: SQL found in server log [12:06:30.445](0.023s) not ok 18 - vacuumdb -Z postgres exit code 0 [12:06:30.445](0.000s) not ok 19 - vacuumdb -Z: SQL found in server log [12:06:30.465](0.019s) not ok 20 - vacuumdb --disable-page-skipping postgres exit code 0 [12:06:30.466](0.001s) not ok 21 - vacuumdb --disable-page-skipping: SQL found in server log [12:06:30.486](0.020s) not ok 22 - vacuumdb --skip-locked postgres exit code 0 [12:06:30.486](0.000s) not ok 23 - vacuumdb --skip-locked: SQL found in server log [12:06:30.507](0.021s) not ok 24 - vacuumdb --skip-locked --analyze-only postgres exit code 0 [12:06:30.508](0.000s) not ok 25 - vacuumdb --skip-locked --analyze-only: SQL found in server log [12:06:30.566](0.022s) not ok 27 - vacuumdb --no-index-cleanup postgres exit code 0 [12:06:30.567](0.000s) not ok 28 - vacuumdb --no-index-cleanup: SQL found in server log [12:06:30.615](0.029s) not ok 30 - vacuumdb --no-truncate postgres exit code 0 [12:06:30.615](0.000s) not ok 31 - vacuumdb --no-truncate: SQL found in server log [12:06:30.683](0.052s) not ok 33 - vacuumdb --no-process-main postgres exit code 0 [12:06:30.684](0.001s) not ok 34 - vacuumdb --no-process-main: SQL found in server log [12:06:30.745](0.038s) not ok 36 - vacuumdb --no-process-toast postgres exit code 0 [12:06:30.746](0.001s) not ok 37 - vacuumdb --no-process-toast: SQL found in server log [12:06:30.792](0.029s) not ok 39 - vacuumdb --parallel 2 postgres exit code 0 [12:06:30.792](0.000s) not ok 40 - vacuumdb -P 2: SQL found in server log [12:06:30.813](0.020s) not ok 41 - vacuumdb --parallel 0 postgres exit code 0 [12:06:30.813](0.000s) not ok 42 - vacuumdb -P 0: SQL found in server log [12:06:30.842](0.029s) not ok 43 - vacuumdb with connection string [12:06:30.904](0.030s) not ok 45 - trailing command in "-t", with COLUMNS |
tap | [12:06:28.822](1.168s) not ok 1 - vacuumdb --analyze-in-stages postgres exit code 0 [12:06:28.823](0.000s) not ok 2 - analyze three times: SQL found in server log [12:06:29.976](1.153s) not ok 3 - vacuumdb --analyze-in-stages --all exit code 0 [12:06:29.977](0.000s) not ok 4 - analyze more than one database in stages: SQL found in server log |
tap | [12:06:32.405](4.386s) not ok 1 - vacuumdb --all with unusual database names [12:06:32.960](0.554s) not ok 2 - reindexdb --all with unusual database names [12:06:33.030](0.070s) not ok 3 - clusterdb --all with unusual database names |
tap | [12:10:09.549](203.275s) # poll_query_until timed out executing this query: |
tap | [12:10:27.198](206.735s) # poll_query_until timed out executing this query: |
tap | [12:10:24.641](201.700s) # poll_query_until timed out executing this query: |
test | [12:10:27.257] 5/328 postgresql:pg_upgrade / pg_upgrade/003_logical_slots ERROR ... [12:10:27.257] 22/328 postgresql:recovery / recovery/016_min_consistency ERROR ... [12:10:27.257] 30/328 postgresql:recovery / recovery/018_wal_optimize ERROR ... [12:10:27.257] 6/328 postgresql:regress / regress/regress ERROR ... [12:10:27.257] 34/328 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [12:10:27.257] 39/328 postgresql:recovery / recovery/027_stream_regress ERROR ... [12:10:27.257] 42/328 postgresql:recovery / recovery/033_replay_tsp_drops ERROR ... [12:10:27.257] 50/328 postgresql:kerberos / kerberos/001_auth ERROR ... [12:10:27.257] 119/328 postgresql:injection_points / injection_points/isolation ERROR ... [12:10:27.257] 149/328 postgresql:pg_amcheck / pg_amcheck/004_verify_heapam ERROR ... [12:10:27.257] 175/328 postgresql:pg_dump / pg_dump/002_pg_dump ERROR ... [12:10:27.257] 215/328 postgresql:pgbench / pgbench/001_pgbench_with_server ERROR ... [12:10:27.257] 225/328 postgresql:scripts / scripts/102_vacuumdb_stages ERROR ... [12:10:27.257] 228/328 postgresql:scripts / scripts/100_vacuumdb ERROR ... [12:10:27.257] 235/328 postgresql:scripts / scripts/200_connstr ERROR ... [12:10:27.257] 238/328 postgresql:pg_stat_statements / pg_stat_statements/010_restart ERROR ... [12:10:27.257] 240/328 postgresql:pg_visibility / pg_visibility/001_concurrent_transaction ERROR ... [12:10:27.257] 242/328 postgresql:pg_visibility / pg_visibility/002_corrupt_vm ERROR ... [12:10:27.257] 254/328 postgresql:subscription / subscription/002_types ERROR ... [12:10:27.257] 273/328 postgresql:subscription / subscription/013_partition ERROR ... [12:10:27.257] 282/328 postgresql:subscription / subscription/028_row_filter ERROR ... [12:10:27.257] 284/328 postgresql:subscription / subscription/027_nosuperuser ERROR ... [12:10:27.257] 287/328 postgresql:brin / brin/01_workitems ERROR ... [12:10:27.257] 288/328 postgresql:brin / brin/02_wal_consistency ERROR ... [12:10:27.257] 303/328 postgresql:test_custom_rmgrs / test_custom_rmgrs/001_basic ERROR ... [12:10:27.257] 307/328 postgresql:test_misc / test_misc/001_constraint_validation ERROR ... [12:10:27.257] 309/328 postgresql:test_misc / test_misc/004_io_direct ERROR ... [12:10:27.257] 326/328 postgresql:subscription / subscription/010_truncate ERROR 2... [12:10:27.257] 327/328 postgresql:subscription / subscription/100_bugs ERROR 2... [12:10:27.257] 328/328 postgresql:subscription / subscription/031_column_list ERROR 2... |
52/5619 | Read stream scalability improvements and AIO-compatibility |
FreeBSD - Meson | |
tap | [15:10:41.612](0.176s) not ok 7 - check replication worked well before renaming a publication [15:10:41.759](0.146s) not ok 8 - check the tuple inserted after the RENAME was not replicated |
test | [15:12:09.607] 259/327 postgresql:subscription / subscription/007_ddl ERROR ... |
52/5609 | Enable fine-grained control over what gets logged on connection attempt (reduces log size) |
CompilerWarnings | |
compiler | [00:15:41.195] auth.c:637:30: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand] |
compiler | [00:15:41.195] auth.c:637:33: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtaut... |
compiler | [00:14:37.467] auth.c:637:30: error: use of logical '&&' with constant operand [-Werror,-Wconstant-logical-operand] |
compiler | [00:14:37.467] auth.c:637:33: error: converting the result of '<<' to a boolean always evaluates to true [-Werror,-Wtaut... |
compiler | [00:11:30.597] auth.c:637:33: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautologic... |
compiler | [00:11:30.597] auth.c:637:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] |
compiler | [00:08:49.719] auth.c:637:30: warning: use of logical '&&' with constant operand [-Wconstant-logical-operand] |
compiler | [00:08:49.719] auth.c:637:33: warning: converting the result of '<<' to a boolean always evaluates to true [-Wtautologic... |
FreeBSD - 13 - Meson | |
core | [00:16:05.294] #0 0x000033d6b4f51ff0 in ?? () [00:16:05.294] #1 0x0000000000000003 in ?? () [00:16:05.294] #2 0x000009335fdb7dd8 in ?? () [00:16:05.294] #3 0x000009335fdb7ddb in ?? () [00:16:05.294] #4 0x000009335fdb7dde in ?? () [00:16:05.294] #5 0x0000000000000000 in ?? () [00:16:05.375] #0 0x0000048e3ea085da in ?? () from /libexec/ld-elf.so.1 |
core | [00:16:05.382] #0 0x0000048e3ea085da in ?? () from /libexec/ld-elf.so.1 [00:16:05.382] #1 0x0000048e3ea046ec in ?? () from /libexec/ld-elf.so.1 [00:16:05.382] #2 0x0000000000000000 in ?? () |
tap | [00:12:11.766](1.381s) Bail out! pg_ctl start failed |
test | [00:13:05.523] 251/327 postgresql:authentication / authentication/007_pre_auth ERROR ... |
Linux - Debian Bookworm - Autoconf | |
tap | [00:13:30.930](0.801s) Bail out! pg_ctl start failed |
Linux - Debian Bookworm - Meson | |
tap | [00:15:18.582](0.401s) Bail out! pg_ctl start failed |
test | [00:16:04.767] 247/328 postgresql:authentication / authentication/007_pre_auth ERROR ... |
macOS - Sonoma - Meson | |
tap | [00:15:25.392](1.068s) Bail out! pg_ctl start failed |
test | [00:16:28.994] 248/327 postgresql:authentication / authentication/007_pre_auth ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
tap | [00:17:51.001](1.501s) Bail out! pg_ctl start failed |
test | [00:20:21.491] 244/322 postgresql:authentication / authentication/007_pre_auth ERROR ... |
52/5622 | Reduce timing overhead of EXPLAIN ANALYZE using rdtsc |
CompilerWarnings | |
compiler | [20:47:15.236] instr_time.c:81:2: error: implicit declaration of function '__cpuidex' is invalid in C99 [-Werror,-Wimpli... |
compiler | [20:47:03.735] instr_time.c:81:2: error: implicit declaration of function '__cpuidex' is invalid in C99 [-Werror,-Wimpli... |
52/5525 | explain plans for foreign servers |
CompilerWarnings | |
compiler | [20:21:03.843] explain.c:189:8: error: variable 'buffers_set' set but not used [-Werror,-Wunused-but-set-variable] |
compiler | [20:20:45.381] explain.c:189:8: error: variable 'buffers_set' set but not used [-Werror,-Wunused-but-set-variable] |
compiler | [20:20:04.301] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable] |
compiler | [20:19:47.129] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable] |
compiler | [20:21:48.828] explain.c:189:25: error: variable ‘buffers_set’ set but not used [-Werror=unused-but-set-variable] |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:51.484936000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out 2025-02-26 20:21:31.102750000 ... @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
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 2025-02-26 20:18:49.994196000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-02-26 20:22:11.365595000 +0000 @@ -2,7 +2,14 @@ -- create FDW objects -- =================================================================== CREATE EXTENSION postgres_fdw; +ERROR: could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/postgres_fdw.so": /tmp/cirru... +CONTEXT: SQL statement "CREATE FUNCTION postgres_fdw_handler() +RETURNS fdw_handler +AS '$libdir/postgres_fdw' +LANGUAGE C STRICT" +extension script file "postgres_fdw--1.0.sql", near line 6 CREATE SERVER testserver1 FOREIGN DATA WRAPPER postgres_fdw; +ERROR: foreign-data wrapper "postgres_fdw" does not exist DO $d$ BEGIN EXECUTE $$CREATE SERVER loopback FOREIGN DATA WRAPPER postgres_fdw @@ -19,11 +26,21 @@ )$$; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:51.484936000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/explain.out 2025-02-26 20:22:18.44812200... @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:51.484936000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/explain.out 2025-02-26 20:21:28.496857000 +0000 @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
tap | [20:21:41.626](75.452s) not ok 5 - regression tests pass |
tap | [20:22:29.696](83.565s) not ok 2 - regression tests pass |
test | [20:24:44.835] 45/324 postgresql:regress / regress/regress ERROR ... [20:24:44.835] 50/324 postgresql:kerberos / kerberos/001_auth ERROR ... [20:24:44.835] 97/324 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [20:24:44.835] 152/324 postgresql:recovery / recovery/027_stream_regress ERROR 1... [20:24:44.835] 165/324 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [20:24:44.835] 243/324 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR ... |
Linux - Debian Bookworm - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:50.386126207 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/explain.out 2025-02-26 20:24:06.764659668 ... @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
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 2025-02-26 20:18:48.575308071 +0000 +++ /tmp/cirrus-ci-build/build/testrun/postgres_fdw/regress/results/postgres_fdw.out 2025-02-26 20:24:29.325355865 +0000 @@ -2,7 +2,14 @@ -- create FDW objects -- =================================================================== CREATE EXTENSION postgres_fdw; +ERROR: could not load library "/tmp/cirrus-ci-build/build/tmp_install/usr/local/pgsql/lib/x86_64-linux-gnu/postgres_fd... +CONTEXT: SQL statement "CREATE FUNCTION postgres_fdw_handler() +RETURNS fdw_handler +AS '$libdir/postgres_fdw' +LANGUAGE C STRICT" +extension script file "postgres_fdw--1.0.sql", near line 6 CREATE SERVER testserver1 FOREIGN DATA WRAPPER postgres_fdw; +ERROR: foreign-data wrapper "postgres_fdw" does not exist DO $d$ BEGIN EXECUTE $$CREATE SERVER loopback FOREIGN DATA WRAPPER postgres_fdw @@ -19,11 +26,21 @@ )$$; ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stre... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:50.386126207 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/explain.out 2025-02-26 20:24:44.00589676... @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/explain.out /tmp/cirrus-ci-build/build/testrun/regress/regress/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/explain.out 2025-02-26 20:18:50.386126207 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/explain.out 2025-02-26 20:24:02.568552566 +0000 @@ -400,29 +400,9 @@ "Actual Total Time": N.N, + "Actual Rows": N, + "Actual Loops": N, + - "Disabled": false, + - "Shared Hit Blocks": N, + - "Shared Read Blocks": N, + - "Shared Dirtied Blocks": N, + - "Shared Written Blocks": N, + - "Local Hit Blocks": N, + - "Local Read Blocks": N, + - "Local Dirtied Blocks": N, + - "Local Written Blocks": N, + - "Temp Read Blocks": N, + - "Temp Written Blocks": N + + "Disabled": false + }, + ... |
tap | [20:24:13.837](75.427s) not ok 5 - regression tests pass |
tap | [20:24:51.047](77.779s) not ok 2 - regression tests pass |
test | [20:26:36.099] 48/325 postgresql:regress / regress/regress ERROR ... [20:26:36.099] 50/325 postgresql:kerberos / kerberos/001_auth ERROR ... [20:26:36.099] 95/325 postgresql:postgres_fdw / postgres_fdw/regress ERROR ... [20:26:36.099] 159/325 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [20:26:36.099] 160/325 postgresql:recovery / recovery/027_stream_regress ERROR ... [20:26:36.099] 239/325 postgresql:postgres_fdw / postgres_fdw/001_auth_scram ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [20:20:23.887] ../contrib/postgres_fdw/postgres_fdw.c(8268): warning C4047: 'initializing': 'StringInfo' differs in leve... |
compiler | [20:20:24.013] connection.c.obj : error LNK2019: unresolved external symbol get_postgres_fdw_show_remote_explain_enabled... |
compiler | [20:20:24.013] postgres_fdw.c.obj : error LNK2001: unresolved external symbol get_postgres_fdw_show_remote_explain_enabl... |
compiler | [20:20:24.013] option.c.obj : error LNK2019: unresolved external symbol setup_postgres_fdw_hooks referenced in function ... |
compiler | [20:20:24.221] option.c.obj : error LNK2019: unresolved external symbol setup_postgres_fdw_gucs referenced in function _... |
compiler | [20:20:24.221] postgres_fdw.c.obj : error LNK2001: unresolved external symbol pg_fdw_parsed_explain_state |
51/4314 | Unlinking Parallel Hash Join inner batch files sooner |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [13:20:29.132] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5263 | removes attndims and typndims entirely |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [07:46:30.792] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5158 | Blast-RADIUS mitigation |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [05:58:59.759] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5462 | history of vacuum / checkpoint runs |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [05:23:17.572] 132/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5196 | Use function smgrclose() to replace the loop |
CompilerWarnings | |
compiler | [04:55:49.558] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [04:55:49.558] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [04:55:41.240] smgr.c:487:9: error: unused variable 'which' [-Werror,-Wunused-variable] |
compiler | [04:55:41.240] smgr.c:282:13: error: unused variable 'forknum' [-Werror,-Wunused-variable] |
compiler | [04:55:10.591] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [04:55:10.591] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [04:55:02.469] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [04:55:02.469] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
compiler | [04:56:12.728] smgr.c:487:41: error: unused variable ‘which’ [-Werror=unused-variable] |
compiler | [04:56:12.728] smgr.c:282:25: error: unused variable ‘forknum’ [-Werror=unused-variable] |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [05:07:16.721] 135/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/4952 | Use WALReadFromBuffers in more places |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [03:55:25.026] 135/315 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5231 | Consider the number of columns in the sort cost model |
FreeBSD - 13 - Meson | |
core | [02:45:47.948] #0 0x000000082bceb8fa in _sigprocmask () from /lib/libc.so.7 [02:45:47.948] #1 0x000000082bd24f91 in _system () from /lib/libc.so.7 [02:45:47.948] #2 0x000000082afc49d3 in ?? () from /lib/libthr.so.3 [02:45:47.948] #3 0x000000000066a435 in RestoreArchivedFile (path=path@entry=0x8217691d0 "P\222v!\b", xlogfname=xlogfna... [02:45:47.948] #4 0x0000000000675abe in XLogFileRead (segno=segno@entry=4, tli=tli@entry=2, source=source@entry=XLOG_FR... [02:45:47.948] #5 0x00000000006717fc in XLogFileReadAnyTLI (segno=4, source=XLOG_FROM_ANY) at ../src/backend/access/tra... [02:45:47.948] #6 WaitForWALToBecomeAvailable (RecPtr=67199088, tliRecPtr=67199064, replayTLI=2, replayLSN=67199064, ra... [02:45:47.948] #7 XLogPageRead (xlogreader=0x83609a130, targetPagePtr=67198976, reqLen=112, targetRecPtr=67199064, read... [02:45:47.948] #8 0x00000000006787a2 in ReadPageInternal (state=state@entry=0x83609a130, pageptr=67198976, reqLen=112) ... [02:45:47.948] #9 0x0000000000677612 in XLogDecodeNextRecord (state=0x83609a130, nonblocking=false) at ../src/backend/a... |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out 2025-02-01 02:38:28.566114000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out 2025-02-01 02:41:07.0340200... @@ -383,26 +383,24 @@ (1 row) EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5; + QUERY PLAN +----------------------- + HashAggregate + Group Key: (1), (2) + -> Append + -> Result + -> Result +(5 rows) + QUERY PLAN ---------------------------- - Unique - -> Sort ... |
test | [02:43:29.200] 88/319 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/contrib/pg_sta... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out 2025-02-01 02:38:28.410197114 +0000 +++ /tmp/cirrus-ci-build/contrib/pg_stat_statements/results/level_tracking.out 2025-02-01 02:43:52.556550480 +0000 @@ -383,25 +383,23 @@ (1 row) EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5; + QUERY PLAN +----------------------- + HashAggregate + Group Key: (1), (2) + -> Append + -> Result + -> Result +(5 rows) + QUERY PLAN ---------------------------- - Unique - -> Sort ... |
Linux - Debian Bookworm - Meson | |
core | [02:47:55.845] #0 0x00007f124d083da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.845] #1 0x00007f124d030239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.845] #2 0x00007f124d030497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.845] #3 0x0000555a5c2355c1 in ?? () [02:47:55.845] #4 0x0000555a5c22f369 in ?? () [02:47:55.845] #5 0x0000555a5c22e20f in ?? () [02:47:55.845] #6 0x0000555a5c22ec3b in ?? () [02:47:55.845] #7 0x0000555a5c22c66f in ?? () [02:47:55.845] #8 0x00007f124d01b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.845] #9 0x00007f124d01b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [02:47:55.730] #0 0x00007f124d083da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.730] #1 0x00007f124d030239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.730] #2 0x00007f124d030497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.730] #3 0x0000555a5c2355f3 in ?? () [02:47:55.730] #4 0x0000555a5c22f369 in ?? () [02:47:55.730] #5 0x0000555a5c22e20f in ?? () [02:47:55.730] #6 0x0000555a5c22ec3b in ?? () [02:47:55.730] #7 0x0000555a5c22c66f in ?? () [02:47:55.730] #8 0x00007f124d01b24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [02:47:55.730] #9 0x00007f124d01b305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [02:47:55.730] #0 <unavailable> in ?? () |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/contrib/pg_stat_statements/expected/level_tracking.out 2025-02-01 02:38:29.263760882 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_stat_statements/regress/results/level_tracking.out 2025-02-01 02:43:31.7688094... @@ -383,25 +383,23 @@ (1 row) EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5; + QUERY PLAN +----------------------- + HashAggregate + Group Key: (1), (2) + -> Append + -> Result + -> Result +(5 rows) + QUERY PLAN ---------------------------- - Unique - -> Sort ... |
test | [02:45:36.832] 86/320 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out /Users/admin/pgsql/build/testrun/pg_s... --- /Users/admin/pgsql/contrib/pg_stat_statements/expected/level_tracking.out 2025-02-01 02:45:11 +++ /Users/admin/pgsql/build/testrun/pg_stat_statements/regress/results/level_tracking.out 2025-02-01 02:50:53 @@ -383,25 +383,23 @@ (1 row) EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5; + QUERY PLAN +----------------------- + HashAggregate + Group Key: (1), (2) + -> Append + -> Result + -> Result +(5 rows) + QUERY PLAN ---------------------------- - Unique - -> Sort ... |
test | [02:54:44.255] 88/319 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out C:/cirrus/build/testrun/pg... --- C:/cirrus/contrib/pg_stat_statements/expected/level_tracking.out 2025-02-01 02:38:29.023790600 +0000 +++ C:/cirrus/build/testrun/pg_stat_statements/regress/results/level_tracking.out 2025-02-01 02:45:10.947490000 +0000 @@ -383,25 +383,23 @@ (1 row) EXPLAIN (COSTS OFF) SELECT 1, 2 UNION SELECT 3, 4\; EXPLAIN (COSTS OFF) (SELECT 1, 2, 3) UNION SELECT 3, 4, 5; + QUERY PLAN +----------------------- + HashAggregate + Group Key: (1), (2) + -> Append + -> Result + -> Result +(5 rows) + QUERY PLAN ---------------------------- - Unique - -> Sort ... |
test | [02:52:18.610] 87/314 postgresql:pg_stat_statements / pg_stat_statements/regress ERROR ... [02:52:18.610] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5061 | New function rand_array() to contrib/tablefunc |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [02:21:18.779] 135/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5358 | Shave a few cycles off our ilog10 implementation |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [02:20:54.243] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5174 | Call rm_redo in a temporary memory context |
CompilerWarnings | |
compiler | [01:55:13.874] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [01:54:37.090] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
compiler | [01:58:12.833] ../../../../src/include/utils/palloc.h:128:30: error: ‘oldCtx’ may be used uninitialized [-Werror=maybe-u... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [02:06:27.304] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5426 | Add a warning message when using unencrypted passwords |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr 2025-02-01 01:49:23.500703000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr 2025-02-01 01:52:15.611475000 +0000 @@ -4,16 +4,24 @@ [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query [NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: raising sqlcode 0 +[NO_PID]: sqlca: code: 0, state: 01000 +[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE -[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 25: using PQexec ... |
test | [01:54:16.553] 142/319 postgresql:ecpg / ecpg/ecpg ERROR ... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/src/interfaces... --- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr 2025-02-01 01:49:20.015261848 +0000 +++ /tmp/cirrus-ci-build/src/interfaces/ecpg/test/results/connect-test5.stderr 2025-02-01 01:51:24.157005816 +0000 @@ -4,16 +4,24 @@ [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query [NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: raising sqlcode 0 +[NO_PID]: sqlca: code: 0, state: 01000 +[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE -[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 25: using PQexec ... |
Linux - Debian Bookworm - Meson | |
core | [01:56:53.006] #0 <unavailable> in ?? () |
core | [01:56:52.887] #0 0x00007f86a6c52da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:52.887] #1 0x00007f86a6bff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:52.887] #2 0x00007f86a6bff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:52.887] #3 0x000055ccd01195c1 in ?? () [01:56:52.887] #4 0x000055ccd0113369 in ?? () [01:56:52.887] #5 0x000055ccd011220f in ?? () [01:56:52.887] #6 0x000055ccd0112c3b in ?? () [01:56:52.887] #7 0x000055ccd011066f in ?? () [01:56:52.887] #8 0x00007f86a6bea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:52.887] #9 0x00007f86a6bea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [01:56:53.006] #0 0x00007f86a6c52da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:53.006] #1 0x00007f86a6bff239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:53.006] #2 0x00007f86a6bff497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:53.006] #3 0x000055ccd01195f3 in ?? () [01:56:53.006] #4 0x000055ccd0113369 in ?? () [01:56:53.006] #5 0x000055ccd011220f in ?? () [01:56:53.006] #6 0x000055ccd0112c3b in ?? () [01:56:53.006] #7 0x000055ccd011066f in ?? () [01:56:53.006] #8 0x00007f86a6bea24a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [01:56:53.006] #9 0x00007f86a6bea305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
regress | diff -U3 /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr /tmp/cirrus-ci-build/build/testrun/... --- /tmp/cirrus-ci-build/src/interfaces/ecpg/test/expected/connect-test5.stderr 2025-02-01 01:49:18.536829002 +0000 +++ /tmp/cirrus-ci-build/build/testrun/ecpg/ecpg/results/connect-test5.stderr 2025-02-01 01:52:49.741836860 +0000 @@ -4,16 +4,24 @@ [NO_PID]: sqlca: code: 0, state: 00000 [NO_PID]: ecpg_execute on line 24: query: alter user regress_ecpg_user2 encrypted password 'insecure'; with 0 parameter... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: ECPGnoticeReceiver: using a plaintext password in a query [NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: raising sqlcode 0 +[NO_PID]: sqlca: code: 0, state: 01000 +[NO_PID]: ecpg_execute on line 24: using PQexec +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_process_output on line 24: OK: ALTER ROLE -[NO_PID]: sqlca: code: 0, state: 00000 +[NO_PID]: sqlca: code: 0, state: 01000 [NO_PID]: ecpg_execute on line 25: query: alter user regress_ecpg_user1 encrypted password 'connectpw'; with 0 paramete... [NO_PID]: sqlca: code: 0, state: 00000 -[NO_PID]: ecpg_execute on line 25: using PQexec ... |
test | [01:54:39.075] 144/320 postgresql:ecpg / ecpg/ecpg ERROR ... |
macOS - Sonoma - Meson | |
test | [02:14:15.630] 142/319 postgresql:ecpg / ecpg/ecpg ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [02:02:29.052] 132/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5122 | REINDEX not updating partition progress |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [01:44:11.341] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5477 | Allow EXPLAIN to Output Page Fault Information |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [01:19:17.643] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/4950 | Show WAL stats on pg_stat_io |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [00:51:49.077] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
52/5128 | Allow partition-wise join when whole row var is needed |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [00:48:38.509] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5421 | Use streaming read API in pgstattuple. |
Linux - Debian Bookworm - Meson | |
core | [00:39:06.171] #0 <unavailable> in ?? () |
core | [00:39:06.051] #0 0x00007fd5aa89ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.051] #1 0x00007fd5aa847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.051] #2 0x00007fd5aa847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.051] #3 0x000055781f0c75f3 in ?? () [00:39:06.051] #4 0x000055781f0c1369 in ?? () [00:39:06.051] #5 0x000055781f0c020f in ?? () [00:39:06.051] #6 0x000055781f0c0c3b in ?? () [00:39:06.051] #7 0x000055781f0be66f in ?? () [00:39:06.051] #8 0x00007fd5aa83224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.051] #9 0x00007fd5aa832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [00:39:06.051] #0 <unavailable> in ?? () |
core | [00:39:05.927] #0 0x00007f63e5230da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.927] #1 0x00007f63e51dd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.927] #2 0x00007f63e51dd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.927] #3 0x00005638738a65c1 in ?? () [00:39:05.927] #4 0x00005638738a0369 in ?? () [00:39:05.927] #5 0x000056387389f20f in ?? () [00:39:05.927] #6 0x000056387389fc3b in ?? () [00:39:05.927] #7 0x000056387389d66f in ?? () [00:39:05.927] #8 0x00007f63e51c824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.927] #9 0x00007f63e51c8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [00:39:06.171] #0 0x00007f63e5230da4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.171] #1 0x00007f63e51dd239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.171] #2 0x00007f63e51dd497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.171] #3 0x00005638738a65f3 in ?? () [00:39:06.171] #4 0x00005638738a0369 in ?? () [00:39:06.171] #5 0x000056387389f20f in ?? () [00:39:06.171] #6 0x000056387389fc3b in ?? () [00:39:06.171] #7 0x000056387389d66f in ?? () [00:39:06.171] #8 0x00007f63e51c824a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:06.171] #9 0x00007f63e51c8305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
core | [00:39:05.803] #0 0x00007fd5aa89ada4 in pthread_sigmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.803] #1 0x00007fd5aa847239 in sigprocmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.803] #2 0x00007fd5aa847497 in sigsetmask () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.803] #3 0x000055781f0c75c1 in ?? () [00:39:05.803] #4 0x000055781f0c1369 in ?? () [00:39:05.803] #5 0x000055781f0c020f in ?? () [00:39:05.803] #6 0x000055781f0c0c3b in ?? () [00:39:05.803] #7 0x000055781f0be66f in ?? () [00:39:05.803] #8 0x00007fd5aa83224a in ?? () from /lib/x86_64-linux-gnu/libc.so.6 [00:39:05.803] #9 0x00007fd5aa832305 in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6 |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out /tmp/cirrus-ci-build/build-32/testrun/pgstatt... --- /tmp/cirrus-ci-build/contrib/pgstattuple/expected/pgstattuple.out 2025-02-01 00:26:18.955607478 +0000 +++ /tmp/cirrus-ci-build/build-32/testrun/pgstattuple/regress/results/pgstattuple.out 2025-02-01 00:34:33.819519131 +000... @@ -134,7 +134,7 @@ select * from pgstathashindex('test_hashidx'); version | bucket_pages | overflow_pages | bitmap_pages | unused_pages | live_items | dead_items | free_percent ---------+--------------+----------------+--------------+--------------+------------+------------+-------------- - 4 | 4 | 0 | 1 | 0 | 0 | 0 | 100 + 4 | 2 | 0 | 1 | 0 | 0 | 0 | 100 (1 row) create index test_gistidx ON test USING gist(c); @@ -166,7 +166,7 @@ select pgstattuple('test_hashidx'); pgstattuple --------------------------------- - (49152,0,0,0,0,0,0,32608,66.34) + (32768,0,0,0,0,0,0,16304,49.76) (1 row) ... |
test | [00:36:43.687] 84/320 postgresql:pgstattuple / pgstattuple/regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [00:39:55.574] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5391 | Code cleanup for detoast a expanded datum. |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [23:36:39.941] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/4476 | Extract numeric field in JSONB more effectively |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [23:13:12.657] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5446 | Improving default column names/aliases of subscript text expressions |
FreeBSD - 13 - Meson | |
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 2025-01-31 22:47:15.913050000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out 2025-01-31 22:49:29.533569000 +0000 @@ -1597,7 +1597,7 @@ -- Test subscripting insert into test_json_agg default values; select f2['d'], f2['x'] is null as x_isnull from test_json_agg; - f2 | x_isnull + d | x_isnull --------+---------- 12345 | t -12345 | t |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:17.453576000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-01-31 22:48:50.480975000 +0... @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:17.453576000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out 2025-01-31 22:49:38.224223000 ... @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:17.453576000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out 2025-01-31 22:48:52.261387000 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
tap | [22:49:12.994](69.146s) not ok 5 - regression tests pass |
tap | [22:49:58.176](78.058s) not ok 2 - regression tests pass |
test | [22:51:58.869] 44/319 postgresql:regress / regress/regress ERROR ... [22:51:58.869] 69/319 postgresql:hstore / hstore/regress ERROR ... [22:51:58.869] 95/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [22:51:58.869] 156/319 postgresql:recovery / recovery/027_stream_regress ERROR ... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out --- /tmp/cirrus-ci-build/contrib/hstore/expected/hstore.out 2025-01-31 22:47:13.594812974 +0000 +++ /tmp/cirrus-ci-build/contrib/hstore/results/hstore.out 2025-01-31 22:49:55.072732913 +0000 @@ -1597,7 +1597,7 @@ -- Test subscripting insert into test_json_agg default values; select f2['d'], f2['x'] is null as x_isnull from test_json_agg; - f2 | x_isnull + d | x_isnull --------+---------- 12345 | t -12345 | t |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/resu... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:15.487227431 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/jsonb.out 2025-01-31 22:52:00.069083270 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/src/test/regress/results/jsonb.ou... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:15.487227431 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/jsonb.out 2025-01-31 22:50:16.421560904 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
tap | [22:52:12.317](118.604s) not ok 5 - regression tests pass |
Linux - Debian Bookworm - Meson | |
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 2025-01-31 22:47:13.669986652 +0000 +++ /tmp/cirrus-ci-build/build/testrun/hstore/regress/results/hstore.out 2025-01-31 22:50:03.333232574 +0000 @@ -1597,7 +1597,7 @@ -- Test subscripting insert into test_json_agg default values; select f2['d'], f2['x'] is null as x_isnull from test_json_agg; - f2 | x_isnull + d | x_isnull --------+---------- 12345 | t -12345 | t |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_u... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:15.510288965 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-01-31 22:49:37.797238657 +0... @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:15.510288965 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/jsonb.out 2025-01-31 22:50:15.785219578 ... @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out /tmp/cirrus-ci-build/build/testrun/regress/regress/res... --- /tmp/cirrus-ci-build/src/test/regress/expected/jsonb.out 2025-01-31 22:47:15.510288965 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/jsonb.out 2025-01-31 22:49:31.593233529 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
tap | [22:49:53.625](75.118s) not ok 5 - regression tests pass |
tap | [22:50:28.846](76.983s) not ok 2 - regression tests pass |
test | [22:52:09.857] 43/320 postgresql:regress / regress/regress ERROR ... [22:52:09.857] 75/320 postgresql:hstore / hstore/regress ERROR ... [22:52:09.857] 134/320 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [22:52:09.857] 157/320 postgresql:recovery / recovery/027_stream_regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/contrib/hstore/expected/hstore.out /Users/admin/pgsql/build/testrun/hstore/regress/results/h... --- /Users/admin/pgsql/contrib/hstore/expected/hstore.out 2025-01-31 22:58:12 +++ /Users/admin/pgsql/build/testrun/hstore/regress/results/hstore.out 2025-01-31 23:02:56 @@ -1597,7 +1597,7 @@ -- Test subscripting insert into test_json_agg default values; select f2['d'], f2['x'] is null as x_isnull from test_json_agg; - f2 | x_isnull + d | x_isnull --------+---------- 12345 | t -12345 | t |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgra... --- /Users/admin/pgsql/src/test/regress/expected/jsonb.out 2025-01-31 22:58:15 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-01-31 23:01:25 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/recovery/027_stream_reg... --- /Users/admin/pgsql/src/test/regress/expected/jsonb.out 2025-01-31 22:58:15 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/jsonb.out 2025-01-31 23:03:03 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/jsonb.out /Users/admin/pgsql/build/testrun/regress/regress/results... --- /Users/admin/pgsql/src/test/regress/expected/jsonb.out 2025-01-31 22:58:15 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/jsonb.out 2025-01-31 23:01:25 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
tap | [23:01:45.897](96.642s) not ok 5 - regression tests pass |
tap | [23:03:22.893](106.959s) not ok 2 - regression tests pass |
test | [23:06:16.019] 30/319 postgresql:regress / regress/regress ERROR 1... [23:06:16.019] 58/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [23:06:16.019] 70/319 postgresql:hstore / hstore/regress ERROR ... [23:06:16.019] 152/319 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/contrib/hstore/expected/hstore.out C:/cirrus/build/testrun/hstore/regress/results... --- C:/cirrus/contrib/hstore/expected/hstore.out 2025-01-31 22:47:14.429352200 +0000 +++ C:/cirrus/build/testrun/hstore/regress/results/hstore.out 2025-01-31 22:53:24.056520800 +0000 @@ -1597,7 +1597,7 @@ -- Test subscripting insert into test_json_agg default values; select f2['d'], f2['x'] is null as x_isnull from test_json_agg; - f2 | x_isnull + d | x_isnull --------+---------- 12345 | t -12345 | t |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/pg_upgrade/002_pg_upg... --- C:/cirrus/src/test/regress/expected/jsonb.out 2025-01-31 22:47:18.744331700 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/jsonb.out 2025-01-31 22:50:57.101447400 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/recovery/027_stream_r... --- C:/cirrus/src/test/regress/expected/jsonb.out 2025-01-31 22:47:18.744331700 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/jsonb.out 2025-01-31 22:53:25.986635700 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/jsonb.out C:/cirrus/build/testrun/regress/regress/resul... --- C:/cirrus/src/test/regress/expected/jsonb.out 2025-01-31 22:47:18.744331700 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/jsonb.out 2025-01-31 22:50:40.910527100 +0000 @@ -4934,8 +4934,8 @@ HINT: Try using the function jsonb_set to replace key value. -- jsonb subscript select ('123'::jsonb)['a']; - jsonb -------- + a +--- (1 row) @@ -4952,8 +4952,8 @@ (1 row) select ('{"a": 1}'::jsonb)['a']; - jsonb -------- ... |
tap | [22:51:19.274](124.308s) not ok 5 - regression tests pass |
tap | [22:53:51.493](141.785s) not ok 2 - regression tests pass |
test | [23:02:15.812] 17/314 postgresql:regress / regress/regress ERROR 1... [23:02:15.812] 42/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [23:02:15.812] 68/314 postgresql:hstore / hstore/regress ERROR ... [23:02:15.812] 110/314 postgresql:recovery / recovery/027_stream_regress ERROR 1... [23:02:15.812] 132/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5225 | Vectored IO in XLogWrite() |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [22:26:58.520] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5252 | Trim the heap free memory |
CompilerWarnings | |
compiler | [22:14:30.409] postgres.c:2822:47: error: initialization of ‘char *’ from ‘int’ makes pointer from integer without a cas... |
compiler | [22:14:30.409] postgres.c:2825:25: error: implicit declaration of function ‘malloc_trim’ [-Werror=implicit-function-decl... |
compiler | [22:14:30.409] postgres.c:2826:33: error: assignment to ‘char *’ from ‘int’ makes pointer from integer without a cast [-... |
compiler | [22:14:30.409] postgres.c:2822:47: error: implicit declaration of function ‘sbrk’ [-Werror=implicit-function-declaration... |
Linux - Debian Bookworm - Autoconf | |
tap | [22:07:12.674](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
Linux - Debian Bookworm - Meson | |
tap | [22:08:46.321](0.001s) not ok 28 - options --locale-provider=icu --locale=und --lc-*=C: no stderr |
test | [22:10:21.643] 170/320 postgresql:initdb / initdb/001_initdb ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
compiler | [22:06:34.943] tcop_postgres.c.obj : error LNK2019: unresolved external symbol malloc_trim referenced in function finish... |
compiler | [22:06:34.943] tcop_postgres.c.obj : error LNK2019: unresolved external symbol sbrk referenced in function finish_xact_c... |
compiler | [22:06:24.416] ../src/backend/tcop/postgres.c(2822): warning C4047: 'initializing': 'char *' differs in levels of indire... |
compiler | [22:06:24.416] ../src/backend/tcop/postgres.c(2826): warning C4047: '=': 'char *' differs in levels of indirection from ... |
51/4777 | Introduce new multi insert Table AM and improve performance of various SQL commands with it for Heap AM |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [21:49:03.151] 135/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5148 | Recovery of .partial WAL segments |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [21:44:28.309] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/5308 | doc: virtual envs with Pl/Python |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [21:10:43.029] 132/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/4763 | Change prefetch and read strategies to use range in pg_prewarm |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [20:59:09.211] 134/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
51/3705 | ALTER TABLE and CLUSTER fail to use a BulkInsertState for toast tables |
Windows - Server 2019, VS 2019 - Meson & ninja | |
test | [20:46:24.429] 133/314 postgresql:ecpg / ecpg/ecpg ERROR ... |
52/5129 | Asynchronous MergeAppend Execution |
FreeBSD - 13 - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:01.116276000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out 2025-01-29 17:57:07.971658000... @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:01.116276000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2025-01-29 17:57:53.7440780... @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:01.116276000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out 2025-01-29 17:57:04.155082000 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
tap | [17:57:50.175](71.570s) not ok 5 - regression tests pass |
tap | [17:58:40.231](84.397s) not ok 2 - regression tests pass |
test | [18:00:37.764] 28/319 postgresql:regress / regress/regress ERROR ... [18:00:37.764] 95/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [18:00:37.764] 163/319 postgresql:recovery / recovery/027_stream_regress ERROR 1... |
Linux - Debian Bookworm - Autoconf | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/r... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:54:57.373774839 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/sysviews.out 2025-01-29 18:02:32.894877293 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/re... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:54:57.373774839 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/sysviews.out 2025-01-29 18:04:07.311500397 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/src/test/regress/results/sysvi... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:54:57.373774839 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/sysviews.out 2025-01-29 17:59:28.715208055 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
tap | [18:03:12.468](105.517s) not ok 5 - regression tests pass |
tap | [18:04:42.075](71.642s) not ok 2 - regression tests pass |
Linux - Debian Bookworm - Meson | |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_p... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:03.577484649 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out 2025-01-29 17:59:46.678253735... @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/recovery/027_str... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:03.577484649 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2025-01-29 18:00:31.0985385... @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out /tmp/cirrus-ci-build/build/testrun/regress/regress/... --- /tmp/cirrus-ci-build/src/test/regress/expected/sysviews.out 2025-01-29 17:55:03.577484649 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/sysviews.out 2025-01-29 17:59:43.190248262 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
tap | [18:00:30.675](77.069s) not ok 5 - regression tests pass |
tap | [18:01:06.331](78.690s) not ok 2 - regression tests pass |
test | [18:02:45.893] 32/320 postgresql:regress / regress/regress ERROR ... [18:02:45.893] 139/320 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [18:02:45.893] 157/320 postgresql:recovery / recovery/027_stream_regress ERROR ... |
macOS - Sonoma - Meson | |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_up... --- /Users/admin/pgsql/src/test/regress/expected/sysviews.out 2025-01-29 17:54:12 +++ /Users/admin/pgsql/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out 2025-01-29 17:56:37 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/recovery/027_stream_... --- /Users/admin/pgsql/src/test/regress/expected/sysviews.out 2025-01-29 17:54:12 +++ /Users/admin/pgsql/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2025-01-29 17:57:26 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff -U3 /Users/admin/pgsql/src/test/regress/expected/sysviews.out /Users/admin/pgsql/build/testrun/regress/regress/resu... --- /Users/admin/pgsql/src/test/regress/expected/sysviews.out 2025-01-29 17:54:12 +++ /Users/admin/pgsql/build/testrun/regress/regress/results/sysviews.out 2025-01-29 17:56:35 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
tap | [17:57:01.753](48.625s) not ok 5 - regression tests pass |
tap | [17:57:57.623](58.937s) not ok 2 - regression tests pass |
test | [18:00:06.891] 30/319 postgresql:regress / regress/regress ERROR ... [18:00:06.891] 48/319 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR ... [18:00:06.891] 146/319 postgresql:recovery / recovery/027_stream_regress ERROR ... |
Windows - Server 2019, VS 2019 - Meson & ninja | |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/pg_upgrade/002_pg_... --- C:/cirrus/src/test/regress/expected/sysviews.out 2025-01-29 17:55:06.702610200 +0000 +++ C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/results/sysviews.out 2025-01-29 17:58:02.780137300 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/recovery/027_strea... --- C:/cirrus/src/test/regress/expected/sysviews.out 2025-01-29 17:55:06.702610200 +0000 +++ C:/cirrus/build/testrun/recovery/027_stream_regress/data/results/sysviews.out 2025-01-29 18:00:16.798021400 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
regress | diff --strip-trailing-cr -U3 C:/cirrus/src/test/regress/expected/sysviews.out C:/cirrus/build/testrun/regress/regress/re... --- C:/cirrus/src/test/regress/expected/sysviews.out 2025-01-29 17:55:06.702610200 +0000 +++ C:/cirrus/build/testrun/regress/regress/results/sysviews.out 2025-01-29 17:57:58.185310500 +0000 @@ -172,7 +172,7 @@ enable_seqscan | on enable_sort | on enable_tidscan | on -(23 rows) +(24 rows) -- There are always wait event descriptions for various types. InjectionPoint -- may be present or absent, depending on history since last postmaster start. |
tap | [18:02:01.830](0.000s) not ok 3 - checking a non-existent database stderr /(?^:FATAL: database "qqq" does not exist)/ |
tap | [17:58:57.145](117.116s) not ok 5 - regression tests pass |
tap | [18:01:15.699](129.544s) not ok 2 - regression tests pass |
test | [18:08:00.795] 21/314 postgresql:regress / regress/regress ERROR 1... [18:08:00.795] 39/314 postgresql:pg_upgrade / pg_upgrade/002_pg_upgrade ERROR 1... [18:08:00.795] 97/314 postgresql:recovery / recovery/027_stream_regress ERROR 1... [18:08:00.795] 135/314 postgresql:ecpg / ecpg/ecpg ERROR ... [18:08:00.795] 138/314 postgresql:pg_amcheck / pg_amcheck/002_nonesuch ERROR ... |
51/5284 | database-specific role memberships |
FreeBSD - 13 - Meson | |
core | [03:30:44.034] #0 0x0000461d4e53f5da in ?? () from /libexec/ld-elf.so.1 [03:30:44.034] #1 0x0000461d4e53b6ec in ?? () from /libexec/ld-elf.so.1 [03:30:44.034] #2 0x0000000000000000 in ?? () |
regress | diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out /tmp/cirrus-ci-build/build/testrun/regress-runni... --- /tmp/cirrus-ci-build/src/test/regress/expected/privs_in_db.out 2025-01-06 03:21:59.302064000 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress-running/regress/results/privs_in_db.out 2025-01-06 03:27:58.458701000 +00... @@ -756,9 +756,10 @@ DROP DATABASE regression_db_0; DROP ROLE regress_role_admin; SELECT datname FROM pg_database WHERE datname LIKE 'regression_db_%'; - datname ---------- -(0 rows) + datname +------------------- + regression_dblink +(1 row) SELECT rolname FROM pg_roles WHERE rolname LIKE 'regress_role_%'; rolname |
test | [03:28:20.605] 75/76 postgresql:regress-running / regress-running/regress ERROR 27.57... |