Opened log file 'c:/cirrus/crashlog-postgres.exe_0cf0_2024-09-22_23-54-37-371.txt' . 0 Id: 1a30.18b0 Suspend: 1 Teb: 00000026`41f74000 Unfrozen Child-SP RetAddr Call Site 00000026`423fea40 00007ff7`795dfae8 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 77] 00000026`423fea80 00007ff7`790df462 postgres!ExceptionalCondition( char * conditionName = 0x00007ff7`79a287b0 "!TTS_EMPTY(slot)", char * fileName = 0x00007ff7`79a28788 "../src/backend/executor/execTuples.c", int lineNumber = 0n1737)+0x78 [c:\cirrus\src\backend\utils\error\assert.c @ 67] 00000026`423feac0 00007ff7`79080958 postgres!ExecFetchSlotHeapTuple( struct TupleTableSlot * slot = 0x00000026`423feea8, bool materialize = true, bool * shouldFree = 0x00000026`423feb30)+0x62 [c:\cirrus\src\backend\executor\execTuples.c @ 1737] 00000026`423feaf0 00007ff7`7911ed64 postgres!ExecIRDeleteTriggers( struct EState * estate = 0x0000016f`7eb80ce0, struct ResultRelInfo * relinfo = 0x0000016f`7eb81290, struct TupleTableSlot * slot = 0x00000026`423feea8)+0x118 [c:\cirrus\src\backend\commands\trigger.c @ 2842] 00000026`423febc0 00007ff7`7911e0ad postgres!ExecMergeMatched( struct ModifyTableContext * context = 0x00000026`423feec0, struct ResultRelInfo * resultRelInfo = 0x0000016f`7eb81290, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x00000026`423feea8, bool canSetTag = true, bool * matched = 0x00000026`423fed60)+0x6b4 [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 3043] 00000026`423fed30 00007ff7`791240a8 postgres!ExecMerge( struct ModifyTableContext * context = 0x00000026`423feec0, struct ResultRelInfo * resultRelInfo = 0x0000016f`7eb81290, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x00000026`423feea8, bool canSetTag = true)+0x9d [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 2804] 00000026`423fed90 00007ff7`790d94eb postgres!ExecModifyTable( struct PlanState * pstate = 0x0000016f`7eb81080)+0xba8 [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 4133] 00000026`423fef30 00007ff7`790cf29c postgres!ExecProcNodeFirst( struct PlanState * node = 0x0000016f`7eb81080)+0x4b [c:\cirrus\src\backend\executor\execProcnode.c @ 470] 00000026`423fef60 00007ff7`790d03c0 postgres!ExecProcNode( struct PlanState * node = 0x0000016f`7eb81080)+0x2c [c:\cirrus\src\include\executor\executor.h @ 279] 00000026`423fef90 00007ff7`790cb697 postgres!ExecutePlan( struct EState * estate = 0x0000016f`7eb80ce0, struct PlanState * planstate = 0x0000016f`7eb81080, bool use_parallel_mode = false, CmdType operation = CMD_MERGE (0n5), bool sendTuples = true, unsigned int64 numberTuples = 0, ScanDirection direction = ForwardScanDirection (0n1), struct _DestReceiver * dest = 0x0000016f`7ec5c390, bool execute_once = true)+0x90 [c:\cirrus\src\backend\executor\execMain.c @ 1653] 00000026`423fefd0 00007ff7`790cb3ab postgres!standard_ExecutorRun( struct QueryDesc * queryDesc = 0x0000016f`7ec70118, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x2d7 [c:\cirrus\src\backend\executor\execMain.c @ 379] 00000026`423ff070 00007ff7`793b1431 postgres!ExecutorRun( struct QueryDesc * queryDesc = 0x0000016f`7ec70118, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x8b [c:\cirrus\src\backend\executor\execMain.c @ 306] 00000026`423ff0a0 00007ff7`793b207a postgres!ProcessQuery( struct PlannedStmt * plan = 0x0000016f`7e9cc080, char * sourceText = 0x0000016f`7e8fc450 "MERGE INTO rw_view2 t. USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a. WHEN MATCHED AND t.a <= 1 THEN DELETE. WHEN MATCHED THEN UPDATE SET b = s.b. WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b). RETURNING merge_action(), s.*, t.*;", struct ParamListInfoData * params = 0x00000000`00000000, struct QueryEnvironment * queryEnv = 0x00000000`00000000, struct _DestReceiver * dest = 0x0000016f`7ec5c390, struct QueryCompletion * qc = 0x00000026`423ff1c0)+0x81 [c:\cirrus\src\backend\tcop\pquery.c @ 165] 00000026`423ff100 00007ff7`793b1646 postgres!PortalRunMulti( struct PortalData * portal = 0x0000016f`7de799c0, bool isTopLevel = true, bool setHoldSnapshot = true, struct _DestReceiver * dest = 0x0000016f`7ec5c390, struct _DestReceiver * altdest = 0x00007ff7`7975ed20, struct QueryCompletion * qc = 0x00000026`423ff1c0)+0x1fa [c:\cirrus\src\backend\tcop\pquery.c @ 1283] 00000026`423ff180 00007ff7`793b0bf0 postgres!FillPortalStore( struct PortalData * portal = 0x0000016f`7de799c0, bool isTopLevel = true)+0xc6 [c:\cirrus\src\backend\tcop\pquery.c @ 1028] 00000026`423ff1f0 00007ff7`793ad00f postgres!PortalRun( struct PortalData * portal = 0x0000016f`7de799c0, long count = 0n2147483647, bool isTopLevel = true, bool run_once = true, struct _DestReceiver * dest = 0x0000016f`7e9cc1e0, struct _DestReceiver * altdest = 0x0000016f`7e9cc1e0, struct QueryCompletion * qc = 0x00000026`423ff498)+0x290 [c:\cirrus\src\backend\tcop\pquery.c @ 768] 00000026`423ff3a0 00007ff7`793aa849 postgres!exec_simple_query( char * query_string = 0x0000016f`7e8fc450 "MERGE INTO rw_view2 t. USING (SELECT x, 'R'||x FROM generate_series(0,3) x) AS s(a,b) ON t.a = s.a. WHEN MATCHED AND t.a <= 1 THEN DELETE. WHEN MATCHED THEN UPDATE SET b = s.b. WHEN NOT MATCHED AND s.a > 0 THEN INSERT VALUES (s.a, s.b). RETURNING merge_action(), s.*, t.*;")+0x5ff [c:\cirrus\src\backend\tcop\postgres.c @ 1292] 00000026`423ff4e0 00007ff7`793a477d postgres!PostgresMain( char * dbname = 0x0000016f`7dde49b8 "regression", char * username = 0x0000016f`7de2cca0 "SYSTEM")+0x8e9 [c:\cirrus\src\backend\tcop\postgres.c @ 4797] 00000026`423ff6f0 00007ff7`792a84c7 postgres!BackendMain( char * startup_data = 0x0000016f`7dde49a0 "", unsigned int64 startup_data_len = 4)+0x11d [c:\cirrus\src\backend\tcop\backend_startup.c @ 108] 00000026`423ff730 00007ff7`79168984 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x0000016f`7ddc2cf0)+0x2a7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 677] 00000026`423ff7a0 00007ff7`79753f89 postgres!main( int argc = 0n3, char ** argv = 0x0000016f`7ddc2cf0)+0x2f4 [c:\cirrus\src\backend\main\main.c @ 189] 00000026`423ff7e0 00007ff7`79753ede postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 00000026`423ff830 00007ff7`79753d9e postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 00000026`423ff8a0 00007ff7`79753ffe postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 00000026`423ff8d0 00007ffe`db1e4cb0 postgres!mainCRTStartup( void * __formal = 0x00000026`41f73000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 00000026`423ff900 00007ffe`dc63ecdb KERNEL32!BaseThreadInitThunk+0x10 00000026`423ff930 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 1a30.1610 Suspend: 1 Teb: 00000026`41f76000 Unfrozen Child-SP RetAddr Call Site 00000026`427ff548 00007ffe`dc5cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000026`427ff550 00007ffe`db1e4cb0 ntdll!TppWorkerThread+0x2df 00000026`427ff840 00007ffe`dc63ecdb KERNEL32!BaseThreadInitThunk+0x10 00000026`427ff870 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 1a30.4fc Suspend: 1 Teb: 00000026`41f78000 Unfrozen Child-SP RetAddr Call Site 00000026`42bffc28 00007ffe`da1445ca ntdll!NtFsControlFile+0x14 00000026`42bffc30 00007ff7`7929c93b KERNELBASE!ConnectNamedPipe+0x6a 00000026`42bffca0 00007ffe`db1e4cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 00000026`42bffda0 00007ffe`dc63ecdb KERNEL32!BaseThreadInitThunk+0x10 00000026`42bffdd0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 1a30.12fc Suspend: 1 Teb: 00000026`41f7a000 Unfrozen Child-SP RetAddr Call Site 00000026`42fff8b8 00007ffe`dc5cb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 00000026`42fff8c0 00007ffe`db1e4cb0 ntdll!TppWorkerThread+0x2df 00000026`42fffbb0 00007ffe`dc63ecdb KERNEL32!BaseThreadInitThunk+0x10 00000026`42fffbe0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 1a30.1a2c Suspend: 1 Teb: 00000026`41f7c000 Unfrozen Child-SP RetAddr Call Site 00000026`433ff7d8 00007ffe`da0fd71e ntdll!NtWaitForSingleObject+0x14 00000026`433ff7e0 00007ff7`7929e3dc KERNELBASE!WaitForSingleObjectEx+0x8e 00000026`433ff880 00007ffe`db1e4cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 00000026`433ff8c0 00007ffe`dc63ecdb KERNEL32!BaseThreadInitThunk+0x10 00000026`433ff8f0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 0000002641f73000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff778e00000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ffedc733140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 0000016f7ddb6af0 . 0000016f7de225e0 Ldr.InLoadOrderModuleList: 0000016f7ddb6c70 . 0000016f7de225c0 Ldr.InMemoryOrderModuleList: 0000016f7ddb6c80 . 0000016f7de225d0 Base TimeStamp Module 7ff778e00000 66f0adf8 Sep 22 23:53:28 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ffedc5c0000 9be259ea Nov 15 16:57:14 2052 C:\Windows\SYSTEM32\ntdll.dll 7ffedb1d0000 681d822d May 09 04:18:53 2025 C:\Windows\System32\KERNEL32.DLL 7ffeda0c0000 0b989c63 Mar 01 17:54:43 1976 C:\Windows\System32\KERNELBASE.dll 7ffedb4f0000 56e83747 Mar 15 16:24:39 2016 C:\Windows\System32\WS2_32.dll 7ffedc0e0000 6882627c Jul 24 16:42:36 2025 C:\Windows\System32\RPCRT4.dll 7ffedb650000 dc811887 Mar 25 16:25:43 2087 C:\Windows\System32\WLDAP32.dll 7ffed9b40000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ffeda610000 8b666989 Feb 10 19:18:33 2044 C:\Windows\System32\ADVAPI32.dll 7ffedc030000 68e1e0af Oct 05 03:06:23 2025 C:\Windows\System32\msvcrt.dll 7ffedbee0000 00dbe574 Jun 16 19:05:24 1970 C:\Windows\System32\sechost.dll 7ffed9f00000 3bdd8bbd Oct 29 17:02:53 2001 C:\Windows\System32\bcrypt.dll 7ffec5820000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ffec54d0000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ffeda8b0000 6051f4c5 Mar 17 12:23:33 2021 C:\Windows\System32\USER32.dll 7ffed9d70000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ffedb570000 784b1edd Dec 14 16:03:41 2033 C:\Windows\System32\GDI32.dll 7ffed9c50000 b4b91832 Jan 29 22:20:34 2066 C:\Windows\System32\gdi32full.dll 7ffed9f30000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ffec87c0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ffec6060000 653aa20c Oct 26 17:29:48 2023 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ffec58d0000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ffec6ac0000 653aa20c Oct 26 17:29:48 2023 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ffed94f0000 8199e7b5 Nov 26 01:19:49 2038 C:\Windows\SYSTEM32\SSPICLI.DLL 7ffed9040000 06d626ed Aug 20 12:32:45 1973 C:\Windows\system32\mswsock.dll 7ffec60b0000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ffed9290000 ab2bdb14 Jan 01 04:07:48 2061 C:\Windows\SYSTEM32\CRYPTSP.dll 7ffed8b40000 0ca66aee Sep 22 09:35:42 1976 C:\Windows\system32\rsaenh.dll 7ffed92b0000 889c9ae0 Aug 18 08:50:40 2042 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ffed9fd0000 d2c5908f Jan 20 19:29:19 2082 C:\Windows\System32\bcryptPrimitives.dll 7ffec6eb0000 66f0adf9 Sep 22 23:53:29 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ffec6d70000 66f0ae02 Sep 22 23:53:38 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 0000016f7ddb0000 ProcessParameters: 0000016f7ddbd530 CurrentDirectory: 'C:\cirrus\build\testrun\regress\regress\tmp_check\data\' 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="backend" 5192' DllPath: '< Name not readable >' Environment: 0000016f7ddb11f0 =C:=C:\cirrus\build\testrun\regress\regress\tmp_check\data ALLUSERSPROFILE=C:\ProgramData APPDATA=C:\Windows\system32\config\systemprofile\AppData\Roaming CHOCOLATEYINSTALL=C:\ProgramData\chocolatey 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 DEFAULT_PERL_VERSION=5.26.3.1 DEVENVDIR=C:\BuildTools\Common7\IDE\ 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 GOOGETROOT=C:\ProgramData\GooGet IMAGE_IDENTITY=pg-ci-windows-ci-2024-09-22t00-31-12 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 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 MSYSTEM=UCRT64 NUMBER_OF_PROCESSORS=4 OS=Windows_NT PATH=C:\cirrus\build\tmp_install\usr\local\pgsql\bin;C:\cirrus\build\src/test\regress;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.26.3.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 PGAPPNAME=pg_regress PGDATESTYLE=Postgres, MDY PGHOST=c:/cirrus/ PGOPTIONS= -c intervalstyle=postgres_verbose PGPORT=40048 PGSYSCONFDIR=/usr/local/pgsql/etc PGTZ=America/Los_Angeles PG_ABS_BUILDDIR=C:/cirrus/build/testrun/regress/regress PG_ABS_SRCDIR=C:/cirrus/src/test/regress PG_DLSUFFIX=.dll PG_LIBDIR=C:/cirrus/build/src/test/regress PG_RESTRICT_EXEC=1 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 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 SYSTEMDRIVE=C: SYSTEMROOT=C:\Windows TEMP=C:\Windows\TEMP TMP=C:\Windows\TEMP 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.40 VSINSTALLDIR=C:\BuildTools\ WINDIR=C:\Windows TAR=c:/windows/system32/tar.exe CIRRUS_CHANGE_MESSAGE=[CF 49/4617] v5 - Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING This commit was automatically generated by a robot at cfbot.cputube.org. It is based on patches submitted to the PostgreSQL mailing lists and registered in the PostgreSQL Commitfest application. This branch will be overwritten each time a new patch version is posted to the email thread, and also periodically to check for bitrot caused by changes on the master branch. Commitfest entry: https://commitfest.postgresql.org/49/4617 Patch(es): https://www.postgresql.org/message-id/CACJufxHP63+S=rUTrWvemc2gYcyO7=vzK_cnVhv307BxuOHGBA@mail.gmail.com Author(s): Marko Tiikkaja TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_WORKING_DIR=c:/cirrus GCP_PROJECT=pg-ci-images CIRRUS_BUILD_SOURCE=github CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja CCACHE_MAXSIZE=250M CIRRUS_CPU=4 CIRRUS_USER_COLLABORATOR=true PGCTLTIMEOUT=120 BRANCH=cf/4617 CIRRUS_RESOLUTION_STRATEGY=SAME_SHA REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main CIRRUS_REPO_NAME=postgresql CIRRUS_CHANGE_TITLE=[CF 49/4617] v5 - Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING IMAGE_PROJECT=pg-ci-images GITHUB_CHECK_SUITE_ID=28701723462 CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CIRRUS_CHANGE_IN_REPO=d508f8e74097799deefa2164681bc87cd27c5e3c TEST_JOBS=8 DISK_SIZE=50 CIRRUS_OS=windows PG_TEST_USE_UNIX_SOCKETS=1 CIRRUS_TASK_ID=6106376387166208 PROVE_FLAGS=--timer CIRRUS_LOG_TIMESTAMP=true TERM=xterm-256color CIRRUS_CLONE_DEPTH=500 CIRRUS_BRANCH=cf/4617 CIRRUS_REPO_CLONE_HOST=github.com PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance CHECKFLAGS=-Otarget CI_NODE_TOTAL=8 PG_REGRESS_SOCK_DIR=c:/cirrus/ CIRRUS_USER_PERMISSION=admin CIRRUS_REPO_ID=5309429912436736 CIRRUS_COMMIT_MESSAGE=[CF 49/4617] v5 - Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING This commit was automatically generated by a robot at cfbot.cputube.org. It is based on patches submitted to the PostgreSQL mailing lists and registered in the PostgreSQL Commitfest application. This branch will be overwritten each time a new patch version is posted to the email thread, and also periodically to check for bitrot caused by changes on the master branch. Commitfest entry: https://commitfest.postgresql.org/49/4617 Patch(es): https://www.postgresql.org/message-id/CACJufxHP63+S=rUTrWvemc2gYcyO7=vzK_cnVhv307BxuOHGBA@mail.gmail.com Author(s): Marko Tiikkaja CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 PLATFORM=x64 CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git CPUS=4 CIRRUS_BUILD_ID=4796721471946752 CI_NODE_INDEX=5 CIRRUS_DEFAULT_BRANCH=master CIRRUS_WINDOWS_ERROR_MODE=0x8001 CHECK=check-world PROVE_FLAGS=--timer CONTINUOUS_INTEGRATION=true CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6106376387166208-c1ea26f3-1f0d-4cb9-9936-1ff5237dee75 CI=true LANG=en_US.UTF-8 CIRRUS_CHANGE_TIMESTAMP=1727048963000 IMAGE_FAMILY=pg-ci-windows-ci MTEST_ARGS=--print-errorlogs --no-rebuild -C build CIRRUS_REPO_CLONE_TOKEN=ghs_a8H8AbpIBmodg6313vozaLpHYj21Gb4cZY8o CIRRUS_CI=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjYxMDYzNzYzODcxNjYyMDgiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzQ2MTciLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTcyNzA0OTExNCwiYnVpbGRfaWQiOiI0Nzk2NzIxNDcxOTQ2NzUyIiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTcyNzA1MzMxNCwiaWF0IjoxNzI3MDQ5MTE0LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiIxMTZkMGUzOC0wNmI1LTQ5NTktYjhhYy1lYmU0OTBlMjIyN2MiLCJjaGFuZ2VfaW5fcmVwbyI6ImQ1MDhmOGU3NDA5Nzc5OWRlZWZhMjE2NDY4MWJjODdjZDI3YzVlM2MifQ.mtnee0K4FXGULpRPAf7kIjtkWFCAFIvAOHGzY9lSRoCU0A36Gwtqfd5UgcagIWOq32kC_BEHfs0YDTxJ4bD69WTdQvB1EZ5zouHpE6MlCbpQDVmuZgzVT9oY22kmJDEboHTOtoH-FKLnP9cDzcj34gF9CBFiRVrj5MVpUmcU1ABa0smvXNnP05UnKcvnhTyeXMUQnsGuPOzIvTNpyHmr8WwlFmUYpREiflcbQjfMzoLncfHmToIelVxo725BZQWVa6vVw3WTv3gntJtHe-M0ym7qPdIpWndu9aQg6p7SC7fEy1POXEsME87ibgYjG9SsKCZtJZWQYtRQuX3dH53mwQ CIRRUS_ARCH=amd64 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.26.3.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; PG_REGRESS=C:\cirrus\build\src/test\regress\pg_regress.exe REGRESS_SHLIB=C:\cirrus\build\src/test\regress\regress.dll INITDB_TEMPLATE=C:/cirrus/build/tmp_install/initdb-template MESON_TEST_ITERATION=1 MALLOC_PERTURB_=63 ASAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1 UBSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 MSAN_OPTIONS=halt_on_error=1:abort_on_error=1:print_summary=1:print_stacktrace=1 TESTDATADIR=C:\cirrus\build/testrun/regress/regress\data TESTLOGDIR=C:\cirrus\build/testrun/regress/regress\log Closing open log file c:/cirrus/crashlog-postgres.exe_0cf0_2024-09-22_23-54-37-371.txt