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

System.Net.Quic.QuicException : Connection aborted by peer #100121

Closed
jkotas opened this issue Mar 22, 2024 · 2 comments · Fixed by #100128
Closed

System.Net.Quic.QuicException : Connection aborted by peer #100121

jkotas opened this issue Mar 22, 2024 · 2 comments · Fixed by #100128
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
Milestone

Comments

@jkotas
Copy link
Member

jkotas commented Mar 22, 2024

System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose(payloadSize: 65537, closeServer: True, useDispose: False) [FAIL]
      System.Net.Quic.QuicException : Connection aborted by peer (987).
      Stack Trace:
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs(177,0): at System.Net.Quic.ResettableValueTaskSource.TryComplete(Exception exception, Boolean final)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/Internal/ResettableValueTaskSource.cs(237,0): at System.Net.Quic.ResettableValueTaskSource.TrySetException(Exception exception, Boolean final)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(613,0): at System.Net.Quic.QuicStream.HandleEventShutdownComplete(_SHUTDOWN_COMPLETE_e__Struct& data)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(636,0): at System.Net.Quic.QuicStream.HandleStreamEvent(QUIC_STREAM_EVENT& streamEvent)
        /_/src/libraries/System.Net.Quic/src/System/Net/Quic/QuicStream.cs(665,0): at System.Net.Quic.QuicStream.NativeCallback(QUIC_HANDLE* stream, Void* context, QUIC_STREAM_EVENT* streamEvent)

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=613212
Build error leg or test failing: System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose
Pull request: #100021

Error Message

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

{
  "ErrorMessage": "System.Net.Quic.QuicException : Connection aborted by peer",
  "ErrorPattern": "",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=613212
Error message validated: [System.Net.Quic.QuicException : Connection aborted by peer]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 3/22/2024 6:06:57 AM UTC

Report

Build Definition Test Pull Request
613400 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100117
613336 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100123
613341 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100001
613219 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100117
613212 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100021
613161 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100115
613135 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100116
613118 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #97792
613101 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #99130
613068 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100110
613027 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100038
612995 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #97529
612853 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #99467
612822 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100050
612743 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #99183
612613 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #98492
612677 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100107
612627 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #100021
612687 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #99833
612582 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose #99970
612455 dotnet/runtime System.Net.Quic.Tests.QuicStreamTests.ReadsClosedFinishes_ConnectionClose

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
21 21 21
@jkotas jkotas 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 Mar 22, 2024
Copy link
Contributor

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

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Mar 22, 2024
@liveans
Copy link
Member

liveans commented Mar 22, 2024

Looks like this is coming from this #100093 PR.
I will take a look.
cc @ManickaP

@liveans liveans self-assigned this Mar 22, 2024
@dotnet-policy-service dotnet-policy-service bot removed the untriaged New issue has not been triaged by the area owner label Mar 22, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 23, 2024
@karelz karelz added this to the 9.0.0 milestone May 14, 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
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants