Opened log file 'c:/cirrus/crashlog-postgres.exe_1268_2024-09-27_00-42-05-291.txt' . 0 Id: 450.b88 Suspend: 1 Teb: 000000b9`032c1000 Unfrozen Child-SP RetAddr Call Site 000000b9`037fef30 00007ff7`3e071488 ucrtbased!abort(void)+0x5a [minkernel\crts\ucrt\src\appcrt\startup\abort.cpp @ 77] 000000b9`037fef70 00007ff7`3db70802 postgres!ExceptionalCondition( char * conditionName = 0x00007ff7`3e4baeb0 "!TTS_EMPTY(slot)", char * fileName = 0x00007ff7`3e4bae88 "../src/backend/executor/execTuples.c", int lineNumber = 0n1737)+0x78 [c:\cirrus\src\backend\utils\error\assert.c @ 67] 000000b9`037fefb0 00007ff7`3db11b28 postgres!ExecFetchSlotHeapTuple( struct TupleTableSlot * slot = 0x000000b9`037ff3a8, bool materialize = true, bool * shouldFree = 0x000000b9`037ff020)+0x62 [c:\cirrus\src\backend\executor\execTuples.c @ 1737] 000000b9`037fefe0 00007ff7`3dbb01b6 postgres!ExecIRDeleteTriggers( struct EState * estate = 0x000001c2`815b1280, struct ResultRelInfo * relinfo = 0x000001c2`815b1830, struct TupleTableSlot * slot = 0x000000b9`037ff3a8)+0x118 [c:\cirrus\src\backend\commands\trigger.c @ 2842] 000000b9`037ff0b0 00007ff7`3dbaf47d postgres!ExecMergeMatched( struct ModifyTableContext * context = 0x000000b9`037ff3c0, struct ResultRelInfo * resultRelInfo = 0x000001c2`815b1830, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x000000b9`037ff3a8, bool canSetTag = true, bool * matched = 0x000000b9`037ff260)+0x736 [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 3082] 000000b9`037ff230 00007ff7`3dbb568b postgres!ExecMerge( struct ModifyTableContext * context = 0x000000b9`037ff3c0, struct ResultRelInfo * resultRelInfo = 0x000001c2`815b1830, struct ItemPointerData * tupleid = 0x00000000`00000000, struct HeapTupleData * oldtuple = 0x000000b9`037ff3a8, bool canSetTag = true)+0x9d [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 2823] 000000b9`037ff290 00007ff7`3db6a85b postgres!ExecModifyTable( struct PlanState * pstate = 0x000001c2`815b1620)+0xc2b [c:\cirrus\src\backend\executor\nodeModifyTable.c @ 4197] 000000b9`037ff430 00007ff7`3db6060c postgres!ExecProcNodeFirst( struct PlanState * node = 0x000001c2`815b1620)+0x4b [c:\cirrus\src\backend\executor\execProcnode.c @ 470] 000000b9`037ff460 00007ff7`3db61730 postgres!ExecProcNode( struct PlanState * node = 0x000001c2`815b1620)+0x2c [c:\cirrus\src\include\executor\executor.h @ 279] 000000b9`037ff490 00007ff7`3db5c9b7 postgres!ExecutePlan( struct EState * estate = 0x000001c2`815b1280, struct PlanState * planstate = 0x000001c2`815b1620, bool use_parallel_mode = false, CmdType operation = CMD_MERGE (0n5), bool sendTuples = true, unsigned int64 numberTuples = 0, ScanDirection direction = ForwardScanDirection (0n1), struct _DestReceiver * dest = 0x000001c2`8171f8a0, bool execute_once = true)+0x90 [c:\cirrus\src\backend\executor\execMain.c @ 1659] 000000b9`037ff4d0 00007ff7`3db5c6cb postgres!standard_ExecutorRun( struct QueryDesc * queryDesc = 0x000001c2`8172c6c8, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x2d7 [c:\cirrus\src\backend\executor\execMain.c @ 379] 000000b9`037ff570 00007ff7`3de42961 postgres!ExecutorRun( struct QueryDesc * queryDesc = 0x000001c2`8172c6c8, ScanDirection direction = ForwardScanDirection (0n1), unsigned int64 count = 0, bool execute_once = true)+0x8b [c:\cirrus\src\backend\executor\execMain.c @ 306] 000000b9`037ff5a0 00007ff7`3de435aa postgres!ProcessQuery( struct PlannedStmt * plan = 0x000001c2`81793f70, char * sourceText = 0x000001c2`813a6830 "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 = 0x000001c2`8171f8a0, struct QueryCompletion * qc = 0x000000b9`037ff6c0)+0x81 [c:\cirrus\src\backend\tcop\pquery.c @ 165] 000000b9`037ff600 00007ff7`3de42b76 postgres!PortalRunMulti( struct PortalData * portal = 0x000001c2`80b09670, bool isTopLevel = true, bool setHoldSnapshot = true, struct _DestReceiver * dest = 0x000001c2`8171f8a0, struct _DestReceiver * altdest = 0x00007ff7`3e1f0d20, struct QueryCompletion * qc = 0x000000b9`037ff6c0)+0x1fa [c:\cirrus\src\backend\tcop\pquery.c @ 1283] 000000b9`037ff680 00007ff7`3de42120 postgres!FillPortalStore( struct PortalData * portal = 0x000001c2`80b09670, bool isTopLevel = true)+0xc6 [c:\cirrus\src\backend\tcop\pquery.c @ 1028] 000000b9`037ff6f0 00007ff7`3de3e53f postgres!PortalRun( struct PortalData * portal = 0x000001c2`80b09670, long count = 0n2147483647, bool isTopLevel = true, bool run_once = true, struct _DestReceiver * dest = 0x000001c2`817940d0, struct _DestReceiver * altdest = 0x000001c2`817940d0, struct QueryCompletion * qc = 0x000000b9`037ff998)+0x290 [c:\cirrus\src\backend\tcop\pquery.c @ 768] 000000b9`037ff8a0 00007ff7`3de3bd79 postgres!exec_simple_query( char * query_string = 0x000001c2`813a6830 "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] 000000b9`037ff9e0 00007ff7`3de35cad postgres!PostgresMain( char * dbname = 0x000001c2`80a737b8 "regression", char * username = 0x000001c2`80ac79a0 "SYSTEM")+0x8e9 [c:\cirrus\src\backend\tcop\postgres.c @ 4797] 000000b9`037ffbf0 00007ff7`3dd39ab7 postgres!BackendMain( char * startup_data = 0x000001c2`80a737a0 "", unsigned int64 startup_data_len = 4)+0x11d [c:\cirrus\src\backend\tcop\backend_startup.c @ 108] 000000b9`037ffc30 00007ff7`3dbf9f74 postgres!SubPostmasterMain( int argc = 0n3, char ** argv = 0x000001c2`80a52cf0)+0x2a7 [c:\cirrus\src\backend\postmaster\launch_backend.c @ 677] 000000b9`037ffca0 00007ff7`3e1e5929 postgres!main( int argc = 0n3, char ** argv = 0x000001c2`80a52cf0)+0x2f4 [c:\cirrus\src\backend\main\main.c @ 189] 000000b9`037ffce0 00007ff7`3e1e587e postgres!invoke_main(void)+0x39 [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 79] 000000b9`037ffd30 00007ff7`3e1e573e postgres!__scrt_common_main_seh(void)+0x12e [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 288] 000000b9`037ffda0 00007ff7`3e1e599e postgres!__scrt_common_main(void)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_common.inl @ 331] 000000b9`037ffdd0 00007ff9`07424cb0 postgres!mainCRTStartup( void * __formal = 0x000000b9`032c0000)+0xe [D:\a\_work\1\s\src\vctools\crt\vcstartup\src\startup\exe_main.cpp @ 17] 000000b9`037ffe00 00007ff9`07c3ecdb KERNEL32!BaseThreadInitThunk+0x10 000000b9`037ffe30 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 1 Id: 450.dc0 Suspend: 1 Teb: 000000b9`032c3000 Unfrozen Child-SP RetAddr Call Site 000000b9`03bff4d8 00007ff9`07bcb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`03bff4e0 00007ff9`07424cb0 ntdll!TppWorkerThread+0x2df 000000b9`03bff7d0 00007ff9`07c3ecdb KERNEL32!BaseThreadInitThunk+0x10 000000b9`03bff800 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 2 Id: 450.f30 Suspend: 1 Teb: 000000b9`032c5000 Unfrozen Child-SP RetAddr Call Site 000000b9`03fffac8 00007ff9`054645ca ntdll!NtFsControlFile+0x14 000000b9`03fffad0 00007ff7`3dd2df2b KERNELBASE!ConnectNamedPipe+0x6a 000000b9`03fffb40 00007ff9`07424cb0 postgres!pg_signal_thread( void * param = 0x00000000`00000000)+0xcb [c:\cirrus\src\backend\port\win32\signal.c @ 306] 000000b9`03fffc40 00007ff9`07c3ecdb KERNEL32!BaseThreadInitThunk+0x10 000000b9`03fffc70 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 3 Id: 450.1538 Suspend: 1 Teb: 000000b9`032c7000 Unfrozen Child-SP RetAddr Call Site 000000b9`043ff698 00007ff9`07bcb77f ntdll!NtWaitForWorkViaWorkerFactory+0x14 000000b9`043ff6a0 00007ff9`07424cb0 ntdll!TppWorkerThread+0x2df 000000b9`043ff990 00007ff9`07c3ecdb KERNEL32!BaseThreadInitThunk+0x10 000000b9`043ff9c0 00000000`00000000 ntdll!RtlUserThreadStart+0x2b 4 Id: 450.564 Suspend: 1 Teb: 000000b9`032c9000 Unfrozen Child-SP RetAddr Call Site 000000b9`047ff728 00007ff9`0541d71e ntdll!NtWaitForSingleObject+0x14 000000b9`047ff730 00007ff7`3dd2f9cc KERNELBASE!WaitForSingleObjectEx+0x8e 000000b9`047ff7d0 00007ff9`07424cb0 postgres!pg_timer_thread( void * param = 0x00000000`00000000)+0x4c [c:\cirrus\src\backend\port\win32\timer.c @ 48] 000000b9`047ff810 00007ff9`07c3ecdb KERNEL32!BaseThreadInitThunk+0x10 000000b9`047ff840 00000000`00000000 ntdll!RtlUserThreadStart+0x2b PEB at 000000b9032c0000 InheritedAddressSpace: No ReadImageFileExecOptions: No BeingDebugged: Yes ImageBaseAddress: 00007ff73d890000 NtGlobalFlag: 0 NtGlobalFlag2: 0 Ldr 00007ff907d33140 Ldr.Initialized: Yes Ldr.InInitializationOrderModuleList: 000001c280a46f20 . 000001c280ab0a90 Ldr.InLoadOrderModuleList: 000001c280a4b180 . 000001c280ab0a70 Ldr.InMemoryOrderModuleList: 000001c280a4b190 . 000001c280ab0a80 Base TimeStamp Module 7ff73d890000 66f5ff17 Sep 27 00:40:55 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\bin\postgres.exe 7ff907bc0000 9be259ea Nov 15 16:57:14 2052 C:\Windows\SYSTEM32\ntdll.dll 7ff907410000 681d822d May 09 04:18:53 2025 C:\Windows\System32\KERNEL32.DLL 7ff9053e0000 0b989c63 Mar 01 17:54:43 1976 C:\Windows\System32\KERNELBASE.dll 7ff906710000 56e83747 Mar 15 16:24:39 2016 C:\Windows\System32\WS2_32.dll 7ff907930000 6882627c Jul 24 16:42:36 2025 C:\Windows\System32\RPCRT4.dll 7ff907a50000 dc811887 Mar 25 16:25:43 2087 C:\Windows\System32\WLDAP32.dll 7ff9052d0000 eb78ec60 Mar 10 04:43:12 2095 C:\Windows\System32\ucrtbase.dll 7ff9076d0000 8b666989 Feb 10 19:18:33 2044 C:\Windows\System32\ADVAPI32.dll 7ff9077b0000 68e1e0af Oct 05 03:06:23 2025 C:\Windows\System32\msvcrt.dll 7ff9074d0000 00dbe574 Jun 16 19:05:24 1970 C:\Windows\System32\sechost.dll 7ff905930000 3bdd8bbd Oct 29 17:02:53 2001 C:\Windows\System32\bcrypt.dll 7ff8f0e00000 6514993f Sep 27 21:06:07 2023 C:\Windows\SYSTEM32\libssl-1_1-x64.dll 7ff8f0ab0000 6514991d Sep 27 21:05:33 2023 C:\Windows\SYSTEM32\libcrypto-1_1-x64.dll 7ff906f00000 6051f4c5 Mar 17 12:23:33 2021 C:\Windows\System32\USER32.dll 7ff905ac0000 2979174f Jan 19 06:14:39 1992 C:\Windows\System32\win32u.dll 7ff907140000 784b1edd Dec 14 16:03:41 2033 C:\Windows\System32\GDI32.dll 7ff905810000 b4b91832 Jan 29 22:20:34 2066 C:\Windows\System32\gdi32full.dll 7ff9051b0000 e46c287d Jun 10 05:58:21 2091 C:\Windows\System32\msvcp_win.dll 7ff8f3db0000 c3642e5c Nov 17 05:36:28 2073 C:\Windows\SYSTEM32\Secur32.dll 7ff8f24a0000 653aa20c Oct 26 17:29:48 2023 C:\Windows\SYSTEM32\VCRUNTIME140D.dll 7ff8f0eb0000 b6102be9 Oct 17 03:52:09 2066 C:\Windows\SYSTEM32\ucrtbased.dll 7ff8f16d0000 653aa20c Oct 26 17:29:48 2023 C:\Windows\SYSTEM32\VCRUNTIME140.dll 7ff904af0000 8199e7b5 Nov 26 01:19:49 2038 C:\Windows\SYSTEM32\SSPICLI.DLL 7ff904640000 06d626ed Aug 20 12:32:45 1973 C:\Windows\system32\mswsock.dll 7ff8f1710000 7406c981 Sep 08 02:44:17 2031 C:\Windows\system32\wshunix.dll 7ff904890000 ab2bdb14 Jan 01 04:07:48 2061 C:\Windows\SYSTEM32\CRYPTSP.dll 7ff904140000 0ca66aee Sep 22 09:35:42 1976 C:\Windows\system32\rsaenh.dll 7ff9048b0000 889c9ae0 Aug 18 08:50:40 2042 C:\Windows\SYSTEM32\CRYPTBASE.dll 7ff905250000 d2c5908f Jan 20 19:29:19 2082 C:\Windows\System32\bcryptPrimitives.dll 7ff8f2360000 66f5ff21 Sep 27 00:41:05 2024 C:\cirrus\build\tmp_install\usr\local\pgsql\lib\plpgsql.dll SubSystemData: 0000000000000000 ProcessHeap: 000001c280a40000 ProcessParameters: 000001c280a4d350 CurrentDirectory: 'C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\t_002_pg_upgrade_old_node_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="backend" 4608' DllPath: '< Name not readable >' Environment: 000001c280a411f0 =C:=C:\cirrus\build\testrun\pg_upgrade\002_pg_upgrade\data\t_002_pg_upgrade_old_node_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/4617 CCACHE_MAXSIZE=250M CHECK=check-world PROVE_FLAGS=--timer CHECKFLAGS=-Otarget CHOCOLATEYINSTALL=C:\ProgramData\chocolatey CI=true CIRRUS_ARCH=amd64 CIRRUS_BRANCH=cf/4617 CIRRUS_BUILD_ID=6027096659591168 CIRRUS_BUILD_SOURCE=github CIRRUS_CHANGE_IN_REPO=292ea4d6355dfc91e64a2c54f2f9e03c75b57c46 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 CIRRUS_CHANGE_TIMESTAMP=1727397442000 CIRRUS_CHANGE_TITLE=[CF 49/4617] v5 - Allow INSTEAD OF DELETE triggers to modify the tuple for RETURNING CIRRUS_CI=true CIRRUS_CLONE_DEPTH=500 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 CIRRUS_CPU=4 CIRRUS_DEFAULT_BRANCH=master CIRRUS_ENV=C:\Windows\SystemTemp\cirrus-env-task-5368103922565120-34d8fbc6-7540-4066-8719-ce7b3c284230 CIRRUS_HTTP_CACHE_HOST=127.0.0.1:12321 CIRRUS_LOG_TIMESTAMP=true CIRRUS_OIDC_TOKEN=eyJraWQiOiJBdjFqQVlqUE54a3g0YUpfVHloeVU0c3p6VXBQMVlXdE0yTEJIckF0ZWgwIiwidHlwIjoiSldUIiwiYWxnIjoiUlMyNTYifQ.eyJvd25lciI6InBvc3RncmVzcWwtY2Zib3QiLCJ0YXNrX25hbWUiOiJXaW5kb3dzIC0gU2VydmVyIDIwMTksIFZTIDIwMTkgLSBNZXNvbiAmIG5pbmphIiwic3ViIjoicmVwbzpnaXRodWI6cG9zdGdyZXNxbC1jZmJvdC9wb3N0Z3Jlc3FsIiwib3duZXJfaWQiOiIzMTE3MzEwNyIsInJlcG9zaXRvcnlfdmlzaWJpbGl0eSI6InB1YmxpYyIsImlzcyI6Imh0dHBzOi8vb2lkYy5jaXJydXMtY2kuY29tIiwidGFza19pZCI6IjUzNjgxMDM5MjI1NjUxMjAiLCJyZXBvc2l0b3J5IjoicG9zdGdyZXNxbCIsImJyYW5jaCI6ImNmLzQ2MTciLCJwbGF0Zm9ybSI6ImdpdGh1YiIsImF1ZCI6Imh0dHBzOi8vY2lycnVzLWNpLmNvbS9naXRodWIvcG9zdGdyZXNxbC1jZmJvdCIsIm5iZiI6MTcyNzM5NzU2NSwiYnVpbGRfaWQiOiI2MDI3MDk2NjU5NTkxMTY4IiwidXNlcl9wZXJtaXNzaW9uIjoiYWRtaW4iLCJyZXBvc2l0b3J5X2lkIjoiNTMwOTQyOTkxMjQzNjczNiIsImV4cCI6MTcyNzQwMTc2NSwiaWF0IjoxNzI3Mzk3NTY1LCJ1c2VyX2NvbGxhYm9yYXRvciI6InRydWUiLCJqdGkiOiJhMGIyM2U4Yi1kODc2LTQ0MTEtYjRiOS1mNzMxOWY2YTJkOWYiLCJjaGFuZ2VfaW5fcmVwbyI6IjI5MmVhNGQ2MzU1ZGZjOTFlNjRhMmM1NGYyZjllMDNjNzViNTdjNDYifQ.v51f7ek7TulhuWxGX57AxBn6iquP7pWiDvK9nYeD6bfv-c6R27VX-bybM0emr7XkDTfQrS-XU9ZpmFFDvT5kon5CbJ3_zUFJ4bHqNMFpwq55W2DH3ihW3snDL2N2MbEqlu2AaW0pX11lyDOfQUt7vkn5Kkd22N3d0ooaE97p5KL-0SqNkWXSHwjctcGG_pxGOn4S94Pkw6pobSMsMCkmAw3RP8n8RUgRZsfcTp9Q5gxnuupbMkZDyV-w_CRQAxCl_g2svX0UCIedaYrepPA0IlA9uqD3f9N5pr0H1heQB44Of26J1ZyCbYAqxBmIwedxAZZ9WFJMbWMim50qbPAQoA CIRRUS_OS=windows CIRRUS_REPO_CLONE_HOST=github.com CIRRUS_REPO_CLONE_TOKEN=ghs_X9VP19KAB61RkJ4uYGXVFTwG7pPYR73lRrVL 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=5368103922565120 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=5 CI_NODE_TOTAL=8 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.26.3.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=28909943919 GOOGETROOT=C:\ProgramData\GooGet IMAGE_FAMILY=pg-ci-windows-ci IMAGE_IDENTITY=pg-ci-windows-ci-2024-09-26t00-31-26 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=C LC_CTYPE=C 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_=119 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_upgrade;C:/cirrus/build/src/bin/pg_upgrade/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.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 PGCTLTIMEOUT=120 PGDATA=C:/cirrus/build/testrun/pg_upgrade/002_pg_upgrade/data/t_002_pg_upgrade_old_node_data/pgdata PGDATABASE=postgres PGHOST=C:/Windows/TEMP/Im02fhLSwd PGPORT=32003 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 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 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_upgrade/002_pg_upgrade\data TESTLOGDIR=C:\cirrus\build/testrun/pg_upgrade/002_pg_upgrade\log TEST_ACTIVE=1 TEST_JOBS=8 TMP=C:\Windows\TEMP 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.40 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\ WITH_ICU=no __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; Closing open log file c:/cirrus/crashlog-postgres.exe_1268_2024-09-27_00-42-05-291.txt