Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wasm test failure on HttpRequest_BodylessMethod_LargeContentLength #110445

Open
steveharter opened this issue Dec 5, 2024 · 2 comments
Open

Wasm test failure on HttpRequest_BodylessMethod_LargeContentLength #110445

steveharter opened this issue Dec 5, 2024 · 2 comments
Labels
arch-wasm WebAssembly architecture area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner

Comments

@steveharter
Copy link
Member

steveharter commented Dec 5, 2024

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=886168
Build error leg or test failing: System.Net.Http.Functional.Tests.HttpRequestMessageTest.HttpRequest_BodylessMethod_LargeContentLength
Pull request: #110372

Error Message

Fill the error message using step by step known issues guidance.

{
  "ErrorMessage": "[FAIL] System.Net.Http.Functional.Tests.HttpRequestMessageTest.HttpRequest_BodylessMethod_LargeContentLength",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

log

[21:12:04] info: Discovering: System.Net.Http.Functional.Tests.dll (method display = ClassAndMethod, method display options = None)
[21:12:06] info: Discovered:  System.Net.Http.Functional.Tests.dll (found 460 of 1855 test cases)
[21:12:06] info: Starting:    System.Net.Http.Functional.Tests.dll
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:54225/ - Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:56913/ - Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:57785/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:50691/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:59585/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:54479/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:54131/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:50807/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:07] fail: [out of order message from the browser]: http://127.0.0.1:56066/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:12:08] fail: [out of order message from the browser]: http://127.0.0.1:60060/ - Failed to load resource: net::ERR_INVALID_CHUNKED_ENCODING
[21:13:55] info: [FAIL] System.Net.Http.Functional.Tests.HttpRequestMessageTest.HttpRequest_BodylessMethod_LargeContentLength
[21:13:55] info: System.Threading.Tasks.TaskCanceledException : The request was canceled due to the configured HttpClient.Timeout of 100 seconds elapsing.
[21:13:55] info: ---- System.TimeoutException : The operation was canceled.
[21:13:55] info: -------- System.Threading.Tasks.TaskCanceledException : The operation was canceled.
[21:13:55] info: ------------ System.Runtime.InteropServices.JavaScript.JSException : Error: OperationCanceledException
[21:13:55] info:    at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
[21:13:55] info:    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
[21:13:55] info:    at System.Net.Http.Functional.Tests.HttpRequestMessageTest.<>c__DisplayClass20_1.<<HttpRequest_BodylessMethod_LargeContentLength>b__1>d.MoveNext()
[21:13:55] info: --- End of stack trace from previous location ---
[21:13:55] info:    at System.Net.Test.Common.LoopbackServer.AcceptConnectionAsync(Func`2 funcAsync)
[21:13:55] info:    at System.Net.Test.Common.LoopbackServer.AcceptConnectionAsync(Func`2 funcAsync)
[21:13:55] info:    at System.Net.Http.Functional.Tests.HttpRequestMessageTest.<>c__DisplayClass20_0.<<HttpRequest_BodylessMethod_LargeContentLength>b__0>d.MoveNext()
[21:13:55] info: --- End of stack trace from previous location ---
[21:13:55] info:    at System.Net.Test.Common.LoopbackServer.CreateServerAsync(Func`2 funcAsync, Options options)
[21:13:55] info:    at System.Net.Http.Functional.Tests.HttpRequestMessageTest.HttpRequest_BodylessMethod_LargeContentLength()
[21:13:55] info: --- End of stack trace from previous location ---
[21:13:55] info: ----- Inner Stack Trace -----
[21:13:55] info: 
[21:13:55] info: ----- Inner Stack Trace -----
[21:13:55] info:    at System.Net.Http.CancellationHelper.ThrowOperationCanceledException(Exception innerException, CancellationToken cancellationToken)
[21:13:55] info:    at System.Net.Http.CancellationHelper.ThrowIfCancellationRequested(Exception innerException, CancellationToken cancellationToken)
[21:13:55] info:    at System.Net.Http.BrowserHttpInterop.CancellationHelper(Task promise, CancellationToken cancellationToken, JSObject jsController)
[21:13:55] info:    at System.Net.Http.BrowserHttpController.CallFetch()
[21:13:55] info:    at System.Net.Http.HttpClient.<SendAsync>g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken)
[21:13:55] info: ----- Inner Stack Trace -----
[21:13:55] info:    at System.Net.Http.BrowserHttpInterop.CancellationHelper(Task promise, CancellationToken cancellationToken, JSObject jsController)
[21:13:55] info:     at Yr.cancel (http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:43349)
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:175075
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:175084
[21:13:55] info:     at hr (http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:35127)
[21:13:55] info:     at Hc (http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:174862)
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[289]:0x1fb0b
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[220]:0x1d009
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[211]:0xefea
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[282]:0x1f5b0
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[318]:0x20756
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[190]:0xcc3e
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.wasm:wasm-function[3559]:0x112963
[21:13:55] info:     at mono_wasm_schedule_timer_tick (http://127.0.0.1:49300/_framework/dotnet.runtime.js:3:56306)
[21:13:55] info:     at callUserCallback (http://127.0.0.1:49300/_framework/dotnet.native.js:8:107026)
[21:13:55] info:     at http://127.0.0.1:49300/_framework/dotnet.native.js:8:107294
[21:13:56] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:56] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: http://127.0.0.1:59046/ - Failed to load resource: net::ERR_CONTENT_LENGTH_MISMATCH
[21:13:57] fail: [out of order message from the browser]: http://127.0.0.1:55528/ - Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING
[21:13:57] fail: [out of order message from the browser]: http://127.0.0.1:57835/ - Failed to load resource: net::ERR_INCOMPLETE_CHUNKED_ENCODING
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:13:57] fail: [out of order message from the browser]: https://127.0.0.1:49301/Echo.ashx - Failed to load resource: net::ERR_FAILED
[21:14:12] fail: [out of order message from the browser]: https://127.0.0.1:49301/StatusCode.ashx?statuscode=500&statusdescription=test&delay=100 - Failed to load resource: the server responded with a status of 500 ()
[21:14:13] info: Finished:    System.Net.Http.Functional.Tests.dll
[21:14:13] info: Received expected 423717 of C:\helix\work\workitem\uploads\xharness-output\testResults.xml
[21:14:13] info: Finished writing 423717 bytes of RESULTXML
[21:14:13] info: Xml file was written to the provided writer.
[21:14:13] info: 
[21:14:13] info: === TEST EXECUTION SUMMARY ===
[21:14:13] info: Tests run: 844 Passed: 746 Inconclusive: 0 Failed: 1 Ignored: 0 Skipped: 97

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=886168
Error message validated: [[FAIL] System.Net.Http.Functional.Tests.HttpRequestMessageTest.HttpRequest_BodylessMethod_LargeContentLength]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 12/5/2024 4:29:08 PM UTC

Report

Build Definition Test Pull Request
886168 dotnet/runtime WasmTestOnChrome-ST-System.Net.Http.Functional.Tests.WorkItemExecution #110372

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 1
@steveharter steveharter added arch-wasm WebAssembly architecture area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Dec 5, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Dec 5, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/ncl
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-System.Net.Http blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

1 participant