2024-09-11T14:47:59.5700547Z ##[section]Starting: Build MoarVM (Windows) 2024-09-11T14:47:59.5709582Z ============================================================================== 2024-09-11T14:47:59.5710331Z Task : PowerShell 2024-09-11T14:47:59.5710467Z Description : Run a PowerShell script on Linux, macOS, or Windows 2024-09-11T14:47:59.5710988Z Version : 2.245.1 2024-09-11T14:47:59.5711116Z Author : Microsoft Corporation 2024-09-11T14:47:59.5711212Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/powershell 2024-09-11T14:47:59.5711374Z ============================================================================== 2024-09-11T14:48:00.9547979Z Generating script. 2024-09-11T14:48:01.0093452Z ========================== Starting Command Output =========================== 2024-09-11T14:48:01.0446008Z ##[command]"C:\Program Files\PowerShell\7\pwsh.exe" -NoLogo -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command ". 'D:\a\_temp\ad2f0680-1448-4eab-9839-d0ad61ca97f2.ps1'" 2024-09-11T14:48:01.4856285Z before pwsh dev vars 2024-09-11T14:48:01.4860709Z getting install path from vswhere -latest 2024-09-11T14:48:02.1160795Z getting devshell dll location 2024-09-11T14:55:21.5978085Z import module devShell 2024-09-11T14:55:21.6138290Z calling Enter-VsDevShell 2024-09-11T14:55:22.3732783Z ********************************************************************** 2024-09-11T14:55:22.3734157Z ** Visual Studio 2022 Developer PowerShell v17.10.5 2024-09-11T14:55:22.3736572Z ** Copyright (c) 2022 Microsoft Corporation 2024-09-11T14:55:22.3739055Z ********************************************************************** 2024-09-11T14:55:26.6084183Z echo "getting devshell dll location" 2024-09-11T14:55:26.6088854Z echo "import module devShell" 2024-09-11T14:55:26.6090357Z Import-Module $devShell 2024-09-11T14:55:26.6091685Z echo "calling Enter-VsDevShell" 2024-09-11T14:55:26.6097384Z echo "done" 2024-09-11T14:55:26.6098484Z 2024-09-11T14:55:26.6602029Z done 2024-09-11T14:55:26.6605117Z before trying to run configure 2024-09-11T14:55:33.7621574Z [New Thread 2432.0x1920] 2024-09-11T14:55:33.7622417Z [New Thread 2432.0x15e4] 2024-09-11T14:55:35.3680809Z Welcome to MoarVM! 2024-09-11T14:55:35.3681484Z 2024-09-11T14:55:55.4199550Z Updating submodules .................................... OK 2024-09-11T14:55:55.4246235Z Configuring native build environment ................... 2024-09-11T14:56:08.7000146Z trying to compile a simple C program ............... YES 2024-09-11T14:56:09.1072675Z probing stdatomic .................................. NO 2024-09-11T14:56:09.1073712Z did not find libzstd; will not use heap snapshot format version 3 2024-09-11T14:56:09.1074241Z Defaulting to mimalloc because you are using MSVC 2024-09-11T14:56:09.1074675Z OK 2024-09-11T14:56:09.1074936Z 2024-09-11T14:56:09.1407745Z auto-detecting x64 toolchain ....................... YES 2024-09-11T14:56:10.1203268Z probing whether your compiler thinks that it is gcc NO 2024-09-11T14:56:10.9525467Z probing how your compiler does static inline ....... static inline 2024-09-11T14:56:11.4859751Z probing if your pow() handles NaN and Inf corner cases YES 2024-09-11T14:56:13.0076364Z probing if your log() returns NaN for negative values YES 2024-09-11T14:56:13.2383237Z probing if your log10() returns NaN for negative values YES 2024-09-11T14:56:13.4750434Z probing if your asin() returns NaN for negative values YES 2024-09-11T14:56:13.7343443Z probing if your acos() returns NaN for negative values YES 2024-09-11T14:56:14.1371301Z probing if you have isnan .......................... YES 2024-09-11T14:56:14.3680589Z probing if you have isinf .......................... YES 2024-09-11T14:56:14.5996388Z probing if you have signbit ........................ YES 2024-09-11T14:56:14.5997309Z your CPU can read unaligned values for all of int32 int64 num64 2024-09-11T14:56:14.8652034Z probing the size of pointers ....................... 8 2024-09-11T14:56:15.1009413Z probing C type support for booleans ................ _Bool 2024-09-11T14:56:15.1818882Z probing computed goto support ...................... NO 2024-09-11T14:56:16.5763684Z probing pthread_yield support ...................... NO 2024-09-11T14:56:16.6481753Z probing pthread_setname_np support (optional) ...... NO 2024-09-11T14:56:16.8278280Z probing existance of optional malloc_trim() ........ NO 2024-09-11T14:56:18.1616921Z probing support of rdtscp intrinsic ................ YES 2024-09-11T14:56:18.1617191Z 2024-09-11T14:56:18.1617399Z make: nmake 2024-09-11T14:56:18.1618215Z compile: cl /nologo /MT /std:c17 /Ox /GL /DNDEBUG /Zi /DWIN32 /DAO_ASSUME_WINDOWS98 -DDEBUG_HELPERS -DMVM_HEAPSNAPSHOT_FORMAT=2 -D_GNU_SOURCE 2024-09-11T14:56:18.1618755Z includes: /I3rdparty/libuv/include /I3rdparty/libuv/src /I3rdparty/libatomicops/src /I3rdparty/libtommath /I3rdparty/dyncall/dynload /I3rdparty/dyncall/dyncall /I3rdparty/dyncall/dyncallback /I3rdparty/mimalloc/include /I3rdparty/mimalloc/src 2024-09-11T14:56:18.1619392Z link: link /nologo /LTCG /debug /pdb:$@.pdb 2024-09-11T14:56:18.1619747Z libs: shell32.lib ws2_32.lib mswsock.lib rpcrt4.lib advapi32.lib psapi.lib iphlpapi.lib userenv.lib user32.lib bcrypt.lib dbghelp.lib ole32.lib 2024-09-11T14:56:18.1620164Z 2024-09-11T14:56:18.1620542Z byte order: little endian 2024-09-11T14:56:18.1620625Z 2024-09-11T14:56:18.1621026Z Checking perl5 modules ................................. OK 2024-09-11T14:56:18.1621316Z Configuring 3rdparty libs .............................. OK 2024-09-11T14:56:18.1621422Z 2024-09-11T14:56:18.1621628Z 3rdparty: 3rdparty/cmp/cmp.lib 2024-09-11T14:56:18.1621884Z 3rdparty/dyncall/dyncall/libdyncall_s.lib 2024-09-11T14:56:18.1622153Z 3rdparty/dyncall/dyncallback/libdyncallback_s.lib 2024-09-11T14:56:18.1622578Z 3rdparty/dyncall/dynload/libdynload_s.lib 2024-09-11T14:56:18.1622835Z 3rdparty/libtommath/tommath.lib 2024-09-11T14:56:18.1623074Z 3rdparty/libuv/uv.lib 2024-09-11T14:56:18.1623359Z 3rdparty/sha1/sha1.lib 2024-09-11T14:56:18.1623439Z 2024-09-11T14:56:18.1623683Z Generating src/gen/config.c ............................ OK 2024-09-11T14:56:18.1623976Z Generating src/gen/config.h ............................ OK 2024-09-11T14:56:18.1624268Z Generating Makefile .................................... OK 2024-09-11T14:56:18.1624552Z Generating tools/check.mk .............................. OK 2024-09-11T14:56:18.1625059Z Generating build/mk-moar-pc.pl ......................... OK 2024-09-11T14:56:18.1625165Z 2024-09-11T14:56:18.1625380Z Configuration SUCCESS. 2024-09-11T14:56:18.1625518Z 2024-09-11T14:56:18.1625832Z Type 'nmake' to build and 'nmake help' to see a list of 2024-09-11T14:56:18.1626091Z available make targets. 2024-09-11T14:56:18.9546847Z 2024-09-11T14:56:18.9547360Z Microsoft (R) Program Maintenance Utility Version 14.40.33813.0 2024-09-11T14:56:18.9547714Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-09-11T14:56:18.9547835Z 2024-09-11T14:56:18.9548079Z [Thread 2432.0x15e4 exited with code 0] 2024-09-11T14:56:18.9552921Z [Thread 2432.0x1920 exited with code 0] 2024-09-11T14:56:19.6622773Z [Inferior 1 (process 2432) exited normally] 2024-09-11T14:56:19.6623150Z after running configure 2024-09-11T14:56:19.6625378Z trying to run compile in multiple cores 2024-09-11T14:56:20.7011520Z compiling src\main.obj 2024-09-11T14:56:20.7262513Z main.c 2024-09-11T14:56:27.4050025Z compiling src\core\callsite.obj 2024-09-11T14:56:27.4693389Z callsite.c 2024-09-11T14:56:28.3435054Z compiling src\core\args.obj 2024-09-11T14:56:28.3671598Z args.c 2024-09-11T14:56:29.1839557Z compiling src\core\exceptions.obj 2024-09-11T14:56:29.2060176Z exceptions.c 2024-09-11T14:56:30.0337586Z compiling src\core\interp.obj 2024-09-11T14:56:30.0582065Z interp.c 2024-09-11T14:56:30.9585908Z compiling src\core\str_hash_table.obj 2024-09-11T14:56:30.9800873Z str_hash_table.c 2024-09-11T14:56:31.7524306Z compiling src\core\fixkey_hash_table.obj 2024-09-11T14:56:31.7752597Z fixkey_hash_table.c 2024-09-11T14:56:32.5684464Z compiling src\core\index_hash_table.obj 2024-09-11T14:56:32.5948809Z index_hash_table.c 2024-09-11T14:56:33.3785726Z compiling src\core\ptr_hash_table.obj 2024-09-11T14:56:33.4004944Z ptr_hash_table.c 2024-09-11T14:56:34.1500181Z compiling src\core\uni_hash_table.obj 2024-09-11T14:56:34.1747195Z uni_hash_table.c 2024-09-11T14:56:34.9602933Z compiling src\core\threadcontext.obj 2024-09-11T14:56:34.9817248Z threadcontext.c 2024-09-11T14:56:35.7664180Z compiling src\core\compunit.obj 2024-09-11T14:56:35.7890527Z compunit.c 2024-09-11T14:56:36.5484305Z compiling src\core\bytecode.obj 2024-09-11T14:56:36.5702720Z bytecode.c 2024-09-11T14:56:37.3679883Z compiling src\core\frame.obj 2024-09-11T14:56:37.3915018Z frame.c 2024-09-11T14:56:38.1608646Z compiling src\core\callstack.obj 2024-09-11T14:56:38.1833275Z callstack.c 2024-09-11T14:56:38.9713410Z compiling src\core\validation.obj 2024-09-11T14:56:38.9934941Z validation.c 2024-09-11T14:56:39.7497429Z compiling src\core\bytecodedump.obj 2024-09-11T14:56:39.7717200Z bytecodedump.c 2024-09-11T14:56:40.5423535Z compiling src\core\threads.obj 2024-09-11T14:56:40.5668658Z threads.c 2024-09-11T14:56:41.4374831Z compiling src\core\ops.obj 2024-09-11T14:56:41.4600496Z ops.c 2024-09-11T14:56:42.2583612Z compiling src\core\hll.obj 2024-09-11T14:56:42.2977420Z hll.c 2024-09-11T14:56:43.0851343Z compiling src\core\loadbytecode.obj 2024-09-11T14:56:43.1083256Z loadbytecode.c 2024-09-11T14:56:43.8876985Z compiling src\core\coerce.obj 2024-09-11T14:56:43.9102118Z coerce.c 2024-09-11T14:56:44.6934848Z compiling src\core\dll.obj 2024-09-11T14:56:44.7156592Z dll.c 2024-09-11T14:56:45.5106661Z compiling src\core\ext.obj 2024-09-11T14:56:45.5323690Z ext.c 2024-09-11T14:56:46.3175523Z compiling src\core\nativecall.obj 2024-09-11T14:56:46.3396386Z nativecall.c 2024-09-11T14:56:47.0963312Z compiling src\core\nativecall_dyncall.obj 2024-09-11T14:56:47.1217277Z nativecall_dyncall.c 2024-09-11T14:56:47.9116926Z compiling src\core\continuation.obj 2024-09-11T14:56:47.9423011Z continuation.c 2024-09-11T14:56:48.9288513Z compiling src\core\intcache.obj 2024-09-11T14:56:48.9288874Z intcache.c 2024-09-11T14:56:49.6180733Z compiling src\core\regionalloc.obj 2024-09-11T14:56:49.6393221Z regionalloc.c 2024-09-11T14:56:50.4452459Z compiling src\debug\debugserver.obj 2024-09-11T14:56:50.9609763Z debugserver.c 2024-09-11T14:56:51.2361887Z compiling src\gen\config.obj 2024-09-11T14:56:51.2585862Z config.c 2024-09-11T14:56:52.0365403Z compiling src\gc\orchestrate.obj 2024-09-11T14:56:52.0671905Z orchestrate.c 2024-09-11T14:56:52.8588116Z compiling src\gc\allocation.obj 2024-09-11T14:56:52.8835261Z allocation.c 2024-09-11T14:56:53.6485721Z compiling src\gc\worklist.obj 2024-09-11T14:56:53.6709502Z worklist.c 2024-09-11T14:56:54.4514600Z compiling src\gc\roots.obj 2024-09-11T14:56:54.4763953Z roots.c 2024-09-11T14:56:55.2562746Z compiling src\gc\collect.obj 2024-09-11T14:56:55.2777105Z collect.c 2024-09-11T14:56:56.0512854Z compiling src\gc\gen2.obj 2024-09-11T14:56:56.0740580Z gen2.c 2024-09-11T14:56:56.8388952Z compiling src\gc\wb.obj 2024-09-11T14:56:56.8616677Z wb.c 2024-09-11T14:56:57.6287810Z compiling src\gc\objectid.obj 2024-09-11T14:56:57.6507627Z objectid.c 2024-09-11T14:56:58.4723702Z compiling src\gc\finalize.obj 2024-09-11T14:56:58.4937857Z finalize.c 2024-09-11T14:56:59.2732740Z compiling src\gc\debug.obj 2024-09-11T14:56:59.2951183Z debug.c 2024-09-11T14:57:00.0775072Z compiling src\io\io.obj 2024-09-11T14:57:00.1002768Z io.c 2024-09-11T14:57:00.7956166Z src\io\io.c(430): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size 2024-09-11T14:57:00.8650691Z compiling src\io\eventloop.obj 2024-09-11T14:57:00.8881296Z eventloop.c 2024-09-11T14:57:01.6589100Z compiling src\io\syncfile.obj 2024-09-11T14:57:01.6825857Z syncfile.c 2024-09-11T14:57:02.4083499Z src\io\syncfile.c(274): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size 2024-09-11T14:57:02.4084771Z src\io\syncfile.c(336): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size 2024-09-11T14:57:02.4737764Z compiling src\io\syncsocket.obj 2024-09-11T14:57:02.4950857Z syncsocket.c 2024-09-11T14:57:03.2729089Z compiling src\io\fileops.obj 2024-09-11T14:57:03.2967170Z fileops.c 2024-09-11T14:57:04.0611350Z compiling src\io\dirops.obj 2024-09-11T14:57:04.0875000Z dirops.c 2024-09-11T14:57:04.8761955Z compiling src\io\procops.obj 2024-09-11T14:57:04.8977868Z procops.c 2024-09-11T14:57:05.6862671Z compiling src\io\timers.obj 2024-09-11T14:57:05.7081680Z timers.c 2024-09-11T14:57:06.5113375Z compiling src\io\filewatchers.obj 2024-09-11T14:57:06.5344591Z filewatchers.c 2024-09-11T14:57:07.3031771Z compiling src\io\signals.obj 2024-09-11T14:57:07.3254025Z signals.c 2024-09-11T14:57:08.0945945Z compiling src\io\asyncsocket.obj 2024-09-11T14:57:08.1167058Z asyncsocket.c 2024-09-11T14:57:08.9463859Z compiling src\io\asyncsocketudp.obj 2024-09-11T14:57:08.9710288Z asyncsocketudp.c 2024-09-11T14:57:09.7684428Z compiling src\6model\reprs.obj 2024-09-11T14:57:09.7902233Z reprs.c 2024-09-11T14:57:10.5956430Z compiling src\6model\reprconv.obj 2024-09-11T14:57:10.6183861Z reprconv.c 2024-09-11T14:57:11.4029384Z compiling src\6model\containers.obj 2024-09-11T14:57:11.4258638Z containers.c 2024-09-11T14:57:12.2207763Z compiling src\6model\parametric.obj 2024-09-11T14:57:12.2480936Z parametric.c 2024-09-11T14:57:13.0329638Z compiling src\6model\reprs\MVMString.obj 2024-09-11T14:57:13.0582205Z MVMString.c 2024-09-11T14:57:13.8456762Z compiling src\6model\reprs\VMArray.obj 2024-09-11T14:57:13.8680762Z VMArray.c 2024-09-11T14:57:14.6880329Z compiling src\6model\reprs\MVMHash.obj 2024-09-11T14:57:14.7103973Z MVMHash.c 2024-09-11T14:57:15.5167039Z compiling src\6model\reprs\MVMCFunction.obj 2024-09-11T14:57:15.5391561Z MVMCFunction.c 2024-09-11T14:57:16.3233465Z compiling src\6model\reprs\KnowHOWREPR.obj 2024-09-11T14:57:16.3454243Z KnowHOWREPR.c 2024-09-11T14:57:17.1312990Z compiling src\6model\reprs\KnowHOWAttributeREPR.obj 2024-09-11T14:57:17.1545113Z KnowHOWAttributeREPR.c 2024-09-11T14:57:17.9209416Z compiling src\6model\reprs\P6str.obj 2024-09-11T14:57:17.9440085Z P6str.c 2024-09-11T14:57:18.7403373Z compiling src\6model\reprs\P6opaque.obj 2024-09-11T14:57:18.7631934Z P6opaque.c 2024-09-11T14:57:19.5478805Z compiling src\6model\reprs\MVMCode.obj 2024-09-11T14:57:19.5703068Z MVMCode.c 2024-09-11T14:57:20.3592901Z compiling src\6model\reprs\MVMOSHandle.obj 2024-09-11T14:57:20.3813259Z MVMOSHandle.c 2024-09-11T14:57:21.1671551Z compiling src\6model\reprs\MVMCompUnit.obj 2024-09-11T14:57:21.1887402Z MVMCompUnit.c 2024-09-11T14:57:21.9395857Z compiling src\6model\reprs\MVMStaticFrame.obj 2024-09-11T14:57:21.9630539Z MVMStaticFrame.c 2024-09-11T14:57:22.7263077Z compiling src\6model\reprs\P6int.obj 2024-09-11T14:57:22.7517424Z P6int.c 2024-09-11T14:57:23.5133418Z compiling src\6model\reprs\P6num.obj 2024-09-11T14:57:23.5347984Z P6num.c 2024-09-11T14:57:24.3084451Z compiling src\6model\reprs\Uninstantiable.obj 2024-09-11T14:57:24.3315342Z Uninstantiable.c 2024-09-11T14:57:25.1042683Z compiling src\6model\reprs\HashAttrStore.obj 2024-09-11T14:57:25.1265601Z HashAttrStore.c 2024-09-11T14:57:25.8995201Z compiling src\6model\reprs\MVMThread.obj 2024-09-11T14:57:25.9215239Z MVMThread.c 2024-09-11T14:57:26.6834543Z compiling src\6model\reprs\MVMIter.obj 2024-09-11T14:57:26.7060293Z MVMIter.c 2024-09-11T14:57:27.4766284Z compiling src\6model\reprs\MVMContext.obj 2024-09-11T14:57:27.4980447Z MVMContext.c 2024-09-11T14:57:28.2845699Z compiling src\6model\reprs\SCRef.obj 2024-09-11T14:57:28.3095229Z SCRef.c 2024-09-11T14:57:29.1105558Z compiling src\6model\reprs\P6bigint.obj 2024-09-11T14:57:29.1335404Z P6bigint.c 2024-09-11T14:57:29.9866069Z compiling src\6model\reprs\NFA.obj 2024-09-11T14:57:30.0111881Z NFA.c 2024-09-11T14:57:30.7960703Z compiling src\6model\reprs\MVMException.obj 2024-09-11T14:57:30.8177250Z MVMException.c 2024-09-11T14:57:31.5843332Z compiling src\6model\reprs\MVMDLLSym.obj 2024-09-11T14:57:31.6091334Z MVMDLLSym.c 2024-09-11T14:57:32.4213072Z compiling src\6model\reprs\MVMContinuation.obj 2024-09-11T14:57:32.4460929Z MVMContinuation.c 2024-09-11T14:57:33.2025490Z compiling src\6model\reprs\NativeCall.obj 2024-09-11T14:57:33.2275445Z NativeCall.c 2024-09-11T14:57:34.0013435Z compiling src\6model\reprs\CPointer.obj 2024-09-11T14:57:34.0251438Z CPointer.c 2024-09-11T14:57:34.8047446Z compiling src\6model\reprs\CStr.obj 2024-09-11T14:57:35.7217642Z CStr.c 2024-09-11T14:57:35.7217972Z compiling src\6model\reprs\CArray.obj 2024-09-11T14:57:35.7218185Z CArray.c 2024-09-11T14:57:36.4047314Z compiling src\6model\reprs\CStruct.obj 2024-09-11T14:57:36.4309605Z CStruct.c 2024-09-11T14:57:37.2110243Z compiling src\6model\reprs\CUnion.obj 2024-09-11T14:57:37.7227959Z CUnion.c 2024-09-11T14:57:38.7242256Z compiling src\6model\reprs\ReentrantMutex.obj 2024-09-11T14:57:38.7242627Z ReentrantMutex.c 2024-09-11T14:57:38.8077234Z compiling src\6model\reprs\ConditionVariable.obj 2024-09-11T14:57:38.8290969Z ConditionVariable.c 2024-09-11T14:57:39.6121670Z compiling src\6model\reprs\Semaphore.obj 2024-09-11T14:57:39.6350422Z Semaphore.c 2024-09-11T14:57:40.4304609Z compiling src\6model\reprs\ConcBlockingQueue.obj 2024-09-11T14:57:40.4535169Z ConcBlockingQueue.c 2024-09-11T14:57:41.2345404Z compiling src\6model\reprs\MVMAsyncTask.obj 2024-09-11T14:57:41.2572894Z MVMAsyncTask.c 2024-09-11T14:57:42.0075831Z compiling src\6model\reprs\MVMNull.obj 2024-09-11T14:57:42.0307683Z MVMNull.c 2024-09-11T14:57:42.7915124Z compiling src\6model\reprs\CPPStruct.obj 2024-09-11T14:57:42.8143455Z CPPStruct.c 2024-09-11T14:57:43.6009076Z compiling src\6model\reprs\NativeRef.obj 2024-09-11T14:57:43.6241785Z NativeRef.c 2024-09-11T14:57:44.4061198Z compiling src\6model\reprs\MultiDimArray.obj 2024-09-11T14:57:44.4284236Z MultiDimArray.c 2024-09-11T14:57:45.2231046Z compiling src\6model\reprs\Decoder.obj 2024-09-11T14:57:45.2445542Z Decoder.c 2024-09-11T14:57:46.0172295Z compiling src\6model\reprs\MVMSpeshLog.obj 2024-09-11T14:57:46.0393377Z MVMSpeshLog.c 2024-09-11T14:57:46.7985751Z compiling src\6model\reprs\MVMStaticFrameSpesh.obj 2024-09-11T14:57:46.8210493Z MVMStaticFrameSpesh.c 2024-09-11T14:57:47.6040221Z compiling src\6model\reprs\MVMCapture.obj 2024-09-11T14:57:47.6269668Z MVMCapture.c 2024-09-11T14:57:48.4086245Z compiling src\6model\reprs\MVMTracked.obj 2024-09-11T14:57:48.4301720Z MVMTracked.c 2024-09-11T14:57:49.1935374Z compiling src\6model\reprs\MVMStat.obj 2024-09-11T14:57:49.2153774Z MVMStat.c 2024-09-11T14:57:49.9812700Z compiling src\6model\6model.obj 2024-09-11T14:57:50.0060821Z 6model.c 2024-09-11T14:57:50.7892125Z compiling src\6model\bootstrap.obj 2024-09-11T14:57:50.8112844Z bootstrap.c 2024-09-11T14:57:51.6108953Z compiling src\6model\sc.obj 2024-09-11T14:57:51.6332035Z sc.c 2024-09-11T14:57:52.4154433Z compiling src\6model\serialization.obj 2024-09-11T14:57:52.4383144Z serialization.c 2024-09-11T14:57:53.2411806Z compiling src\disp\boot.obj 2024-09-11T14:57:53.2638360Z boot.c 2024-09-11T14:57:54.0439345Z compiling src\disp\registry.obj 2024-09-11T14:57:54.0666242Z registry.c 2024-09-11T14:57:54.8479944Z compiling src\disp\inline_cache.obj 2024-09-11T14:57:54.8692178Z inline_cache.c 2024-09-11T14:57:55.6568990Z compiling src\disp\program.obj 2024-09-11T14:57:55.6806463Z program.c 2024-09-11T14:57:56.5018834Z compiling src\disp\syscall.obj 2024-09-11T14:57:56.5233691Z syscall.c 2024-09-11T14:57:57.3077533Z compiling src\disp\resume.obj 2024-09-11T14:57:57.3315183Z resume.c 2024-09-11T14:57:58.1051789Z compiling src\spesh\dump.obj 2024-09-11T14:57:58.1282352Z dump.c 2024-09-11T14:57:59.0432994Z compiling src\spesh\graph.obj 2024-09-11T14:57:59.0658723Z graph.c 2024-09-11T14:57:59.8516027Z compiling src\spesh\codegen.obj 2024-09-11T14:57:59.8737106Z codegen.c 2024-09-11T14:58:00.6757671Z compiling src\spesh\manipulate.obj 2024-09-11T14:58:00.6995008Z manipulate.c 2024-09-11T14:58:01.4676839Z compiling src\spesh\args.obj 2024-09-11T14:58:01.4894806Z args.c 2024-09-11T14:58:02.2617966Z compiling src\spesh\usages.obj 2024-09-11T14:58:02.2851688Z usages.c 2024-09-11T14:58:03.0808759Z compiling src\spesh\facts.obj 2024-09-11T14:58:03.1057873Z facts.c 2024-09-11T14:58:03.8733602Z compiling src\spesh\optimize.obj 2024-09-11T14:58:03.8960431Z optimize.c 2024-09-11T14:58:04.6894345Z compiling src\spesh\dead_bb_elimination.obj 2024-09-11T14:58:04.7139992Z dead_bb_elimination.c 2024-09-11T14:58:05.4924512Z compiling src\spesh\dead_ins_elimination.obj 2024-09-11T14:58:05.5189982Z dead_ins_elimination.c 2024-09-11T14:58:06.3145746Z compiling src\spesh\deopt.obj 2024-09-11T14:58:06.3366277Z deopt.c 2024-09-11T14:58:07.0849565Z compiling src\spesh\log.obj 2024-09-11T14:58:07.1078349Z log.c 2024-09-11T14:58:07.8703131Z compiling src\spesh\threshold.obj 2024-09-11T14:58:07.8921239Z threshold.c 2024-09-11T14:58:08.6607239Z compiling src\spesh\inline.obj 2024-09-11T14:58:08.6826923Z inline.c 2024-09-11T14:58:09.4653202Z compiling src\spesh\osr.obj 2024-09-11T14:58:09.4884778Z osr.c 2024-09-11T14:58:10.3647771Z compiling src\spesh\lookup.obj 2024-09-11T14:58:10.3902411Z lookup.c 2024-09-11T14:58:11.2121710Z compiling src\spesh\iterator.obj 2024-09-11T14:58:11.2384473Z iterator.c 2024-09-11T14:58:12.0150559Z compiling src\spesh\worker.obj 2024-09-11T14:58:12.0373847Z worker.c 2024-09-11T14:58:12.8591362Z compiling src\spesh\debug.obj 2024-09-11T14:58:12.8847641Z debug.c 2024-09-11T14:58:13.6574718Z compiling src\spesh\stats.obj 2024-09-11T14:58:13.6794361Z stats.c 2024-09-11T14:58:14.4725653Z compiling src\spesh\plan.obj 2024-09-11T14:58:14.4935872Z plan.c 2024-09-11T14:58:15.2722444Z compiling src\spesh\arg_guard.obj 2024-09-11T14:58:15.2960376Z arg_guard.c 2024-09-11T14:58:16.0960244Z compiling src\spesh\frame_walker.obj 2024-09-11T14:58:16.1208716Z frame_walker.c 2024-09-11T14:58:17.0243241Z compiling src\spesh\pea.obj 2024-09-11T14:58:17.0479162Z pea.c 2024-09-11T14:58:17.8201791Z compiling src\6model\reprs\MVMSpeshCandidate.obj 2024-09-11T14:58:17.8437909Z MVMSpeshCandidate.c 2024-09-11T14:58:18.6275541Z compiling src\spesh\disp.obj 2024-09-11T14:58:18.6499669Z disp.c 2024-09-11T14:58:19.4407388Z compiling src\strings\decode_stream.obj 2024-09-11T14:58:19.4635492Z decode_stream.c 2024-09-11T14:58:20.2426408Z compiling src\strings\ascii.obj 2024-09-11T14:58:20.2657504Z ascii.c 2024-09-11T14:58:21.0518700Z compiling src\strings\parse_num.obj 2024-09-11T14:58:21.0763968Z parse_num.c 2024-09-11T14:58:21.8491769Z compiling src\strings\utf8.obj 2024-09-11T14:58:21.8713694Z utf8.c 2024-09-11T14:58:22.6459577Z compiling src\strings\utf8_c8.obj 2024-09-11T14:58:22.6688182Z utf8_c8.c 2024-09-11T14:58:23.4457534Z compiling src\strings\nfg.obj 2024-09-11T14:58:23.4682292Z nfg.c 2024-09-11T14:58:24.2519225Z compiling src\strings\ops.obj 2024-09-11T14:58:24.2737323Z ops.c 2024-09-11T14:58:25.0914480Z compiling src\strings\unicode.obj 2024-09-11T14:58:25.1125671Z unicode.c 2024-09-11T14:58:26.8044550Z compiling src\strings\normalize.obj 2024-09-11T14:58:26.8298769Z normalize.c 2024-09-11T14:58:28.3924418Z compiling src\strings\latin1.obj 2024-09-11T14:58:28.3925088Z latin1.c 2024-09-11T14:58:28.4300060Z compiling src\strings\utf16.obj 2024-09-11T14:58:28.4531899Z utf16.c 2024-09-11T14:58:29.2387854Z compiling src\strings\windows1252.obj 2024-09-11T14:58:29.2657734Z windows1252.c 2024-09-11T14:58:30.0763705Z compiling src\strings\shiftjis.obj 2024-09-11T14:58:30.1015851Z shiftjis.c 2024-09-11T14:58:30.9597034Z compiling src\strings\gb2312.obj 2024-09-11T14:58:30.9827686Z gb2312.c 2024-09-11T14:58:31.7677170Z compiling src\strings\gb18030.obj 2024-09-11T14:58:31.7896345Z gb18030.c 2024-09-11T14:58:32.6904919Z compiling src\math\bigintops.obj 2024-09-11T14:58:32.7134812Z bigintops.c 2024-09-11T14:58:33.5026639Z compiling src\profiler\instrument.obj 2024-09-11T14:58:33.5281049Z instrument.c 2024-09-11T14:58:34.2997497Z compiling src\profiler\log.obj 2024-09-11T14:58:34.3215763Z log.c 2024-09-11T14:58:35.2063043Z compiling src\profiler\profile.obj 2024-09-11T14:58:35.2291999Z profile.c 2024-09-11T14:58:35.9873940Z compiling src\profiler\heapsnapshot.obj 2024-09-11T14:58:36.0097134Z heapsnapshot.c 2024-09-11T14:58:36.7820957Z compiling src\profiler\telemeh.obj 2024-09-11T14:58:36.8040728Z telemeh.c 2024-09-11T14:58:37.5622595Z compiling src\profiler\configuration.obj 2024-09-11T14:58:37.5853021Z configuration.c 2024-09-11T14:58:38.3598129Z compiling src\instrument\crossthreadwrite.obj 2024-09-11T14:58:38.3817743Z crossthreadwrite.c 2024-09-11T14:58:39.1463453Z compiling src\instrument\line_coverage.obj 2024-09-11T14:58:39.1714068Z line_coverage.c 2024-09-11T14:58:39.9232178Z compiling src\platform\sys.obj 2024-09-11T14:58:39.9459425Z sys.c 2024-09-11T14:58:40.7269956Z compiling src\platform\random.obj 2024-09-11T14:58:40.7495223Z random.c 2024-09-11T14:58:41.4752734Z src\platform\random.c(133): warning C4113: 'FARPROC' differs in parameter lists from 'CRYPTGENRANDOM' 2024-09-11T14:58:41.4753787Z src\platform\random.c(133): warning C4133: '=': incompatible types - from 'FARPROC' to 'CRYPTGENRANDOM' 2024-09-11T14:58:41.4754911Z src\platform\random.c(131): warning C4113: 'FARPROC' differs in parameter lists from 'CRYPTACQUIRECONTEXTA' 2024-09-11T14:58:41.4755754Z src\platform\random.c(131): warning C4133: 'initializing': incompatible types - from 'FARPROC' to 'CRYPTACQUIRECONTEXTA' 2024-09-11T14:58:41.5427225Z compiling src\platform\memmem32.obj 2024-09-11T14:58:41.5650376Z memmem32.c 2024-09-11T14:58:42.3561019Z compiling 3rdparty\freebsd\memmem.obj 2024-09-11T14:58:42.3783160Z memmem.c 2024-09-11T14:58:42.5868445Z compiling 3rdparty\ryu\ryu\d2s.obj 2024-09-11T14:58:42.6087771Z d2s.c 2024-09-11T14:58:42.7690609Z compiling 3rdparty\mimalloc\src\static.obj 2024-09-11T14:58:42.7909518Z static.c 2024-09-11T14:58:43.3928302Z compiling src\platform\malloc_trim.obj 2024-09-11T14:58:43.4147946Z malloc_trim.c 2024-09-11T14:58:43.4924037Z compiling src\moar.obj 2024-09-11T14:58:43.5133227Z moar.c 2024-09-11T14:58:44.1960845Z src\moar.c(115): warning C4113: 'void (__cdecl *)()' differs in parameter lists from 'void (__cdecl *)(void)' 2024-09-11T14:58:44.2714296Z compiling src\platform\win32\mmap.obj 2024-09-11T14:58:44.2944000Z mmap.c 2024-09-11T14:58:45.0583889Z compiling src\platform\win32\time.obj 2024-09-11T14:58:45.0811964Z time.c 2024-09-11T14:58:45.8449477Z compiling src\platform\win32\io.obj 2024-09-11T14:58:45.8666060Z io.c 2024-09-11T14:58:46.5747914Z src\platform\win32\io.c(27): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size 2024-09-11T14:58:46.5750504Z src\platform\win32\io.c(116): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size 2024-09-11T14:58:46.6429119Z compiling src\platform\win32\fork.obj 2024-09-11T14:58:46.6645450Z fork.c 2024-09-11T14:58:47.4589034Z compiling src\jit\graph.obj 2024-09-11T14:58:47.4855643Z graph.c 2024-09-11T14:58:48.3340491Z compiling src\jit\label.obj 2024-09-11T14:58:48.3574313Z label.c 2024-09-11T14:58:49.1627940Z compiling src\jit\compile.obj 2024-09-11T14:58:49.1853628Z compile.c 2024-09-11T14:58:49.9755243Z compiling src\jit\dump.obj 2024-09-11T14:58:49.9969661Z dump.c 2024-09-11T14:58:50.7619058Z Precompiling templates from src\jit\core_templates.expr 2024-09-11T14:58:51.4942060Z compiling src\jit\expr.obj 2024-09-11T14:58:51.5180709Z expr.c 2024-09-11T14:58:52.3481383Z Building tile tables from src\jit\x64\tile_pattern.tile 2024-09-11T14:58:53.3026911Z compiling src\jit\tile.obj 2024-09-11T14:58:53.3249558Z tile.c 2024-09-11T14:58:54.3128314Z compiling src\jit\linear_scan.obj 2024-09-11T14:58:54.3383745Z linear_scan.c 2024-09-11T14:58:55.1123427Z compiling src\jit\interface.obj 2024-09-11T14:58:55.1332364Z interface.c 2024-09-11T14:58:55.8971626Z cl 3rdparty\dynasm\minilua.c -lm -o 3rdparty\dynasm\minilua.exe 2024-09-11T14:58:55.9112559Z Microsoft (R) C/C++ Optimizing Compiler Version 19.40.33813 for x64 2024-09-11T14:58:55.9113473Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-09-11T14:58:55.9113850Z 2024-09-11T14:58:55.9135238Z cl : Command line warning D9035 : option 'o' has been deprecated and will be removed in a future release 2024-09-11T14:58:55.9142095Z cl : Command line warning D9002 : ignoring unknown option '-lm' 2024-09-11T14:58:55.9182844Z minilua.c 2024-09-11T14:58:56.1536869Z Microsoft (R) Incremental Linker Version 14.40.33813.0 2024-09-11T14:58:56.1537564Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-09-11T14:58:56.1537954Z 2024-09-11T14:58:56.1538362Z /out:minilua.exe 2024-09-11T14:58:56.1538718Z /out:3rdparty\dynasm\minilua.exe 2024-09-11T14:58:56.1539054Z minilua.obj 2024-09-11T14:58:58.1911169Z preprocessing src\jit\x64\emit.dasc 2024-09-11T14:58:58.4855266Z compiling src\jit\x64\emit.obj 2024-09-11T14:58:58.5088734Z emit.c 2024-09-11T14:58:58.5286194Z src\jit\x64\emit.c(8): warning C4129: 'j': unrecognized character escape sequence 2024-09-11T14:58:58.5287059Z src\jit\x64\emit.c(8): warning C4129: 'e': unrecognized character escape sequence 2024-09-11T14:58:59.2285750Z srcjitdemit.dasc(438): warning C4068: unknown pragma 'GCC' 2024-09-11T14:58:59.2286563Z srcjitdemit.dasc(439): warning C4068: unknown pragma 'GCC' 2024-09-11T14:58:59.2287202Z srcjitdemit.dasc(450): warning C4068: unknown pragma 'GCC' 2024-09-11T14:58:59.3332387Z compiling src\jit\x64\arch.obj 2024-09-11T14:58:59.3610209Z arch.c 2024-09-11T14:59:00.1325717Z compiling 3rdparty\cmp\cmp.obj 2024-09-11T14:59:00.1553780Z cmp.c 2024-09-11T14:59:00.2551848Z linking 3rdparty\cmp\cmp.lib 2024-09-11T14:59:00.4717407Z building dyncall... 2024-09-11T14:59:00.5091743Z Writing following configuration to ConfigVars: 2024-09-11T14:59:00.5137173Z 2024-09-11T14:59:00.5140904Z Host OS: windows 2024-09-11T14:59:00.5144362Z Target OS: windows 2024-09-11T14:59:00.5147875Z Target Architecture: x64 2024-09-11T14:59:00.5151198Z Compiler: msvc 2024-09-11T14:59:00.5154587Z Assembler: ml 2024-09-11T14:59:00.5157994Z Build configuration: release 2024-09-11T14:59:00.5161430Z Install prefix: D:\a\1\MoarVM\3rdparty\dyncall\install_windows_x64_msvc_release 2024-09-11T14:59:00.5164747Z Build prefix: D:\a\1\MoarVM\3rdparty\dyncall\build_out\windows_x64_msvc_release 2024-09-11T14:59:03.7563041Z done. 2024-09-11T14:59:03.7907869Z compiling 3rdparty\sha1\sha1.obj 2024-09-11T14:59:03.8127191Z sha1.c 2024-09-11T14:59:03.9399648Z linking 3rdparty\sha1\sha1.lib 2024-09-11T14:59:04.0380252Z compiling 3rdparty\libtommath\bn_cutoffs.obj 2024-09-11T14:59:04.0656678Z bn_cutoffs.c 2024-09-11T14:59:04.1950315Z compiling 3rdparty\libtommath\bn_deprecated.obj 2024-09-11T14:59:04.2182857Z bn_deprecated.c 2024-09-11T14:59:04.3442534Z compiling 3rdparty\libtommath\bn_mp_2expt.obj 2024-09-11T14:59:04.3680882Z bn_mp_2expt.c 2024-09-11T14:59:04.4950851Z compiling 3rdparty\libtommath\bn_mp_abs.obj 2024-09-11T14:59:04.5178810Z bn_mp_abs.c 2024-09-11T14:59:04.6357307Z compiling 3rdparty\libtommath\bn_mp_add.obj 2024-09-11T14:59:04.6586212Z bn_mp_add.c 2024-09-11T14:59:04.7766806Z compiling 3rdparty\libtommath\bn_mp_add_d.obj 2024-09-11T14:59:04.7986506Z bn_mp_add_d.c 2024-09-11T14:59:04.9197308Z compiling 3rdparty\libtommath\bn_mp_addmod.obj 2024-09-11T14:59:04.9423586Z bn_mp_addmod.c 2024-09-11T14:59:05.0702075Z compiling 3rdparty\libtommath\bn_mp_and.obj 2024-09-11T14:59:05.0934191Z bn_mp_and.c 2024-09-11T14:59:05.3376907Z compiling 3rdparty\libtommath\bn_mp_clamp.obj 2024-09-11T14:59:05.3611347Z bn_mp_clamp.c 2024-09-11T14:59:05.4882840Z compiling 3rdparty\libtommath\bn_mp_clear.obj 2024-09-11T14:59:05.5160497Z bn_mp_clear.c 2024-09-11T14:59:05.6381188Z compiling 3rdparty\libtommath\bn_mp_clear_multi.obj 2024-09-11T14:59:05.6603446Z bn_mp_clear_multi.c 2024-09-11T14:59:05.7796350Z compiling 3rdparty\libtommath\bn_mp_cmp.obj 2024-09-11T14:59:05.8091496Z bn_mp_cmp.c 2024-09-11T14:59:05.9294273Z compiling 3rdparty\libtommath\bn_mp_cmp_d.obj 2024-09-11T14:59:05.9530611Z bn_mp_cmp_d.c 2024-09-11T14:59:06.0725284Z compiling 3rdparty\libtommath\bn_mp_cmp_mag.obj 2024-09-11T14:59:06.0989627Z bn_mp_cmp_mag.c 2024-09-11T14:59:06.3360817Z compiling 3rdparty\libtommath\bn_mp_cnt_lsb.obj 2024-09-11T14:59:06.3648024Z bn_mp_cnt_lsb.c 2024-09-11T14:59:06.5863220Z compiling 3rdparty\libtommath\bn_mp_complement.obj 2024-09-11T14:59:06.6101028Z bn_mp_complement.c 2024-09-11T14:59:06.7325737Z compiling 3rdparty\libtommath\bn_mp_copy.obj 2024-09-11T14:59:06.7629448Z bn_mp_copy.c 2024-09-11T14:59:06.8824469Z compiling 3rdparty\libtommath\bn_mp_count_bits.obj 2024-09-11T14:59:07.5097742Z bn_mp_count_bits.c 2024-09-11T14:59:07.5098108Z compiling 3rdparty\libtommath\bn_mp_decr.obj 2024-09-11T14:59:07.5098338Z bn_mp_decr.c 2024-09-11T14:59:07.5098568Z compiling 3rdparty\libtommath\bn_mp_div.obj 2024-09-11T14:59:07.5098789Z bn_mp_div.c 2024-09-11T14:59:07.5099041Z compiling 3rdparty\libtommath\bn_mp_div_2.obj 2024-09-11T14:59:07.5100283Z bn_mp_div_2.c 2024-09-11T14:59:07.5100557Z compiling 3rdparty\libtommath\bn_mp_div_2d.obj 2024-09-11T14:59:07.5218905Z bn_mp_div_2d.c 2024-09-11T14:59:07.6463337Z compiling 3rdparty\libtommath\bn_mp_div_3.obj 2024-09-11T14:59:07.6690055Z bn_mp_div_3.c 2024-09-11T14:59:07.7996672Z compiling 3rdparty\libtommath\bn_mp_div_d.obj 2024-09-11T14:59:07.8212221Z bn_mp_div_d.c 2024-09-11T14:59:07.9395747Z compiling 3rdparty\libtommath\bn_mp_dr_is_modulus.obj 2024-09-11T14:59:07.9632087Z bn_mp_dr_is_modulus.c 2024-09-11T14:59:08.0867098Z compiling 3rdparty\libtommath\bn_mp_dr_reduce.obj 2024-09-11T14:59:08.1103214Z bn_mp_dr_reduce.c 2024-09-11T14:59:08.2388917Z compiling 3rdparty\libtommath\bn_mp_dr_setup.obj 2024-09-11T14:59:08.2633817Z bn_mp_dr_setup.c 2024-09-11T14:59:08.3913792Z compiling 3rdparty\libtommath\bn_mp_error_to_string.obj 2024-09-11T14:59:08.4153073Z bn_mp_error_to_string.c 2024-09-11T14:59:08.5406945Z compiling 3rdparty\libtommath\bn_mp_exch.obj 2024-09-11T14:59:08.5668495Z bn_mp_exch.c 2024-09-11T14:59:08.7076917Z compiling 3rdparty\libtommath\bn_mp_expt_u32.obj 2024-09-11T14:59:08.7400219Z bn_mp_expt_u32.c 2024-09-11T14:59:08.9788876Z compiling 3rdparty\libtommath\bn_mp_exptmod.obj 2024-09-11T14:59:09.0017145Z bn_mp_exptmod.c 2024-09-11T14:59:09.1370356Z compiling 3rdparty\libtommath\bn_mp_exteuclid.obj 2024-09-11T14:59:09.1624859Z bn_mp_exteuclid.c 2024-09-11T14:59:09.2923765Z compiling 3rdparty\libtommath\bn_mp_fread.obj 2024-09-11T14:59:09.3196645Z bn_mp_fread.c 2024-09-11T14:59:09.4444175Z compiling 3rdparty\libtommath\bn_mp_from_sbin.obj 2024-09-11T14:59:09.4660868Z bn_mp_from_sbin.c 2024-09-11T14:59:09.5793556Z compiling 3rdparty\libtommath\bn_mp_from_ubin.obj 2024-09-11T14:59:09.6018124Z bn_mp_from_ubin.c 2024-09-11T14:59:09.7249820Z compiling 3rdparty\libtommath\bn_mp_fwrite.obj 2024-09-11T14:59:09.7483512Z bn_mp_fwrite.c 2024-09-11T14:59:09.8777108Z compiling 3rdparty\libtommath\bn_mp_gcd.obj 2024-09-11T14:59:09.9012535Z bn_mp_gcd.c 2024-09-11T14:59:10.0208708Z compiling 3rdparty\libtommath\bn_mp_get_double.obj 2024-09-11T14:59:10.0477913Z bn_mp_get_double.c 2024-09-11T14:59:10.2921282Z compiling 3rdparty\libtommath\bn_mp_get_i32.obj 2024-09-11T14:59:10.3171074Z bn_mp_get_i32.c 2024-09-11T14:59:10.4450066Z compiling 3rdparty\libtommath\bn_mp_get_i64.obj 2024-09-11T14:59:10.4705689Z bn_mp_get_i64.c 2024-09-11T14:59:10.5975965Z compiling 3rdparty\libtommath\bn_mp_get_l.obj 2024-09-11T14:59:10.6199677Z bn_mp_get_l.c 2024-09-11T14:59:10.7413383Z compiling 3rdparty\libtommath\bn_mp_get_ll.obj 2024-09-11T14:59:10.7633346Z bn_mp_get_ll.c 2024-09-11T14:59:10.8893683Z compiling 3rdparty\libtommath\bn_mp_get_mag_u32.obj 2024-09-11T14:59:10.9105565Z bn_mp_get_mag_u32.c 2024-09-11T14:59:11.0301769Z compiling 3rdparty\libtommath\bn_mp_get_mag_u64.obj 2024-09-11T14:59:11.0520258Z bn_mp_get_mag_u64.c 2024-09-11T14:59:11.1733081Z compiling 3rdparty\libtommath\bn_mp_get_mag_ul.obj 2024-09-11T14:59:11.2012028Z bn_mp_get_mag_ul.c 2024-09-11T14:59:11.3218503Z compiling 3rdparty\libtommath\bn_mp_get_mag_ull.obj 2024-09-11T14:59:11.3477917Z bn_mp_get_mag_ull.c 2024-09-11T14:59:11.4750225Z compiling 3rdparty\libtommath\bn_mp_grow.obj 2024-09-11T14:59:11.4969910Z bn_mp_grow.c 2024-09-11T14:59:11.6150584Z compiling 3rdparty\libtommath\bn_mp_incr.obj 2024-09-11T14:59:11.6370432Z bn_mp_incr.c 2024-09-11T14:59:11.7589630Z compiling 3rdparty\libtommath\bn_mp_init.obj 2024-09-11T14:59:11.7813652Z bn_mp_init.c 2024-09-11T14:59:11.9012009Z compiling 3rdparty\libtommath\bn_mp_init_copy.obj 2024-09-11T14:59:11.9234973Z bn_mp_init_copy.c 2024-09-11T14:59:12.0443357Z compiling 3rdparty\libtommath\bn_mp_init_i32.obj 2024-09-11T14:59:12.0671443Z bn_mp_init_i32.c 2024-09-11T14:59:12.1944527Z compiling 3rdparty\libtommath\bn_mp_init_i64.obj 2024-09-11T14:59:12.2174934Z bn_mp_init_i64.c 2024-09-11T14:59:12.3337618Z compiling 3rdparty\libtommath\bn_mp_init_l.obj 2024-09-11T14:59:12.3559435Z bn_mp_init_l.c 2024-09-11T14:59:12.4775741Z compiling 3rdparty\libtommath\bn_mp_init_ll.obj 2024-09-11T14:59:12.5018814Z bn_mp_init_ll.c 2024-09-11T14:59:12.6183318Z compiling 3rdparty\libtommath\bn_mp_init_multi.obj 2024-09-11T14:59:12.6399402Z bn_mp_init_multi.c 2024-09-11T14:59:12.7595440Z compiling 3rdparty\libtommath\bn_mp_init_set.obj 2024-09-11T14:59:12.7812682Z bn_mp_init_set.c 2024-09-11T14:59:12.8991239Z compiling 3rdparty\libtommath\bn_mp_init_size.obj 2024-09-11T14:59:12.9213644Z bn_mp_init_size.c 2024-09-11T14:59:13.1539706Z compiling 3rdparty\libtommath\bn_mp_init_u32.obj 2024-09-11T14:59:13.1765910Z bn_mp_init_u32.c 2024-09-11T14:59:13.2966507Z compiling 3rdparty\libtommath\bn_mp_init_u64.obj 2024-09-11T14:59:13.3239276Z bn_mp_init_u64.c 2024-09-11T14:59:13.4417357Z compiling 3rdparty\libtommath\bn_mp_init_ul.obj 2024-09-11T14:59:13.4639131Z bn_mp_init_ul.c 2024-09-11T14:59:13.5853402Z compiling 3rdparty\libtommath\bn_mp_init_ull.obj 2024-09-11T14:59:13.6113064Z bn_mp_init_ull.c 2024-09-11T14:59:13.7494374Z compiling 3rdparty\libtommath\bn_mp_invmod.obj 2024-09-11T14:59:13.7712491Z bn_mp_invmod.c 2024-09-11T14:59:13.8903678Z compiling 3rdparty\libtommath\bn_mp_is_square.obj 2024-09-11T14:59:13.9136109Z bn_mp_is_square.c 2024-09-11T14:59:14.0494279Z compiling 3rdparty\libtommath\bn_mp_iseven.obj 2024-09-11T14:59:14.0754175Z bn_mp_iseven.c 2024-09-11T14:59:14.1954658Z compiling 3rdparty\libtommath\bn_mp_isodd.obj 2024-09-11T14:59:14.2172838Z bn_mp_isodd.c 2024-09-11T14:59:14.3377769Z compiling 3rdparty\libtommath\bn_mp_kronecker.obj 2024-09-11T14:59:14.3618690Z bn_mp_kronecker.c 2024-09-11T14:59:14.4875871Z compiling 3rdparty\libtommath\bn_mp_lcm.obj 2024-09-11T14:59:14.5120021Z bn_mp_lcm.c 2024-09-11T14:59:14.6361245Z compiling 3rdparty\libtommath\bn_mp_log_u32.obj 2024-09-11T14:59:14.6638855Z bn_mp_log_u32.c 2024-09-11T14:59:14.7906951Z compiling 3rdparty\libtommath\bn_mp_lshd.obj 2024-09-11T14:59:14.8122821Z bn_mp_lshd.c 2024-09-11T14:59:14.9353888Z compiling 3rdparty\libtommath\bn_mp_mod.obj 2024-09-11T14:59:14.9579760Z bn_mp_mod.c 2024-09-11T14:59:15.0761998Z compiling 3rdparty\libtommath\bn_mp_mod_2d.obj 2024-09-11T14:59:15.0987987Z bn_mp_mod_2d.c 2024-09-11T14:59:15.2179641Z compiling 3rdparty\libtommath\bn_mp_mod_d.obj 2024-09-11T14:59:15.2398684Z bn_mp_mod_d.c 2024-09-11T14:59:15.3603752Z compiling 3rdparty\libtommath\bn_mp_montgomery_calc_normalization.obj 2024-09-11T14:59:15.3817648Z bn_mp_montgomery_calc_normalization.c 2024-09-11T14:59:15.5041170Z compiling 3rdparty\libtommath\bn_mp_montgomery_reduce.obj 2024-09-11T14:59:15.5310029Z bn_mp_montgomery_reduce.c 2024-09-11T14:59:15.6526411Z compiling 3rdparty\libtommath\bn_mp_montgomery_setup.obj 2024-09-11T14:59:15.6753804Z bn_mp_montgomery_setup.c 2024-09-11T14:59:15.7931196Z compiling 3rdparty\libtommath\bn_mp_mul.obj 2024-09-11T14:59:15.8220621Z bn_mp_mul.c 2024-09-11T14:59:15.9369070Z compiling 3rdparty\libtommath\bn_mp_mul_2.obj 2024-09-11T14:59:15.9580209Z bn_mp_mul_2.c 2024-09-11T14:59:16.0821160Z compiling 3rdparty\libtommath\bn_mp_mul_2d.obj 2024-09-11T14:59:16.1047618Z bn_mp_mul_2d.c 2024-09-11T14:59:16.2380841Z compiling 3rdparty\libtommath\bn_mp_mul_d.obj 2024-09-11T14:59:16.2635983Z bn_mp_mul_d.c 2024-09-11T14:59:16.3884280Z compiling 3rdparty\libtommath\bn_mp_mulmod.obj 2024-09-11T14:59:16.4119786Z bn_mp_mulmod.c 2024-09-11T14:59:16.5392069Z compiling 3rdparty\libtommath\bn_mp_neg.obj 2024-09-11T14:59:16.5627571Z bn_mp_neg.c 2024-09-11T14:59:16.6880920Z compiling 3rdparty\libtommath\bn_mp_or.obj 2024-09-11T14:59:16.7124545Z bn_mp_or.c 2024-09-11T14:59:16.8435790Z compiling 3rdparty\libtommath\bn_mp_pack.obj 2024-09-11T14:59:16.8669241Z bn_mp_pack.c 2024-09-11T14:59:16.9812859Z compiling 3rdparty\libtommath\bn_mp_pack_count.obj 2024-09-11T14:59:17.0052950Z bn_mp_pack_count.c 2024-09-11T14:59:17.1269272Z compiling 3rdparty\libtommath\bn_mp_prime_fermat.obj 2024-09-11T14:59:17.1571787Z bn_mp_prime_fermat.c 2024-09-11T14:59:17.2840544Z compiling 3rdparty\libtommath\bn_mp_prime_frobenius_underwood.obj 2024-09-11T14:59:17.3052730Z bn_mp_prime_frobenius_underwood.c 2024-09-11T14:59:17.4245129Z compiling 3rdparty\libtommath\bn_mp_prime_is_prime.obj 2024-09-11T14:59:17.4458920Z bn_mp_prime_is_prime.c 2024-09-11T14:59:17.5698788Z compiling 3rdparty\libtommath\bn_mp_prime_miller_rabin.obj 2024-09-11T14:59:17.5943364Z bn_mp_prime_miller_rabin.c 2024-09-11T14:59:17.7186378Z compiling 3rdparty\libtommath\bn_mp_prime_next_prime.obj 2024-09-11T14:59:17.7414130Z bn_mp_prime_next_prime.c 2024-09-11T14:59:17.8595762Z compiling 3rdparty\libtommath\bn_mp_prime_rabin_miller_trials.obj 2024-09-11T14:59:17.8833441Z bn_mp_prime_rabin_miller_trials.c 2024-09-11T14:59:17.9986845Z compiling 3rdparty\libtommath\bn_mp_prime_rand.obj 2024-09-11T14:59:18.0225510Z bn_mp_prime_rand.c 2024-09-11T14:59:18.1491832Z compiling 3rdparty\libtommath\bn_mp_prime_strong_lucas_selfridge.obj 2024-09-11T14:59:18.1714668Z bn_mp_prime_strong_lucas_selfridge.c 2024-09-11T14:59:18.2952464Z compiling 3rdparty\libtommath\bn_mp_radix_size.obj 2024-09-11T14:59:18.3188260Z bn_mp_radix_size.c 2024-09-11T14:59:18.4448576Z compiling 3rdparty\libtommath\bn_mp_radix_smap.obj 2024-09-11T14:59:18.4701291Z bn_mp_radix_smap.c 2024-09-11T14:59:18.6056976Z compiling 3rdparty\libtommath\bn_mp_rand.obj 2024-09-11T14:59:18.6270754Z bn_mp_rand.c 2024-09-11T14:59:18.7462402Z compiling 3rdparty\libtommath\bn_mp_read_radix.obj 2024-09-11T14:59:18.7684172Z bn_mp_read_radix.c 2024-09-11T14:59:18.8881787Z compiling 3rdparty\libtommath\bn_mp_reduce.obj 2024-09-11T14:59:18.9105359Z bn_mp_reduce.c 2024-09-11T14:59:19.0256500Z compiling 3rdparty\libtommath\bn_mp_reduce_2k.obj 2024-09-11T14:59:19.0471484Z bn_mp_reduce_2k.c 2024-09-11T14:59:19.2842543Z compiling 3rdparty\libtommath\bn_mp_reduce_2k_l.obj 2024-09-11T14:59:19.3070029Z bn_mp_reduce_2k_l.c 2024-09-11T14:59:19.4281228Z compiling 3rdparty\libtommath\bn_mp_reduce_2k_setup.obj 2024-09-11T14:59:19.4515581Z bn_mp_reduce_2k_setup.c 2024-09-11T14:59:19.5739068Z compiling 3rdparty\libtommath\bn_mp_reduce_2k_setup_l.obj 2024-09-11T14:59:19.5962807Z bn_mp_reduce_2k_setup_l.c 2024-09-11T14:59:19.7189042Z compiling 3rdparty\libtommath\bn_mp_reduce_is_2k.obj 2024-09-11T14:59:19.7415430Z bn_mp_reduce_is_2k.c 2024-09-11T14:59:19.8685394Z compiling 3rdparty\libtommath\bn_mp_reduce_is_2k_l.obj 2024-09-11T14:59:19.8908068Z bn_mp_reduce_is_2k_l.c 2024-09-11T14:59:20.0243755Z compiling 3rdparty\libtommath\bn_mp_reduce_setup.obj 2024-09-11T14:59:20.0470110Z bn_mp_reduce_setup.c 2024-09-11T14:59:20.1627343Z compiling 3rdparty\libtommath\bn_mp_root_u32.obj 2024-09-11T14:59:20.1866686Z bn_mp_root_u32.c 2024-09-11T14:59:20.3151649Z compiling 3rdparty\libtommath\bn_mp_rshd.obj 2024-09-11T14:59:20.3422301Z bn_mp_rshd.c 2024-09-11T14:59:20.4712250Z compiling 3rdparty\libtommath\bn_mp_sbin_size.obj 2024-09-11T14:59:20.4949929Z bn_mp_sbin_size.c 2024-09-11T14:59:20.6364161Z compiling 3rdparty\libtommath\bn_mp_set.obj 2024-09-11T14:59:20.6611451Z bn_mp_set.c 2024-09-11T14:59:20.7828110Z compiling 3rdparty\libtommath\bn_mp_set_double.obj 2024-09-11T14:59:20.8096189Z bn_mp_set_double.c 2024-09-11T14:59:20.9407562Z compiling 3rdparty\libtommath\bn_mp_set_i32.obj 2024-09-11T14:59:20.9634086Z bn_mp_set_i32.c 2024-09-11T14:59:21.0800870Z compiling 3rdparty\libtommath\bn_mp_set_i64.obj 2024-09-11T14:59:21.1060897Z bn_mp_set_i64.c 2024-09-11T14:59:21.2376457Z compiling 3rdparty\libtommath\bn_mp_set_l.obj 2024-09-11T14:59:21.2646315Z bn_mp_set_l.c 2024-09-11T14:59:21.4043053Z compiling 3rdparty\libtommath\bn_mp_set_ll.obj 2024-09-11T14:59:21.4293621Z bn_mp_set_ll.c 2024-09-11T14:59:21.5529376Z compiling 3rdparty\libtommath\bn_mp_set_u32.obj 2024-09-11T14:59:21.5788758Z bn_mp_set_u32.c 2024-09-11T14:59:21.7001694Z compiling 3rdparty\libtommath\bn_mp_set_u64.obj 2024-09-11T14:59:21.7224617Z bn_mp_set_u64.c 2024-09-11T14:59:21.8541787Z compiling 3rdparty\libtommath\bn_mp_set_ul.obj 2024-09-11T14:59:21.8775954Z bn_mp_set_ul.c 2024-09-11T14:59:21.9970461Z compiling 3rdparty\libtommath\bn_mp_set_ull.obj 2024-09-11T14:59:22.0246422Z bn_mp_set_ull.c 2024-09-11T14:59:22.6171297Z compiling 3rdparty\libtommath\bn_mp_shrink.obj 2024-09-11T14:59:22.6171675Z bn_mp_shrink.c 2024-09-11T14:59:22.6171927Z compiling 3rdparty\libtommath\bn_mp_signed_rsh.obj 2024-09-11T14:59:22.6172169Z bn_mp_signed_rsh.c 2024-09-11T14:59:22.6172405Z compiling 3rdparty\libtommath\bn_mp_sqr.obj 2024-09-11T14:59:22.6172624Z bn_mp_sqr.c 2024-09-11T14:59:22.6172858Z compiling 3rdparty\libtommath\bn_mp_sqrmod.obj 2024-09-11T14:59:22.6229601Z bn_mp_sqrmod.c 2024-09-11T14:59:22.7427480Z compiling 3rdparty\libtommath\bn_mp_sqrt.obj 2024-09-11T14:59:22.7645588Z bn_mp_sqrt.c 2024-09-11T14:59:22.8897917Z compiling 3rdparty\libtommath\bn_mp_sqrtmod_prime.obj 2024-09-11T14:59:22.9121023Z bn_mp_sqrtmod_prime.c 2024-09-11T14:59:23.0401605Z compiling 3rdparty\libtommath\bn_mp_sub.obj 2024-09-11T14:59:23.0644029Z bn_mp_sub.c 2024-09-11T14:59:23.1844664Z compiling 3rdparty\libtommath\bn_mp_sub_d.obj 2024-09-11T14:59:23.2099690Z bn_mp_sub_d.c 2024-09-11T14:59:23.3301370Z compiling 3rdparty\libtommath\bn_mp_submod.obj 2024-09-11T14:59:23.3545551Z bn_mp_submod.c 2024-09-11T14:59:23.4892254Z compiling 3rdparty\libtommath\bn_mp_to_radix.obj 2024-09-11T14:59:23.5125754Z bn_mp_to_radix.c 2024-09-11T14:59:23.6476780Z compiling 3rdparty\libtommath\bn_mp_to_sbin.obj 2024-09-11T14:59:23.6711815Z bn_mp_to_sbin.c 2024-09-11T14:59:23.7965905Z compiling 3rdparty\libtommath\bn_mp_to_ubin.obj 2024-09-11T14:59:23.8198071Z bn_mp_to_ubin.c 2024-09-11T14:59:23.9420912Z compiling 3rdparty\libtommath\bn_mp_ubin_size.obj 2024-09-11T14:59:23.9669246Z bn_mp_ubin_size.c 2024-09-11T14:59:24.0989162Z compiling 3rdparty\libtommath\bn_mp_unpack.obj 2024-09-11T14:59:24.1286743Z bn_mp_unpack.c 2024-09-11T14:59:24.2475364Z compiling 3rdparty\libtommath\bn_mp_xor.obj 2024-09-11T14:59:24.2696787Z bn_mp_xor.c 2024-09-11T14:59:24.3917212Z compiling 3rdparty\libtommath\bn_mp_zero.obj 2024-09-11T14:59:24.4161139Z bn_mp_zero.c 2024-09-11T14:59:24.5455950Z compiling 3rdparty\libtommath\bn_prime_tab.obj 2024-09-11T14:59:24.5713358Z bn_prime_tab.c 2024-09-11T14:59:24.6934313Z compiling 3rdparty\libtommath\bn_s_mp_add.obj 2024-09-11T14:59:24.7151290Z bn_s_mp_add.c 2024-09-11T14:59:24.8391051Z compiling 3rdparty\libtommath\bn_s_mp_balance_mul.obj 2024-09-11T14:59:24.8618019Z bn_s_mp_balance_mul.c 2024-09-11T14:59:24.9868728Z compiling 3rdparty\libtommath\bn_s_mp_exptmod.obj 2024-09-11T14:59:25.0081146Z bn_s_mp_exptmod.c 2024-09-11T14:59:25.1369398Z compiling 3rdparty\libtommath\bn_s_mp_exptmod_fast.obj 2024-09-11T14:59:25.1604533Z bn_s_mp_exptmod_fast.c 2024-09-11T14:59:25.2791466Z compiling 3rdparty\libtommath\bn_s_mp_get_bit.obj 2024-09-11T14:59:25.3047441Z bn_s_mp_get_bit.c 2024-09-11T14:59:25.4330869Z compiling 3rdparty\libtommath\bn_s_mp_invmod_fast.obj 2024-09-11T14:59:25.4545456Z bn_s_mp_invmod_fast.c 2024-09-11T14:59:25.5752094Z compiling 3rdparty\libtommath\bn_s_mp_invmod_slow.obj 2024-09-11T14:59:25.5988437Z bn_s_mp_invmod_slow.c 2024-09-11T14:59:25.7149066Z compiling 3rdparty\libtommath\bn_s_mp_karatsuba_mul.obj 2024-09-11T14:59:25.7369591Z bn_s_mp_karatsuba_mul.c 2024-09-11T14:59:25.8569207Z compiling 3rdparty\libtommath\bn_s_mp_karatsuba_sqr.obj 2024-09-11T14:59:25.8799459Z bn_s_mp_karatsuba_sqr.c 2024-09-11T14:59:26.0052155Z compiling 3rdparty\libtommath\bn_s_mp_montgomery_reduce_fast.obj 2024-09-11T14:59:26.0320110Z bn_s_mp_montgomery_reduce_fast.c 2024-09-11T14:59:26.1580976Z compiling 3rdparty\libtommath\bn_s_mp_mul_digs.obj 2024-09-11T14:59:26.1797303Z bn_s_mp_mul_digs.c 2024-09-11T14:59:26.3049570Z compiling 3rdparty\libtommath\bn_s_mp_mul_digs_fast.obj 2024-09-11T14:59:26.3271087Z bn_s_mp_mul_digs_fast.c 2024-09-11T14:59:26.4445273Z compiling 3rdparty\libtommath\bn_s_mp_mul_high_digs.obj 2024-09-11T14:59:26.4661435Z bn_s_mp_mul_high_digs.c 2024-09-11T14:59:26.5822960Z compiling 3rdparty\libtommath\bn_s_mp_mul_high_digs_fast.obj 2024-09-11T14:59:26.6037323Z bn_s_mp_mul_high_digs_fast.c 2024-09-11T14:59:26.7198382Z compiling 3rdparty\libtommath\bn_s_mp_prime_is_divisible.obj 2024-09-11T14:59:26.7443463Z bn_s_mp_prime_is_divisible.c 2024-09-11T14:59:26.8625651Z compiling 3rdparty\libtommath\bn_s_mp_rand_jenkins.obj 2024-09-11T14:59:26.8845730Z bn_s_mp_rand_jenkins.c 2024-09-11T14:59:26.9997116Z compiling 3rdparty\libtommath\bn_s_mp_rand_platform.obj 2024-09-11T14:59:27.0224295Z bn_s_mp_rand_platform.c 2024-09-11T14:59:27.3878026Z compiling 3rdparty\libtommath\bn_s_mp_reverse.obj 2024-09-11T14:59:27.4144420Z bn_s_mp_reverse.c 2024-09-11T14:59:27.5384274Z compiling 3rdparty\libtommath\bn_s_mp_sqr.obj 2024-09-11T14:59:27.5617630Z bn_s_mp_sqr.c 2024-09-11T14:59:27.6850127Z compiling 3rdparty\libtommath\bn_s_mp_sqr_fast.obj 2024-09-11T14:59:27.7069581Z bn_s_mp_sqr_fast.c 2024-09-11T14:59:27.8286812Z compiling 3rdparty\libtommath\bn_s_mp_sub.obj 2024-09-11T14:59:27.8494540Z bn_s_mp_sub.c 2024-09-11T14:59:27.9652332Z compiling 3rdparty\libtommath\bn_s_mp_toom_mul.obj 2024-09-11T14:59:27.9899078Z bn_s_mp_toom_mul.c 2024-09-11T14:59:28.1185494Z compiling 3rdparty\libtommath\bn_s_mp_toom_sqr.obj 2024-09-11T14:59:28.1438479Z bn_s_mp_toom_sqr.c 2024-09-11T14:59:28.2743860Z linking 3rdparty\libtommath\tommath.lib 2024-09-11T14:59:28.9315980Z compiling 3rdparty\libuv\src\fs-poll.obj 2024-09-11T14:59:28.9555041Z fs-poll.c 2024-09-11T14:59:29.8848456Z compiling 3rdparty\libuv\src\idna.obj 2024-09-11T14:59:29.9079753Z idna.c 2024-09-11T14:59:30.5599602Z compiling 3rdparty\libuv\src\inet.obj 2024-09-11T14:59:30.5841833Z inet.c 2024-09-11T14:59:31.2043029Z compiling 3rdparty\libuv\src\random.obj 2024-09-11T14:59:31.2268570Z random.c 2024-09-11T14:59:31.8968743Z compiling 3rdparty\libuv\src\strscpy.obj 2024-09-11T14:59:31.9167391Z strscpy.c 2024-09-11T14:59:32.5331030Z compiling 3rdparty\libuv\src\strtok.obj 2024-09-11T14:59:32.5569214Z strtok.c 2024-09-11T14:59:32.6536804Z compiling 3rdparty\libuv\src\thread-common.obj 2024-09-11T14:59:32.6757610Z thread-common.c 2024-09-11T14:59:33.2731671Z compiling 3rdparty\libuv\src\threadpool.obj 2024-09-11T14:59:33.2983891Z threadpool.c 2024-09-11T14:59:33.9436652Z compiling 3rdparty\libuv\src\timer.obj 2024-09-11T14:59:33.9652520Z timer.c 2024-09-11T14:59:34.5650061Z compiling 3rdparty\libuv\src\uv-common.obj 2024-09-11T14:59:34.5870749Z uv-common.c 2024-09-11T14:59:35.2271470Z compiling 3rdparty\libuv\src\uv-data-getter-setters.obj 2024-09-11T14:59:35.2535558Z uv-data-getter-setters.c 2024-09-11T14:59:35.8713215Z compiling 3rdparty\libuv\src\version.obj 2024-09-11T14:59:35.8946013Z version.c 2024-09-11T14:59:36.5175992Z compiling 3rdparty\libuv\src\win\async.obj 2024-09-11T14:59:36.5410205Z async.c 2024-09-11T14:59:37.1680091Z compiling 3rdparty\libuv\src\win\core.obj 2024-09-11T14:59:37.1911191Z core.c 2024-09-11T14:59:37.8201403Z compiling 3rdparty\libuv\src\win\detect-wakeup.obj 2024-09-11T14:59:37.8464610Z detect-wakeup.c 2024-09-11T14:59:38.4812184Z compiling 3rdparty\libuv\src\win\dl.obj 2024-09-11T14:59:38.5068578Z dl.c 2024-09-11T14:59:39.1102846Z compiling 3rdparty\libuv\src\win\error.obj 2024-09-11T14:59:39.1323057Z error.c 2024-09-11T14:59:39.7590011Z compiling 3rdparty\libuv\src\win\fs-event.obj 2024-09-11T14:59:39.7807216Z fs-event.c 2024-09-11T14:59:40.4306787Z compiling 3rdparty\libuv\src\win\fs.obj 2024-09-11T14:59:40.4531084Z fs.c 2024-09-11T14:59:41.1076683Z compiling 3rdparty\libuv\src\win\getaddrinfo.obj 2024-09-11T14:59:41.1299916Z getaddrinfo.c 2024-09-11T14:59:42.8469054Z compiling 3rdparty\libuv\src\win\getnameinfo.obj 2024-09-11T14:59:42.8688647Z getnameinfo.c 2024-09-11T14:59:43.5936058Z compiling 3rdparty\libuv\src\win\handle.obj 2024-09-11T14:59:43.6166675Z handle.c 2024-09-11T14:59:44.7998291Z compiling 3rdparty\libuv\src\win\loop-watcher.obj 2024-09-11T14:59:44.7998783Z loop-watcher.c 2024-09-11T14:59:45.8164882Z compiling 3rdparty\libuv\src\win\pipe.obj 2024-09-11T14:59:45.8165233Z pipe.c 2024-09-11T14:59:45.8165449Z compiling 3rdparty\libuv\src\win\poll.obj 2024-09-11T14:59:45.8165653Z poll.c 2024-09-11T14:59:46.3872780Z compiling 3rdparty\libuv\src\win\process-stdio.obj 2024-09-11T14:59:47.3194615Z process-stdio.c 2024-09-11T14:59:47.3195082Z compiling 3rdparty\libuv\src\win\process.obj 2024-09-11T14:59:47.3195313Z process.c 2024-09-11T14:59:50.1299002Z compiling 3rdparty\libuv\src\win\signal.obj 2024-09-11T14:59:50.1529500Z signal.c 2024-09-11T14:59:50.8123626Z compiling 3rdparty\libuv\src\win\snprintf.obj 2024-09-11T14:59:50.8363647Z snprintf.c 2024-09-11T14:59:50.9097554Z compiling 3rdparty\libuv\src\win\stream.obj 2024-09-11T14:59:50.9349535Z stream.c 2024-09-11T14:59:51.5737168Z compiling 3rdparty\libuv\src\win\tcp.obj 2024-09-11T14:59:51.5964354Z tcp.c 2024-09-11T14:59:52.2374848Z compiling 3rdparty\libuv\src\win\thread.obj 2024-09-11T14:59:52.2626220Z thread.c 2024-09-11T14:59:52.9015975Z compiling 3rdparty\libuv\src\win\tty.obj 2024-09-11T14:59:52.9238089Z tty.c 2024-09-11T14:59:53.5721938Z compiling 3rdparty\libuv\src\win\udp.obj 2024-09-11T14:59:53.5946627Z udp.c 2024-09-11T14:59:54.2303372Z compiling 3rdparty\libuv\src\win\util.obj 2024-09-11T14:59:54.2575454Z util.c 2024-09-11T14:59:55.2888342Z compiling 3rdparty\libuv\src\win\winapi.obj 2024-09-11T14:59:55.3123726Z winapi.c 2024-09-11T14:59:55.9557267Z compiling 3rdparty\libuv\src\win\winsock.obj 2024-09-11T14:59:55.9782255Z winsock.c 2024-09-11T14:59:56.6220193Z linking 3rdparty\libuv\uv.lib 2024-09-11T14:59:56.9096816Z linking moar.dll 2024-09-11T14:59:59.4124401Z Creating library moar.dll.lib and object moar.dll.exp 2024-09-11T14:59:59.4214771Z Generating code 2024-09-11T15:01:38.7980240Z Finished generating code 2024-09-11T15:01:41.0243107Z linking moar.exe 2024-09-11T15:01:41.2136941Z Generating code 2024-09-11T15:01:41.2628681Z Finished generating code 2024-09-11T15:01:41.4834098Z C:\Strawberry\perl\bin\perl.exe build\mk-moar-pc.pl pkgconfig\moar.pc 2024-09-11T15:01:41.5768315Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\bin" 2024-09-11T15:01:41.6782219Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp moar.exe "D:\a\1\install\bin" 2024-09-11T15:01:41.8181686Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e chmod 755 "D:\a\1\install\bin/moar.exe" 2024-09-11T15:01:41.8910113Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\bin" 2024-09-11T15:01:42.0005344Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e rm_f "D:\a\1\install\bin/moar.dll" 2024-09-11T15:01:42.0926375Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp moar.dll moar.dll.lib "D:\a\1\install\bin" 2024-09-11T15:01:42.2418193Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\share\nqp\lib\MAST" 2024-09-11T15:01:42.3522876Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp lib\MAST\Nodes.nqp "D:\a\1\install\share\nqp\lib\MAST" 2024-09-11T15:01:42.4907600Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp lib\MAST\Ops.nqp "D:\a\1\install\share\nqp\lib\MAST" 2024-09-11T15:01:42.6399259Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\share\pkgconfig" 2024-09-11T15:01:42.7392653Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp pkgconfig\moar.pc "D:\a\1\install\share\pkgconfig" 2024-09-11T15:01:42.8715869Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar" 2024-09-11T15:01:42.9699436Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\gen\config.h "D:\a\1\install\include\moar" 2024-09-11T15:01:43.1037177Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\6model\reprs" 2024-09-11T15:01:43.2145843Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\core" 2024-09-11T15:01:43.3251395Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\gc" 2024-09-11T15:01:43.4373355Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\gen" 2024-09-11T15:01:43.5499475Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\io" 2024-09-11T15:01:43.6519348Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\math" 2024-09-11T15:01:43.7530095Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\platform" 2024-09-11T15:01:43.8552613Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\profiler" 2024-09-11T15:01:43.9649436Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\disp" 2024-09-11T15:01:44.0753804Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\spesh" 2024-09-11T15:01:44.1841115Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\debug" 2024-09-11T15:01:44.2849020Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\strings" 2024-09-11T15:01:44.3932849Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\strings\siphash" 2024-09-11T15:01:44.5015840Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\jit" 2024-09-11T15:01:44.6004189Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\moar\instrument" 2024-09-11T15:01:44.7155516Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\*.h "D:\a\1\install\include\moar" 2024-09-11T15:01:44.8377311Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\*.h "D:\a\1\install\include\moar" 2024-09-11T15:01:44.9811841Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\6model\*.h "D:\a\1\install\include\moar\6model" 2024-09-11T15:01:45.1256919Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\6model\reprs\*.h "D:\a\1\install\include\moar\6model\reprs" 2024-09-11T15:01:45.2866406Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\core\*.h "D:\a\1\install\include\moar\core" 2024-09-11T15:01:45.4571697Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\gc\*.h "D:\a\1\install\include\moar\gc" 2024-09-11T15:01:45.6056045Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\gen\*.h "D:\a\1\install\include\moar\gen" 2024-09-11T15:01:45.7405396Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\io\*.h "D:\a\1\install\include\moar\io" 2024-09-11T15:01:45.8817097Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\math\*.h "D:\a\1\install\include\moar\math" 2024-09-11T15:01:46.0296206Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\platform\*.h "D:\a\1\install\include\moar\platform" 2024-09-11T15:01:46.1697867Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\profiler\*.h "D:\a\1\install\include\moar\profiler" 2024-09-11T15:01:46.3083845Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\disp\*.h "D:\a\1\install\include\moar\disp" 2024-09-11T15:01:46.4545805Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\spesh\*.h "D:\a\1\install\include\moar\spesh" 2024-09-11T15:01:46.6178795Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\debug\*.h "D:\a\1\install\include\moar\debug" 2024-09-11T15:01:46.7808009Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\strings\*.h "D:\a\1\install\include\moar\strings" 2024-09-11T15:01:46.9373219Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\strings\siphash\*.h "D:\a\1\install\include\moar\strings\siphash" 2024-09-11T15:01:47.0757642Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\jit\*.h "D:\a\1\install\include\moar\jit" 2024-09-11T15:01:47.2180073Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp src\instrument\*.h "D:\a\1\install\include\moar\instrument" 2024-09-11T15:01:47.3578994Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libuv" 2024-09-11T15:01:47.4580596Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libuv\uv" 2024-09-11T15:01:47.5667533Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libuv\include\*.h "D:\a\1\install\include\libuv" 2024-09-11T15:01:47.6945620Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libuv\include\uv\*.h "D:\a\1\install\include\libuv\uv" 2024-09-11T15:01:47.8342188Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\armcc" 2024-09-11T15:01:47.9431366Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\gcc" 2024-09-11T15:01:48.0477843Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\hpc" 2024-09-11T15:01:48.1515382Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\ibmc" 2024-09-11T15:01:48.2624488Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\icc" 2024-09-11T15:01:48.3613276Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\loadstore" 2024-09-11T15:01:48.4773980Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\msftc" 2024-09-11T15:01:48.5772035Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\sunc" 2024-09-11T15:01:48.6883647Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\*.h "D:\a\1\install\include\libatomic_ops" 2024-09-11T15:01:48.8244930Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops" 2024-09-11T15:01:48.9682558Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps" 2024-09-11T15:01:49.1238738Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\armcc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\armcc" 2024-09-11T15:01:49.2680038Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\gcc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\gcc" 2024-09-11T15:01:49.4138785Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\hpc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\hpc" 2024-09-11T15:01:49.5601084Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\ibmc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\ibmc" 2024-09-11T15:01:49.6885719Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\icc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\icc" 2024-09-11T15:01:49.8231016Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\loadstore\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\loadstore" 2024-09-11T15:01:49.9672513Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\msftc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\msftc" 2024-09-11T15:01:50.1140337Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libatomicops\src\atomic_ops\sysdeps\sunc\*.h "D:\a\1\install\include\libatomic_ops\atomic_ops\sysdeps\sunc" 2024-09-11T15:01:50.2563401Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\libtommath" 2024-09-11T15:01:50.3641868Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\libtommath\*.h "D:\a\1\install\include\libtommath" 2024-09-11T15:01:50.5070242Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\dyncall" 2024-09-11T15:01:50.6058570Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\dyncall\dynload\*.h "D:\a\1\install\include\dyncall" 2024-09-11T15:01:50.7531868Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\dyncall\dyncall\*.h "D:\a\1\install\include\dyncall" 2024-09-11T15:01:50.9207098Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\dyncall\dyncallback\*.h "D:\a\1\install\include\dyncall" 2024-09-11T15:01:51.0688435Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e mkpath "D:\a\1\install\include\mimalloc" 2024-09-11T15:01:51.1780047Z C:\Strawberry\perl\bin\perl.exe -MExtUtils::Command -e cp 3rdparty\mimalloc\include\*.h "D:\a\1\install\include\mimalloc" 2024-09-11T15:01:51.3350833Z after running install 2024-09-11T15:01:51.3354232Z any pdb files? 2024-09-11T15:01:51.4203943Z 2024-09-11T15:01:51.4213776Z Directory: D:\a\1\MoarVM 2024-09-11T15:01:51.4213987Z 2024-09-11T15:01:51.4217353Z Mode  LastWriteTime Length Name 2024-09-11T15:01:51.4217921Z ----   -------------  ------ ---- 2024-09-11T15:01:51.4218694Z -a--- 9/11/2024 3:01 PM 21098496 moar.dll.pdb 2024-09-11T15:01:51.4226269Z -a--- 9/11/2024 3:01 PM 6254592 moar.exe.pdb 2024-09-11T15:01:51.4232733Z -a--- 9/11/2024 2:59 PM 831488 vc140.pdb 2024-09-11T15:01:51.4235723Z copying them 2024-09-11T15:01:51.4570674Z 2024-09-11T15:01:51.4575078Z Directory: D:\a\1\install\bin 2024-09-11T15:01:51.4575336Z 2024-09-11T15:01:51.4577324Z Mode  LastWriteTime Length Name 2024-09-11T15:01:51.4578201Z ----   -------------  ------ ---- 2024-09-11T15:01:51.4578903Z -a--- 9/11/2024 3:01 PM 9073152 moar.dll 2024-09-11T15:01:51.4584888Z -a--- 9/11/2024 2:59 PM 53432 moar.dll.lib 2024-09-11T15:01:51.4589484Z -a--- 9/11/2024 3:01 PM 21098496 moar.dll.pdb 2024-09-11T15:01:51.4725920Z -a--- 9/11/2024 3:01 PM 493056 moar.exe 2024-09-11T15:01:51.4731878Z -a--- 9/11/2024 3:01 PM 6254592 moar.exe.pdb 2024-09-11T15:01:51.4902218Z 2024-09-11T15:01:51.5782347Z ##[section]Finishing: Build MoarVM (Windows)