chadjoan

phobos build - libcurl failure

Jul 5th, 2017
472
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.92 KB | None | 0 0
  1. C:\D\dmd2\src\druntime>make -fwin64.mak
  2. mkdir import\core\stdc
  3. A subdirectory or file import\core\stdc already exists.
  4. mkdir import\core\stdcpp
  5. A subdirectory or file import\core\stdcpp already exists.
  6. mkdir import\core\internal
  7. A subdirectory or file import\core\internal already exists.
  8. mkdir import\core\sys\darwin\mach
  9. A subdirectory or file import\core\sys\darwin\mach already exists.
  10. mkdir import\core\sys\freebsd\sys
  11. A subdirectory or file import\core\sys\freebsd\sys already exists.
  12. mkdir import\core\sys\linux\sys
  13. A subdirectory or file import\core\sys\linux\sys already exists.
  14. mkdir import\core\sys\osx\mach
  15. A subdirectory or file import\core\sys\osx\mach already exists.
  16. mkdir import\core\sys\posix\arpa
  17. A subdirectory or file import\core\sys\posix\arpa already exists.
  18. mkdir import\core\sys\posix\net
  19. A subdirectory or file import\core\sys\posix\net already exists.
  20. mkdir import\core\sys\posix\netinet
  21. A subdirectory or file import\core\sys\posix\netinet already exists.
  22. mkdir import\core\sys\posix\sys
  23. A subdirectory or file import\core\sys\posix\sys already exists.
  24. mkdir import\core\sys\solaris\sys
  25. A subdirectory or file import\core\sys\solaris\sys already exists.
  26. mkdir import\core\sys\windows
  27. A subdirectory or file import\core\sys\windows already exists.
  28. mkdir import\etc\linux
  29. A subdirectory or file import\etc\linux already exists.
  30. copy src\core\sys\darwin\sys\cdefs.d import\core\sys\darwin\sys\cdefs.d
  31. The system cannot find the path specified.
  32. 0 file(s) copied.
  33. copy src\core\sys\darwin\sys\event.d import\core\sys\darwin\sys\event.d
  34. The system cannot find the path specified.
  35. 0 file(s) copied.
  36. copy src\core\sys\darwin\sys\mman.d import\core\sys\darwin\sys\mman.d
  37. The system cannot find the path specified.
  38. 0 file(s) copied.
  39. copy src\core\sys\linux\sys\netinet\tcp.d import\core\sys\linux\sys\netinet\tcp.d
  40. The system cannot find the path specified.
  41. 0 file(s) copied.
  42. copy src\core\sys\openbsd\dlfcn.d import\core\sys\openbsd\dlfcn.d
  43. The system cannot find the path specified.
  44. 0 file(s) copied.
  45. copy src\core\sys\osx\sys\cdefs.d import\core\sys\osx\sys\cdefs.d
  46. The system cannot find the path specified.
  47. 0 file(s) copied.
  48. copy src\core\sys\osx\sys\mman.d import\core\sys\osx\sys\mman.d
  49. The system cannot find the path specified.
  50. 0 file(s) copied.
  51. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" -c -Foerrno_c_64.obj /Z7 /I"\Program Files (x86)\Microsoft Visua
  52. l Studio 12.0\VC"\INCLUDE /I"\Program Files (x86)\Microsoft SDKs\Windows\v7.0A"\Include /Zl src\core\stdc\errno.c
  53. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64
  54. Copyright (C) Microsoft Corporation. All rights reserved.
  55.  
  56. errno.c
  57.  
  58. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" -c -Fomsvc_64.obj /Z7 /I"\Program Files (x86)\Microsoft Visual S
  59. tudio 12.0\VC"\INCLUDE /I"\Program Files (x86)\Microsoft SDKs\Windows\v7.0A"\Include /Zl src\rt\msvc.c
  60. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64
  61. Copyright (C) Microsoft Corporation. All rights reserved.
  62.  
  63. msvc.c
  64.  
  65. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" -c -Fomsvc_math_64.obj /Z7 /I"\Program Files (x86)\Microsoft Vis
  66. ual Studio 12.0\VC"\INCLUDE /I"\Program Files (x86)\Microsoft SDKs\Windows\v7.0A"\Include /Zl src\rt\msvc_math.c
  67. Microsoft (R) C/C++ Optimizing Compiler Version 18.00.40629 for x64
  68. Copyright (C) Microsoft Corporation. All rights reserved.
  69.  
  70. msvc_math.c
  71.  
  72. dmd -lib -oflib\druntime64.lib -Xfdruntime.json -m64 -conf= -O -release -dip1000 -inline -w -Isrc -Iimport src\object.d src\core\a
  73. tomic.d src\core\attribute.d src\core\bitop.d src\core\checkedint.d src\core\cpuid.d src\core\demangle.d src\core\exception.d
  74. src\core\math.d src\core\memory.d src\core\runtime.d src\core\simd.d src\core\thread.d src\core\time.d src\core\vararg.d sr
  75. c\core\internal\abort.d src\core\internal\convert.d src\core\internal\hash.d src\core\internal\spinlock.d src\core\internal\stri
  76. ng.d src\core\internal\traits.d src\core\stdc\complex.d src\core\stdc\config.d src\core\stdc\ctype.d src\core\stdc\errno.d sr
  77. c\core\stdc\fenv.d src\core\stdc\float_.d src\core\stdc\inttypes.d src\core\stdc\limits.d src\core\stdc\locale.d src\core\stdc\
  78. math.d src\core\stdc\signal.d src\core\stdc\stdarg.d src\core\stdc\stddef.d src\core\stdc\stdint.d src\core\stdc\stdio.d src\c
  79. ore\stdc\stdlib.d src\core\stdc\string.d src\core\stdc\time.d src\core\stdc\wchar_.d src\core\sync\barrier.d src\core\sync\con
  80. dition.d src\core\sync\config.d src\core\sync\exception.d src\core\sync\mutex.d src\core\sync\rwmutex.d src\core\sync\semaphore
  81. .d src\core\sys\freebsd\execinfo.d src\core\sys\freebsd\sys\event.d src\core\sys\linux\stdio.d src\core\sys\linux\tipc.d src\
  82. core\sys\linux\sys\inotify.d src\core\sys\linux\sys\mman.d src\core\sys\linux\sys\signalfd.d src\core\sys\linux\sys\socket.d src
  83. \core\sys\linux\sys\sysinfo.d src\core\sys\linux\sys\time.d src\core\sys\linux\sys\xattr.d src\core\sys\linux\sys\netinet\tcp.d
  84. src\core\sys\posix\dirent.d src\core\sys\posix\signal.d src\core\sys\posix\netdb.d src\core\sys\posix\netinet\in_.d src\core\sy
  85. s\posix\arpa\inet.d src\core\sys\posix\sys\ioctl.d src\core\sys\posix\sys\ipc.d src\core\sys\posix\sys\mman.d src\core\sys\posi
  86. x\sys\resource.d src\core\sys\posix\sys\select.d src\core\sys\posix\sys\shm.d src\core\sys\posix\sys\socket.d src\core\sys\posix
  87. \sys\stat.d src\core\sys\posix\sys\statvfs.d src\core\sys\posix\sys\time.d src\core\sys\posix\sys\types.d src\core\sys\posix\sys
  88. \uio.d src\core\sys\posix\sys\un.d src\core\sys\posix\sys\wait.d src\core\sys\posix\sys\utsname.d src\core\sys\solaris\sys\prio
  89. cntl.d src\core\sys\solaris\sys\types.d src\core\sys\solaris\sys\procset.d src\core\sys\windows\accctrl.d src\core\sys\windows\
  90. aclapi.d src\core\sys\windows\aclui.d src\core\sys\windows\basetsd.d src\core\sys\windows\basetyps.d src\core\sys\windows\cderr.
  91. d src\core\sys\windows\cguid.d src\core\sys\windows\com.d src\core\sys\windows\comcat.d src\core\sys\windows\commctrl.d src\cor
  92. e\sys\windows\commdlg.d src\core\sys\windows\core.d src\core\sys\windows\cpl.d src\core\sys\windows\cplext.d src\core\sys\window
  93. s\custcntl.d src\core\sys\windows\dbghelp.d src\core\sys\windows\dbghelp_types.d src\core\sys\windows\dbt.d src\core\sys\windows
  94. \dde.d src\core\sys\windows\ddeml.d src\core\sys\windows\dhcpcsdk.d src\core\sys\windows\dlgs.d src\core\sys\windows\dll.d src\
  95. core\sys\windows\docobj.d src\core\sys\windows\errorrep.d src\core\sys\windows\exdisp.d src\core\sys\windows\exdispid.d src\core
  96. \sys\windows\httpext.d src\core\sys\windows\idispids.d src\core\sys\windows\imagehlp.d src\core\sys\windows\imm.d src\core\sys\w
  97. indows\intshcut.d src\core\sys\windows\ipexport.d src\core\sys\windows\iphlpapi.d src\core\sys\windows\ipifcons.d src\core\sys\w
  98. indows\iprtrmib.d src\core\sys\windows\iptypes.d src\core\sys\windows\isguids.d src\core\sys\windows\lm.d src\core\sys\windows\l
  99. maccess.d src\core\sys\windows\lmalert.d src\core\sys\windows\lmapibuf.d src\core\sys\windows\lmat.d src\core\sys\windows\lmaudi
  100. t.d src\core\sys\windows\lmbrowsr.d src\core\sys\windows\lmchdev.d src\core\sys\windows\lmconfig.d src\core\sys\windows\lmcons.d
  101. src\core\sys\windows\lmerr.d src\core\sys\windows\lmerrlog.d src\core\sys\windows\lmmsg.d src\core\sys\windows\lmremutl.d src\
  102. core\sys\windows\lmrepl.d src\core\sys\windows\lmserver.d src\core\sys\windows\lmshare.d src\core\sys\windows\lmsname.d src\core
  103. \sys\windows\lmstats.d src\core\sys\windows\lmsvc.d src\core\sys\windows\lmuse.d src\core\sys\windows\lmuseflg.d src\core\sys\wi
  104. ndows\lmwksta.d src\core\sys\windows\lzexpand.d src\core\sys\windows\mapi.d src\core\sys\windows\mciavi.d src\core\sys\windows\m
  105. cx.d src\core\sys\windows\mgmtapi.d src\core\sys\windows\mmsystem.d src\core\sys\windows\msacm.d src\core\sys\windows\mshtml.d
  106. src\core\sys\windows\mswsock.d src\core\sys\windows\nb30.d src\core\sys\windows\nddeapi.d src\core\sys\windows\nspapi.d src\core
  107. \sys\windows\ntdef.d src\core\sys\windows\ntdll.d src\core\sys\windows\ntldap.d src\core\sys\windows\ntsecapi.d src\core\sys\win
  108. dows\ntsecpkg.d src\core\sys\windows\oaidl.d src\core\sys\windows\objbase.d src\core\sys\windows\objfwd.d src\core\sys\windows\o
  109. bjidl.d src\core\sys\windows\objsafe.d src\core\sys\windows\ocidl.d src\core\sys\windows\odbcinst.d src\core\sys\windows\ole.d
  110. src\core\sys\windows\ole2.d src\core\sys\windows\ole2ver.d src\core\sys\windows\oleacc.d src\core\sys\windows\oleauto.d src\core
  111. \sys\windows\olectl.d src\core\sys\windows\olectlid.d src\core\sys\windows\oledlg.d src\core\sys\windows\oleidl.d src\core\sys\w
  112. indows\pbt.d src\core\sys\windows\powrprof.d src\core\sys\windows\prsht.d src\core\sys\windows\psapi.d src\core\sys\windows\rapi
  113. .d src\core\sys\windows\ras.d src\core\sys\windows\rasdlg.d src\core\sys\windows\raserror.d src\core\sys\windows\rassapi.d src\
  114. core\sys\windows\reason.d src\core\sys\windows\regstr.d src\core\sys\windows\richedit.d src\core\sys\windows\richole.d src\core\
  115. sys\windows\rpc.d src\core\sys\windows\rpcdce.d src\core\sys\windows\rpcdce2.d src\core\sys\windows\rpcdcep.d src\core\sys\windo
  116. ws\rpcndr.d src\core\sys\windows\rpcnsi.d src\core\sys\windows\rpcnsip.d src\core\sys\windows\rpcnterr.d src\core\sys\windows\sc
  117. hannel.d src\core\sys\windows\secext.d src\core\sys\windows\security.d src\core\sys\windows\servprov.d src\core\sys\windows\setu
  118. papi.d src\core\sys\windows\shellapi.d src\core\sys\windows\shldisp.d src\core\sys\windows\shlguid.d src\core\sys\windows\shlobj
  119. .d src\core\sys\windows\shlwapi.d src\core\sys\windows\snmp.d src\core\sys\windows\sql.d src\core\sys\windows\sqlext.d src\core
  120. \sys\windows\sqltypes.d src\core\sys\windows\sqlucode.d src\core\sys\windows\sspi.d src\core\sys\windows\stacktrace.d src\core\s
  121. ys\windows\stat.d src\core\sys\windows\subauth.d src\core\sys\windows\threadaux.d src\core\sys\windows\tlhelp32.d src\core\sys\w
  122. indows\tmschema.d src\core\sys\windows\unknwn.d src\core\sys\windows\uuid.d src\core\sys\windows\vfw.d src\core\sys\windows\w32a
  123. pi.d src\core\sys\windows\winbase.d src\core\sys\windows\winber.d src\core\sys\windows\wincon.d src\core\sys\windows\wincrypt.d
  124. src\core\sys\windows\windef.d src\core\sys\windows\windows.d src\core\sys\windows\winerror.d src\core\sys\windows\wingdi.d src\
  125. core\sys\windows\winhttp.d src\core\sys\windows\wininet.d src\core\sys\windows\winioctl.d src\core\sys\windows\winldap.d src\cor
  126. e\sys\windows\winnetwk.d src\core\sys\windows\winnls.d src\core\sys\windows\winnt.d src\core\sys\windows\winperf.d src\core\sys\
  127. windows\winreg.d src\core\sys\windows\winsock2.d src\core\sys\windows\winspool.d src\core\sys\windows\winsvc.d src\core\sys\wind
  128. ows\winuser.d src\core\sys\windows\winver.d src\core\sys\windows\wtsapi32.d src\core\sys\windows\wtypes.d src\gc\bits.d src\gc
  129. \config.d src\gc\gcinterface.d src\gc\os.d src\gc\pooltable.d src\gc\proxy.d src\gc\impl\conservative\gc.d src\gc\impl\manual\
  130. gc.d src\rt\aApply.d src\rt\aApplyR.d src\rt\aaA.d src\rt\adi.d src\rt\alloca.d src\rt\arrayassign.d src\rt\arraybyte.d src
  131. \rt\arraycast.d src\rt\arraycat.d src\rt\arraydouble.d src\rt\arrayfloat.d src\rt\arrayint.d src\rt\arrayreal.d src\rt\arraysh
  132. ort.d src\rt\cast_.d src\rt\cmath2.d src\rt\config.d src\rt\cover.d src\rt\critical_.d src\rt\deh.d src\rt\deh_win32.d src\r
  133. t\deh_win64_posix.d src\rt\dmain2.d src\rt\dwarfeh.d src\rt\invariant.d src\rt\lifetime.d src\rt\llmath.d src\rt\memory.d src
  134. \rt\memset.d src\rt\minfo.d src\rt\monitor_.d src\rt\obj.d src\rt\profilegc.d src\rt\qsort.d src\rt\sections.d src\rt\section
  135. s_android.d src\rt\sections_elf_shared.d src\rt\sections_osx_x86.d src\rt\sections_osx_x86_64.d src\rt\sections_solaris.d src\r
  136. t\sections_win32.d src\rt\sections_win64.d src\rt\switch_.d src\rt\tlsgc.d src\rt\trace.d src\rt\tracegc.d src\rt\unwind.d s
  137. rc\rt\backtrace\dwarf.d src\rt\backtrace\elf.d src\rt\util\array.d src\rt\util\hash.d src\rt\util\random.d src\rt\util\typeinf
  138. o.d src\rt\util\utf.d src\rt\util\container\array.d src\rt\util\container\common.d src\rt\util\container\hashtab.d src\rt\util\
  139. container\treap.d src\rt\typeinfo\ti_Acdouble.d src\rt\typeinfo\ti_Acfloat.d src\rt\typeinfo\ti_Acreal.d src\rt\typeinfo\ti_Ado
  140. uble.d src\rt\typeinfo\ti_Afloat.d src\rt\typeinfo\ti_Ag.d src\rt\typeinfo\ti_Aint.d src\rt\typeinfo\ti_Along.d src\rt\typeinfo
  141. \ti_Areal.d src\rt\typeinfo\ti_Ashort.d src\rt\typeinfo\ti_byte.d src\rt\typeinfo\ti_C.d src\rt\typeinfo\ti_cdouble.d src\rt\ty
  142. peinfo\ti_cent.d src\rt\typeinfo\ti_cfloat.d src\rt\typeinfo\ti_char.d src\rt\typeinfo\ti_creal.d src\rt\typeinfo\ti_dchar.d sr
  143. c\rt\typeinfo\ti_delegate.d src\rt\typeinfo\ti_double.d src\rt\typeinfo\ti_float.d src\rt\typeinfo\ti_idouble.d src\rt\typeinfo\
  144. ti_ifloat.d src\rt\typeinfo\ti_int.d src\rt\typeinfo\ti_ireal.d src\rt\typeinfo\ti_long.d src\rt\typeinfo\ti_n.d src\rt\typeinf
  145. o\ti_ptr.d src\rt\typeinfo\ti_real.d src\rt\typeinfo\ti_short.d src\rt\typeinfo\ti_ubyte.d src\rt\typeinfo\ti_ucent.d src\rt\ty
  146. peinfo\ti_uint.d src\rt\typeinfo\ti_ulong.d src\rt\typeinfo\ti_ushort.d src\rt\typeinfo\ti_void.d src\rt\typeinfo\ti_wchar.d s
  147. rc\etc\linux\memoryerror.d errno_c_64.obj msvc_64.obj msvc_math_64.obj
  148. src\core\sys\windows\odbcinst.d(157): Deprecation: function core.sys.windows.odbcinst.SQLInstallTranslatorW is deprecated
  149. src\core\sys\windows\odbcinst.d(157): Deprecation: function core.sys.windows.odbcinst.SQLInstallTranslatorW is deprecated
  150.  
  151. dmd -c -oflib\gcstub64.obj src\gcstub\gc.d -m64 -conf= -O -release -dip1000 -inline -w -Isrc -Iimport
  152.  
  153.  
  154. C:\D\dmd2\src\druntime>cd ..\phobos
  155.  
  156. C:\D\dmd2\src\phobos>make -fwin64.mak
  157. cd etc\c\zlib
  158. make -f win64.mak MODEL=64 zlib64.lib "CC=\"\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl""\"" "LIB=\"\Program F
  159. iles (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\lib""\"" "VCDIR=\Program Files (x86)\Microsoft Visual Studio 12.0\VC"
  160. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  161. 2.0\VC\INCLUDE" /Zl adler32.c
  162. adler32.c
  163.  
  164. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  165. 2.0\VC\INCLUDE" /Zl compress.c
  166. compress.c
  167.  
  168. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  169. 2.0\VC\INCLUDE" /Zl crc32.c
  170. crc32.c
  171.  
  172. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  173. 2.0\VC\INCLUDE" /Zl deflate.c
  174. deflate.c
  175.  
  176. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  177. 2.0\VC\INCLUDE" /Zl gzclose.c
  178. gzclose.c
  179.  
  180. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  181. 2.0\VC\INCLUDE" /Zl gzlib.c
  182. gzlib.c
  183.  
  184. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  185. 2.0\VC\INCLUDE" /Zl gzread.c
  186. gzread.c
  187.  
  188. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  189. 2.0\VC\INCLUDE" /Zl gzwrite.c
  190. gzwrite.c
  191.  
  192. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  193. 2.0\VC\INCLUDE" /Zl infback.c
  194. infback.c
  195.  
  196. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  197. 2.0\VC\INCLUDE" /Zl inffast.c
  198. inffast.c
  199.  
  200. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  201. 2.0\VC\INCLUDE" /Zl inflate.c
  202. inflate.c
  203.  
  204. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  205. 2.0\VC\INCLUDE" /Zl inftrees.c
  206. inftrees.c
  207.  
  208. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  209. 2.0\VC\INCLUDE" /Zl trees.c
  210. trees.c
  211.  
  212. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  213. 2.0\VC\INCLUDE" /Zl uncompr.c
  214. uncompr.c
  215.  
  216. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\cl" /c /O2 /nologo /I"\Program Files (x86)\Microsoft Visual Studio 1
  217. 2.0\VC\INCLUDE" /Zl zutil.c
  218. zutil.c
  219.  
  220. "\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\amd64\lib" /nologo /OUT:zlib64.lib adler32.obj compress.obj crc32.obj defl
  221. ate.obj gzclose.obj gzlib.obj gzread.obj gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.o
  222. bj
  223.  
  224.  
  225. cd ..\..\..
  226. dmd -lib -ofphobos64.lib -Xfphobos.json -conf= -m64 -O -release -w -dip25 -I..\druntime\import std\stdio.d std\stdiobase.d std\str
  227. ing.d std\format.d std\file.d std\array.d std\functional.d std\path.d std\outbuffer.d std\utf.d std\csv.d std\complex.d st
  228. d\numeric.d std\bigint.d std\math.d std\uni.d std\base64.d std\ascii.d std\demangle.d std\uri.d std\mmfile.d std\getopt.d
  229. std\signals.d std\meta.d std\typetuple.d std\traits.d std\encoding.d std\xml.d std\random.d std\exception.d std\compiler.d
  230. std\system.d std\concurrency.d std\concurrencybase.d std\datetime.d std\bitmanip.d std\typecons.d std\uuid.d std\variant.d s
  231. td\zlib.d std\socket.d std\conv.d std\zip.d std\stdint.d std\json.d std\parallelism.d std\mathspecial.d std\process.d std\a
  232. lgorithm\package.d std\algorithm\comparison.d std\algorithm\iteration.d std\algorithm\mutation.d std\algorithm\searching.d std\
  233. algorithm\setops.d std\algorithm\sorting.d std\algorithm\internal.d std\container\array.d std\container\binaryheap.d std\contai
  234. ner\dlist.d std\container\rbtree.d std\container\slist.d std\container\util.d std\container\package.d std\digest\crc.d std\dig
  235. est\sha.d std\digest\md.d std\digest\ripemd.d std\digest\digest.d std\digest\hmac.d std\digest\murmurhash.d std\net\isemail.d
  236. std\net\curl.d std\range\package.d std\range\primitives.d std\range\interfaces.d std\regex\internal\ir.d std\regex\package.d
  237. std\regex\internal\parser.d std\regex\internal\tests.d std\regex\internal\backtracking.d std\regex\internal\thompson.d std\regex
  238. \internal\kickstart.d std\regex\internal\generator.d std\c\process.d std\c\stdlib.d std\c\time.d std\c\stdio.d std\c\math.d s
  239. td\c\stdarg.d std\c\stddef.d std\c\fenv.d std\c\string.d std\c\locale.d std\c\wcharh.d std\windows\registry.d std\windows\iun
  240. known.d std\windows\syserror.d std\windows\charset.d std\c\windows\windows.d std\c\windows\com.d std\c\windows\winsock.d std\c
  241. \windows\stat.d std\internal\cstring.d std\internal\encodinginit.d std\internal\processinit.d std\internal\unicode_tables.d std
  242. \internal\unicode_comp.d std\internal\unicode_decomp.d std\internal\unicode_grapheme.d std\internal\unicode_norm.d std\internal\
  243. scopebuffer.d std\internal\test\dummyrange.d std\internal\digest\sha_SSSE3.d std\internal\math\biguintcore.d std\internal\math\b
  244. iguintnoasm.d std\internal\math\biguintx86.d std\internal\math\gammafunction.d std\internal\math\errorfunction.d std\internal\wi
  245. ndows\advapi32.d std\experimental\checkedint.d std\experimental\typecons.d std\experimental\allocator\common.d std\experimental\a
  246. llocator\gc_allocator.d std\experimental\allocator\mallocator.d std\experimental\allocator\mmap_allocator.d std\experimental\allo
  247. cator\showcase.d std\experimental\allocator\typed.d std\experimental\allocator\package.d std\experimental\allocator\building_bloc
  248. ks\affix_allocator.d std\experimental\allocator\building_blocks\allocator_list.d std\experimental\allocator\building_blocks\bitmap
  249. ped_block.d std\experimental\allocator\building_blocks\bucketizer.d std\experimental\allocator\building_blocks\fallback_allocator.
  250. d std\experimental\allocator\building_blocks\free_list.d std\experimental\allocator\building_blocks\free_tree.d std\experimental\
  251. allocator\building_blocks\kernighan_ritchie.d std\experimental\allocator\building_blocks\null_allocator.d std\experimental\allocat
  252. or\building_blocks\quantizer.d std\experimental\allocator\building_blocks\region.d std\experimental\allocator\building_blocks\scop
  253. ed_allocator.d std\experimental\allocator\building_blocks\segregator.d std\experimental\allocator\building_blocks\stats_collector.
  254. d std\experimental\allocator\building_blocks\package.d std\experimental\logger\core.d std\experimental\logger\filelogger.d std\e
  255. xperimental\logger\multilogger.d std\experimental\logger\nulllogger.d std\experimental\logger\package.d etc\c\zlib.d etc\c\cur
  256. l.d etc\c\sqlite3.d etc\c\odbc\sql.d etc\c\odbc\sqlext.d etc\c\odbc\sqltypes.d etc\c\odbc\sqlucode.d etc\c\zlib\zlib64.lib ..\
  257. druntime\lib\druntime64.lib
  258. std\windows\registry.d(47): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  259. ode instead.
  260. std\windows\registry.d(47): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  261. ode instead.
  262. std\windows\registry.d(47): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.en
  263. code instead.
  264. std\windows\registry.d(47): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.en
  265. code instead.
  266. std\file.d(2962): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  267. d.
  268. std\file.d(2962): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  269. d.
  270. std\file.d(2638): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  271. d.
  272. std\file.d(2638): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  273. d.
  274. std\file.d(4278): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  275. d.
  276. std\file.d(4278): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  277. d.
  278. std\datetime.d(30496): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.encode
  279. instead.
  280. std\datetime.d(30496): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.encode
  281. instead.
  282. std\windows\charset.d(117): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  283. ode instead.
  284.  
  285.  
  286. C:\D\dmd2\src\phobos>make -fwin64.mak unittest
  287. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest1.obj std\stdio.d std\stdiobase.d std\string.d std\f
  288. ormat.d std\file.d
  289. std\file.d(2962): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  290. d.
  291. std\file.d(2962): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  292. d.
  293. std\file.d(2638): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  294. d.
  295. std\file.d(2638): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  296. d.
  297. std\file.d(4278): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  298. d.
  299. std\file.d(4278): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instea
  300. d.
  301.  
  302. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest2.obj std\range\package.d std\range\primitives.d std\
  303. range\interfaces.d
  304.  
  305. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest2a.obj std\array.d std\functional.d std\path.d std\o
  306. utbuffer.d std\utf.d
  307.  
  308. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest3.obj std\csv.d std\complex.d std\numeric.d std\bigi
  309. nt.d
  310.  
  311. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest3a.obj std\math.d
  312. test disabled on x86_64, see bug 5628
  313.  
  314. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest3b.obj std\uni.d std\base64.d std\ascii.d std\demang
  315. le.d std\uri.d std\mmfile.d std\getopt.d
  316. std\uri.d(323): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instead.
  317.  
  318. std\uri.d(323): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instead.
  319.  
  320. std\uri.d(323): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.encode instead.
  321.  
  322.  
  323. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest3c.obj std\signals.d std\meta.d std\typetuple.d std\
  324. traits.d std\encoding.d std\xml.d std\random.d std\exception.d std\compiler.d std\system.d std\concurrency.d std\concurrency
  325. base.d
  326. std\traits.d-mixin-7672(7672): Deprecation: std.internal.test.uda.HasPrivateMembers.c is not visible from module traits
  327. std\traits.d-mixin-7672(7672): Deprecation: std.internal.test.uda.HasPrivateMembers.d is not visible from module traits
  328. std\traits.d-mixin-7664(7664): Deprecation: std.internal.test.uda.HasPrivateMembers.c is not visible from module traits
  329.  
  330. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest3d.obj std\datetime.d std\bitmanip.d std\typecons.d
  331. std\datetime.d(30496): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.encode
  332. instead.
  333. std\datetime.d(30496): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.encode
  334. instead.
  335.  
  336. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest4.obj std\uuid.d std\digest\crc.d std\digest\sha.d st
  337. d\digest\md.d std\digest\ripemd.d std\digest\digest.d std\digest\hmac.d std\digest\murmurhash.d
  338.  
  339. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest5a.obj std\algorithm\package.d std\algorithm\compariso
  340. n.d std\algorithm\iteration.d std\algorithm\mutation.d
  341.  
  342. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest5b.obj std\algorithm\searching.d std\algorithm\setops.
  343. d std\algorithm\sorting.d std\algorithm\internal.d
  344.  
  345. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6a.obj std\variant.d
  346.  
  347. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6c.obj std\zlib.d
  348.  
  349. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6e.obj std\socket.d
  350.  
  351. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6g.obj std\container\array.d std\container\binaryheap.
  352. d std\container\dlist.d std\container\rbtree.d std\container\slist.d std\container\util.d std\container\package.d
  353.  
  354. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6h.obj std\conv.d
  355.  
  356. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest6i.obj std\zip.d
  357.  
  358. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest7.obj std\stdint.d std\json.d std\parallelism.d std\
  359. mathspecial.d std\process.d std\experimental\logger\core.d std\experimental\logger\filelogger.d std\experimental\logger\multilogg
  360. er.d std\experimental\logger\nulllogger.d std\experimental\logger\package.d
  361.  
  362. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8a.obj std\regex\internal\ir.d std\regex\package.d st
  363. d\regex\internal\parser.d std\regex\internal\tests.d std\regex\internal\backtracking.d std\regex\internal\thompson.d std\regex\i
  364. nternal\kickstart.d std\regex\internal\generator.d
  365.  
  366. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8b.obj std\net\isemail.d std\net\curl.d
  367.  
  368. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8c.obj std\c\process.d std\c\stdlib.d std\c\time.d s
  369. td\c\stdio.d std\c\math.d std\c\stdarg.d std\c\stddef.d std\c\fenv.d std\c\string.d std\c\locale.d std\c\wcharh.d std\windows
  370. \registry.d std\windows\iunknown.d std\windows\syserror.d std\windows\charset.d std\c\windows\windows.d std\c\windows\com.d std
  371. \c\windows\winsock.d std\c\windows\stat.d
  372. std\windows\registry.d(47): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  373. ode instead.
  374. std\windows\registry.d(47): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  375. ode instead.
  376. std\windows\registry.d(47): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.en
  377. code instead.
  378. std\windows\registry.d(47): Deprecation: function std.utf.toUTF16 is deprecated - To be removed November 2017. Please use std.utf.en
  379. code instead.
  380. std\windows\charset.d(117): Deprecation: function std.utf.toUTF8 is deprecated - To be removed November 2017. Please use std.utf.enc
  381. ode instead.
  382.  
  383. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8d.obj std\internal\cstring.d std\internal\encodingini
  384. t.d std\internal\processinit.d std\internal\unicode_tables.d std\internal\unicode_comp.d std\internal\unicode_decomp.d std\inte
  385. rnal\unicode_grapheme.d std\internal\unicode_norm.d std\internal\scopebuffer.d std\internal\test\dummyrange.d std\internal\digest
  386. \sha_SSSE3.d std\internal\math\biguintcore.d std\internal\math\biguintnoasm.d std\internal\math\biguintx86.d std\internal\math\ga
  387. mmafunction.d std\internal\math\errorfunction.d std\internal\windows\advapi32.d
  388.  
  389. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8e.obj etc\c\zlib.d etc\c\curl.d etc\c\sqlite3.d et
  390. c\c\odbc\sql.d etc\c\odbc\sqlext.d etc\c\odbc\sqltypes.d etc\c\odbc\sqlucode.d
  391.  
  392. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest8f.obj std\experimental\checkedint.d std\experimental\t
  393. ypecons.d
  394. Could not locate matching function for: FuncInfo!("foo", void())
  395. Could not locate matching function for: FuncInfo!("bar", void())
  396. Could not locate matching function for: FuncInfo!("foo", void())
  397. Could not locate matching function for: FuncInfo!("refresh", int())
  398. Could not locate matching function for: FuncInfo!("refresh", int())
  399. Could not locate matching function for: FuncInfo!("refresh", int())
  400.  
  401. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -c -unittest -ofunittest9.obj std\experimental\allocator\common.d std\experime
  402. ntal\allocator\gc_allocator.d std\experimental\allocator\mallocator.d std\experimental\allocator\mmap_allocator.d std\experimenta
  403. l\allocator\showcase.d std\experimental\allocator\typed.d std\experimental\allocator\package.d std\experimental\allocator\buildin
  404. g_blocks\affix_allocator.d std\experimental\allocator\building_blocks\allocator_list.d std\experimental\allocator\building_blocks\
  405. bitmapped_block.d std\experimental\allocator\building_blocks\bucketizer.d std\experimental\allocator\building_blocks\fallback_allo
  406. cator.d std\experimental\allocator\building_blocks\free_list.d std\experimental\allocator\building_blocks\free_tree.d std\experim
  407. ental\allocator\building_blocks\kernighan_ritchie.d std\experimental\allocator\building_blocks\null_allocator.d std\experimental\a
  408. llocator\building_blocks\quantizer.d std\experimental\allocator\building_blocks\region.d std\experimental\allocator\building_block
  409. s\scoped_allocator.d std\experimental\allocator\building_blocks\segregator.d std\experimental\allocator\building_blocks\stats_coll
  410. ector.d std\experimental\allocator\building_blocks\package.d
  411.  
  412. dmd -conf= -g -m64 -O -w -dip25 -I..\druntime\import -L/OPT:NOICF -unittest unittest.d unittest1.obj unittest2.obj unittest2a.obj
  413. unittest3.obj unittest3a.obj unittest3b.obj unittest3c.obj unittest3d.obj unittest4.obj unittest5a.obj unittest5b.obj unitt
  414. est6a.obj unittest6c.obj unittest6e.obj unittest6g.obj unittest6h.obj unittest6i.obj unittest7.obj unittest8a.obj unittest8b
  415. .obj unittest8c.obj unittest8d.obj unittest8e.obj unittest8f.obj unittest9.obj etc\c\zlib\zlib64.lib ..\druntime\lib\druntime6
  416. 4.lib
  417.  
  418. .\unittest.exe
  419.  
  420. std.net.curl.CurlException@std\net\curl.d(4157): Failed to load curl, tried "libcurl.dll", "curl.dll".
  421. ----------------
  422. 0x00007FF6A9254EDB in std.exception.bailOut!(std.net.curl.CurlException).bailOut at C:\D\dmd2\src\phobos\std\exception.d(431)
  423. 0x00007FF6A9254DFC in std.exception.enforce!(std.net.curl.CurlException, bool).enforce at C:\D\dmd2\src\phobos\std\exception.d(389)
  424. 0x00007FF6A926BF52 in std.net.curl.CurlAPI.loadAPI at C:\D\dmd2\src\phobos\std\net\curl.d(4163)
  425. 0x00007FF6A926BE3D in std.net.curl.CurlAPI.instance.__dgliteral1 at C:\D\dmd2\src\phobos\std\net\curl.d(4104)
  426. 0x00007FF6A92AC113 in std.concurrency.initOnce!(_handle).initOnce.__dgliteral2 at C:\D\dmd2\src\phobos\std\concurrency.d(2544)
  427. 0x00007FF6A92AC18C in std.concurrency.initOnce!(_handle).initOnce at C:\D\dmd2\src\phobos\std\concurrency.d(2612)
  428. 0x00007FF6A92AC0E7 in std.concurrency.initOnce!(_handle).initOnce at C:\D\dmd2\src\phobos\std\concurrency.d(2545)
  429. 0x00007FF6A926BE14 in std.net.curl.CurlAPI.instance at C:\D\dmd2\src\phobos\std\net\curl.d(4105)
  430. 0x00007FF6A926C8AD in std.net.curl.Curl.curl at C:\D\dmd2\src\phobos\std\net\curl.d(4213)
  431. 0x00007FF6A926C95B in std.net.curl.Curl.initialize at C:\D\dmd2\src\phobos\std\net\curl.d(4236)
  432. 0x00007FF6A9263044 in std.net.curl.HTTP.initialize at C:\D\dmd2\src\phobos\std\net\curl.d(2544)
  433. 0x00007FF6A9262C18 in std.net.curl.HTTP.opCall at C:\D\dmd2\src\phobos\std\net\curl.d(2516)
  434. 0x00007FF6A928506E in std.net.curl.download!(std.net.curl.AutoProtocol).download at C:\D\dmd2\src\phobos\std\net\curl.d(416)
  435. 0x00007FF6A925BF5C in std.net.curl.__unittestL420_12 at C:\D\dmd2\src\phobos\std\net\curl.d(433)
  436. 0x00007FF6A92B086D in void std.net.curl.__modtest()
  437. 0x00007FF6A9443ACB in scope int core.runtime.runModuleUnitTests().__foreachbody1(scope object.ModuleInfo*)
  438. 0x00007FF6A94434C3 in scope int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*)).__lambda2(immutable(object.ModuleI
  439. nfo*))
  440. 0x00007FF6A944CF3F in scope int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*))).__foreachbody2(ref rt.
  441. sections_win64.SectionGroup)
  442. 0x00007FF6A944CEBF in int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*)))
  443. 0x00007FF6A94434A7 in int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*))
  444. 0x00007FF6A9443A65 in runModuleUnitTests
  445. 0x00007FF6A943690D in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll()
  446. 0x00007FF6A943689F in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate(
  447. ))
  448. 0x00007FF6A94367D9 in d_run_main
  449. 0x00007FF6A77D5894 in __entrypoint.main
  450. 0x00007FF6A94C484C in __tmainCRTStartup at f:\dd\vctools\crt\crtw32\startup\crt0.c(255)
  451. 0x00007FFD363B13D2 in BaseThreadInitThunk
  452. 0x00007FFD386B54E4 in RtlUserThreadStart
  453. std.file.FileException@std\file.d(814): C:\Users\cjoan\AppData\Local\Temp\2\deleteme.dmd.unittest.pid82260: The system cannot find t
  454. he file specified.
  455. ----------------
  456. 0x00007FF6A7B85585 in std.file.cenforce!int.cenforce at C:\D\dmd2\src\phobos\std\file.d(245)
  457. 0x00007FF6A7B36B95 in std.file.removeImpl at C:\D\dmd2\src\phobos\std\file.d(829)
  458. 0x00007FF6A7B427EF in std.file.remove!string.remove at C:\D\dmd2\src\phobos\std\file.d(793)
  459. 0x00007FF6A925C00B in std.net.curl.__unittestL420_12 at C:\D\dmd2\src\phobos\std\net\curl.d(435)
  460. 0x00007FF6A92B086D in void std.net.curl.__modtest()
  461. 0x00007FF6A9443ACB in scope int core.runtime.runModuleUnitTests().__foreachbody1(scope object.ModuleInfo*)
  462. 0x00007FF6A94434C3 in scope int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*)).__lambda2(immutable(object.ModuleI
  463. nfo*))
  464. 0x00007FF6A944CF3F in scope int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*))).__foreachbody2(ref rt.
  465. sections_win64.SectionGroup)
  466. 0x00007FF6A944CEBF in int rt.minfo.moduleinfos_apply(scope int delegate(immutable(object.ModuleInfo*)))
  467. 0x00007FF6A94434A7 in int object.ModuleInfo.opApply(scope int delegate(object.ModuleInfo*))
  468. 0x00007FF6A9443A65 in runModuleUnitTests
  469. 0x00007FF6A943690D in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll()
  470. 0x00007FF6A943689F in scope void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate(
  471. ))
  472. 0x00007FF6A94367D9 in d_run_main
  473. 0x00007FF6A77D5894 in __entrypoint.main
  474. 0x00007FF6A94C484C in __tmainCRTStartup at f:\dd\vctools\crt\crtw32\startup\crt0.c(255)
  475. 0x00007FFD363B13D2 in BaseThreadInitThunk
  476. 0x00007FFD386B54E4 in RtlUserThreadStart
Add Comment
Please, Sign In to add comment