Created
July 28, 2018 10:03
-
-
Save piscisaureus/0103c081d3e3ccf50c1f4587212f3ecd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\BertBelder\d\deno>python tools\build.py -v -k 0 | tee o | |
[1/20] C:/Python27/python.exe ../../build/toolchain/win/tool_wrapper.py asm-wrapper environment.x64 ml64.exe -DDENO_MOCK_RUNTIME -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED "-DCR_CLANG_REVISION=\"335864-1\"" -D_HAS_NODISCARD -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=1 -DWIN32 -D_SECURE_ATL -D_USING_V110_SDK71_ -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=0x0A000002 -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DDEBUG -DV8_ENABLE_CHECKS "-DV8_EMBEDDER_STRING=\"-deno\"" -DENABLE_DISASSEMBLER -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DOBJECT_PRINT -DVERIFY_HEAP -DV8_TRACE_MAPS -DV8_ENABLE_ALLOCATION_TIMEOUT -DV8_ENABLE_FORCE_SLOW_PATH -DV8_ENABLE_CHECKS -DENABLE_HANDLE_ZAPPING -DV8_USE_SNAPSHOT -DV8_CONCURRENT_MARKING -DV8_CHECK_MICROTASKS_SCOPES_CONSISTENCY -DV8_EMBEDDED_BUILTINS -DV8_TARGET_ARCH_X64 -DDEBUG -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DGTEST_API_= -DGTEST_HAS_POSIX_RE=0 -DGTEST_LANG_CXX11=1 -DGTEST_HAS_TR1_TUPLE=0 -DUNIT_TEST -I../.. -Igen -I../../third_party/v8 -I../../third_party/v8/include -Igen/third_party/v8/include -I../../third_party/googletest/custom -I../../third_party/googletest/src/googletest/include /c /Foobj/deno_base_test/snapshot_mock_runtime.obj ../../src/snapshot_mock_runtime.s | |
FAILED: obj/deno_base_test/snapshot_mock_runtime.obj | |
C:/Python27/python.exe ../../build/toolchain/win/tool_wrapper.py asm-wrapper environment.x64 ml64.exe -DDENO_MOCK_RUNTIME -DV8_DEPRECATION_WARNINGS -DNO_TCMALLOC -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED "-DCR_CLANG_REVISION=\"335864-1\"" -D_HAS_NODISCARD -D_HAS_EXCEPTIONS=0 -D__STD_C -D_CRT_RAND_S -D_CRT_SECURE_NO_DEPRECATE -D_SCL_SECURE_NO_DEPRECATE -D_ATL_NO_OPENGL -D_WINDOWS -DCERT_CHAIN_PARA_HAS_EXTRA_FIELDS -DPSAPI_VERSION=1 -DWIN32 -D_SECURE_ATL -D_USING_V110_SDK71_ -DWINAPI_FAMILY=WINAPI_FAMILY_DESKTOP_APP -DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_UNICODE -DUNICODE -DNTDDI_VERSION=0x0A000002 -D_WIN32_WINNT=0x0A00 -DWINVER=0x0A00 -D_DEBUG -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DWTF_USE_DYNAMIC_ANNOTATIONS=1 -DDEBUG -DV8_ENABLE_CHECKS "-DV8_EMBEDDER_STRING=\"-deno\"" -DENABLE_DISASSEMBLER -DV8_TYPED_ARRAY_MAX_SIZE_IN_HEAP=64 -DENABLE_MINOR_MC -DOBJECT_PRINT -DVERIFY_HEAP -DV8_TRACE_MAPS -DV8_ENABLE_ALLOCATION_TIMEOUT -DV8_ENABLE_FORCE_SLOW_PATH -DV8_ENABLE_CHECKS -DENABLE_HANDLE_ZAPPING -DV8_USE_SNAPSHOT -DV8_CONCURRENT_MARKING -DV8_CHECK_MICROTASKS_SCOPES_CONSISTENCY -DV8_EMBEDDED_BUILTINS -DV8_TARGET_ARCH_X64 -DDEBUG -DDISABLE_UNTRUSTED_CODE_MITIGATIONS -DGTEST_API_= -DGTEST_HAS_POSIX_RE=0 -DGTEST_LANG_CXX11=1 -DGTEST_HAS_TR1_TUPLE=0 -DUNIT_TEST -I../.. -Igen -I../../third_party/v8 -I../../third_party/v8/include -Igen/third_party/v8/include -I../../third_party/googletest/custom -I../../third_party/googletest/src/googletest/include /c /Foobj/deno_base_test/snapshot_mock_runtime.obj ../../src/snapshot_mock_runtime.s | |
../../src/snapshot_mock_runtime.s(3) : error A2008:syntax error : . | |
../../src/snapshot_mock_runtime.s(5) : error A2008:syntax error : . | |
../../src/snapshot_mock_runtime.s(6) : error A2008:syntax error : . | |
../../src/snapshot_mock_runtime.s(6) : error A2088:END directive required at end of file | |
[2/20] C:/Python27/python.exe ../../tools/run_node.py ./node_modules/rollup/bin/rollup -c ../../rollup.config.js -i ../../js/main.ts -o gen/bundle/main.js --silent --environment BASEPATH:../.. | |
FAILED: gen/bundle/main.js gen/bundle/main.js.map | |
C:/Python27/python.exe ../../tools/run_node.py ./node_modules/rollup/bin/rollup -c ../../rollup.config.js -i ../../js/main.ts -o gen/bundle/main.js --silent --environment BASEPATH:../.. | |
[!] (rpt2 plugin) Error: ../../js/v8_source_maps.ts:18:28 - error TS2503: Cannot find namespace 'NodeJS'. | |
18 interface CallSite extends NodeJS.CallSite { | |
~~~~~~ | |
../../js/v8_source_maps.ts:35:11 - error TS2339: Property 'prepareStackTrace' does not exist on type 'ErrorConstructor'. | |
35 Error.prepareStackTrace = prepareStackTraceWrapper; | |
~~~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:46:11 - error TS2339: Property 'prepareStackTrace' does not exist on type 'ErrorConstructor'. | |
46 Error.prepareStackTrace = null; | |
~~~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:62:13 - error TS2339: Property 'isNative' does not exist on type 'CallSite'. | |
62 if (frame.isNative()) { | |
~~~~~~~~ | |
../../js/v8_source_maps.ts:69:24 - error TS2339: Property 'getFileName' does not exist on type 'CallSite'. | |
69 const source = frame.getFileName() || frame.getScriptNameOrSourceURL(); | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:72:24 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
72 const line = frame.getLineNumber(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:73:26 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
73 const column = frame.getColumnNumber() - 1; | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:76:11 - error TS2339: Property 'getFileName' does not exist on type 'CallSite'. | |
76 frame.getFileName = () => position.source; | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:77:11 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
77 frame.getLineNumber = () => position.line; | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:78:11 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
78 frame.getColumnNumber = () => Number(position.column) + 1; | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:85:22 - error TS2339: Property 'isEval' does not exist on type 'CallSite'. | |
85 let origin = frame.isEval() && frame.getEvalOrigin(); | |
~~~~~~ | |
../../js/v8_source_maps.ts:85:40 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
85 let origin = frame.isEval() && frame.getEvalOrigin(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:89:11 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
89 frame.getEvalOrigin = () => origin; | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:116:13 - error TS2339: Property 'isNative' does not exist on type 'CallSite'. | |
116 if (frame.isNative()) { | |
~~~~~~~~ | |
../../js/v8_source_maps.ts:120:28 - error TS2339: Property 'isEval' does not exist on type 'CallSite'. | |
120 if (!fileName && frame.isEval()) { | |
~~~~~~ | |
../../js/v8_source_maps.ts:121:28 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
121 fileLocation = frame.getEvalOrigin(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:133:30 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
133 const lineNumber = frame.getLineNumber(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:136:34 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
136 const columnNumber = frame.getColumnNumber(); | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:144:30 - error TS2339: Property 'getFunctionName' does not exist on type 'CallSite'. | |
144 const functionName = frame.getFunctionName(); | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:146:31 - error TS2339: Property 'isConstructor' does not exist on type 'CallSite'. | |
146 const isConstructor = frame.isConstructor(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:147:32 - error TS2339: Property 'isToplevel' does not exist on type 'CallSite'. | |
147 const isMethodCall = !(frame.isToplevel() || isConstructor); | |
~~~~~~~~~~ | |
../../js/v8_source_maps.ts:149:26 - error TS2339: Property 'getTypeName' does not exist on type 'CallSite'. | |
149 let typeName = frame.getTypeName(); | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:154:30 - error TS2339: Property 'getMethodName' does not exist on type 'CallSite'. | |
154 const methodName = frame.getMethodName(); | |
~~~~~~~~~~~~~ | |
..\..\js\v8_source_maps.ts | |
Error: ../../js/v8_source_maps.ts:18:28 - error TS2503: Cannot find namespace 'NodeJS'. | |
18 interface CallSite extends NodeJS.CallSite { | |
~~~~~~ | |
../../js/v8_source_maps.ts:35:11 - error TS2339: Property 'prepareStackTrace' does not exist on type 'ErrorConstructor'. | |
35 Error.prepareStackTrace = prepareStackTraceWrapper; | |
~~~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:46:11 - error TS2339: Property 'prepareStackTrace' does not exist on type 'ErrorConstructor'. | |
46 Error.prepareStackTrace = null; | |
~~~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:62:13 - error TS2339: Property 'isNative' does not exist on type 'CallSite'. | |
62 if (frame.isNative()) { | |
~~~~~~~~ | |
../../js/v8_source_maps.ts:69:24 - error TS2339: Property 'getFileName' does not exist on type 'CallSite'. | |
69 const source = frame.getFileName() || frame.getScriptNameOrSourceURL(); | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:72:24 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
72 const line = frame.getLineNumber(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:73:26 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
73 const column = frame.getColumnNumber() - 1; | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:76:11 - error TS2339: Property 'getFileName' does not exist on type 'CallSite'. | |
76 frame.getFileName = () => position.source; | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:77:11 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
77 frame.getLineNumber = () => position.line; | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:78:11 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
78 frame.getColumnNumber = () => Number(position.column) + 1; | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:85:22 - error TS2339: Property 'isEval' does not exist on type 'CallSite'. | |
85 let origin = frame.isEval() && frame.getEvalOrigin(); | |
~~~~~~ | |
../../js/v8_source_maps.ts:85:40 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
85 let origin = frame.isEval() && frame.getEvalOrigin(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:89:11 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
89 frame.getEvalOrigin = () => origin; | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:116:13 - error TS2339: Property 'isNative' does not exist on type 'CallSite'. | |
116 if (frame.isNative()) { | |
~~~~~~~~ | |
../../js/v8_source_maps.ts:120:28 - error TS2339: Property 'isEval' does not exist on type 'CallSite'. | |
120 if (!fileName && frame.isEval()) { | |
~~~~~~ | |
../../js/v8_source_maps.ts:121:28 - error TS2339: Property 'getEvalOrigin' does not exist on type 'CallSite'. | |
121 fileLocation = frame.getEvalOrigin(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:133:30 - error TS2339: Property 'getLineNumber' does not exist on type 'CallSite'. | |
133 const lineNumber = frame.getLineNumber(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:136:34 - error TS2339: Property 'getColumnNumber' does not exist on type 'CallSite'. | |
136 const columnNumber = frame.getColumnNumber(); | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:144:30 - error TS2339: Property 'getFunctionName' does not exist on type 'CallSite'. | |
144 const functionName = frame.getFunctionName(); | |
~~~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:146:31 - error TS2339: Property 'isConstructor' does not exist on type 'CallSite'. | |
146 const isConstructor = frame.isConstructor(); | |
~~~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:147:32 - error TS2339: Property 'isToplevel' does not exist on type 'CallSite'. | |
147 const isMethodCall = !(frame.isToplevel() || isConstructor); | |
~~~~~~~~~~ | |
../../js/v8_source_maps.ts:149:26 - error TS2339: Property 'getTypeName' does not exist on type 'CallSite'. | |
149 let typeName = frame.getTypeName(); | |
~~~~~~~~~~~ | |
../../js/v8_source_maps.ts:154:30 - error TS2339: Property 'getMethodName' does not exist on type 'CallSite'. | |
154 const methodName = frame.getMethodName(); | |
~~~~~~~~~~~~~ | |
at error (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup\dist\rollup.js:3365:15) | |
at Object.error (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup\dist\rollup.js:20727:13) | |
at RollupContext.error (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\src\rollupcontext.ts:36:18) | |
at lodash_2 (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\src\print-diagnostics.ts:37:10) | |
at arrayEach (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\node_modules\lodash\lodash.js:516:11) | |
at forEach (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\node_modules\lodash\lodash.js:9342:14) | |
at printDiagnostics (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\src\print-diagnostics.ts:9:2) | |
at Object.transform (C:\Users\BertBelder\d\deno\third_party\node_modules\rollup-plugin-typescript2\src\index.ts:238:5) | |
at C:\Users\BertBelder\d\deno\third_party\node_modules\rollup\dist\rollup.js:20750:41 | |
ninja: build stopped: cannot make progress due to previous errors. | |
DENO_BUILD_PATH: C:\Users\BertBelder\d\deno\out\debug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment