Opened log file 'c:/cirrus/crashlog-postgres.exe_0fac_2025-03-25_15-55-31-884.txt' 956: const void *keyPtr, 957: HASHACTION action, 958: bool *foundPtr) 959: { > 960: return hash_search_with_hash_value(hashp, 961: keyPtr, 962: hashp->hash(keyPtr, hashp->keysize), 963: action, 964: foundPtr); 965: } . 0 Id: 19a4.18c4 Suspend: 1 Teb: 0000003c`eee35000 Unfrozen Child-SP RetAddr Call Site 0000003c`ef3fd170 00007ff7`6c225afb postgres!hash_search( struct HTAB * hashp = 0x00000232`9c0401b8, void * keyPtr = 0x0000003c`ef3fd1e0, HASHACTION action = HASH_FIND (0n0), bool * foundPtr = 0x00000000`00000000)+0x1d [c:\cirrus\src\backend\utils\hash\dynahash.c @ 960] 0000003c`ef3fd1b0 00007ff7`6c868cde postgres!is_concurrent_repack_in_progress( unsigned int relid = 0xa30)+0xcb [c:\cirrus\src\backend\commands\cluster.c @ 2731] 0000003c`ef3fd200 00007ff7`6c85e817 postgres!RelationBuildDesc( unsigned int targetRelId = 0xa30, bool insertIt = true)+0x5ae [c:\cirrus\src\backend\utils\cache\relcache.c @ 1257] 0000003c`ef3fd2b0 00007ff7`6c072606 postgres!RelationIdGetRelation( unsigned int relationId = 0xa30)+0x137 [c:\cirrus\src\backend\utils\cache\relcache.c @ 2105] 0000003c`ef3fd2f0 00007ff7`6c151359 postgres!relation_open( unsigned int relationId = 0xa30, int lockmode = 0n3)+0x56 [c:\cirrus\src\backend\access\common\relation.c @ 58] 0000003c`ef3fd330 00007ff7`6c1fa8c1 postgres!table_open( unsigned int relationId = 0xa30, int lockmode = 0n3)+0x19 [c:\cirrus\src\backend\access\table\table.c @ 44] 0000003c`ef3fd370 00007ff7`6c1bd8dd postgres!recordMultipleDependencies( struct ObjectAddress * depender = 0x0000003c`ef3fd4c8, struct ObjectAddress * referenced = 0x00000220`35ad3270, int nreferenced = 0n4, DependencyType behavior = DEPENDENCY_NORMAL (0n110))+0x41 [c:\cirrus\src\backend\catalog\pg_depend.c @ 83] 0000003c`ef3fd3d0 00007ff7`6c20ef24 postgres!record_object_address_dependencies( struct ObjectAddress * depender = 0x0000003c`ef3fd4c8, struct ObjectAddresses * referenced = 0x00000220`35ad2e78, DependencyType behavior = DEPENDENCY_NORMAL (0n110))+0x3d [c:\cirrus\src\backend\catalog\dependency.c @ 2765] 0000003c`ef3fd400 00007ff7`6c20e713 postgres!GenerateTypeDependencies( struct HeapTupleData * typeTuple = 0x00000220`35aadd48, struct RelationData * typeCatalog = 0x00000220`351dfb58, struct Node * defaultExpr = 0x00000000`00000000, void * typacl = 0x00000000`00000000, char relationKind = 0n114 'r', bool isImplicitArray = false, bool isDependentType = true, bool makeExtensionDep = true, bool rebuild = false)+0x774 [c:\cirrus\src\backend\catalog\pg_type.c @ 707] 0000003c`ef3fd4f0 00007ff7`6c1c9fef postgres!TypeCreate( unsigned int newTypeOid = 0, char * typeName = 0x0000003c`ef3fdf10 "counted", unsigned int typeNamespace = 0x400e, unsigned int relationOid = 0x400f, char relationKind = 0n114 'r', unsigned int ownerId = 0xa, short internalSize = 0n-1, char typeType = 0n99 'c', char typeCategory = 0n67 'C', bool typePreferred = false, char typDelim = 0n44 ',', unsigned int inputProcedure = 0x8f2, unsigned int outputProcedure = 0x8f3, unsigned int receiveProcedure = 0x962, unsigned int sendProcedure = 0x963, unsigned int typmodinProcedure = 0, unsigned int typmodoutProcedure = 0, unsigned int analyzeProcedure = 0, unsigned int subscriptProcedure = 0, unsigned int elementType = 0, bool isImplicitArray = false, unsigned int arrayType = 0x4010, unsigned int baseType = 0, char * defaultTypeValue = 0x00000000`00000000 "", char * defaultTypeBin = 0x00000000`00000000 "", bool passedByValue = false, char alignment = 0n100 'd', char storage = 0n120 'x', int typeMod = 0n-1, int typNDims = 0n0, bool typeNotNull = false, unsigned int typeCollation = 0)+0xf23 [c:\cirrus\src\backend\catalog\pg_type.c @ 510] 0000003c`ef3fd7b0 00007ff7`6c1c3c93 postgres!AddNewRelationType( char * typeName = 0x0000003c`ef3fdf10 "counted", unsigned int typeNamespace = 0x400e, unsigned int new_rel_oid = 0x400f, char new_rel_kind = 0n114 'r', unsigned int ownerid = 0xa, unsigned int new_row_type = 0, unsigned int new_array_type = 0x4010)+0x14f [c:\cirrus\src\backend\catalog\heap.c @ 1042] 0000003c`ef3fd8f0 00007ff7`6c2aa50e postgres!heap_create_with_catalog( char * relname = 0x0000003c`ef3fdf10 "counted", unsigned int relnamespace = 0x400e, unsigned int reltablespace = 0, unsigned int relid = 0x400f, unsigned int reltypeid = 0, unsigned int reloftypeid = 0, unsigned int ownerid = 0xa, unsigned int accessmtd = 2, struct TupleDescData * tupdesc = 0x00000220`35ad2958, struct List * cooked_constraints = 0x00000000`00000000, char relkind = 0n114 'r', char relpersistence = 0n112 'p', bool shared_relation = false, bool mapped_relation = false, OnCommitAction oncommit = ONCOMMIT_NOOP (0n0), unsigned int64 reloptions = 0, bool use_user_acl = true, bool allow_system_table_mods = false, bool is_internal = false, unsigned int relrewrite = 0, struct ObjectAddress * typaddress = 0x00000000`00000000)+0x9c3 [c:\cirrus\src\backend\catalog\heap.c @ 1352] 0000003c`ef3fdb30 00007ff7`6c642536 postgres!DefineRelation( struct CreateStmt * stmt = 0x00000220`35a34f40, char relkind = 0n114 'r', unsigned int ownerId = 0xa, struct ObjectAddress * typaddress = 0x00000000`00000000, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'")+0xe7e [c:\cirrus\src\backend\commands\tablecmds.c @ 1034] 0000003c`ef3fdfc0 00007ff7`6c63f6ec postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x00000220`35ad1e28, struct PlannedStmt * pstmt = 0x00000220`35ad1fc8, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", ProcessUtilityContext context = PROCESS_UTILITY_SUBCOMMAND (0n3), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e10, struct QueryCompletion * qc = 0x00000000`00000000)+0x336 [c:\cirrus\src\backend\tcop\utility.c @ 1172] 0000003c`ef3fe8e0 00007ff7`6c63e619 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x00000220`35ad1fc8, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_SUBCOMMAND (0n3), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e10, struct QueryCompletion * qc = 0x00000000`00000000)+0x10bc [c:\cirrus\src\backend\tcop\utility.c @ 1081] 0000003c`ef3feab0 00007ff7`6c298658 postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x00000220`35ad1fc8, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_SUBCOMMAND (0n3), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e10, struct QueryCompletion * qc = 0x00000000`00000000)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 527] 0000003c`ef3feb00 00007ff7`6c642444 postgres!CreateSchemaCommand( struct CreateSchemaStmt * stmt = 0x00000220`35a34e88, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", int stmt_location = 0n0, int stmt_len = 0n0)+0x5f8 [c:\cirrus\src\backend\commands\schemacmds.c @ 230] 0000003c`ef3fec30 00007ff7`6c63f6ec postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x00000220`35ad1cc8, struct PlannedStmt * pstmt = 0x00000220`35a34d78, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", ProcessUtilityContext context = PROCESS_UTILITY_QUERY (0n1), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e88, struct QueryCompletion * qc = 0x0000003c`ef3ff8d8)+0x244 [c:\cirrus\src\backend\tcop\utility.c @ 1138] 0000003c`ef3ff550 00007ff7`6c63e619 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x00000220`35a34d78, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", bool readOnlyTree = true, ProcessUtilityContext context = PROCESS_UTILITY_QUERY (0n1), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e88, struct QueryCompletion * qc = 0x0000003c`ef3ff8d8)+0x10bc [c:\cirrus\src\backend\tcop\utility.c @ 1081] 0000003c`ef3ff720 00007ff7`6c3aff1e postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x00000220`35a34968, char * queryString = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", bool readOnlyTree = true, ProcessUtilityContext context = PROCESS_UTILITY_QUERY (0n1), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00007ff7`6ca00e88, struct QueryCompletion * qc = 0x0000003c`ef3ff8d8)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 527] 0000003c`ef3ff770 00007ff7`6c3abc70 postgres!_SPI_execute_plan( struct _SPI_plan * plan = 0x0000003c`ef3ff960, struct SPIExecuteOptions * options = 0x0000003c`ef3ff938, struct SnapshotData * snapshot = 0x00000000`00000000, struct SnapshotData * crosscheck_snapshot = 0x00000000`00000000, bool fire_triggers = true)+0xa4e [c:\cirrus\src\backend\executor\spi.c @ 2733] 0000003c`ef3ff900 00007ffc`179c2100 postgres!SPI_execute( char * src = 0x00000220`35a31280 "CREATE SCHEMA "schema2" CREATE TABLE "counted" (..type text CHECK (type IN ('total', 'delta')), ..value.integer)CREATE UNIQUE INDEX "counted_unique_total" ON "counted" (type) WHERE type = 'total'", bool read_only = false, long tcount = 0n0)+0xd0 [c:\cirrus\src\backend\executor\spi.c @ 621] 0000003c`ef3ff9b0 00007ffc`179c1b3e worker_spi!initialize_worker_spi( struct worktable * table = 0x00000220`3517cd98)+0x270 [c:\cirrus\src\test\modules\worker_spi\worker_spi.c @ 118] 0000003c`ef3ffa30 00007ff7`6c5219d9 worker_spi!worker_spi_main( unsigned int64 main_arg = 2)+0x1ee [c:\cirrus\src\test\modules\worker_spi\worker_spi.c @ 183] 0000003c`ef3ffb00 00007ff7`6c524207 postgres!BackgroundWorkerMain( void * startup_data = 0x00000220`35133520, unsigned int64 startup_data_len = 0x5c0)+0x299 [c:\cirrus\src\backend\postmaster\bgworker.c @ 845] 0000003c`ef3ffc50 00007ff7`6c3dae69 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x00000220`35116830)+0x2f7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 715] 0000003c`ef3ffcd0 00007ff7`6c9f6109 postgres!main( int argc = 0n3, char ** argv = 0x00000220`35116830)+0x329 [c:\cirrus\src\backend\main\main.c @ 221] 0000003c`ef3ffd10 00007ff7`6c9f605e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 0000003c`ef3ffd60 00007ff7`6c9f5f1e postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 0000003c`ef3ffdd0 00007ff7`6c9f617e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 0000003c`ef3ffe00 00007ffc`23814cb0 postgres!mainCRTStartup( void * __formal = 0x0000003c`eee34000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 0000003c`ef3ffe30 00007ffc`241dedcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`ef3ffe60 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 19a4.b14 Suspend: 1 Teb: 0000003c`eee37000 Unfrozen Child-SP RetAddr Call Site 0000003c`ef7ff498 00007ffc`2416b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003c`ef7ff4a0 00007ffc`23814cb0 ntdll!TppWorkerThread+0x2df 0000003c`ef7ff790 00007ffc`241dedcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`ef7ff7c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 19a4.1314 Suspend: 1 Teb: 0000003c`eee39000 Unfrozen Child-SP RetAddr Call Site 0000003c`efbff688 00007ffc`219248fa ntdll!NtFsControlFile+0x14 0000003c`efbff690 00007ff7`6c51831b KERNELBASE!ConnectNamedPipe+0x6a 0000003c`efbff700 00007ffc`23814cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 0000003c`efbff800 00007ffc`241dedcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`efbff830 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 19a4.11c8 Suspend: 1 Teb: 0000003c`eee3b000 Unfrozen Child-SP RetAddr Call Site 0000003c`effff818 00007ffc`2416b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 0000003c`effff820 00007ffc`23814cb0 ntdll!TppWorkerThread+0x2df 0000003c`effffb10 00007ffc`241dedcb KERNEL32!BaseThreadInitThunk+0x10 0000003c`effffb40 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 0000003ceee34000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff76c050000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ffc242d3140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 0000022035106e10 . 000002203516aaf0 Ldr.InLoadOrderModuleList: 000002203510b070 . 000002203516aad0 Ldr.InMemoryOrderModuleList: 000002203510b080 . 000002203516aae0 Base TimeStamp Module 7ff76c050000 67e2cacc Mar 25 15:25:00 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ffc24160000 970713bc Apr 17 15:50:20 2050 C:\Windows\SYSTEM32\ntdll.dll 7ffc23800000 74962988 Dec 25 20:48:08 2031 C:\Windows\System32\KERNEL32.DLL 7ffc218a0000 5cf10295 May 31 10:31:49 2019 C:\Windows\System32\KERNELBASE.dll 7ffc234a0000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7ffc235d0000 62746217 May 05 23:47:35 2022 C:\Windows\System32\RPCRT4.dll 7ffc236f0000 d3853513 Jun 15 04:14:11 2082 C:\Windows\System32\WLDAP32.dll 7ffc21760000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ffc23330000 784be578 Dec 15 06:11:04 2033 C:\Windows\System32\ADVAPI32.dll 7ffc233f0000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7ffc23520000 3461349e Nov 06 03:08:14 1997 C:\Windows\System32\sechost.dll 7ffc21d70000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7ffc134a0000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ffc13150000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ffc22080000 6051f4c5 Mar 17 12:23:33 2021 C:\Windows\System32\USER32.dll 7ffc21870000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ffc226b0000 784b1edd Dec 14 16:03:41 2033 C:\Windows\System32\GDI32.dll 7ffc21f60000 edcf8a43 Jun 06 06:12:19 2096 C:\Windows\System32\gdi32full.dll 7ffc216c0000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ffc0b2e0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ffc150b0000 670b592a Oct 13 05:22:50 2024 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ffc13550000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ffc13c90000 670b5920 Oct 13 05:22:40 2024 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ffc21090000 8199e7b5 Nov 26 01:19:49 2038 C:\Windows\SYSTEM32\SSPICLI.DLL 7ffc20e20000 94780d5d Dec 06 19:28:29 2048 C:\Windows\SYSTEM32\CRYPTSP.dll 7ffc206c0000 a3e1566f Feb 15 09:12:15 2057 C:\Windows\system32\rsaenh.dll 7ffc20e10000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ffc21da0000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7ffc179c0000 67e2caea Mar 25 15:25:30 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\worker_spi.dll 7ffc1eef0000 67e2cacc Mar 25 15:25:00 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll SubSystemData: 0000000000000000 ProcessHeap: 0000022035100000 ProcessParameters: 000002203510d240 CurrentDirectory: 'C:\cirrus\build\testrun\worker_spi\001_worker_spi\data\t_001_worker_spi_mynode_data\pgdata\' WindowTitle: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' ImageFile: 'C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe' CommandLine: '"C:/cirrus/build/tmp_install/usr/local/pgsql/bin/postgres.exe" --forkchild="bgworker" 5912' DllPath: '< Name not readable >' Environment: 00000220351011f0 =C:=C:\cirrus\build\testrun\worker_spi\001_worker_spi\data\t_001_worker_spi_mynode_data\pgdata ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Windows\system32\config\systemprofile\AppData\Roaming ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 BRANCH=cf/5117 CCACHE_MAXSIZE=250M CHECK=check-world PROVE_FLAGS=--timer CHECKFLAGS=-Otarget CHOCOLATEYINSTALL=C:\ProgramData\chocolatey CI=true CIRRUS_ARCH=amd64 CIRRUS_BRANCH=cf/5117 CIRRUS_BUILD_ID=5437885886758912 CIRRUS_BUILD_SOURCE=github CIRRUS_CHANGE_IN_REPO=bd16fa899b512b909d0918a73f8ae21a8fdd5705 CIRRUS_CHANGE_MESSAGE=[CF 5117] v10 - VACUUM FULL / CLUSTER CONCURRENTLY This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5117 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/202503251432.o6obtgywjow5@alvherre.pgsql Author(s): Antonin Houska CIRRUS_CHANGE_TIMESTAMP=1742916032000 CIRRUS_CHANGE_TITLE=[CF 5117] v10 - VACUUM FULL / CLUSTER CONCURRENTLY CIRRUS_CI=true CIRRUS_CLONE_DEPTH=500 CIRRUS_COMMIT_MESSAGE=[CF 5117] v10 - VACUUM FULL / CLUSTER CONCURRENTLY This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5117 The branch will be overwritten each time a new patch version is posted to the thread, and also periodically to check for bitrot caused by changes on the master branch. Patch(es): https://www.postgresql.org/message-id/202503251432.o6obtgywjow5@alvherre.pgsql Author(s): Antonin Houska CIRRUS_CPU=4 CIRRUS_DEFAULT_BRANCH=master CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-5710717912875008-ccd6f568-d9f5-4379-a518-b926880e9422 CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_LAST_GREEN_BUILD_ID=4633104251355136 CIRRUS_LAST_GREEN_CHANGE=6bb6f2d52faf04c17673a2fcf7b948b197cad7be CIRRUS_LOG_TIMESTAMP=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjU3MTA3MTc5MTI4NzUwMDgiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzUxMTciLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc0MjkxNjE5OSwiYnVpbGRfaWQiOiI1NDM3ODg1ODg2NzU4OTEyIiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc0MjkyMDM5OSwiaWF0IjoxNzQyOTE2MTk5LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiIyM2RhMzA0OC0zMzZiLTQyOWUtYmJjNi03YTliMjRkN2Q2YzEiLCJjaGFuZ2VfaW5fcmVwbyI6ImJkMTZmYTg5OWI1MTJiOTA5ZDA5MThhNzNmOGFlMjFhOGZkZDU3MDUifQ.YyR2hRyOZgrMVIA3hVnq-OkSF2OaAwzfkiogA0o8lZTcSxfx9ZRU382TdGI0OR5hGxosJNof05LTKMij7duGl2QNjcsUzkWi-G4ehMeK0aRhYbgpIUOLcRZM_Jvxs26uUvNEi9PzUGB2tG5q2GrudiYOPcLPj9PcLX089koamfFH10fLshjo79QIv7jRtchdC5xEodZfMZ0aspXTQrHTlW2-cR9UBNNwKGus2TWFv9mOvhhhvl91zVefwvL_GwikRseimqO6nSSUPH0JEOx09wiXW9T7yOZaLZtaIO2pvL4OnqYZOiQtseOiU5_0j51ftJiq_Yr_AH30ntmDiu_Tug CIRRUS_OS=windows CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_REPO_CLONE_TOKEN=ghs_PmdigfR01gTKNrajEwIdwAd3awVEEj1E7cYr CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CIRRUS_REPO_ID=5309429912436736 CIRRUS_REPO_NAME=postgresql CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_TASK_ID=5710717912875008 CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja CIRRUS_USER_COLLABORATOR=true CIRRUS_USER_PERMISSION=admin CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_WORKING_DIR=c:/cirrus CI_NODE_INDEX=7 CI_NODE_TOTAL=10 COMMANDPROMPTTYPE=Native COMMONPROGRAMFILES=C:\Program Files\Common Files COMMONPROGRAMFILES(X86)=C:\Program Files (x86)\Common Files COMMONPROGRAMW6432=C:\Program Files\Common Files COMPUTERNAME=BUILD-PG-CI-WIN COMSPEC=C:\Windows\system32\cmd.exe CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CONTINUOUS_INTEGRATION=true CPUS=4 DEFAULT_PERL_VERSION=5.40.0.1 DEVENVDIR=C:\BuildTools\Common7\IDE\ DISK_SIZE=50 DRIVERDATA=C:\Windows\System32\Drivers\DriverData EXTENSIONSDKDIR=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs FRAMEWORK40VERSION=v4.0 FRAMEWORKDIR=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKDIR64=C:\Windows\Microsoft.NET\Framework64\ FRAMEWORKVERSION=v4.0.30319 FRAMEWORKVERSION64=v4.0.30319 GCP_PROJECT=pg-ci-images GITHUB_CHECK_SUITE_ID=36196995005 GOOGETROOT=C:\ProgramData\GooGet IMAGE_FAMILY=pg-ci-windows-ci IMAGE_IDENTITY=pg-ci-windows-ci-2025-03-25t00-31-23 IMAGE_PROJECT=pg-ci-images INCLUDE=C:\BuildTools\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.20348.0\cppwinrt INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template LANG=en_US.UTF-8 LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LIB=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.20348.0\um\x64 LIBPATH=C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x64;C:\BuildTools\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 LOCALAPPDATA=C:\Windows\system32\config\systemprofile\AppData\Local MALLOC_PERTURB_=52 MBUILD_TARGET=all testprep MESON_TEST_ITERATION=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSYSTEM=UCRT64 MTEST_ARGS=--print-errorlogs --no-rebuild -C build NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:\cirrus\build\tmp_install\usr\local\pgsql\bin;C:\cirrus\build\src/test\modules\worker_spi;C:/cirrus/build/src/test/modules/worker_spi/test;C:\BuildTools\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\BuildTools\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\BuildTools\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\BuildTools\Common7\IDE\;C:\BuildTools\Common7\Tools\;C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.40.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW;.CPL PGCTLTIMEOUT=120 PGDATA=C:/cirrus/build/testrun/worker_spi/001_worker_spi/data/t_001_worker_spi_mynode_data/pgdata PGDATABASE=postgres PGHOST=C:/Windows/TEMP/VPYXei6aU3 PGPORT=28239 PGSYSCONFDIR=C:/cirrus/build/tmp_install/usr/local/pgsql/etc PG_REGRESS=C:\cirrus\build\src/test\regress\pg_regress.exe PG_REGRESS_SOCK_DIR=c:/cirrus/ PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance oauth PG_TEST_USE_UNIX_SOCKETS=1 PLATFORM=x64 POWERSHELL_DISTRIBUTION_CHANNEL=MSI:Windows Server 2022 Datacenter PROCESSOR_ARCHITECTURE=AMD64 PROCESSOR_IDENTIFIER=AMD64 Family 25 Model 1 Stepping 0, AuthenticAMD PROCESSOR_LEVEL=25 PROCESSOR_REVISION=0100 PROGRAMDATA=C:\ProgramData PROGRAMFILES=C:\Program Files PROGRAMFILES(X86)=C:\Program Files (x86) PROGRAMW6432=C:\Program Files PROMPT=$P$G PROVE_FLAGS=--timer PSEXECUTIONPOLICYPREFERENCE=Unrestricted PSMODULEPATH=C:\Program Files\WindowsPowerShell\Modules;C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\platform\PowerShell PUBLIC=C:\Users\Public REGRESS_SHLIB=C:\cirrus\build\src/test\regress\regress.dll REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main SHARE_CONTRIB_DIR=C:/cirrus/build/tmp_install//usr/local/pgsql/share/contrib SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TAR=c:/windows/system32/tar.exe TEMP=C:\Windows\TEMP TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf TERM=xterm-256color TEST2_ACTIVE=1 TESTDATADIR=C:\cirrus\build/testrun/worker_spi/001_worker_spi\data TESTLOGDIR=C:\cirrus\build/testrun/worker_spi/001_worker_spi\log TEST_ACTIVE=1 TEST_JOBS=8 TMP=C:\Windows\TEMP TOP_BUILDDIR=C:\cirrus\build UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 UCRTVERSION=10.0.20348.0 UNIVERSALCRTSDKDIR=C:\Program Files (x86)\Windows Kits\10\ USERDOMAIN=WORKGROUP USERNAME=BUILD-PG-CI-WIN$ USERPROFILE=C:\Windows\system32\config\systemprofile VCIDEINSTALLDIR=C:\BuildTools\Common7\IDE\VC\ VCINSTALLDIR=C:\BuildTools\VC\ VCTOOLSINSTALLDIR=C:\BuildTools\VC\Tools\MSVC\14.29.30133\ VCTOOLSREDISTDIR=C:\BuildTools\VC\Redist\MSVC\14.29.30133\ VCTOOLSVERSION=14.29.30133 VISUALSTUDIOVERSION=16.0 VS160COMNTOOLS=C:\BuildTools\Common7\Tools\ VSCMD_ARG_APP_PLAT=Desktop VSCMD_ARG_HOST_ARCH=x64 VSCMD_ARG_TGT_ARCH=x64 VSCMD_VER=16.11.45 VSINSTALLDIR=C:\BuildTools\ WINDIR=C:\Windows WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.20348.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.20348.0 WINDOWSSDKBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\ WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\10\ WINDOWSSDKLIBVERSION=10.0.20348.0\ WINDOWSSDKVERBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.20348.0\ WINDOWSSDKVERSION=10.0.20348.0\ __DOTNET_ADD_64BIT=1 __DOTNET_PREFERRED_BITNESS=64 __VSCMD_PREINIT_PATH=C:\BuildTools\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.40.0.1\perl\bin;C:\python\Scripts\;C:\python\;C:\Windows Kits\10\Debuggers\x64;C:\Program Files\Git\usr\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\ProgramData\GooGet;C:\Program Files\Google\Compute Engine\metadata_scripts;C:\Program Files (x86)\Google\Cloud SDK\google-cloud-sdk\bin;C:\Program Files\PowerShell\7\;C:\Program Files\Google\Compute Engine\sysprep;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps; Closing open log file c:/cirrus/crashlog-postgres.exe_0fac_2025-03-25_15-55-31-884.txt