2025-01-11 20:43:23.789 UTC [23850][postmaster] LOG: starting PostgreSQL 18devel on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit 2025-01-11 20:43:23.789 UTC [23850][postmaster] LOG: listening on Unix socket "/tmp/pg_regress-9XHSwU/.s.PGSQL.65312" 2025-01-11 20:43:23.796 UTC [23859][startup] LOG: database system was shut down at 2025-01-11 20:42:52 UTC 2025-01-11 20:43:23.807 UTC [23850][postmaster] LOG: database system is ready to accept connections 2025-01-11 20:43:23.824 UTC [23861][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-11 20:43:23.824 UTC [23861][client backend] [[unknown]][:0] FATAL: the database system is starting up 2025-01-11 20:43:23.876 UTC [23875][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-11 20:43:23.877 UTC [23875][client backend] [[unknown]][0/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/bloom/tmp_check/data/pg_hba.conf:117) 2025-01-11 20:43:23.877 UTC [23875][client backend] [[unknown]][0/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-11 20:43:23.898 UTC [23875][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.022 user=postgres database=postgres host=[local] 2025-01-11 20:43:23.924 UTC [23886][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-11 20:43:23.926 UTC [23886][client backend] [[unknown]][1/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/bloom/tmp_check/data/pg_hba.conf:117) 2025-01-11 20:43:23.926 UTC [23886][client backend] [[unknown]][1/1:0] LOG: connection authorized: user=postgres database=postgres application_name=pg_regress 2025-01-11 20:43:24.008 UTC [23886][client backend] [pg_regress][:0] LOG: disconnection: session time: 0:00:00.087 user=postgres database=postgres host=[local] 2025-01-11 20:43:24.035 UTC [23911][not initialized] [[unknown]][:0] LOG: connection received: host=[local] 2025-01-11 20:43:24.036 UTC [23911][client backend] [[unknown]][2/1:0] LOG: connection authenticated: user="postgres" method=trust (/tmp/cirrus-ci-build/contrib/bloom/tmp_check/data/pg_hba.conf:117) 2025-01-11 20:43:24.036 UTC [23911][client backend] [[unknown]][2/1:0] LOG: connection authorized: user=postgres database=contrib_regression application_name=pg_regress/bloom 2025-01-11 20:43:24.435 UTC [23911][client backend] [pg_regress/bloom][2/66:0] ERROR: value 0 out of bounds for option "length" 2025-01-11 20:43:24.435 UTC [23911][client backend] [pg_regress/bloom][2/66:0] DETAIL: Valid values are between "1" and "4096". 2025-01-11 20:43:24.435 UTC [23911][client backend] [pg_regress/bloom][2/66:0] STATEMENT: CREATE INDEX bloomidx2 ON tst USING bloom (i, t) WITH (length=0); 2025-01-11 20:43:24.436 UTC [23911][client backend] [pg_regress/bloom][2/67:0] ERROR: value 0 out of bounds for option "col1" 2025-01-11 20:43:24.436 UTC [23911][client backend] [pg_regress/bloom][2/67:0] DETAIL: Valid values are between "1" and "4095". 2025-01-11 20:43:24.436 UTC [23911][client backend] [pg_regress/bloom][2/67:0] STATEMENT: CREATE INDEX bloomidx2 ON tst USING bloom (i, t) WITH (col1=0); 2025-01-11 20:43:24.438 UTC [23911][client backend] [pg_regress/bloom][:0] LOG: disconnection: session time: 0:00:00.404 user=postgres database=contrib_regression host=[local] 2025-01-11 20:43:24.464 UTC [23850][postmaster] LOG: received fast shutdown request 2025-01-11 20:43:24.464 UTC [23850][postmaster] LOG: aborting any active transactions TRAP: failed Assert("(remainMask.mask | targetMask.mask) == BTYPE_MASK_ALL.mask"), File: "postmaster.c", Line: 2909, PID: 23850 /lib/x86_64-linux-gnu/libasan.so.8(+0x51f31)[0x7fb492851f31] postgres(ExceptionalCondition+0xe6)[0x5645e3bac692] postgres(+0xc8c988)[0x5645e36ef988] postgres(+0xc8d09a)[0x5645e36f009a] postgres(+0xc8e206)[0x5645e36f1206] postgres(PostmasterMain+0x1c3c)[0x5645e36f3546] postgres(main+0x2a2)[0x5645e349480d] /lib/x86_64-linux-gnu/libc.so.6(+0x2724a)[0x7fb49184824a] /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0x85)[0x7fb491848305] postgres(_start+0x21)[0x5645e2e7e391]