Created
September 16, 2020 17:56
-
-
Save captainsafia/6f5462e84221dad02c5596d78aa4c592 to your computer and use it in GitHub Desktop.
This file contains 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
make: Entering directory '/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm' | |
/home/captainsafia/github.com/dotnet/runtime/dotnet.sh build --configuration debug --nologo /p:TargetArchitecture=wasm /p:TargetOS=Browser /p:Configuration=Debug /p:RuntimeConfiguration=Release /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test | |
Determining projects to restore... | |
All projects are up-to-date for restore. | |
Determining projects to restore... | |
All projects are up-to-date for restore. | |
WasmAppBuilder -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/WasmAppBuilder/Debug/net5.0/WasmAppBuilder.dll | |
WasmAppBuilder -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/WasmAppBuilder/Debug/net5.0/publish/ | |
debugger-test -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/debugger-test/wasm/Debug/debugger-test.dll | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:11.29 | |
/home/captainsafia/github.com/dotnet/runtime/dotnet.sh build --configuration debug --nologo /p:TargetArchitecture=wasm /p:TargetOS=Browser /p:Configuration=Debug /p:RuntimeConfiguration=Release /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/lazy-debugger-test | |
Determining projects to restore... | |
All projects are up-to-date for restore. | |
Determining projects to restore... | |
All projects are up-to-date for restore. | |
WasmAppBuilder -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/WasmAppBuilder/Debug/net5.0/WasmAppBuilder.dll | |
WasmAppBuilder -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/WasmAppBuilder/Debug/net5.0/publish/ | |
lazy-debugger-test -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/lazy-debugger-test/wasm/Debug/lazy-debugger-test.dll | |
Build succeeded. | |
0 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:07.23 | |
cp /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/debugger-driver.html /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish | |
cp /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/other.js /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish | |
cp /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/runtime-debugger.js /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish | |
cp /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/lazy-debugger-test/bin/Debug/publish/managed/* /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish | |
/home/captainsafia/github.com/dotnet/runtime/dotnet.sh build /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite | |
Microsoft (R) Build Engine version 16.8.0-preview-20451-02+51a1071f8 for .NET | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
Determining projects to restore... | |
Restored /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/BrowserDebugProxy.csproj (in 303 ms). | |
Restored /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugHost/BrowserDebugHost.csproj (in 32 ms). | |
1 of 3 projects are up-to-date for restore. | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit.runner.visualstudio' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
BrowserDebugProxy -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/BrowserDebugProxy/x64/Debug/BrowserDebugProxy.dll | |
BrowserDebugHost -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/BrowserDebugHost/x64/Debug/BrowserDebugHost.dll | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(42,138): warning xUnit1026: Theory method 'EvaluateTypeInstanceMembers' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(77,117): warning xUnit1026: Theory method 'EvaluateInstanceMethodArguments' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(100,106): warning xUnit1026: Theory method 'EvaluateMethodLocals' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs(798,100): warning xUnit1026: Theory method 'RunOnInvalidCfoId' on test class 'CallFunctionOnTests' does not use parameter 'use_cfo'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(192,152): warning xUnit1026: Theory method 'EvaluateExpressionsWithDeepMemberAccesses' on test class 'EvaluateOnCallFrameTests' does not use parameter '_'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs(886,100): warning xUnit1026: Theory method 'ReturnNullFromCFO' on test class 'CallFunctionOnTests' does not use parameter 'use_cfo'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
DebuggerTestSuite -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/DebuggerTestSuite/x64/Debug/DebuggerTestSuite.dll | |
Build succeeded. | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit.runner.visualstudio' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(42,138): warning xUnit1026: Theory method 'EvaluateTypeInstanceMembers' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(77,117): warning xUnit1026: Theory method 'EvaluateInstanceMethodArguments' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(100,106): warning xUnit1026: Theory method 'EvaluateMethodLocals' on test class 'EvaluateOnCallFrameTests' does not use parameter 'is_async'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs(798,100): warning xUnit1026: Theory method 'RunOnInvalidCfoId' on test class 'CallFunctionOnTests' does not use parameter 'use_cfo'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/EvaluateOnCallFrameTests.cs(192,152): warning xUnit1026: Theory method 'EvaluateExpressionsWithDeepMemberAccesses' on test class 'EvaluateOnCallFrameTests' does not use parameter '_'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs(886,100): warning xUnit1026: Theory method 'ReturnNullFromCFO' on test class 'CallFunctionOnTests' does not use parameter 'use_cfo'. [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
8 Warning(s) | |
0 Error(s) | |
Time Elapsed 00:00:14.79 | |
if [ ! -z "" ]; then \ | |
export TEST_SUITE_PATH=/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish; \ | |
export LC_ALL=en_US.UTF-8; \ | |
/home/captainsafia/github.com/dotnet/runtime/dotnet.sh test /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite --filter FullyQualifiedName~; \ | |
unset TEST_SUITE_PATH LC_ALL; \ | |
else \ | |
export TEST_SUITE_PATH=/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/tests/debugger-test/bin/Debug/publish; \ | |
export LC_ALL=en_US.UTF-8; \ | |
/home/captainsafia/github.com/dotnet/runtime/dotnet.sh test /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite ; \ | |
unset TEST_SUITE_PATH LC_ALL; \ | |
fi | |
Determining projects to restore... | |
All projects are up-to-date for restore. | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
/home/captainsafia/github.com/dotnet/runtime/.dotnet/sdk/5.0.100-rc.1.20454.5/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(257,5): warning NETSDK1023: A PackageReference for 'xunit.runner.visualstudio' was included in your project. This package is implicitly referenced by the .NET SDK and you do not typically need to reference it from your project. For more information, see https://aka.ms/sdkimplicitrefs [/home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DebuggerTestSuite.csproj] | |
BrowserDebugProxy -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/BrowserDebugProxy/x64/Debug/BrowserDebugProxy.dll | |
BrowserDebugHost -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/BrowserDebugHost/x64/Debug/BrowserDebugHost.dll | |
DebuggerTestSuite -> /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/DebuggerTestSuite/x64/Debug/DebuggerTestSuite.dll | |
Test run for /home/captainsafia/github.com/dotnet/runtime/artifacts/bin/DebuggerTestSuite/x64/Debug/DebuggerTestSuite.dll (.NETCoreApp,Version=v5.0) | |
Microsoft (R) Test Execution Command Line Tool Version 16.8.0 | |
Copyright (c) Microsoft Corporation. All rights reserved. | |
Starting test execution, please wait... | |
A total of 1 test files matched the specified pattern. | |
Using chrome path: $/usr/bin/chromium-browser | |
WebServer Ready! | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41451/devtools/browser/f384b471-6b67-4b68-a472-989d2258869b | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41451/devtools/page/037F09690DFAC60C241B2C415D3C9FF1", | |
"id": "037F09690DFAC60C241B2C415D3C9FF1", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41451/devtools/page/037F09690DFAC60C241B2C415D3C9FF1" | |
} ] | |
>>> ws://127.0.0.1:41451/devtools/page/037F09690DFAC60C241B2C415D3C9FF1 | |
launching proxy for ws://127.0.0.1:41451/devtools/page/037F09690DFAC60C241B2C415D3C9FF1 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 46 offset c8 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:ValueTypeLocals (bool):0xc8. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:ValueTypeLocals (bool):[il=0xc8,native=0x16a] [0x1ffe802](0). | |
CWL: point_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=ValueTypeLocals, ip=0x1ffe802, [il=0xc8,native=0x16a]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46633/devtools/browser/b44b025a-0e4f-4710-b589-13e79b9fe8a7 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46633/devtools/page/849257C78441E766451111A889C47CC6", | |
"id": "849257C78441E766451111A889C47CC6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46633/devtools/page/849257C78441E766451111A889C47CC6" | |
} ] | |
>>> ws://127.0.0.1:46633/devtools/page/849257C78441E766451111A889C47CC6 | |
launching proxy for ws://127.0.0.1:46633/devtools/page/849257C78441E766451111A889C47CC6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffe9de](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffe9de, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41565/devtools/browser/f0c4dae8-fde7-4cbb-bbcc-cca3fe13d281 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41565/devtools/page/3A7EE2211D8799E7D8C8B22ECE61512F", | |
"id": "3A7EE2211D8799E7D8C8B22ECE61512F", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41565/devtools/page/3A7EE2211D8799E7D8C8B22ECE61512F" | |
} ] | |
>>> ws://127.0.0.1:41565/devtools/page/3A7EE2211D8799E7D8C8B22ECE61512F | |
launching proxy for ws://127.0.0.1:41565/devtools/page/3A7EE2211D8799E7D8C8B22ECE61512F | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffe9de](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffe9de, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:33541/devtools/browser/a6f9d6bf-0938-45d9-88fa-6c8fc5ec1bc5 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:33541/devtools/page/BE78CA4B531798A06DBCD7B72491FD6F", | |
"id": "BE78CA4B531798A06DBCD7B72491FD6F", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:33541/devtools/page/BE78CA4B531798A06DBCD7B72491FD6F" | |
} ] | |
>>> ws://127.0.0.1:33541/devtools/page/BE78CA4B531798A06DBCD7B72491FD6F | |
launching proxy for ws://127.0.0.1:33541/devtools/page/BE78CA4B531798A06DBCD7B72491FD6F | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 46 offset c8 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:ValueTypeLocals (bool):0xc8. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:ValueTypeLocals (bool):[il=0xc8,native=0x16a] [0x1ffe802](0). | |
CWL: point_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=ValueTypeLocals, ip=0x1ffe802, [il=0xc8,native=0x16a]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37375/devtools/browser/00a6c3fc-4087-48a4-ba27-d6f971907923 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37375/devtools/page/3C0FE747CF37BF152962801327C41571", | |
"id": "3C0FE747CF37BF152962801327C41571", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37375/devtools/page/3C0FE747CF37BF152962801327C41571" | |
} ] | |
>>> ws://127.0.0.1:37375/devtools/page/3C0FE747CF37BF152962801327C41571 | |
launching proxy for ws://127.0.0.1:37375/devtools/page/3C0FE747CF37BF152962801327C41571 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffea66](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffea66, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37915/devtools/browser/1a478d06-7447-4020-8bcb-c92a0c5c5f75 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37915/devtools/page/74AF25D252AA021F915173747B8A183C", | |
"id": "74AF25D252AA021F915173747B8A183C", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37915/devtools/page/74AF25D252AA021F915173747B8A183C" | |
} ] | |
>>> ws://127.0.0.1:37915/devtools/page/74AF25D252AA021F915173747B8A183C | |
launching proxy for ws://127.0.0.1:37915/devtools/page/74AF25D252AA021F915173747B8A183C | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 47 offset ae | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:ObjectTypeLocals (bool):0xae. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:ObjectTypeLocals (bool):[il=0xae,native=0x14a] [0x1ffe882](0). | |
CWL: class_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=ObjectTypeLocals, ip=0x1ffe882, [il=0xae,native=0x14a]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:38701/devtools/browser/1ec486b0-9f7b-4e72-9465-b63ee91f3f90 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:38701/devtools/page/2738E53464342C4DE400C993736D47F5", | |
"id": "2738E53464342C4DE400C993736D47F5", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:38701/devtools/page/2738E53464342C4DE400C993736D47F5" | |
} ] | |
>>> ws://127.0.0.1:38701/devtools/page/2738E53464342C4DE400C993736D47F5 | |
launching proxy for ws://127.0.0.1:38701/devtools/page/2738E53464342C4DE400C993736D47F5 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffea66](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffea66, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45137/devtools/browser/7773ebe9-f585-4a1a-bcd3-729731bf85bd | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45137/devtools/page/4AE8DAB26A6F631BAA8424214ACFDA2D", | |
"id": "4AE8DAB26A6F631BAA8424214ACFDA2D", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45137/devtools/page/4AE8DAB26A6F631BAA8424214ACFDA2D" | |
} ] | |
>>> ws://127.0.0.1:45137/devtools/page/4AE8DAB26A6F631BAA8424214ACFDA2D | |
launching proxy for ws://127.0.0.1:45137/devtools/page/4AE8DAB26A6F631BAA8424214ACFDA2D | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 47 offset ae | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:ObjectTypeLocals (bool):0xae. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:ObjectTypeLocals (bool):[il=0xae,native=0x14a] [0x1ffe882](0). | |
CWL: class_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=ObjectTypeLocals, ip=0x1ffe882, [il=0xae,native=0x14a]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41113/devtools/browser/7264c853-6660-4af9-b280-040e9a039f83 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41113/devtools/page/CDFFDFD2A3C05CD5D1E7D81985F95C0B", | |
"id": "CDFFDFD2A3C05CD5D1E7D81985F95C0B", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41113/devtools/page/CDFFDFD2A3C05CD5D1E7D81985F95C0B" | |
} ] | |
>>> ws://127.0.0.1:41113/devtools/page/CDFFDFD2A3C05CD5D1E7D81985F95C0B | |
launching proxy for ws://127.0.0.1:41113/devtools/page/CDFFDFD2A3C05CD5D1E7D81985F95C0B | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 48 offset a1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericTypeLocals (bool):0xa1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericTypeLocals (bool):[il=0xa1,native=0x14c] [0x1ffe8f4](0). | |
CWL: gclass_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericTypeLocals, ip=0x1ffe8f4, [il=0xa1,native=0x14c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40105/devtools/browser/78d8647e-5871-4477-beb2-c2322ed5a116 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40105/devtools/page/5ECD7D6868B10A30E16395EF385DF58F", | |
"id": "5ECD7D6868B10A30E16395EF385DF58F", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40105/devtools/page/5ECD7D6868B10A30E16395EF385DF58F" | |
} ] | |
>>> ws://127.0.0.1:40105/devtools/page/5ECD7D6868B10A30E16395EF385DF58F | |
launching proxy for ws://127.0.0.1:40105/devtools/page/5ECD7D6868B10A30E16395EF385DF58F | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 48 offset a1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericTypeLocals (bool):0xa1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericTypeLocals (bool):[il=0xa1,native=0x14c] [0x1ffe8f4](0). | |
CWL: gclass_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericTypeLocals, ip=0x1ffe8f4, [il=0xa1,native=0x14c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43875/devtools/browser/a63a38ce-16ad-4d0d-b1a6-84a832fb5657 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43875/devtools/page/CECC5ED5C31167376082A5F9C61F89E6", | |
"id": "CECC5ED5C31167376082A5F9C61F89E6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43875/devtools/page/CECC5ED5C31167376082A5F9C61F89E6" | |
} ] | |
>>> ws://127.0.0.1:43875/devtools/page/CECC5ED5C31167376082A5F9C61F89E6 | |
launching proxy for ws://127.0.0.1:43875/devtools/page/CECC5ED5C31167376082A5F9C61F89E6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffeb1e](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffeb1e, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:39681/devtools/browser/7ea01c70-7b99-4db0-ae01-4b6ed036d739 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:39681/devtools/page/B4500FEF0AE036003683789462225C9F", | |
"id": "B4500FEF0AE036003683789462225C9F", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:39681/devtools/page/B4500FEF0AE036003683789462225C9F" | |
} ] | |
>>> ws://127.0.0.1:39681/devtools/page/B4500FEF0AE036003683789462225C9F | |
launching proxy for ws://127.0.0.1:39681/devtools/page/B4500FEF0AE036003683789462225C9F | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffeb1e](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffeb1e, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35065/devtools/browser/551e6840-0340-494c-a9f9-0cf23d6bd46d | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35065/devtools/page/7A88EBA5BAF8A00C3534D38300FEF868", | |
"id": "7A88EBA5BAF8A00C3534D38300FEF868", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35065/devtools/page/7A88EBA5BAF8A00C3534D38300FEF868" | |
} ] | |
>>> ws://127.0.0.1:35065/devtools/page/7A88EBA5BAF8A00C3534D38300FEF868 | |
launching proxy for ws://127.0.0.1:35065/devtools/page/7A88EBA5BAF8A00C3534D38300FEF868 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 15e offset 51 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Point/<AsyncInstanceMethod>d__11:MoveNext ():0x51. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Point/<AsyncInstanceMethod>d__11:MoveNext ():[il=0x51,native=0x94] [0x200b2bc](0). | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x200b2bc, [il=0x51,native=0x94]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43477/devtools/browser/2de7cec8-9801-4ec5-95fc-0d124b6bee68 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43477/devtools/page/BF93F7506B8DAAC7EF6FB9534034360B", | |
"id": "BF93F7506B8DAAC7EF6FB9534034360B", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43477/devtools/page/BF93F7506B8DAAC7EF6FB9534034360B" | |
} ] | |
>>> ws://127.0.0.1:43477/devtools/page/BF93F7506B8DAAC7EF6FB9534034360B | |
launching proxy for ws://127.0.0.1:43477/devtools/page/BF93F7506B8DAAC7EF6FB9534034360B | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 15e offset 51 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Point/<AsyncInstanceMethod>d__11:MoveNext ():0x51. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Point/<AsyncInstanceMethod>d__11:MoveNext ():[il=0x51,native=0x94] [0x200b2bc](0). | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x200b2bc, [il=0x51,native=0x94]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44483/devtools/browser/f49ac8db-5b15-4937-b427-77e58e11f0bb | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44483/devtools/page/2822FC288D80E3781C7052F9C376CB8B", | |
"id": "2822FC288D80E3781C7052F9C376CB8B", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44483/devtools/page/2822FC288D80E3781C7052F9C376CB8B" | |
} ] | |
>>> ws://127.0.0.1:44483/devtools/page/2822FC288D80E3781C7052F9C376CB8B | |
launching proxy for ws://127.0.0.1:44483/devtools/page/2822FC288D80E3781C7052F9C376CB8B | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
set-breakpoint-by-method: msg-:::5 { | |
"assemblyName": "debugger-test.dll", | |
"typeName": "DebuggerTests.Container", | |
"methodName": "PlaceholderMethod", | |
"lineOffset": 1 | |
} | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 56 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Container:PlaceholderMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: Back from PlaceholderMethod, 3 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Container:PlaceholderMethod ():[il=0x1,native=0x6] [0x227e696](0). | |
CWL: [0x1] Breakpoint hit, method=PlaceholderMethod, ip=0x227e696, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41751/devtools/browser/59946cc2-0417-4f9e-b740-456a9e423937 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41751/devtools/page/CF584B07390ED88BC1D6A57B90F34809", | |
"id": "CF584B07390ED88BC1D6A57B90F34809", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41751/devtools/page/CF584B07390ED88BC1D6A57B90F34809" | |
} ] | |
>>> ws://127.0.0.1:41751/devtools/page/CF584B07390ED88BC1D6A57B90F34809 | |
launching proxy for ws://127.0.0.1:41751/devtools/page/CF584B07390ED88BC1D6A57B90F34809 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
set-breakpoint-by-method: msg-:::5 { | |
"assemblyName": "debugger-test.dll", | |
"typeName": "DebuggerTests.Container", | |
"methodName": "PlaceholderMethod", | |
"lineOffset": 1 | |
} | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 56 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Container:PlaceholderMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: Back from PlaceholderMethod, 3 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Container:PlaceholderMethod ():[il=0x1,native=0x6] [0x227e696](0). | |
CWL: [0x1] Breakpoint hit, method=PlaceholderMethod, ip=0x227e696, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
sending error response for id: msg-:::9 -> [Result: IsOk: False, IsErr: True, Value: , Error: { | |
"result": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Invalid array id: dotnet:array:4123\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:128805)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":69}" | |
}, | |
"exceptionDetails": { | |
"exceptionId": 3, | |
"text": "Uncaught", | |
"lineNumber": 0, | |
"columnNumber": 128798, | |
"scriptId": "6", | |
"stackTrace": { | |
"callFrames": [ | |
{ | |
"functionName": "_get_array_values", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 128804 | |
}, | |
{ | |
"functionName": "mono_wasm_get_details", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 133788 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "17", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 5 | |
}, | |
{ | |
"functionName": "_mono_wasm_fire_bp", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 189217 | |
}, | |
{ | |
"functionName": "process_breakpoint_events", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1068999 | |
}, | |
{ | |
"functionName": "mono_de_process_breakpoint", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1190079 | |
}, | |
{ | |
"functionName": "mono_wasm_breakpoint_hit", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1091822 | |
}, | |
{ | |
"functionName": "do_debugger_tramp", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502566 | |
}, | |
{ | |
"functionName": "interp_exec_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 335266 | |
}, | |
{ | |
"functionName": "interp_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1246446 | |
}, | |
{ | |
"functionName": "mono_jit_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1155376 | |
}, | |
{ | |
"functionName": "do_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502330 | |
}, | |
{ | |
"functionName": "mono_runtime_try_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 84228 | |
}, | |
{ | |
"functionName": "mono_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1113340 | |
}, | |
{ | |
"functionName": "mono_wasm_invoke_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1089225 | |
}, | |
{ | |
"functionName": "Module._mono_wasm_invoke_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 216608 | |
}, | |
{ | |
"functionName": "call_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 181343 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 184145 | |
}, | |
{ | |
"functionName": "invoke_static_method", | |
"scriptId": "5", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"lineNumber": 25, | |
"columnNumber": 10 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "14", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 31 | |
} | |
] | |
}, | |
"exception": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Invalid array id: dotnet:array:4123\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:128805)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":70}" | |
} | |
} | |
} ] | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
sending error response for id: msg-:::10 -> [Result: IsOk: False, IsErr: True, Value: , Error: { | |
"result": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Failed to get properties for array id dotnet:array:{ \"arrayId\": 234980 }\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:129052)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":71}" | |
}, | |
"exceptionDetails": { | |
"exceptionId": 4, | |
"text": "Uncaught", | |
"lineNumber": 0, | |
"columnNumber": 129045, | |
"scriptId": "6", | |
"stackTrace": { | |
"callFrames": [ | |
{ | |
"functionName": "_get_array_values", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 129051 | |
}, | |
{ | |
"functionName": "mono_wasm_get_details", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 133788 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "18", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 5 | |
}, | |
{ | |
"functionName": "_mono_wasm_fire_bp", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 189217 | |
}, | |
{ | |
"functionName": "process_breakpoint_events", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1068999 | |
}, | |
{ | |
"functionName": "mono_de_process_breakpoint", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1190079 | |
}, | |
{ | |
"functionName": "mono_wasm_breakpoint_hit", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1091822 | |
}, | |
{ | |
"functionName": "do_debugger_tramp", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502566 | |
}, | |
{ | |
"functionName": "interp_exec_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 335266 | |
}, | |
{ | |
"functionName": "interp_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1246446 | |
}, | |
{ | |
"functionName": "mono_jit_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1155376 | |
}, | |
{ | |
"functionName": "do_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502330 | |
}, | |
{ | |
"functionName": "mono_runtime_try_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 84228 | |
}, | |
{ | |
"functionName": "mono_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1113340 | |
}, | |
{ | |
"functionName": "mono_wasm_invoke_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1089225 | |
}, | |
{ | |
"functionName": "Module._mono_wasm_invoke_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 216608 | |
}, | |
{ | |
"functionName": "call_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 181343 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 184145 | |
}, | |
{ | |
"functionName": "invoke_static_method", | |
"scriptId": "5", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"lineNumber": 25, | |
"columnNumber": 10 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "14", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 31 | |
} | |
] | |
}, | |
"exception": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Failed to get properties for array id dotnet:array:{ \"arrayId\": 234980 }\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:129052)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":72}" | |
} | |
} | |
} ] | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
sending error response for id: msg-:::11 -> [Result: IsOk: False, IsErr: True, Value: , Error: { | |
"result": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Failed to get properties for array id dotnet:array:{\"arrayId\":1}\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:129052)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":73}" | |
}, | |
"exceptionDetails": { | |
"exceptionId": 5, | |
"text": "Uncaught", | |
"lineNumber": 0, | |
"columnNumber": 129045, | |
"scriptId": "6", | |
"stackTrace": { | |
"callFrames": [ | |
{ | |
"functionName": "_get_array_values", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 129051 | |
}, | |
{ | |
"functionName": "mono_wasm_get_details", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 133788 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "19", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 5 | |
}, | |
{ | |
"functionName": "_mono_wasm_fire_bp", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 189217 | |
}, | |
{ | |
"functionName": "process_breakpoint_events", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1068999 | |
}, | |
{ | |
"functionName": "mono_de_process_breakpoint", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1190079 | |
}, | |
{ | |
"functionName": "mono_wasm_breakpoint_hit", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1091822 | |
}, | |
{ | |
"functionName": "do_debugger_tramp", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502566 | |
}, | |
{ | |
"functionName": "interp_exec_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 335266 | |
}, | |
{ | |
"functionName": "interp_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1246446 | |
}, | |
{ | |
"functionName": "mono_jit_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1155376 | |
}, | |
{ | |
"functionName": "do_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 502330 | |
}, | |
{ | |
"functionName": "mono_runtime_try_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 84228 | |
}, | |
{ | |
"functionName": "mono_runtime_invoke", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1113340 | |
}, | |
{ | |
"functionName": "mono_wasm_invoke_method", | |
"scriptId": "10", | |
"url": "http://localhost:9400/dotnet.wasm", | |
"lineNumber": 0, | |
"columnNumber": 1089225 | |
}, | |
{ | |
"functionName": "Module._mono_wasm_invoke_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 216608 | |
}, | |
{ | |
"functionName": "call_method", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 181343 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "6", | |
"url": "http://localhost:9400/dotnet.js", | |
"lineNumber": 0, | |
"columnNumber": 184145 | |
}, | |
{ | |
"functionName": "invoke_static_method", | |
"scriptId": "5", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"lineNumber": 25, | |
"columnNumber": 10 | |
}, | |
{ | |
"functionName": "", | |
"scriptId": "14", | |
"url": "", | |
"lineNumber": 0, | |
"columnNumber": 31 | |
} | |
] | |
}, | |
"exception": { | |
"type": "object", | |
"subtype": "error", | |
"className": "Error", | |
"description": "Error: Failed to get properties for array id dotnet:array:{\"arrayId\":1}\n at Object._get_array_values (http://localhost:9400/dotnet.js:1:129052)\n at Object.mono_wasm_get_details (http://localhost:9400/dotnet.js:1:133789)\n at <anonymous>:1:6\n at _mono_wasm_fire_bp (http://localhost:9400/dotnet.js:1:189218)\n at process_breakpoint_events (http://localhost:9400/dotnet.wasm:wasm-function[6741]:0x104fc7)\n at mono_de_process_breakpoint (http://localhost:9400/dotnet.wasm:wasm-function[7527]:0x1228bf)\n at mono_wasm_breakpoint_hit (http://localhost:9400/dotnet.wasm:wasm-function[6931]:0x10a8ee)\n at do_debugger_tramp (http://localhost:9400/dotnet.wasm:wasm-function[3303]:0x7ab26)\n at interp_exec_method (http://localhost:9400/dotnet.wasm:wasm-function[2156]:0x51da2)\n at interp_runtime_invoke (http://localhost:9400/dotnet.wasm:wasm-function[7858]:0x1304ee)", | |
"objectId": "{\"injectedScriptId\":2,\"id\":74}" | |
} | |
} | |
} ] | |
CWL: describe_array_values: object is not an array. type: 0x12 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45593/devtools/browser/78956c56-7650-4af3-b5f9-557754dfbbc9 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45593/devtools/page/E8B5B558C58DF8BFB4FA6C8902A8ABE8", | |
"id": "E8B5B558C58DF8BFB4FA6C8902A8ABE8", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45593/devtools/page/E8B5B558C58DF8BFB4FA6C8902A8ABE8" | |
} ] | |
>>> ws://127.0.0.1:45593/devtools/page/E8B5B558C58DF8BFB4FA6C8902A8ABE8 | |
launching proxy for ws://127.0.0.1:45593/devtools/page/E8B5B558C58DF8BFB4FA6C8902A8ABE8 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffecbe](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffecbe, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:36295/devtools/browser/b881390d-d9d4-4af0-8783-1adc7664ae84 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:36295/devtools/page/DE6F41739EADB3FDF2A7CB08837606E7", | |
"id": "DE6F41739EADB3FDF2A7CB08837606E7", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:36295/devtools/page/DE6F41739EADB3FDF2A7CB08837606E7" | |
} ] | |
>>> ws://127.0.0.1:36295/devtools/page/DE6F41739EADB3FDF2A7CB08837606E7 | |
launching proxy for ws://127.0.0.1:36295/devtools/page/DE6F41739EADB3FDF2A7CB08837606E7 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 49 offset 11d | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals (bool):0x11d. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals (bool):[il=0x11d,native=0x1f4] [0x1ffe9dc](0). | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericValueTypeLocals, ip=0x1ffe9dc, [il=0x11d,native=0x1f4]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35857/devtools/browser/a2b15f0f-9f9d-4ca9-b1ed-ce7b31858e95 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35857/devtools/page/4723BCBBF59D696F4E59F076A26021C3", | |
"id": "4723BCBBF59D696F4E59F076A26021C3", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35857/devtools/page/4723BCBBF59D696F4E59F076A26021C3" | |
} ] | |
>>> ws://127.0.0.1:35857/devtools/page/4723BCBBF59D696F4E59F076A26021C3 | |
launching proxy for ws://127.0.0.1:35857/devtools/page/4723BCBBF59D696F4E59F076A26021C3 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffecbe](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffecbe, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:39619/devtools/browser/a0835856-b303-4d79-8317-aba463f4e1e3 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:39619/devtools/page/822195283D18B1E2B4C691B9187EF930", | |
"id": "822195283D18B1E2B4C691B9187EF930", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:39619/devtools/page/822195283D18B1E2B4C691B9187EF930" | |
} ] | |
>>> ws://127.0.0.1:39619/devtools/page/822195283D18B1E2B4C691B9187EF930 | |
launching proxy for ws://127.0.0.1:39619/devtools/page/822195283D18B1E2B4C691B9187EF930 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 49 offset 11d | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals (bool):0x11d. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals (bool):[il=0x11d,native=0x1f4] [0x1ffe9dc](0). | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericValueTypeLocals, ip=0x1ffe9dc, [il=0x11d,native=0x1f4]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43109/devtools/browser/8e728b7c-9b1f-45b9-b79e-8565d16d0b5a | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43109/devtools/page/7393FA5390D7719CB5C2A6FAB0421E72", | |
"id": "7393FA5390D7719CB5C2A6FAB0421E72", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43109/devtools/page/7393FA5390D7719CB5C2A6FAB0421E72" | |
} ] | |
>>> ws://127.0.0.1:43109/devtools/page/7393FA5390D7719CB5C2A6FAB0421E72 | |
launching proxy for ws://127.0.0.1:43109/devtools/page/7393FA5390D7719CB5C2A6FAB0421E72 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 50 offset 1b2 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals2 (bool):0x1b2. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals2 (bool):[il=0x1b2,native=0x2d2] [0x1ffec1a](0). | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericValueTypeLocals2, ip=0x1ffec1a, [il=0x1b2,native=0x2d2]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40609/devtools/browser/dcfafeae-07a5-42cd-936b-49384404a5f8 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40609/devtools/page/820AB9ACD977E4B798D074965223E88E", | |
"id": "820AB9ACD977E4B798D074965223E88E", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40609/devtools/page/820AB9ACD977E4B798D074965223E88E" | |
} ] | |
>>> ws://127.0.0.1:40609/devtools/page/820AB9ACD977E4B798D074965223E88E | |
launching proxy for ws://127.0.0.1:40609/devtools/page/820AB9ACD977E4B798D074965223E88E | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 50 offset 1b2 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals2 (bool):0x1b2. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:GenericValueTypeLocals2 (bool):[il=0x1b2,native=0x2d2] [0x1ffec1a](0). | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=GenericValueTypeLocals2, ip=0x1ffec1a, [il=0x1b2,native=0x2d2]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41463/devtools/browser/e21ef750-d773-4b9b-ba1b-f51efb1fd27e | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41463/devtools/page/D928F777F9A7D91D6A78EEC4340967B9", | |
"id": "D928F777F9A7D91D6A78EEC4340967B9", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41463/devtools/page/D928F777F9A7D91D6A78EEC4340967B9" | |
} ] | |
>>> ws://127.0.0.1:41463/devtools/page/D928F777F9A7D91D6A78EEC4340967B9 | |
launching proxy for ws://127.0.0.1:41463/devtools/page/D928F777F9A7D91D6A78EEC4340967B9 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffeef6](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffeef6, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:39185/devtools/browser/c7d7cf56-d8b4-448c-9e48-41bfb1492e87 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:39185/devtools/page/D8B27E4716730400696C481C3FB8BD9B", | |
"id": "D8B27E4716730400696C481C3FB8BD9B", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:39185/devtools/page/D8B27E4716730400696C481C3FB8BD9B" | |
} ] | |
>>> ws://127.0.0.1:39185/devtools/page/D8B27E4716730400696C481C3FB8BD9B | |
launching proxy for ws://127.0.0.1:39185/devtools/page/D8B27E4716730400696C481C3FB8BD9B | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffeef6](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffeef6, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:33251/devtools/browser/5c38e110-2f68-4956-93f1-8c3c362e22d1 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:33251/devtools/page/20AF996EBEF18C2FB934200116626A40", | |
"id": "20AF996EBEF18C2FB934200116626A40", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:33251/devtools/page/20AF996EBEF18C2FB934200116626A40" | |
} ] | |
>>> ws://127.0.0.1:33251/devtools/page/20AF996EBEF18C2FB934200116626A40 | |
launching proxy for ws://127.0.0.1:33251/devtools/page/20AF996EBEF18C2FB934200116626A40 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 152 offset 258 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass/<ValueTypeLocalsAsync>d__8:MoveNext ():0x258. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass/<ValueTypeLocalsAsync>d__8:MoveNext ():[il=0x258,native=0x3dc] [0x2017d3c](0). | |
CWL: ValueTypeLocalsAsync: call_other: False | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x2017d3c, [il=0x258,native=0x3dc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45871/devtools/browser/f93545d5-b3f2-4fa4-bd4b-475ad8670374 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45871/devtools/page/AEFC825F262EA538D4669DE6F2B496AD", | |
"id": "AEFC825F262EA538D4669DE6F2B496AD", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45871/devtools/page/AEFC825F262EA538D4669DE6F2B496AD" | |
} ] | |
>>> ws://127.0.0.1:45871/devtools/page/AEFC825F262EA538D4669DE6F2B496AD | |
launching proxy for ws://127.0.0.1:45871/devtools/page/AEFC825F262EA538D4669DE6F2B496AD | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 152 offset 258 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass/<ValueTypeLocalsAsync>d__8:MoveNext ():0x258. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass/<ValueTypeLocalsAsync>d__8:MoveNext ():[il=0x258,native=0x3dc] [0x2017d3c](0). | |
CWL: ValueTypeLocalsAsync: call_other: False | |
CWL: gvclass_arr: 2, 0, | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x2017d3c, [il=0x258,native=0x3dc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37865/devtools/browser/bed7345c-e989-493b-a5ce-e73e27ce09c9 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37865/devtools/page/0D5E9081F89B72F6FD445B3F9910166C", | |
"id": "0D5E9081F89B72F6FD445B3F9910166C", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37865/devtools/page/0D5E9081F89B72F6FD445B3F9910166C" | |
} ] | |
>>> ws://127.0.0.1:37865/devtools/page/0D5E9081F89B72F6FD445B3F9910166C | |
launching proxy for ws://127.0.0.1:37865/devtools/page/0D5E9081F89B72F6FD445B3F9910166C | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffe64e](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffe64e, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45471/devtools/browser/8bfb50b0-ccc7-4187-a902-f6129d52745c | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45471/devtools/page/9198A23D78641DD9D77FA3E30F843506", | |
"id": "9198A23D78641DD9D77FA3E30F843506", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45471/devtools/page/9198A23D78641DD9D77FA3E30F843506" | |
} ] | |
>>> ws://127.0.0.1:45471/devtools/page/9198A23D78641DD9D77FA3E30F843506 | |
launching proxy for ws://127.0.0.1:45471/devtools/page/9198A23D78641DD9D77FA3E30F843506 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 45 offset 63 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:PrimitiveTypeLocals (bool):0x63. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:PrimitiveTypeLocals (bool):[il=0x63,native=0xce] [0x1ffe526](0). | |
CWL: int_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=PrimitiveTypeLocals, ip=0x1ffe526, [il=0x63,native=0xce]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40465/devtools/browser/5a50c2b8-e5ed-4bd5-a030-bf84fc5f8153 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40465/devtools/page/2EC5841614B1DA2D751C89BE8E242819", | |
"id": "2EC5841614B1DA2D751C89BE8E242819", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40465/devtools/page/2EC5841614B1DA2D751C89BE8E242819" | |
} ] | |
>>> ws://127.0.0.1:40465/devtools/page/2EC5841614B1DA2D751C89BE8E242819 | |
launching proxy for ws://127.0.0.1:40465/devtools/page/2EC5841614B1DA2D751C89BE8E242819 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 4b offset c | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():0xc. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:YetAnotherMethod ():[il=0xc,native=0x16] [0x1ffe64e](0). | |
CWL: Just a placeholder for breakpoints | |
CWL: [0x1] Breakpoint hit, method=YetAnotherMethod, ip=0x1ffe64e, [il=0xc,native=0x16]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37217/devtools/browser/a65149d8-68b7-458c-a04d-3b1764810bdf | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37217/devtools/page/C6E4A6B9CCECFEA7484D721E720FC3B7", | |
"id": "C6E4A6B9CCECFEA7484D721E720FC3B7", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37217/devtools/page/C6E4A6B9CCECFEA7484D721E720FC3B7" | |
} ] | |
>>> ws://127.0.0.1:37217/devtools/page/C6E4A6B9CCECFEA7484D721E720FC3B7 | |
launching proxy for ws://127.0.0.1:37217/devtools/page/C6E4A6B9CCECFEA7484D721E720FC3B7 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 45 offset 63 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass:PrimitiveTypeLocals (bool):0x63. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass:PrimitiveTypeLocals (bool):[il=0x63,native=0xce] [0x1ffe526](0). | |
CWL: int_arr: 3, 0, | |
CWL: [0x1] Breakpoint hit, method=PrimitiveTypeLocals, ip=0x1ffe526, [il=0x63,native=0xce]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:38395/devtools/browser/6850f07a-40e2-4d9d-9027-3bda6a9982a8 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:38395/devtools/page/6F746BE484833D9E04DB2A9469D2EBD1", | |
"id": "6F746BE484833D9E04DB2A9469D2EBD1", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:38395/devtools/page/6F746BE484833D9E04DB2A9469D2EBD1" | |
} ] | |
>>> ws://127.0.0.1:38395/devtools/page/6F746BE484833D9E04DB2A9469D2EBD1 | |
launching proxy for ws://127.0.0.1:38395/devtools/page/6F746BE484833D9E04DB2A9469D2EBD1 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 15b offset ed | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Point/<AsyncMethod>d__10:MoveNext ():0xed. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Point/<AsyncMethod>d__10:MoveNext ():[il=0xed,native=0x1ac] [0x200a704](0). | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x200a704, [il=0xed,native=0x1ac]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:39901/devtools/browser/c49d5750-f827-4f6f-ab99-c2740d09e56e | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:39901/devtools/page/9F50E7910CA479DD4AF0559734D1526D", | |
"id": "9F50E7910CA479DD4AF0559734D1526D", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:39901/devtools/page/9F50E7910CA479DD4AF0559734D1526D" | |
} ] | |
>>> ws://127.0.0.1:39901/devtools/page/9F50E7910CA479DD4AF0559734D1526D | |
launching proxy for ws://127.0.0.1:39901/devtools/page/9F50E7910CA479DD4AF0559734D1526D | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 15b offset ed | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Point/<AsyncMethod>d__10:MoveNext ():0xed. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Point/<AsyncMethod>d__10:MoveNext ():[il=0xed,native=0x1ac] [0x200a704](0). | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x200a704, [il=0xed,native=0x1ac]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:32813/devtools/browser/3880d81e-f252-428e-8d1e-a00b06bac7ce | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:32813/devtools/page/7D4489A8E22DAA138D4B3E057274A7A6", | |
"id": "7D4489A8E22DAA138D4B3E057274A7A6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:32813/devtools/page/7D4489A8E22DAA138D4B3E057274A7A6" | |
} ] | |
>>> ws://127.0.0.1:32813/devtools/page/7D4489A8E22DAA138D4B3E057274A7A6 | |
launching proxy for ws://127.0.0.1:32813/devtools/page/7D4489A8E22DAA138D4B3E057274A7A6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 56 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Container:PlaceholderMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: Back from PlaceholderMethod, 3 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Container:PlaceholderMethod ():[il=0x1,native=0x6] [0x227e696](0). | |
CWL: [0x1] Breakpoint hit, method=PlaceholderMethod, ip=0x227e696, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37537/devtools/browser/f41d2c78-7a45-459d-8002-6f2b771124ba | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37537/devtools/page/DEB7E303D7C950C9D0C508516A0DA488", | |
"id": "DEB7E303D7C950C9D0C508516A0DA488", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37537/devtools/page/DEB7E303D7C950C9D0C508516A0DA488" | |
} ] | |
>>> ws://127.0.0.1:37537/devtools/page/DEB7E303D7C950C9D0C508516A0DA488 | |
launching proxy for ws://127.0.0.1:37537/devtools/page/DEB7E303D7C950C9D0C508516A0DA488 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 56 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Container:PlaceholderMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: Back from PlaceholderMethod, 3 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Container:PlaceholderMethod ():[il=0x1,native=0x6] [0x227e696](0). | |
CWL: [0x1] Breakpoint hit, method=PlaceholderMethod, ip=0x227e696, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45159/devtools/browser/295e910f-45ec-449b-b432-7476eba64d67 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45159/devtools/page/0987B712EA89DB7310CFE77FC90ED6CE", | |
"id": "0987B712EA89DB7310CFE77FC90ED6CE", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45159/devtools/page/0987B712EA89DB7310CFE77FC90ED6CE" | |
} ] | |
>>> ws://127.0.0.1:45159/devtools/page/0987B712EA89DB7310CFE77FC90ED6CE | |
launching proxy for ws://127.0.0.1:45159/devtools/page/0987B712EA89DB7310CFE77FC90ED6CE | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 155 offset f6 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass/<InstanceMethodValueTypeLocalsAsync>d__9`1:MoveNext ():0xf6. | |
CWL: NEW BP 0x20024a8 has id 1 | |
CWL: ValueTypeLocalsAsync: call_other: True | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass/<InstanceMethodValueTypeLocalsAsync>d__9`1<DebuggerTests.SimpleGenericStruct`1<DebuggerTests.Point>>:MoveNext ():[il=0xf6,native=0x190] [0x2289638](0). | |
CWL: point_arr: 2, T: DebuggerTests.SimpleGenericStruct`1[DebuggerTests.Point], point: DebuggerTests.Point | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x2289638, [il=0xf6,native=0x190]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x20024a8 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35493/devtools/browser/84769792-01d0-473e-ae3f-104adb44861e | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35493/devtools/page/E310EC0A3AF3BA286F7134EC652D0868", | |
"id": "E310EC0A3AF3BA286F7134EC652D0868", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35493/devtools/page/E310EC0A3AF3BA286F7134EC652D0868" | |
} ] | |
>>> ws://127.0.0.1:35493/devtools/page/E310EC0A3AF3BA286F7134EC652D0868 | |
launching proxy for ws://127.0.0.1:35493/devtools/page/E310EC0A3AF3BA286F7134EC652D0868 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 155 offset f6 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.ArrayTestsClass/<InstanceMethodValueTypeLocalsAsync>d__9`1:MoveNext ():0xf6. | |
CWL: NEW BP 0x20024a8 has id 1 | |
CWL: ValueTypeLocalsAsync: call_other: True | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.ArrayTestsClass/<InstanceMethodValueTypeLocalsAsync>d__9`1<DebuggerTests.SimpleGenericStruct`1<DebuggerTests.Point>>:MoveNext ():[il=0xf6,native=0x190] [0x2289638](0). | |
CWL: point_arr: 2, T: DebuggerTests.SimpleGenericStruct`1[DebuggerTests.Point], point: DebuggerTests.Point | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x2289638, [il=0xf6,native=0x190]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x20024a8 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44841/devtools/browser/5cc0ca2a-9047-4ac3-82b4-2abcce225d15 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44841/devtools/page/0A08D75B5D94BDED74C26129FE483155", | |
"id": "0A08D75B5D94BDED74C26129FE483155", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44841/devtools/page/0A08D75B5D94BDED74C26129FE483155" | |
} ] | |
>>> ws://127.0.0.1:44841/devtools/page/0A08D75B5D94BDED74C26129FE483155 | |
launching proxy for ws://127.0.0.1:44841/devtools/page/0A08D75B5D94BDED74C26129FE483155 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
set-breakpoint-by-method: msg-:::5 { | |
"assemblyName": "debugger-test.dll", | |
"typeName": "DebuggerTests.Container", | |
"methodName": "PlaceholderMethod", | |
"lineOffset": 1 | |
} | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 56 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.Container:PlaceholderMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: Back from PlaceholderMethod, 3 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.Container:PlaceholderMethod ():[il=0x1,native=0x6] [0x227e696](0). | |
CWL: [0x1] Breakpoint hit, method=PlaceholderMethod, ip=0x227e696, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46243/devtools/browser/77e2aac1-6cf0-49e2-a8c6-b8a2a3217893 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46243/devtools/page/DDB54A2A4D4E4566BE826BD6A71D8561", | |
"id": "DDB54A2A4D4E4566BE826BD6A71D8561", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46243/devtools/page/DDB54A2A4D4E4566BE826BD6A71D8561" | |
} ] | |
>>> ws://127.0.0.1:46243/devtools/page/DDB54A2A4D4E4566BE826BD6A71D8561 | |
launching proxy for ws://127.0.0.1:46243/devtools/page/DDB54A2A4D4E4566BE826BD6A71D8561 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40491/devtools/browser/07db778e-36a7-443e-8f64-a4e9580d0c6f | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40491/devtools/page/2DC4DF5B3E5CA51792DEFE79D2E525E2", | |
"id": "2DC4DF5B3E5CA51792DEFE79D2E525E2", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40491/devtools/page/2DC4DF5B3E5CA51792DEFE79D2E525E2" | |
} ] | |
>>> ws://127.0.0.1:40491/devtools/page/2DC4DF5B3E5CA51792DEFE79D2E525E2 | |
launching proxy for ws://127.0.0.1:40491/devtools/page/2DC4DF5B3E5CA51792DEFE79D2E525E2 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:38511/devtools/browser/10f87fc3-03da-4084-b57d-0054bb2811c9 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:38511/devtools/page/17E0DF4F2566D65AD0F90469937D3E3D", | |
"id": "17E0DF4F2566D65AD0F90469937D3E3D", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:38511/devtools/page/17E0DF4F2566D65AD0F90469937D3E3D" | |
} ] | |
>>> ws://127.0.0.1:38511/devtools/page/17E0DF4F2566D65AD0F90469937D3E3D | |
launching proxy for ws://127.0.0.1:38511/devtools/page/17E0DF4F2566D65AD0F90469937D3E3D | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43861/devtools/browser/aaad169c-ac46-4f69-990b-34515c24eed2 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43861/devtools/page/394597239DC8EAEFA41BABEF7D03016D", | |
"id": "394597239DC8EAEFA41BABEF7D03016D", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43861/devtools/page/394597239DC8EAEFA41BABEF7D03016D" | |
} ] | |
>>> ws://127.0.0.1:43861/devtools/page/394597239DC8EAEFA41BABEF7D03016D | |
launching proxy for ws://127.0.0.1:43861/devtools/page/394597239DC8EAEFA41BABEF7D03016D | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46069/devtools/browser/6bb1feb9-79c3-4211-9d91-7ddb9b34f3c6 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46069/devtools/page/9089651DE6B384829AC202D7AC98F31A", | |
"id": "9089651DE6B384829AC202D7AC98F31A", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46069/devtools/page/9089651DE6B384829AC202D7AC98F31A" | |
} ] | |
>>> ws://127.0.0.1:46069/devtools/page/9089651DE6B384829AC202D7AC98F31A | |
launching proxy for ws://127.0.0.1:46069/devtools/page/9089651DE6B384829AC202D7AC98F31A | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44953/devtools/browser/a8c236f2-f0bc-444a-980a-13b9a4dd0167 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44953/devtools/page/40827EC6E9DC7FCE4BB0C1ED87C6A5D6", | |
"id": "40827EC6E9DC7FCE4BB0C1ED87C6A5D6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44953/devtools/page/40827EC6E9DC7FCE4BB0C1ED87C6A5D6" | |
} ] | |
>>> ws://127.0.0.1:44953/devtools/page/40827EC6E9DC7FCE4BB0C1ED87C6A5D6 | |
launching proxy for ws://127.0.0.1:44953/devtools/page/40827EC6E9DC7FCE4BB0C1ED87C6A5D6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:38667/devtools/browser/0ae63b99-009e-46d3-a9ac-07f4de6ceee8 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:38667/devtools/page/C947EED7B695AEBF6EADEB851D3F43B6", | |
"id": "C947EED7B695AEBF6EADEB851D3F43B6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:38667/devtools/page/C947EED7B695AEBF6EADEB851D3F43B6" | |
} ] | |
>>> ws://127.0.0.1:38667/devtools/page/C947EED7B695AEBF6EADEB851D3F43B6 | |
launching proxy for ws://127.0.0.1:38667/devtools/page/C947EED7B695AEBF6EADEB851D3F43B6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:42903/devtools/browser/d2752638-b603-4b28-9e38-b4f1d8a195f7 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:42903/devtools/page/72A1329A53D51831F3857AB8DBEEDE87", | |
"id": "72A1329A53D51831F3857AB8DBEEDE87", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:42903/devtools/page/72A1329A53D51831F3857AB8DBEEDE87" | |
} ] | |
>>> ws://127.0.0.1:42903/devtools/page/72A1329A53D51831F3857AB8DBEEDE87 | |
launching proxy for ws://127.0.0.1:42903/devtools/page/72A1329A53D51831F3857AB8DBEEDE87 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44679/devtools/browser/39454c12-a246-4787-9efe-c3250b6469db | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44679/devtools/page/40F188BDA51847CED57F9E71DF33C6AA", | |
"id": "40F188BDA51847CED57F9E71DF33C6AA", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44679/devtools/page/40F188BDA51847CED57F9E71DF33C6AA" | |
} ] | |
>>> ws://127.0.0.1:44679/devtools/page/40F188BDA51847CED57F9E71DF33C6AA | |
launching proxy for ws://127.0.0.1:44679/devtools/page/40F188BDA51847CED57F9E71DF33C6AA | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():[il=0x4f,native=0xaa] [0x1ffe4fa](0). | |
CWL: [0x1] Breakpoint hit, method=PropertyGettersTest, ip=0x1ffe4fa, [il=0x4f,native=0xaa]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40323/devtools/browser/9857ee9e-c6dc-4a54-8725-2e8d8870ea55 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40323/devtools/page/1BC859E3FB281F096B9D52A5B401B95E", | |
"id": "1BC859E3FB281F096B9D52A5B401B95E", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40323/devtools/page/1BC859E3FB281F096B9D52A5B401B95E" | |
} ] | |
>>> ws://127.0.0.1:40323/devtools/page/1BC859E3FB281F096B9D52A5B401B95E | |
launching proxy for ws://127.0.0.1:40323/devtools/page/1BC859E3FB281F096B9D52A5B401B95E | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 161 offset 75 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():0x75. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():[il=0x75,native=0xdc] [0x1fff294](0). | |
CWL: break here | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x1fff294, [il=0x75,native=0xdc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35943/devtools/browser/0616aa15-479e-4b0b-badd-a9dd50a9437e | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35943/devtools/page/93050D6C0D7DFF4FE1CB1897C6B61243", | |
"id": "93050D6C0D7DFF4FE1CB1897C6B61243", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35943/devtools/page/93050D6C0D7DFF4FE1CB1897C6B61243" | |
} ] | |
>>> ws://127.0.0.1:35943/devtools/page/93050D6C0D7DFF4FE1CB1897C6B61243 | |
launching proxy for ws://127.0.0.1:35943/devtools/page/93050D6C0D7DFF4FE1CB1897C6B61243 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():[il=0x4f,native=0xaa] [0x1ffe4fa](0). | |
CWL: [0x1] Breakpoint hit, method=PropertyGettersTest, ip=0x1ffe4fa, [il=0x4f,native=0xaa]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45863/devtools/browser/78b5f7cd-2e82-4bba-a61d-e64f47ed53d6 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45863/devtools/page/0B66261864AD8A43F1BC4E53C363D6D0", | |
"id": "0B66261864AD8A43F1BC4E53C363D6D0", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45863/devtools/page/0B66261864AD8A43F1BC4E53C363D6D0" | |
} ] | |
>>> ws://127.0.0.1:45863/devtools/page/0B66261864AD8A43F1BC4E53C363D6D0 | |
launching proxy for ws://127.0.0.1:45863/devtools/page/0B66261864AD8A43F1BC4E53C363D6D0 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 161 offset 75 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():0x75. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():[il=0x75,native=0xdc] [0x1fff294](0). | |
CWL: break here | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x1fff294, [il=0x75,native=0xdc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:38557/devtools/browser/8f8c6cc9-9d1c-42e2-8ac9-2320f6b72b57 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:38557/devtools/page/B776EBAF4172B6BA314B1D5339CE6B38", | |
"id": "B776EBAF4172B6BA314B1D5339CE6B38", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:38557/devtools/page/B776EBAF4172B6BA314B1D5339CE6B38" | |
} ] | |
>>> ws://127.0.0.1:38557/devtools/page/B776EBAF4172B6BA314B1D5339CE6B38 | |
launching proxy for ws://127.0.0.1:38557/devtools/page/B776EBAF4172B6BA314B1D5339CE6B38 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():[il=0x4f,native=0xaa] [0x1ffe4fa](0). | |
CWL: [0x1] Breakpoint hit, method=PropertyGettersTest, ip=0x1ffe4fa, [il=0x4f,native=0xaa]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:33625/devtools/browser/a64a3ad9-1056-4ccc-9c5e-1ad84adceb0d | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:33625/devtools/page/467509E3FACE40422C944A01104B46FF", | |
"id": "467509E3FACE40422C944A01104B46FF", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:33625/devtools/page/467509E3FACE40422C944A01104B46FF" | |
} ] | |
>>> ws://127.0.0.1:33625/devtools/page/467509E3FACE40422C944A01104B46FF | |
launching proxy for ws://127.0.0.1:33625/devtools/page/467509E3FACE40422C944A01104B46FF | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 161 offset 75 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():0x75. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():[il=0x75,native=0xdc] [0x1fff294](0). | |
CWL: break here | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x1fff294, [il=0x75,native=0xdc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37277/devtools/browser/bd93821a-10c4-465f-800c-7d8cd18d3862 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37277/devtools/page/81BF473C35FBBD1A0E5FC9C8326FBAB4", | |
"id": "81BF473C35FBBD1A0E5FC9C8326FBAB4", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37277/devtools/page/81BF473C35FBBD1A0E5FC9C8326FBAB4" | |
} ] | |
>>> ws://127.0.0.1:37277/devtools/page/81BF473C35FBBD1A0E5FC9C8326FBAB4 | |
launching proxy for ws://127.0.0.1:37277/devtools/page/81BF473C35FBBD1A0E5FC9C8326FBAB4 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():[il=0x4f,native=0xaa] [0x1ffe4fa](0). | |
CWL: [0x1] Breakpoint hit, method=PropertyGettersTest, ip=0x1ffe4fa, [il=0x4f,native=0xaa]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:42179/devtools/browser/56d3185b-a80e-46ad-8c94-f60415ae9222 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:42179/devtools/page/BD4C1B77B0B2B0ECD60FFF5541AEF1CE", | |
"id": "BD4C1B77B0B2B0ECD60FFF5541AEF1CE", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:42179/devtools/page/BD4C1B77B0B2B0ECD60FFF5541AEF1CE" | |
} ] | |
>>> ws://127.0.0.1:42179/devtools/page/BD4C1B77B0B2B0ECD60FFF5541AEF1CE | |
launching proxy for ws://127.0.0.1:42179/devtools/page/BD4C1B77B0B2B0ECD60FFF5541AEF1CE | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 161 offset 75 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():0x75. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest/<PropertyGettersTestAsync>d__2:MoveNext ():[il=0x75,native=0xdc] [0x1fff294](0). | |
CWL: break here | |
CWL: [0x1] Breakpoint hit, method=MoveNext, ip=0x1fff294, [il=0x75,native=0xdc]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., method_name: "MoveNext", line: 38, col: 12, cfo_fn: "function(e){return this[e]}", get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_3(System.String[]), Target = <>c { } }, local_name: "ptd", use_cfo: True) [1 m 1 s] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37323/devtools/browser/2defd6c8-b17a-4fe9-8307-4f2892ca26c5 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37323/devtools/page/2BDC454870D734397F195FF9268A3585", | |
"id": "2BDC454870D734397F195FF9268A3585", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37323/devtools/page/2BDC454870D734397F195FF9268A3585" | |
} ] | |
>>> ws://127.0.0.1:37323/devtools/page/2BDC454870D734397F195FF9268A3585 | |
launching proxy for ws://127.0.0.1:37323/devtools/page/2BDC454870D734397F195FF9268A3585 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Proxy done | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., method_name: "PropertyGettersTest", line: 30, col: 12, cfo_fn: "function invokeGetter(arrayStr){ let result=this; "..., get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_0(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44575/devtools/browser/bc963f92-779c-4de5-bd23-5fa5c9a866f5 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44575/devtools/page/AB6F98972C0C8663441771ED84A9C9FE", | |
"id": "AB6F98972C0C8663441771ED84A9C9FE", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44575/devtools/page/AB6F98972C0C8663441771ED84A9C9FE" | |
} ] | |
>>> ws://127.0.0.1:44575/devtools/page/AB6F98972C0C8663441771ED84A9C9FE | |
launching proxy for ws://127.0.0.1:44575/devtools/page/AB6F98972C0C8663441771ED84A9C9FE | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
---> Microsoft.AspNetCore.Connections.ConnectionResetException: Broken pipe | |
---> System.Net.Sockets.SocketException (32): Broken pipe | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs.<GetResult>g__ThrowSocketException|7_0(SocketError e) | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs.GetResult() | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.ProcessSends() | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoSend() | |
--- End of inner exception stack trace --- | |
at System.IO.Pipelines.PipeCompletion.ThrowLatchedException() | |
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result) | |
at System.IO.Pipelines.Pipe.GetReadAsyncResult() | |
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., method_name: "MoveNext", line: 38, col: 12, cfo_fn: "function invokeGetter(arrayStr){ let result=this; "..., get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_1(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: False) [1 m 4 s] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:34619/devtools/browser/90a3cd26-928f-4a31-98ea-1d0278a5a98c | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:34619/devtools/page/54C73F86D43BABE7E0AE64D5B4DBCEB8", | |
"id": "54C73F86D43BABE7E0AE64D5B4DBCEB8", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:34619/devtools/page/54C73F86D43BABE7E0AE64D5B4DBCEB8" | |
} ] | |
>>> ws://127.0.0.1:34619/devtools/page/54C73F86D43BABE7E0AE64D5B4DBCEB8 | |
launching proxy for ws://127.0.0.1:34619/devtools/page/54C73F86D43BABE7E0AE64D5B4DBCEB8 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:45883/devtools/browser/d8fc2da4-35e4-4cab-aaae-317fc0e8c6b0 | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., method_name: "PropertyGettersTest", line: 30, col: 12, cfo_fn: "function(e){return this[e]}", get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_2(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:45883/devtools/page/E6098E82AD8A1050C57A3AFACF4B26CA", | |
"id": "E6098E82AD8A1050C57A3AFACF4B26CA", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:45883/devtools/page/E6098E82AD8A1050C57A3AFACF4B26CA" | |
} ] | |
>>> ws://127.0.0.1:45883/devtools/page/E6098E82AD8A1050C57A3AFACF4B26CA | |
launching proxy for ws://127.0.0.1:45883/devtools/page/E6098E82AD8A1050C57A3AFACF4B26CA | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., method_name: "MoveNext", line: 38, col: 12, cfo_fn: "function(e){return this[e]}", get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_3(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:34251/devtools/browser/fdcde65d-53e0-4586-a8c9-a24442352aca | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:34251/devtools/page/2C4CB2F2A1EE12BFF39AA0EA97EF4665", | |
"id": "2C4CB2F2A1EE12BFF39AA0EA97EF4665", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:34251/devtools/page/2C4CB2F2A1EE12BFF39AA0EA97EF4665" | |
} ] | |
>>> ws://127.0.0.1:34251/devtools/page/2C4CB2F2A1EE12BFF39AA0EA97EF4665 | |
launching proxy for ws://127.0.0.1:34251/devtools/page/2C4CB2F2A1EE12BFF39AA0EA97EF4665 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():[il=0x4f,native=0xaa] [0x1ffe4fa](0). | |
CWL: [0x1] Breakpoint hit, method=PropertyGettersTest, ip=0x1ffe4fa, [il=0x4f,native=0xaa]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., method_name: "PropertyGettersTest", line: 30, col: 12, cfo_fn: "function invokeGetter(arrayStr){ let result=this; "..., get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_0(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44901/devtools/browser/b800777f-c87d-4b66-815a-c161e9d8828c | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44901/devtools/page/B8DBE1CA4DDA9A9F52D710D1EC4CED61", | |
"id": "B8DBE1CA4DDA9A9F52D710D1EC4CED61", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44901/devtools/page/B8DBE1CA4DDA9A9F52D710D1EC4CED61" | |
} ] | |
>>> ws://127.0.0.1:44901/devtools/page/B8DBE1CA4DDA9A9F52D710D1EC4CED61 | |
launching proxy for ws://127.0.0.1:44901/devtools/page/B8DBE1CA4DDA9A9F52D710D1EC4CED61 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., method_name: "MoveNext", line: 38, col: 12, cfo_fn: "function invokeGetter(arrayStr){ let result=this; "..., get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_1(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: True) [1 m 1 s] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46651/devtools/browser/2fb99be4-dd09-4ff0-9c99-bf3eac8345f4 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46651/devtools/page/693679C6B968008C1BFBE287BBC5983C", | |
"id": "693679C6B968008C1BFBE287BBC5983C", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46651/devtools/page/693679C6B968008C1BFBE287BBC5983C" | |
} ] | |
>>> ws://127.0.0.1:46651/devtools/page/693679C6B968008C1BFBE287BBC5983C | |
launching proxy for ws://127.0.0.1:46651/devtools/page/693679C6B968008C1BFBE287BBC5983C | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., method_name: "PropertyGettersTest", line: 30, col: 12, cfo_fn: "function(e){return this[e]}", get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_2(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46645/devtools/browser/03480ec0-08c7-4c23-a19d-863407eee18f | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46645/devtools/page/C384F9D1EA185FE42EE505AF59DD7F66", | |
"id": "C384F9D1EA185FE42EE505AF59DD7F66", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46645/devtools/page/C384F9D1EA185FE42EE505AF59DD7F66" | |
} ] | |
>>> ws://127.0.0.1:46645/devtools/page/C384F9D1EA185FE42EE505AF59DD7F66 | |
launching proxy for ws://127.0.0.1:46645/devtools/page/C384F9D1EA185FE42EE505AF59DD7F66 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.PropertyGettersTest(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., method_name: "MoveNext", line: 38, col: 12, cfo_fn: "function(e){return this[e]}", get_args_fn: Func`2 { Method = System.Object <GettersTestData>b__13_3(System.String[]), Target = <>c { } }, local_name: "swp", use_cfo: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String url_key, Int32 line, Int32 column, String function_name, String eval_expression, Action`1 test_fn, Func`2 wait_for_event_fn, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 206 | |
at DebuggerTests.CallFunctionOnTests.PropertyGettersTest(String eval_fn, String method_name, Int32 line, Int32 col, String cfo_fn, Func`2 get_args_fn, String local_name, Boolean use_cfo) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 619 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:40595/devtools/browser/21eb7ae6-aa57-4fd6-9752-5510ecee6260 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:40595/devtools/page/38411DB4CF211C8FF3DA4AB43FB210B6", | |
"id": "38411DB4CF211C8FF3DA4AB43FB210B6", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:40595/devtools/page/38411DB4CF211C8FF3DA4AB43FB210B6" | |
} ] | |
>>> ws://127.0.0.1:40595/devtools/page/38411DB4CF211C8FF3DA4AB43FB210B6 | |
launching proxy for ws://127.0.0.1:40595/devtools/page/38411DB4CF211C8FF3DA4AB43FB210B6 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(eval_fn: "big_array_js_test (10);", bp_loc: "/other.js", line: 8, col: 1, return_by_val: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean return_by_val) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 450 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:36923/devtools/browser/caefc077-6d4c-4525-a251-7938e26368c1 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:36923/devtools/page/DA9800DF7AF4491BF1C42436240D48C0", | |
"id": "DA9800DF7AF4491BF1C42436240D48C0", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:36923/devtools/page/DA9800DF7AF4491BF1C42436240D48C0" | |
} ] | |
>>> ws://127.0.0.1:36923/devtools/page/DA9800DF7AF4491BF1C42436240D48C0 | |
launching proxy for ws://127.0.0.1:36923/devtools/page/DA9800DF7AF4491BF1C42436240D48C0 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., bp_loc: "dotnet://debugger-test.dll/debugger-cfo-test.cs", line: 23, col: 12, return_by_val: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean return_by_val) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 450 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:34221/devtools/browser/50adc79f-0519-4233-9311-6e780f608e1a | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:34221/devtools/page/13D616AF741934F63B8206B875C3238E", | |
"id": "13D616AF741934F63B8206B875C3238E", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:34221/devtools/page/13D616AF741934F63B8206B875C3238E" | |
} ] | |
>>> ws://127.0.0.1:34221/devtools/page/13D616AF741934F63B8206B875C3238E | |
launching proxy for ws://127.0.0.1:34221/devtools/page/13D616AF741934F63B8206B875C3238E | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:37811/devtools/browser/100fd48d-4b5a-4173-8046-54a131587583 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:37811/devtools/page/767F6BCC5F6C35B7E81D211E2F78BFAB", | |
"id": "767F6BCC5F6C35B7E81D211E2F78BFAB", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:37811/devtools/page/767F6BCC5F6C35B7E81D211E2F78BFAB" | |
} ] | |
>>> ws://127.0.0.1:37811/devtools/page/767F6BCC5F6C35B7E81D211E2F78BFAB | |
launching proxy for ws://127.0.0.1:37811/devtools/page/767F6BCC5F6C35B7E81D211E2F78BFAB | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(eval_fn: "big_array_js_test (10);", bp_loc: "/other.js", line: 8, col: 1, return_by_val: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunOnArrayReturnPrimitive(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean return_by_val) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 450 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:33355/devtools/browser/11379a98-9204-4a20-b4d5-0db2f80616a8 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:33355/devtools/page/D62894CD3BFB7FE30B20F6739F9A7B94", | |
"id": "D62894CD3BFB7FE30B20F6739F9A7B94", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:33355/devtools/page/D62894CD3BFB7FE30B20F6739F9A7B94" | |
} ] | |
>>> ws://127.0.0.1:33355/devtools/page/D62894CD3BFB7FE30B20F6739F9A7B94 | |
launching proxy for ws://127.0.0.1:33355/devtools/page/D62894CD3BFB7FE30B20F6739F9A7B94 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:44749/devtools/browser/51fc5192-db5e-4df9-ae31-e0fdb261d0ba | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:44749/devtools/page/35521D84510153B1A7C20EFDD22AA44F", | |
"id": "35521D84510153B1A7C20EFDD22AA44F", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:44749/devtools/page/35521D84510153B1A7C20EFDD22AA44F" | |
} ] | |
>>> ws://127.0.0.1:44749/devtools/page/35521D84510153B1A7C20EFDD22AA44F | |
launching proxy for ws://127.0.0.1:44749/devtools/page/35521D84510153B1A7C20EFDD22AA44F | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.RunOnArrayReturnArrayByValue(eval_fn: "big_array_js_test (10);", bp_loc: "/other.js", line: 8, col: 1, roundtrip: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.RunOnArrayReturnArrayByValue(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 416 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:34467/devtools/browser/b73e3eec-33a6-4392-a5dd-08cfd87b70dd | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:34467/devtools/page/C34B867ED529ACFA605794C1036132A2", | |
"id": "C34B867ED529ACFA605794C1036132A2", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:34467/devtools/page/C34B867ED529ACFA605794C1036132A2" | |
} ] | |
>>> ws://127.0.0.1:34467/devtools/page/C34B867ED529ACFA605794C1036132A2 | |
launching proxy for ws://127.0.0.1:34467/devtools/page/C34B867ED529ACFA605794C1036132A2 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 74 offset 116 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):0x116. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.CallFunctionOnTest:LocalsTest (int):[il=0x116,native=0x21c] [0x1ffeb64](0). | |
CWL: [0x1] Breakpoint hit, method=LocalsTest, ip=0x1ffeb64, [il=0x116,native=0x21c]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43361/devtools/browser/ac1ac019-69a3-46cd-8f37-d4374ad6553b | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43361/devtools/page/BA99232C932BA14D3E843FDBD04E76C9", | |
"id": "BA99232C932BA14D3E843FDBD04E76C9", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43361/devtools/page/BA99232C932BA14D3E843FDBD04E76C9" | |
} ] | |
>>> ws://127.0.0.1:43361/devtools/page/BA99232C932BA14D3E843FDBD04E76C9 | |
launching proxy for ws://127.0.0.1:43361/devtools/page/BA99232C932BA14D3E843FDBD04E76C9 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35253/devtools/browser/7ae58b43-096c-45b8-8985-bd97467ef3c7 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35253/devtools/page/AAA59CD9E7CF31501E71D01ECE6800D2", | |
"id": "AAA59CD9E7CF31501E71D01ECE6800D2", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35253/devtools/page/AAA59CD9E7CF31501E71D01ECE6800D2" | |
} ] | |
>>> ws://127.0.0.1:35253/devtools/page/AAA59CD9E7CF31501E71D01ECE6800D2 | |
launching proxy for ws://127.0.0.1:35253/devtools/page/AAA59CD9E7CF31501E71D01ECE6800D2 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
set-breakpoint-by-method: msg-:::5 { | |
"assemblyName": "debugger-test.dll", | |
"typeName": "DebuggerTests.GetPropertiesTests.DerivedClass", | |
"methodName": "InstanceMethod", | |
"lineOffset": 1 | |
} | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method e9 offset 1 | |
CWL: [dbg] Setting breakpoint at DebuggerTests.GetPropertiesTests.DerivedClass:InstanceMethod ():0x1. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
CWL: [dbg] Inserted breakpoint at DebuggerTests.GetPropertiesTests.DerivedClass:InstanceMethod ():[il=0x1,native=0x6] [0x2007556](0). | |
CWL: [0x1] Breakpoint hit, method=InstanceMethod, ip=0x2007556, [il=0x1,native=0x6]. | |
CWL: ss_reqs 0 bp_reqs 1 | |
CWL: Found BP 0x1ff0938 with id 1 | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.InvokeInheritedAndPrivateGetters [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.DebuggerTestBase.CheckInspectLocalsAtBreakpointSite(String type, String method, Int32 line_offset, String bp_function_name, String eval_expression, Action`1 locals_fn, Func`2 wait_for_event_fn, Boolean use_cfo, String assembly, Int32 col) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 248 | |
at DebuggerTests.CallFunctionOnTests.InvokeInheritedAndPrivateGetters() in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 701 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35227/devtools/browser/7fdee5c9-93ad-4fdc-aced-471b61253bb6 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35227/devtools/page/DDC69C38AC9EA786757CC17520736B5A", | |
"id": "DDC69C38AC9EA786757CC17520736B5A", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35227/devtools/page/DDC69C38AC9EA786757CC17520736B5A" | |
} ] | |
>>> ws://127.0.0.1:35227/devtools/page/DDC69C38AC9EA786757CC17520736B5A | |
launching proxy for ws://127.0.0.1:35227/devtools/page/DDC69C38AC9EA786757CC17520736B5A | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
Proxy done | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:35193/devtools/browser/1c4817fa-0162-4967-be09-91c6bae5fe1f | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:35193/devtools/page/F03752E079581B9DB6A9C53C7055EBB5", | |
"id": "F03752E079581B9DB6A9C53C7055EBB5", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:35193/devtools/page/F03752E079581B9DB6A9C53C7055EBB5" | |
} ] | |
>>> ws://127.0.0.1:35193/devtools/page/F03752E079581B9DB6A9C53C7055EBB5 | |
launching proxy for ws://127.0.0.1:35193/devtools/page/F03752E079581B9DB6A9C53C7055EBB5 | |
waiting for the runtime to be ready | |
Failed DebuggerTests.CallFunctionOnTests.RunOnJSObject(roundtrip: False) [1 m 2 s] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.RunOnJSObject(Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 338 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:42979/devtools/browser/acb8f7de-3301-4f18-9c54-b56fdd80577a | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:42979/devtools/page/B48B02C96B9BCBBBF2D8425490372D37", | |
"id": "B48B02C96B9BCBBBF2D8425490372D37", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:42979/devtools/page/B48B02C96B9BCBBBF2D8425490372D37" | |
} ] | |
>>> ws://127.0.0.1:42979/devtools/page/B48B02C96B9BCBBBF2D8425490372D37 | |
launching proxy for ws://127.0.0.1:42979/devtools/page/B48B02C96B9BCBBBF2D8425490372D37 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(eval_fn: "invoke_static_method ('[debugger-test] DebuggerTes"..., bp_loc: "dotnet://debugger-test.dll/debugger-cfo-test.cs", line: 30, col: 12, roundtrip: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 741 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:46573/devtools/browser/f02cb8aa-04bc-4b81-a13d-6df255d85b58 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:46573/devtools/page/4D476C02981DFE56027A4566BAAF9966", | |
"id": "4D476C02981DFE56027A4566BAAF9966", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:46573/devtools/page/4D476C02981DFE56027A4566BAAF9966" | |
} ] | |
>>> ws://127.0.0.1:46573/devtools/page/4D476C02981DFE56027A4566BAAF9966 | |
launching proxy for ws://127.0.0.1:46573/devtools/page/4D476C02981DFE56027A4566BAAF9966 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(eval_fn: "invoke_getters_js_test ();", bp_loc: "/other.js", line: 30, col: 1, roundtrip: True) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 741 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:43899/devtools/browser/57f330ee-2ebd-4317-922e-2153bf3117ae | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:43899/devtools/page/A8F1B8C5123DF65A3442C8F47189E251", | |
"id": "A8F1B8C5123DF65A3442C8F47189E251", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:43899/devtools/page/A8F1B8C5123DF65A3442C8F47189E251" | |
} ] | |
>>> ws://127.0.0.1:43899/devtools/page/A8F1B8C5123DF65A3442C8F47189E251 | |
launching proxy for ws://127.0.0.1:43899/devtools/page/A8F1B8C5123DF65A3442C8F47189E251 | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
runtime ready, TEST TIME | |
await cb(client, token) | |
CWL: mono_wasm_runtime_ready | |
CWL: SET BREAKPOINT: assembly debugger-test.dll method 75 offset 4f | |
CWL: [dbg] Setting breakpoint at DebuggerTests.CallFunctionOnTest:PropertyGettersTest ():0x4f. | |
CWL: NEW BP 0x1ff0938 has id 1 | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:34829/devtools/browser/a7906924-454c-4bb2-bc4d-4b5093819ac6 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:34829/devtools/page/1C0799F2EEF6D1B50EAABD8B8BBEEA9D", | |
"id": "1C0799F2EEF6D1B50EAABD8B8BBEEA9D", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:34829/devtools/page/1C0799F2EEF6D1B50EAABD8B8BBEEA9D" | |
} ] | |
>>> ws://127.0.0.1:34829/devtools/page/1C0799F2EEF6D1B50EAABD8B8BBEEA9D | |
launching proxy for ws://127.0.0.1:34829/devtools/page/1C0799F2EEF6D1B50EAABD8B8BBEEA9D | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
---> Microsoft.AspNetCore.Connections.ConnectionResetException: Broken pipe | |
---> System.Net.Sockets.SocketException (32): Broken pipe | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs.<GetResult>g__ThrowSocketException|7_0(SocketError e) | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketAwaitableEventArgs.GetResult() | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.ProcessSends() | |
at Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets.Internal.SocketConnection.DoSend() | |
--- End of inner exception stack trace --- | |
at System.IO.Pipelines.PipeCompletion.ThrowLatchedException() | |
at System.IO.Pipelines.Pipe.GetReadResult(ReadResult& result) | |
at System.IO.Pipelines.Pipe.GetReadAsyncResult() | |
at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Http.HttpRequestStream.ReadAsyncInternal(Memory`1 destination, CancellationToken cancellationToken) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
Failed DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(eval_fn: "invoke_static_method_async ('[debugger-test] Debug"..., bp_loc: "dotnet://debugger-test.dll/debugger-cfo-test.cs", line: 38, col: 12, roundtrip: False) [1 m 2 s] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 741 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
New test request | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:41469/devtools/browser/13644822-eb2f-46ec-ad09-d9a385589e61 | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:41469/devtools/page/C6720E306DAC5A3C0FD791CBB3B16B3C", | |
"id": "C6720E306DAC5A3C0FD791CBB3B16B3C", | |
"title": "localhost:9400/debugger-driver.html", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:41469/devtools/page/C6720E306DAC5A3C0FD791CBB3B16B3C" | |
} ] | |
>>> ws://127.0.0.1:41469/devtools/page/C6720E306DAC5A3C0FD791CBB3B16B3C | |
launching proxy for ws://127.0.0.1:41469/devtools/page/C6720E306DAC5A3C0FD791CBB3B16B3C | |
waiting for the runtime to be ready | |
CWL: MONO_WASM: Initializing mono runtime | |
CWL: MONO_WASM: ICU data archive(s) loaded, disabling invariant mode | |
CWL: DEBUGGING ENABLED | |
CWL: ready | |
CWL: CLEAR BREAKPOINTS | |
Proxy done | |
[41m[30mfail[39m[22m[49m: Microsoft.WebAssembly.Diagnostics.DevToolsProxy[0] | |
DevToolsProxy::Run: Exception System.AggregateException: One or more errors occurred. (The remote party closed the WebSocket connection without completing the close handshake.) | |
---> System.Net.WebSockets.WebSocketException (0x80004005): The remote party closed the WebSocket connection without completing the close handshake. | |
at System.Net.WebSockets.ManagedWebSocket.ThrowIfEOFUnexpected(Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.EnsureBufferContainsAsync(Int32 minimumRequiredBytes, CancellationToken cancellationToken, Boolean throwOnPrematureClosure) | |
at System.Net.WebSockets.ManagedWebSocket.ReceiveAsyncPrivate[TWebSocketReceiveResultGetter,TWebSocketReceiveResult](Memory`1 payloadBuffer, CancellationToken cancellationToken, TWebSocketReceiveResultGetter resultGetter) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.ReadOne(WebSocket socket, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 105 | |
--- End of inner exception stack trace --- | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsProxy.Run(Uri browserUri, WebSocket ideSocket) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/BrowserDebugProxy/DevToolsProxy.cs:line 316 | |
New test request | |
Failed DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(eval_fn: "invoke_getters_js_test ();", bp_loc: "/other.js", line: 30, col: 1, roundtrip: False) [1 m] | |
Error Message: | |
System.AggregateException : One or more errors occurred. (A task was canceled.) | |
---- System.Threading.Tasks.TaskCanceledException : A task was canceled. | |
Stack Trace: | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at Microsoft.WebAssembly.Diagnostics.InspectorClient.Connect(Uri uri, Func`4 onEvent, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/InspectorClient.cs:line 48 | |
at DebuggerTests.Inspector.Ready(Func`3 cb, Nullable`1 span) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/Support.cs:line 89 | |
at DebuggerTests.CallFunctionOnTests.RunCallFunctionOn(String eval_fn, String fn_decl, String local_name, String bp_loc, Int32 line, Int32 col, Int32 res_array_len, Func`2 test_fn, Boolean returnByValue, JArray fn_args, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 930 | |
at DebuggerTests.CallFunctionOnTests.CheckAccessorsOnObjectsWithCFO(String eval_fn, String bp_loc, Int32 line, Int32 col, Boolean roundtrip) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/CallFunctionOnTests.cs:line 741 | |
--- End of stack trace from previous location --- | |
----- Inner Stack Trace ----- | |
at System.Threading.Tasks.Task.GetExceptions(Boolean includeTaskCanceledExceptions) | |
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ConnectWithMainLoops(Uri uri, Func`3 receive, Func`2 send, CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 138 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.Tasks.AwaitTaskContinuation.RunCallback(ContextCallback callback, Object state, Task& currentTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task`1.TrySetResult(TResult result) | |
at System.Threading.Tasks.TaskFactory.CompleteOnInvokePromise.Invoke(Task completingTask) | |
at System.Threading.Tasks.Task.RunContinuations(Object continuationObject) | |
at System.Threading.Tasks.Task.TrySetCanceled(CancellationToken tokenToRecord, Object cancellationException) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.SetException(Exception exception, Task`1& taskField) | |
at Microsoft.WebAssembly.Diagnostics.DevToolsClient.ReadOne(CancellationToken token) in /home/captainsafia/github.com/dotnet/runtime/src/mono/wasm/debugger/DebuggerTestSuite/DevToolsClient.cs:line 73 | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart_Context(Object state) | |
at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) | |
at System.Threading.ThreadHelper.ThreadStart(Object obj) | |
--- End of stack trace from previous location --- | |
stderr: /usr/bin/chromium-browser: 12: xdg-settings: not found | |
stderr: /bin/bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8) | |
stderr: | |
stderr: DevTools listening on ws://127.0.0.1:39985/devtools/browser/affcabf6-26c8-4ee7-8489-0076c4b22a0d | |
res is [ { | |
"description": "", | |
"devtoolsFrontendUrl": "/devtools/inspector.html?ws=127.0.0.1:39985/devtools/page/1211833104EE88B9CBE1CB0BFAEBBD5F", | |
"id": "1211833104EE88B9CBE1CB0BFAEBBD5F", | |
"title": "", | |
"type": "page", | |
"url": "http://localhost:9400/debugger-driver.html", | |
"webSocketDebuggerUrl": "ws://127.0.0.1:39985/devtools/page/1211833104EE88B9CBE1CB0BFAEBBD5F" | |
} ] | |
>>> ws://127.0.0.1:39985/devtools/page/1211833104EE88B9CBE1CB0BFAEBBD5F | |
launching proxy for ws://127.0.0.1:39985/devtools/page/1211833104EE88B9CBE1CB0BFAEBBD5F | |
waiting for the runtime to be ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment