Opened log file 'c:/cirrus/crashlog-postgres.exe_1980_2025-11-17_08-45-14-103.txt' 415: /* Is varlena datum short enough to convert to short-header format? */ 416: static inline bool 417: VARATT_CAN_MAKE_SHORT(const void *PTR) 418: { > 419: return VARATT_IS_4B_U(PTR) && 420: (VARSIZE(PTR) - VARHDRSZ + VARHDRSZ_SHORT) <= VARATT_SHORT_MAX; 421: } 422: 423: /* Size that datum will have in short-header format, including header */ 424: static inline Size . 0 Id: 1794.1244 Suspend: 1 Teb: 000000c0`3c39b000 Unfrozen Child-SP RetAddr Call Site 000000c0`3c7fde10 00007ff6`e138aff3 postgres!VARATT_CAN_MAKE_SHORT( void * PTR = 0x00000000`00000000)+0xe [c:\cirrus\src\include\varatt.h @ 419] 000000c0`3c7fde50 00007ff6`e138c311 postgres!heap_compute_data_size( struct TupleDescData * tupleDesc = 0x00000245`c931b738, unsigned int64 * values = 0x000000c0`3c7fdff0, bool * isnull = 0x000000c0`3c7fe040)+0xb3 [c:\cirrus\src\backend\access\common\heaptuple.c @ 238] 000000c0`3c7fdec0 00007ff6`e14eb2fa postgres!heap_form_tuple( struct TupleDescData * tupleDescriptor = 0x00000245`c931b738, unsigned int64 * values = 0x000000c0`3c7fdff0, bool * isnull = 0x000000c0`3c7fe040)+0x131 [c:\cirrus\src\backend\access\common\heaptuple.c @ 1158] 000000c0`3c7fdf50 00007ff6`e15c532f postgres!StorePartitionKey( struct RelationData * rel = 0x00000245`c94d3bc8, char strategy = 0n104 'h', short partnatts = 0n1, short * partattrs = 0x000000c0`3c7fe460, struct List * partexprs = 0x00000000`00000000, unsigned int * partopclass = 0x000000c0`3c7fe3a0, unsigned int * partcollation = 0x000000c0`3c7fe320)+0x23a [c:\cirrus\src\backend\catalog\heap.c @ 3949] 000000c0`3c7fe070 00007ff6`e1967376 postgres!DefineRelation( struct CreateStmt * stmt = 0x00000245`c92c5f60, char relkind = 0n112 'p', unsigned int ownerId = 0xa, struct ObjectAddress * typaddress = 0x00000000`00000000, char * queryString = 0x00000245`c92c4ea0 "create table ths (mod int, data int, unique(mod, data)) partition by hash(mod);")+0x132f [c:\cirrus\src\backend\commands\tablecmds.c @ 1247] 000000c0`3c7fe4d0 00007ff6`e196444f postgres!ProcessUtilitySlow( struct ParseState * pstate = 0x00000245`c9372f70, struct PlannedStmt * pstmt = 0x00000245`c92c6070, char * queryString = 0x00000245`c92c4ea0 "create table ths (mod int, data int, unique(mod, data)) partition by hash(mod);", ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0x336 [c:\cirrus\src\backend\tcop\utility.c @ 1165] 000000c0`3c7fedd0 00007ff6`e1963449 postgres!standard_ProcessUtility( struct PlannedStmt * pstmt = 0x00000245`c92c6070, char * queryString = 0x00000245`c92c4ea0 "create table ths (mod int, data int, unique(mod, data)) partition by hash(mod);", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0xfef [c:\cirrus\src\backend\tcop\utility.c @ 1074] 000000c0`3c7fefa0 00007ff6`e196251d postgres!ProcessUtility( struct PlannedStmt * pstmt = 0x00000245`c92c6070, char * queryString = 0x00000245`c92c4ea0 "create table ths (mod int, data int, unique(mod, data)) partition by hash(mod);", bool readOnlyTree = false, ProcessUtilityContext context = PROCESS_UTILITY_TOPLEVEL (0n0), struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0x169 [c:\cirrus\src\backend\tcop\utility.c @ 528] 000000c0`3c7feff0 00007ff6`e1962842 postgres!PortalRunUtility( struct PortalData * portal = 0x00000245`c898c870, struct PlannedStmt * pstmt = 0x00000245`c92c6070, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0x13d [c:\cirrus\src\backend\tcop\pquery.c @ 1158] 000000c0`3c7ff060 00007ff6`e19614d2 postgres!PortalRunMulti( struct PortalData * portal = 0x00000245`c898c870, bool isTopLevel = true, bool setHoldSnapshot = false, struct _DestReceiver * dest = 0x00000245`c92c6430, struct _DestReceiver * altdest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0x2a2 [c:\cirrus\src\backend\tcop\pquery.c @ 1308] 000000c0`3c7ff0d0 00007ff6`e195d8ed postgres!PortalRun( struct PortalData * portal = 0x00000245`c898c870, long count = 0n2147483647, bool isTopLevel = true, struct _DestReceiver * dest = 0x00000245`c92c6430, struct _DestReceiver * altdest = 0x00000245`c92c6430, struct QueryCompletion * qc = 0x000000c0`3c7ff340)+0x302 [c:\cirrus\src\backend\tcop\pquery.c @ 787] 000000c0`3c7ff270 00007ff6`e195b2d8 postgres!exec_simple_query( char * query_string = 0x00000245`c92c4ea0 "create table ths (mod int, data int, unique(mod, data)) partition by hash(mod);")+0x59d [c:\cirrus\src\backend\tcop\postgres.c @ 1286] 000000c0`3c7ff390 00007ff6`e1954de5 postgres!PostgresMain( char * dbname = 0x00000245`c88f6808 "regression_src", char * username = 0x00000245`c894a268 "SYSTEM")+0xaa8 [c:\cirrus\src\backend\tcop\postgres.c @ 4779] 000000c0`3c7ff5a0 00007ff6`e1842e76 postgres!BackendMain( void * startup_data = 0x00000245`c88f6890, unsigned int64 startup_data_len = 0x18)+0x115 [c:\cirrus\src\backend\tcop\backend_startup.c @ 125] 000000c0`3c7ff5e0 00007ff6`e16f4909 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x00000245`c88d3360)+0x2d6 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 692] 000000c0`3c7ff650 00007ff6`e1d162a9 postgres!main( int argc = 0n3, char ** argv = 0x00000245`c88d3360)+0x329 [c:\cirrus\src\backend\main\main.c @ 222] 000000c0`3c7ff690 00007ff6`e1d161fe postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 000000c0`3c7ff6e0 00007ff6`e1d160be postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 000000c0`3c7ff750 00007ff6`e1d1631e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 000000c0`3c7ff780 00007ff9`fa9c4cb0 postgres!mainCRTStartup( void * __formal = 0x000000c0`3c39a000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 000000c0`3c7ff7b0 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`3c7ff7e0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 1794.1044 Suspend: 1 Teb: 000000c0`3c39d000 Unfrozen Child-SP RetAddr Call Site 000000c0`3cbff548 00007ff9`fc64b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c0`3cbff550 00007ff9`fa9c4cb0 ntdll!TppWorkerThread+0x2df 000000c0`3cbff840 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`3cbff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 1794.1c3c Suspend: 1 Teb: 000000c0`3c39f000 Unfrozen Child-SP RetAddr Call Site 000000c0`3cfffc48 00007ff9`f9ef4a7a ntdll!NtFsControlFile+0x14 000000c0`3cfffc50 00007ff6`e1836b1b KERNELBASE!ConnectNamedPipe+0x6a 000000c0`3cfffcc0 00007ff9`fa9c4cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 000000c0`3cfffdc0 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`3cfffdf0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 1794.1a68 Suspend: 1 Teb: 000000c0`3c3a1000 Unfrozen Child-SP RetAddr Call Site 000000c0`3d3ff788 00007ff9`f9ead90e ntdll!NtWaitForSingleObject+0x14 000000c0`3d3ff790 00007ff6`e183855c KERNELBASE!WaitForSingleObjectEx+0x8e 000000c0`3d3ff830 00007ff9`fa9c4cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 000000c0`3d3ff870 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`3d3ff8a0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 1794.978 Suspend: 1 Teb: 000000c0`3c3a3000 Unfrozen Child-SP RetAddr Call Site 000000c0`3d7ff9b8 00007ff9`fc64b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000c0`3d7ff9c0 00007ff9`fa9c4cb0 ntdll!TppWorkerThread+0x2df 000000c0`3d7ffcb0 00007ff9`fc6bedcb KERNEL32!BaseThreadInitThunk+0x10 000000c0`3d7ffce0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000c03c39a000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff6e1370000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff9fc7b4140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 00000245c88cb780 . 00000245c89357e0 Ldr.InLoadOrderModuleList: 00000245c88c7130 . 00000245c89357c0 Ldr.InMemoryOrderModuleList: 00000245c88c7140 . 00000245c89357d0 Base TimeStamp Module 7ff6e1370000 691adf0c Nov 17 08:38:36 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff9fc640000 4cdc53dc Nov 11 20:36:44 2010 C:\Windows\SYSTEM32\ntdll.dll 7ff9fa9b0000 dfadc574 Dec 01 02:44:04 2088 C:\Windows\System32\KERNEL32.DLL 7ff9f9e70000 73e9e45d Aug 17 04:43:09 2031 C:\Windows\System32\KERNELBASE.dll 7ff9facb0000 2743399e Nov 16 00:58:06 1990 C:\Windows\System32\WS2_32.dll 7ff9fa5b0000 923914c8 Sep 27 16:26:48 2047 C:\Windows\System32\RPCRT4.dll 7ff9faa70000 727730a7 Nov 09 00:17:43 2030 C:\Windows\System32\WLDAP32.dll 7ff9fa1e0000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ff9fbc80000 d196fc33 Jun 05 07:11:47 2081 C:\Windows\System32\ADVAPI32.dll 7ff9fab40000 ee390ecb Aug 25 07:05:47 2096 C:\Windows\System32\msvcrt.dll 7ff9fb1f0000 6e224083 Jul 20 20:41:39 2028 C:\Windows\System32\sechost.dll 7ff9f9c60000 8eb6ca22 Nov 15 07:32:50 2045 C:\Windows\System32\bcrypt.dll 7ff9eabc0000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff9e9e70000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff9fb040000 af256983 Feb 12 00:10:43 2063 C:\Windows\System32\USER32.dll 7ff9f9c30000 981c36ea Nov 13 20:58:18 2050 C:\Windows\System32\win32u.dll 7ff9fac80000 f0a55a21 Dec 08 19:12:33 2097 C:\Windows\System32\GDI32.dll 7ff9fa2f0000 df28147c Aug 21 16:57:32 2088 C:\Windows\System32\gdi32full.dll 7ff9fa410000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff9ecce0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ff9ebfd0000 4226b519 Mar 03 06:56:25 2005 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff9eaf20000 0c552b91 Jul 22 18:31:45 1976 C:\Windows\SYSTEM32\ucrtbased.dll 7ff9ebfb0000 0f259d81 Jan 20 05:49:53 1978 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff9f9570000 f9dfa7e4 Nov 05 15:38:12 2102 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff9f90b0000 66bacc45 Aug 13 03:00:21 2024 C:\Windows\system32\mswsock.dll 7ff9e9510000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff9f9310000 c3af2451 Jan 13 02:13:37 2074 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff9f8b70000 652233d5 Oct 08 04:45:09 2023 C:\Windows\system32\rsaenh.dll 7ff9f9300000 49713241 Jan 17 01:20:01 2009 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff9f9bb0000 31c2c51e Jun 15 14:13:50 1996 C:\Windows\System32\bcryptPrimitives.dll 7ff9f4b40000 691adf34 Nov 17 08:39:16 2025 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll SubSystemData: 0000000000000000 ProcessHeap: 00000245c88c0000 ProcessParameters: 00000245c88cdda0 CurrentDirectory: 'C:\cirrus\build\testrun\pg_dump\004_pg_dump_parallel\data\t_004_pg_dump_parallel_main_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="client backend" 5896' DllPath: '< Name not readable >' Environment: 00000245c88c11f0 =C:=C:\cirrus\build\testrun\pg_dump\004_pg_dump_parallel\data\t_004_pg_dump_parallel_main_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/5720 CCACHE_MAXSIZE=250M CHECK=check-world PROVE_FLAGS=--timer CHECKFLAGS=-Otarget CHOCOLATEYINSTALL=C:\ProgramData\chocolatey CI=true CIRRUS_ARCH=amd64 CIRRUS_BRANCH=cf/5720 CIRRUS_BUILD_ID=4669901404635136 CIRRUS_BUILD_SOURCE=github CIRRUS_CHANGE_IN_REPO=31bfe4daa283eabb664727ba6ece676068c05a4d CIRRUS_CHANGE_MESSAGE=[CF 5720] v2 - virtual generated column as partition key This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5720 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/CACJufxEV2dre3dti4+wRGEd-gDbWi0VFNG5qq0AB+Xj4n78PGQ@mail.gmail.com Author(s): Jian He CIRRUS_CHANGE_TIMESTAMP=1763368466000 CIRRUS_CHANGE_TITLE=[CF 5720] v2 - virtual generated column as partition key CIRRUS_CI=true CIRRUS_CLONE_DEPTH=500 CIRRUS_COMMIT_MESSAGE=[CF 5720] v2 - virtual generated column as partition key This branch was automatically generated by a robot using patches from an email thread registered at: https://commitfest.postgresql.org/patch/5720 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/CACJufxEV2dre3dti4+wRGEd-gDbWi0VFNG5qq0AB+Xj4n78PGQ@mail.gmail.com Author(s): Jian He CIRRUS_CPU=4 CIRRUS_DEFAULT_BRANCH=master CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6645621223849984-1bec711f-5f74-4d64-84e2-89a2b6b284ff CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_LAST_GREEN_BUILD_ID=6528941961248768 CIRRUS_LAST_GREEN_CHANGE=568c2118d7c9358268ce700f91b5d80075054bc7 CIRRUS_LOG_TIMESTAMP=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMjIsIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjY2NDU2MjEyMjM4NDk5ODQiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzU3MjAiLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTc2MzM2ODYxOSwiYnVpbGRfaWQiOiI0NjY5OTAxNDA0NjM1MTM2IiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTc2MzM3MjgxOSwiaWF0IjoxNzYzMzY4NjE5LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiI4NmM5NTUwYS01NTg3LTRmYTYtODE1Yi0wZDNhMTU0YjUxOWQiLCJjaGFuZ2VfaW5fcmVwbyI6IjMxYmZlNGRhYTI4M2VhYmI2NjQ3MjdiYTZlY2U2NzYwNjhjMDVhNGQifQ.KutxUj8_akEwDY7wxE4kJbhjDo335Ez1PC2Usw3AHEihHv9pbP6IJjhYlntjeCbMhB1D53A81ZUW-LsRT2LIR8FFcPSpVaJKI4ndCAVSV5wOkSDoRNkEzKkHJzgwZfOadnYXADxymSF3U8vGxjPCdn0TCGZ1AuZMuNKszE1KSKXzRsRMQkcsv6iub2o8hlDI-uq9t-oDMzJuYGW7RGOwQ5rj08f-KzIy8E1Qu_skCW6F2VSZu2l0261Ccvj7qg1bvB35GpY6gfdw5lmgMR21u4ZnYc1z0B-xxZ9W1OtknRvbkKFX7HWE0beYlRofLIPqsAmBuocvAPWTHF7ii03P1w CIRRUS_OS=windows CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_REPO_CLONE_TOKEN=ghs_kIJPY4pZccde4QjUFKYU9xliTHwDZ61RF7eQ 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=6645621223849984 CIRRUS_TASK_NAME=Windows - Server 2022, VS 2019 - Meson & ninja CIRRUS_USER_COLLABORATOR=true CIRRUS_USER_PERMISSION=admin CIRRUS_WINDOWS_ERROR_MODE=0x8001 CIRRUS_WORKING_DIR=c:/cirrus CI_COMPILERWARNINGS_ENABLED=true CI_FREEBSD_ENABLED=true CI_LINUX_ENABLED=true CI_MACOS_ENABLED=true CI_MINGW_ENABLED=true CI_NETBSD_ENABLED=true CI_NODE_INDEX=7 CI_NODE_TOTAL=10 CI_OPENBSD_ENABLED=true CI_SANITYCHECK_ENABLED=true CI_TRIGGER_TYPE_MINGW=automatic CI_TRIGGER_TYPE_NETBSD=automatic CI_TRIGGER_TYPE_OPENBSD=automatic CI_WINDOWS_ENABLED=true 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.42.0.1 DEVENVDIR=C:\VS_2019\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=50063760755 GOOGETROOT=C:\ProgramData\GooGet GZIP_PROGRAM=C:\Program Files\Git\usr\bin\gzip.EXE IMAGE_FAMILY=pg-ci-windows-ci IMAGE_IDENTITY=pg-ci-windows-ci-2025-11-16t00-32-41 IMAGE_PROJECT=pg-ci-images INCLUDE=C:\VS_2019\VC\Tools\MSVC\14.29.30133\include;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\ucrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\shared;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\um;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\winrt;C:\Program Files (x86)\Windows Kits\10\include\10.0.22621.0\cppwinrt INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template LANG=en_US.UTF-8 LC_COLLATE=C LC_CTYPE=English_United States.1252 LC_MESSAGES=C LC_MONETARY=C LC_NUMERIC=C LC_TIME=C LIB=C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\ucrt\x64;C:\Program Files (x86)\Windows Kits\10\lib\10.0.22621.0\um\x64 LIBPATH=C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x64;C:\VS_2019\VC\Tools\MSVC\14.29.30133\lib\x86\store\references;C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0;C:\Windows\Microsoft.NET\Framework64\v4.0.30319 LOCALAPPDATA=C:\Windows\system32\config\systemprofile\AppData\Local LZ4=C:\lz4\lz4.EXE MALLOC_PERTURB_=24 MBUILD_TARGET=all testprep MESON_COMMON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled -Ddocs=enabled -Dicu=enabled -Dlibxml=enabled -Dlibxslt=enabled -Dlz4=enabled -Dpltcl=enabled -Dreadline=enabled -Dzlib=enabled -Dzstd=enabled MESON_COMMON_PG_CONFIG_ARGS=-Dcassert=true -Dinjection_points=true MESON_FEATURES=-Dauto_features=disabled -Dldap=enabled -Dssl=openssl -Dtap_tests=enabled -Dplperl=enabled -Dplpython=enabled 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\bin\pg_dump;C:/cirrus/build/src/bin/pg_dump/test;C:\VS_2019\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64;C:\VS_2019\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\VS_2019\\MSBuild\Current\Bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\VS_2019\Common7\IDE\;C:\VS_2019\Common7\Tools\;C:\VS_2019\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.42.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/pg_dump/004_pg_dump_parallel/data/t_004_pg_dump_parallel_main_data/pgdata PGDATABASE=postgres PGHOST=C:/Windows/TEMP/7NfpueCu3n PGPORT=29537 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_AUTOMATIC_TRIGGER_TASKS="netbsd openbsd mingw" 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/pg_dump/004_pg_dump_parallel\data TESTLOGDIR=C:\cirrus\build/testrun/pg_dump/004_pg_dump_parallel\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.22621.0 UNIVERSALCRTSDKDIR=C:\Program Files (x86)\Windows Kits\10\ USERDOMAIN=WORKGROUP USERNAME=BUILD-PG-CI-WIN$ USERPROFILE=C:\Windows\system32\config\systemprofile VCIDEINSTALLDIR=C:\VS_2019\Common7\IDE\VC\ VCINSTALLDIR=C:\VS_2019\VC\ VCTOOLSINSTALLDIR=C:\VS_2019\VC\Tools\MSVC\14.29.30133\ VCTOOLSREDISTDIR=C:\VS_2019\VC\Redist\MSVC\14.29.30133\ VCTOOLSVERSION=14.29.30133 VISUALSTUDIOVERSION=16.0 VS160COMNTOOLS=C:\VS_2019\Common7\Tools\ VSCMD_ARG_APP_PLAT=Desktop VSCMD_ARG_HOST_ARCH=x64 VSCMD_ARG_TGT_ARCH=x64 VSCMD_VER=16.11.53 VSINSTALLDIR=C:\VS_2019\ WINDIR=C:\Windows WINDOWSLIBPATH=C:\Program Files (x86)\Windows Kits\10\UnionMetadata\10.0.22621.0;C:\Program Files (x86)\Windows Kits\10\References\10.0.22621.0 WINDOWSSDKBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\ WINDOWSSDKDIR=C:\Program Files (x86)\Windows Kits\10\ WINDOWSSDKLIBVERSION=10.0.22621.0\ WINDOWSSDKVERBINPATH=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\ WINDOWSSDKVERSION=10.0.22621.0\ WITH_ICU=no ZSTD=C:\zstd\zstd-v1.5.2-win64\zstd.EXE __DOTNET_ADD_64BIT=1 __DOTNET_PREFERRED_BITNESS=64 __VSCMD_PREINIT_PATH=C:\VS_2019\VC\Auxiliary\Build;C:\zstd\zstd-v1.5.2-win64;C:\zlib;C:\lz4;C:\icu;C:\winflexbison;C:\strawberry\5.42.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_1980_2025-11-17_08-45-14-103.txt