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

Process terminated. Assertion failed. in System.Net.Http.Functional.Tests #103911

Closed
danmoseley opened this issue Jun 24, 2024 · 3 comments · Fixed by #103965 or #104241
Closed

Process terminated. Assertion failed. in System.Net.Http.Functional.Tests #103911

danmoseley opened this issue Jun 24, 2024 · 3 comments · Fixed by #103965 or #104241
Assignees
Labels
area-System.Net.Quic 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 test-run-core Test failures in .NET Core test runs
Milestone

Comments

@danmoseley
Copy link
Member

danmoseley commented Jun 24, 2024

Build Information

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

Error Message

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

{
  "ErrorMessage": ["Process terminated. Assertion failed.", "at System.Net.Quic.QuicListener.StartConnectionHandshake"],
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Process terminated. Assertion failed.
   at System.Net.Quic.QuicListener.StartConnectionHandshake(QuicConnection connection, SslClientHelloInfo clientHello) in /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicListener.cs:line 263
   at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ExecutionContext.cs:line 264
   at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1.AsyncStateMachineBox`1.MoveNext(Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Runtime/CompilerServices/AsyncTaskMethodBuilderT.cs:line 356
   at System.Threading.ThreadPoolWorkQueue.Dispatch() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/ThreadPoolWorkQueue.cs:line 1020
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/PortableThreadPool.WorkerThread.cs:line 128
   at System.Threading.Thread.StartCallback() in /_/src/coreclr/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs:line 100

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=717514
Error message validated: [Process terminated. Assertion failed. at System.Net.Quic.QuicListener.StartConnectionHandshake]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 6/25/2024 12:14:09 PM UTC

Report

Build Definition Test Pull Request
718455 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.WriteTests #100194
717514 dotnet/runtime System.Net.Http.Functional.Tests.WorkItemExecution #103873

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
0 0 2
@danmoseley danmoseley added 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 Jun 24, 2024
@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Jun 24, 2024
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Jun 24, 2024
@MihaZupan MihaZupan added area-System.Net.Quic and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Jun 24, 2024
Copy link
Contributor

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

@ManickaP
Copy link
Member

cc @rzikm

@rzikm
Copy link
Member

rzikm commented Jun 25, 2024

I see, the assert is wrong, it should be IsFaluted || IsCancelled, I will put up a PR today.

@ManickaP ManickaP added this to the 9.0.0 milestone Jun 25, 2024
@rzikm rzikm self-assigned this Jun 25, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Jun 25, 2024
@stephentoub stephentoub reopened this Jun 28, 2024
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Jul 2, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Quic 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 test-run-core Test failures in .NET Core test runs
Projects
None yet
6 participants