Opened log file 'c:/cirrus/crashlog-postgres.exe_0f28_2024-04-23_16-23-38-916.txt' . 0 Id: 9d8.1580 Suspend: 1 Teb: 000000ca`8fc57000 Unfrozen Child-SP RetAddr Call Site 000000ca`901febc0 00007ff6`f64d9c28 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 77] 000000ca`901fec00 00007ff6`f5fe0202 postgres!ExceptionalCondition( char * conditionName = 0x00007ff6`f68f0130 "!TTS_EMPTY(slot)", char * fileName = 0x00007ff6`f68f0108 "../src/backend/executor/execTuples.c", int lineNumber = 0n1737)+0x78 [c:\cirrus\src\backend\utils\error\assert.c @ 67] 000000ca`901fec40 00007ff6`f5f839d8 postgres!ExecFetchSlotHeapTuple( struct TupleTableSlot * slot = 0x000000ca`901ff028, bool materialize = true, bool * shouldFree = 0x000000ca`901fecb0)+0x62 [c:\cirrus\src\backend\executor\execTuples.c @ 1737] 000000ca`901fec70 00007ff6`f601f77a postgres!ExecIRDeleteTriggers( struct EState * estate = 0x000002ac`dd44f070, struct ResultRelInfo * relinfo = 0x000002ac`dd44f620, struct TupleTableSlot * slot = 0x000000ca`901ff028)+0x118 [c:\cirrus\src\backend\commands\trigger.c @ 2841] 000000ca`901fed40 00007ff6`f601eaed postgres!ExecMergeMatched( struct ModifyTableContext * context = 0x000000ca`901ff040, struct ResultRelInfo * resultRelInfo = 0x000002ac`dd44f620, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x000000ca`901ff028, bool canSetTag = true, bool * matched = 0x000000ca`901feee0)+0x68a [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 3027] 000000ca`901feeb0 00007ff6`f6024a78 postgres!ExecMerge( struct ModifyTableContext * context = 0x000000ca`901ff040, struct ResultRelInfo * resultRelInfo = 0x000002ac`dd44f620, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x000000ca`901ff028, bool canSetTag = true)+0x9d [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 2791] 000000ca`901fef10 00007ff6`f5fda56b postgres!ExecModifyTable( struct PlanState * pstate = 0x000002ac`dd44f410)+0xba8 [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 4112] 000000ca`901ff0b0 00007ff6`f5fd003c postgres!ExecProcNodeFirst( struct PlanState * node = 0x000002ac`dd44f410)+0x4b [c:\cirrus\src\backend\executor\execProcnode.c @ 465] 000000ca`901ff0e0 00007ff6`f5fd1130 postgres!ExecProcNode( struct PlanState * node = 0x000002ac`dd44f410)+0x2c [c:\cirrus\src\include\executor\executor.h @ 275] 000000ca`901ff110 00007ff6`f5fcc7b7 postgres!ExecutePlan( struct EState * estate = 0x000002ac`dd44f070, struct PlanState * planstate = 0x000002ac`dd44f410, bool use_parallel_mode = false, CmdType operation = CMD_MERGE (0n5), bool sendTuples = true, unsigned int64 numberTuples = 0, ScanDirection direction = ForwardScanDirection (0n1), struct _DestReceiver * dest = 0x000002ac`dd5b1240, bool execute_once = true)+0x90 [c:\cirrus\src\backend\executor\execMain.c @ 1646] 000000ca`901ff150 00007ff6`f5fcc4c6 postgres!standard_ExecutorRun( struct QueryDesc * queryDesc = 0x000002ac`dd5b6808, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x2d7 [c:\cirrus\src\backend\executor\execMain.c @ 378] 000000ca`901ff1f0 00007ff6`f62b13d1 postgres!ExecutorRun( struct QueryDesc * queryDesc = 0x000002ac`dd5b6808, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x56 [c:\cirrus\src\backend\executor\execMain.c @ 305] 000000ca`901ff220 00007ff6`f62b201a postgres!ProcessQuery( struct PlannedStmt * plan = 0x000002ac`dd1d77f8, char * sourceText = 0x000002ac`dd0fe660 "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 = 0x000002ac`dd5b1240, struct QueryCompletion * qc = 0x000000ca`901ff340)+0x81 [c:\cirrus\src\backend\tcop\pquery.c @ 165] 000000ca`901ff280 00007ff6`f62b15e6 postgres!PortalRunMulti( struct PortalData * portal = 0x000002ac`dc7865f0, bool isTopLevel = true, bool setHoldSnapshot = true, struct _DestReceiver * dest = 0x000002ac`dd5b1240, struct _DestReceiver * altdest = 0x00007ff6`f6656d20, struct QueryCompletion * qc = 0x000000ca`901ff340)+0x1fa [c:\cirrus\src\backend\tcop\pquery.c @ 1282] 000000ca`901ff300 00007ff6`f62b0b90 postgres!FillPortalStore( struct PortalData * portal = 0x000002ac`dc7865f0, bool isTopLevel = true)+0xc6 [c:\cirrus\src\backend\tcop\pquery.c @ 1028] 000000ca`901ff370 00007ff6`f62ad16f postgres!PortalRun( struct PortalData * portal = 0x000002ac`dc7865f0, long count = 0n2147483647, bool isTopLevel = true, bool run_once = true, struct _DestReceiver * dest = 0x000002ac`dd1d7958, struct _DestReceiver * altdest = 0x000002ac`dd1d7958, struct QueryCompletion * qc = 0x000000ca`901ff618)+0x290 [c:\cirrus\src\backend\tcop\pquery.c @ 768] 000000ca`901ff520 00007ff6`f62aabbd postgres!exec_simple_query( char * query_string = 0x000002ac`dd0fe660 "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 @ 1282] 000000ca`901ff660 00007ff6`f62a501d postgres!PostgresMain( char * dbname = 0x000002ac`dc6f3ba8 "regression", char * username = 0x000002ac`dc7398d0 "SYSTEM")+0x81d [c:\cirrus\src\backend\tcop\postgres.c @ 4684] 000000ca`901ff870 00007ff6`f61ab0f7 postgres!BackendMain( char * startup_data = 0x000002ac`dc6f3b90 "", unsigned int64 startup_data_len = 4)+0x11d [c:\cirrus\src\backend\tcop\backend_startup.c @ 106] 000000ca`901ff8b0 00007ff6`f6069384 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x000002ac`dc6d3cf0)+0x2a7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 668] 000000ca`901ff920 00007ff6`f664aad9 postgres!main( int argc = 0n3, char ** argv = 0x000002ac`dc6d3cf0)+0x2f4 [c:\cirrus\src\backend\main\main.c @ 189] 000000ca`901ff960 00007ff6`f664aa2e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 000000ca`901ff9b0 00007ff6`f664a8ee postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 000000ca`901ffa20 00007ff6`f664ab4e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 000000ca`901ffa50 00007ff8`81a94de0 postgres!mainCRTStartup( void * __formal = 0x000000ca`8fc56000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 000000ca`901ffa80 00007ff8`82f9ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ca`901ffab0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 9d8.1874 Suspend: 1 Teb: 000000ca`8fc59000 Unfrozen Child-SP RetAddr Call Site 000000ca`905ffa98 00007ff8`82f2b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ca`905ffaa0 00007ff8`81a94de0 ntdll!TppWorkerThread+0x2df 000000ca`905ffd90 00007ff8`82f9ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ca`905ffdc0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 9d8.1ba4 Suspend: 1 Teb: 000000ca`8fc5b000 Unfrozen Child-SP RetAddr Call Site 000000ca`909ff8d8 00007ff8`80a4411a ntdll!NtFsControlFile+0x14 000000ca`909ff8e0 00007ff6`f619f97b KERNELBASE!ConnectNamedPipe+0x6a 000000ca`909ff950 00007ff8`81a94de0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 000000ca`909ffa50 00007ff8`82f9ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ca`909ffa80 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 9d8.14e4 Suspend: 1 Teb: 000000ca`8fc5d000 Unfrozen Child-SP RetAddr Call Site 000000ca`90dffdf8 00007ff8`809fd77e ntdll!NtWaitForSingleObject+0x14 000000ca`90dffe00 00007ff6`f61a141c KERNELBASE!WaitForSingleObjectEx+0x8e 000000ca`90dffea0 00007ff8`81a94de0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 000000ca`90dffee0 00007ff8`82f9ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ca`90dfff10 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 9d8.1a84 Suspend: 1 Teb: 000000ca`8fc5f000 Unfrozen Child-SP RetAddr Call Site 000000ca`911ff488 00007ff8`82f2b77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000ca`911ff490 00007ff8`81a94de0 ntdll!TppWorkerThread+0x2df 000000ca`911ff780 00007ff8`82f9ec4b KERNEL32!BaseThreadInitThunk+0x10 000000ca`911ff7b0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000ca8fc56000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff6f5d00000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff883094100 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 000002acdc6c6920 . 000002acdc732e50 Ldr.InLoadOrderModuleList: 000002acdc6c6aa0 . 000002acdc732e30 Ldr.InMemoryOrderModuleList: 000002acdc6c6ab0 . 000002acdc732e40 Base TimeStamp Module 7ff6f5d00000 6627e040 Apr 23 16:22:24 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff882f20000 4e78cc15 Sep 20 17:23:33 2011 C:\Windows\SYSTEM32\ntdll.dll 7ff881a80000 5f760161 Oct 01 16:18:41 2020 C:\Windows\System32\KERNEL32.DLL 7ff8809c0000 5ed2a32e May 30 18:17:18 2020 C:\Windows\System32\KERNELBASE.dll 7ff881a00000 56e83747 Mar 15 16:24:39 2016 C:\Windows\System32\WS2_32.dll 7ff881870000 3e4a953b Feb 12 18:40:59 2003 C:\Windows\System32\RPCRT4.dll 7ff881990000 eab4ec1c Oct 12 12:37:48 2094 C:\Windows\System32\WLDAP32.dll 7ff880630000 dacb234c Apr 27 11:38:52 2086 C:\Windows\System32\ucrtbase.dll 7ff881b40000 99ad5056 Sep 14 02:45:42 2051 C:\Windows\System32\ADVAPI32.dll 7ff882460000 68e1e0af Oct 05 03:06:23 2025 C:\Windows\System32\msvcrt.dll 7ff881e40000 d216d41b Sep 10 06:30:51 2081 C:\Windows\System32\sechost.dll 7ff86cfe0000 64ca6417 Aug 02 14:11:35 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff86b3f0000 64ca6400 Aug 02 14:11:12 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff881bf0000 7adc0d2f Apr 26 23:07:27 2035 C:\Windows\System32\USER32.dll 7ff880740000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ff882710000 e278ba10 May 27 10:06:08 2090 C:\Windows\System32\GDI32.dll 7ff880d30000 a1c555e2 Jan 02 18:45:54 2056 C:\Windows\System32\gdi32full.dll 7ff880920000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff8732f0000 b9c87257 Oct 08 11:30:31 2068 C:\Windows\SYSTEM32\Secur32.dll 7ff87d1b0000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff86b740000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ff87c280000 61b17c25 Dec 09 03:46:45 2021 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff87fe90000 54815dbf Dec 05 07:24:47 2014 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff87f9b0000 06d626ed Aug 20 12:32:45 1973 C:\Windows\system32\mswsock.dll 7ff8786f0000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff87fc10000 b497ecf4 Jan 04 18:31:16 2066 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff87f510000 0ca66aee Sep 22 09:35:42 1976 C:\Windows\system32\rsaenh.dll 7ff87fc00000 889c9ae0 Aug 18 08:50:40 2042 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff880770000 4be8491d May 10 17:57:49 2010 C:\Windows\System32\bcryptPrimitives.dll 7ff878380000 6627e041 Apr 23 16:22:25 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\utf8_and_win.dll 7ff870490000 6627e04b Apr 23 16:22:35 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 000002acdc6c0000 ProcessParameters: 000002acdc6cd360 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" 5096' DllPath: '< Name not readable >' Environment: 000002acdc6c11f0 =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-vs-2019-2023-08-22t00-33-26 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 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=PST8PDT 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.29 VSINSTALLDIR=C:\BuildTools\ WINDIR=C:\Windows TEST_JOBS=8 CIRRUS_ARCH=amd64 CIRRUS_REPO_ID=5309429912436736 PROVE_FLAGS=--timer CIRRUS_CI=true GCP_PROJECT=pg-ci-images PG_TEST_EXTRA=kerberos ldap ssl libpq_encryption load_balance CIRRUS_BRANCH=commitfest/48/4617 CIRRUS_USER_PERMISSION=admin PGCTLTIMEOUT=120 CIRRUS_REPO_CLONE_TOKEN=ghs_QlpqAKlmSYAdA31UBNuEaFuehu2fDD13lxYx CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-6363312751902720-99ca5cde-0c64-4e94-9c01-40c0434b0b30 IMAGE_PROJECT=pg-ci-images CHECK=check-world PROVE_FLAGS=--timer CONTINUOUS_INTEGRATION=true CIRRUS_REPO_FULL_NAME=postgresql-cfbot/postgresql CONTAINER_REPO=us-docker.pkg.dev/pg-ci-images/ci DISK_SIZE=50 CI=true CIRRUS_WORKING_DIR=c:/cirrus CIRRUS_CHANGE_TITLE=[CF 48/4617] Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING CIRRUS_DEFAULT_BRANCH=master CCACHE_MAXSIZE=250M GITHUB_CHECK_SUITE_ID=23066174754 REPO_CI_CONFIG_GIT_URL=github.com/postgresql-cfbot/ci-config/gcp_and_macos_workers.yml@main TERM=xterm-256color IMAGE_FAMILY=pg-ci-windows-ci-vs-2019 CIRRUS_LOG_TIMESTAMP=true LANG=en_US.UTF-8 CIRRUS_COMMIT_MESSAGE=[CF 48/4617] 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/48/4617 Patch(es): https://www.postgresql.org/message-id/CACJufxHP63+S=rUTrWvemc2gYcyO7=vzK_cnVhv307BxuOHGBA@mail.gmail.com Author(s): Marko Tiikkaja CI_NODE_INDEX=5 CIRRUS_WINDOWS_ERROR_MODE=0x8001 MTEST_ARGS=--print-errorlogs --no-rebuild -C build CIRRUS_RESOLUTION_STRATEGY=SAME_SHA CIRRUS_CPU=4 CIRRUS_TASK_NAME=Windows - Server 2019, VS 2019 - Meson & ninja CIRRUS_CHANGE_IN_REPO=c89f18a658266a5080a1e99dc8e445043dae96ff PLATFORM=x64 CIRRUS_CHANGE_MESSAGE=[CF 48/4617] 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/48/4617 Patch(es): https://www.postgresql.org/message-id/CACJufxHP63+S=rUTrWvemc2gYcyO7=vzK_cnVhv307BxuOHGBA@mail.gmail.com Author(s): Marko Tiikkaja CIRRUS_REPO_CLONE_HOST=github.com CHECKFLAGS=-Otarget CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjYzNjMzMTI3NTE5MDI3MjAiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNvbW1pdGZlc3QvNDgvNDYxNyIsInBsYXRmb3JtIjoiZ2l0aHViIiwiYXVkIjoiaHR0cHM6Ly9jaXJydXMtY2kuY29tL2dpdGh1Yi9wb3N0Z3Jlc3FsLWNmYm90IiwibmJmIjoxNzEzODg5MjUxLCJidWlsZF9pZCI6IjQ5NzY5ODA3NDE4NDkwODgiLCJ1c2VyX3Blcm1pc3Npb24iOiJhZG1pbiIsInJlcG9zaXRvcnlfaWQiOiI1MzA5NDI5OTEyNDM2NzM2IiwiZXhwIjoxNzEzODkzNDUxLCJpYXQiOjE3MTM4ODkyNTEsInVzZXJfY29sbGFib3JhdG9yIjoidHJ1ZSIsImp0aSI6Ijk1MWI3ZGI2LTQwMGQtNGUxOC1iMmIyLTFhNDdiMzg3ZGM0ZSIsImNoYW5nZV9pbl9yZXBvIjoiYzg5ZjE4YTY1ODI2NmE1MDgwYTFlOTlkYzhlNDQ1MDQzZGFlOTZmZiJ9.uOibgEuiNNv4fw0QKPPdmSPG2RjEpQ5rbw4m2mXn_-KrCZ7MC5eqmpQ3FzohBck21jdv_R77XiYHvxKaFkp39eoNRmwV-9PioOBj2IXEQRnf4HRTgbDG7QY7jwjWLIrMBUAAOaHfPsTt5OpUZGjW9ePaw-1yow5ohZIF2IZhBAJDVTk8HPUdU4PYgps14isu-enBPQR_RKAcs1PfnfiXgW1L92jUCLkUnH3vvqG8BmdfBvPBQtSDTp73G5lgS0coTXc6mAqlUF_eZSyLkKnLHYaK9F8Bfyel10-H8m3UicB29FAV0ai1NOh5fjNeT4rjefd44NLyVRdC6xyo0YQTOQ CIRRUS_BUILD_ID=4976980741849088 CI_NODE_TOTAL=8 TAR=c:/windows/system32/tar.exe CIRRUS_USER_COLLABORATOR=true PG_TEST_USE_UNIX_SOCKETS=1 CIRRUS_REPO_OWNER=postgresql-cfbot CIRRUS_REPO_CLONE_URL=https://github.com/postgresql-cfbot/postgresql.git PG_REGRESS_SOCK_DIR=c:/cirrus/ BRANCH=commitfest/48/4617 CIRRUS_TASK_ID=6363312751902720 CPUS=4 CIRRUS_BUILD_SOURCE=github TEMP_CONFIG=c:/cirrus/src/tools/ci/pg_ci_base.conf CIRRUS_OS=windows CIRRUS_CHANGE_TIMESTAMP=1713889039000 CIRRUS_REPO_NAME=postgresql CIRRUS_CLONE_DEPTH=500 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 MALLOC_PERTURB_=251 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_0f28_2024-04-23_16-23-38-916.txt