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

[Test Failure] System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest #85331

Closed
rzikm opened this issue Apr 25, 2023 · 6 comments · Fixed by #100640
Closed
Assignees
Labels
area-System.Net.Quic in-pr There is an active PR which will close this issue when it is merged 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

@rzikm
Copy link
Member

rzikm commented Apr 25, 2023

C:\h\w\BA5409F9\w\9D6E0883\e>call RunTests.cmd --runtime-path C:\h\w\BA5409F9\p 
----- start Fri 04/21/2023 12:06:16.57 ===============  To repro directly: ===================================================== 
pushd C:\h\w\BA5409F9\w\9D6E0883\e\
"C:\h\w\BA5409F9\p\dotnet.exe" exec --runtimeconfig System.Net.Quic.Functional.Tests.runtimeconfig.json --depsfile System.Net.Quic.Functional.Tests.deps.json xunit.console.dll System.Net.Quic.Functional.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=IgnoreForCI -notrait category=failing 
popd
===========================================================================================================

C:\h\w\BA5409F9\w\9D6E0883\e>"C:\h\w\BA5409F9\p\dotnet.exe" exec --runtimeconfig System.Net.Quic.Functional.Tests.runtimeconfig.json --depsfile System.Net.Quic.Functional.Tests.deps.json xunit.console.dll System.Net.Quic.Functional.Tests.dll -xml testResults.xml -nologo -nocolor -trait category=OuterLoop -notrait category=IgnoreForCI -notrait category=failing  
  Discovering: System.Net.Quic.Functional.Tests (method display = ClassAndMethod, method display options = None)
MsQuic supported and using 'msquic.dll version=2.2.0.0 commit=e688f4dc9ae03b73559c3e55e011cadea5fd85e6'.
  Discovered:  System.Net.Quic.Functional.Tests (found 8 of 122 test cases)
  Starting:    System.Net.Quic.Functional.Tests (parallel test collections = on, max threads = 2)
   System.Net.Quic.Functional.Tests: [Long Running Test] 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest', Elapsed: 00:02:01
   System.Net.Quic.Functional.Tests: [Long Running Test] 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest', Elapsed: 00:04:06
   System.Net.Quic.Functional.Tests: [Long Running Test] 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest', Elapsed: 00:06:09
    System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest [FAIL]
      System.TimeoutException : The operation has timed out.
      Stack Trace:
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(55,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(288,0): at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(318,0): at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(318,0): at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs(282,0): at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func`2 clientFunction, Func`2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs(913,0): at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data)
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(120,0): at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task)
        --- End of stack trace from previous location ---
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(90,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks)
        /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs(55,0): at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout)
        /_/src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs(948,0): at System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest()
        --- End of stack trace from previous location ---
  Finished:    System.Net.Quic.Functional.Tests
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').AzureDevOpsTests
    | where TestName == 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest'
    //| where TestName startswith "System.Net" and
        //and Outcome == 'Failed'// or Outcome == 'PassedOnRerun'
    | distinct JobId, WorkItemId, Message, StackTrace, TestName, Arguments, Outcome
    | join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').Jobs
        | where Finished > ago(7d)
        | extend TargetBranch = extractjson("$.['System.PullRequest.TargetBranch']", Properties)
        | where (Branch == 'refs/heads/main') //or (Source startswith "pr/" and TargetBranch == 'main')
        | where Type startswith "test/functional/cli/" and not(Properties contains "runtime-staging")
        | summarize arg_max(Finished, Properties, Type, Branch, Source, Started, QueueName, Attempt, Build, TargetBranch) by JobId
    | project-rename JobType = Type) on JobId
    | extend PropertiesJson = parse_json(Properties)
    | extend OS = replace_regex(tostring(PropertiesJson.operatingSystem), @'\((.*)\).*|([^\(].*)', @'\1\2')
    | extend Runtime = iif(PropertiesJson.runtimeFlavor == "mono", "Mono", iif(PropertiesJson.DefinitionName contains "coreclr", "CoreCLR", "")) 
    | extend Architecture = PropertiesJson.architecture
    | extend DefinitionName = PropertiesJson.DefinitionName
    | project-away JobId
    | extend JobId = extractjson("$.['System.JobId']", Properties)
    //| where JobId == '913fd104-6683-4129-8fd6-02f22466d821'
    //| where Architecture == 'arm64'
    //| where QueueName == 'windows.amd64.server2022.open.svc'
    //| where TargetBranch == 'release/6.0'
    | join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').WorkItems
        | project-keep ConsoleUri, WorkItemId) on WorkItemId
    | project-away PropertiesJson
    | project-reorder Started, TestName, Arguments, StackTrace, ConsoleUri, OS, Architecture, DefinitionName, Branch, TargetBranch, Attempt, Build, * 
;
{
  "ErrorMessage": "System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest [FAIL]",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Build Information

Build: https://dev.azure.com/dnceng-public/public/_build/results?buildId=319948
Build error leg or test failing: System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=319948
Error message validated: System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest [FAIL]
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 7/3/2023 7:31:53 AM UTC

Report

Build Definition Test Pull Request
630018 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
630037 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
630026 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
630040 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
628730 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
628724 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
628729 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
628728 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
626843 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
626852 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
626858 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
626849 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
626847 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625578 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625577 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625559 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
625189 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625198 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625200 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
625196 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
624775 dotnet/runtime System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_Success_Large
624769 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
624782 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
623759 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
623765 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
623751 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
623758 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
622080 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
622089 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
622092 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
622086 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
620573 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
620569 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
620552 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
620556 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
620566 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
618590 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
618597 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
618588 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
616522 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
616508 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
616517 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615898 dotnet/runtime System.Net.Quic.Tests.QuicStreamConformanceTests.ReadWrite_Success_Large
615904 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
615899 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615906 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615919 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
615359 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615336 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615342 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
615341 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
613643 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
613654 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
613628 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
613642 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
611481 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
611489 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
611472 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
611479 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
611475 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
609732 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
609736 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
609724 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
609720 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606528 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606539 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606517 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606519 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
606029 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606044 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
606045 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606039 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
606020 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
605688 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
605666 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
605667 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
604546 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
604552 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
604539 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
603107 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
603100 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
603126 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
603114 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
601520 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
601508 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
601499 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
601492 dotnet/runtime System.Net.Quic.Functional.Tests.WorkItemExecution
599446 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
597447 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
597449 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
596148 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
596143 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest
594982 dotnet/runtime System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
4 27 93
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Apr 25, 2023
@ghost
Copy link

ghost commented Apr 25, 2023

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

Issue Details
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').AzureDevOpsTests
    | where TestName == 'System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest'
    //| where TestName startswith "System.Net" and
        //and Outcome == 'Failed'// or Outcome == 'PassedOnRerun'
    | distinct JobId, WorkItemId, Message, StackTrace, TestName, Arguments, Outcome
    | join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').Jobs
        | where Finished > ago(7d)
        | extend TargetBranch = extractjson("$.['System.PullRequest.TargetBranch']", Properties)
        | where (Branch == 'refs/heads/main') //or (Source startswith "pr/" and TargetBranch == 'main')
        | where Type startswith "test/functional/cli/" and not(Properties contains "runtime-staging")
        | summarize arg_max(Finished, Properties, Type, Branch, Source, Started, QueueName, Attempt, Build, TargetBranch) by JobId
    | project-rename JobType = Type) on JobId
    | extend PropertiesJson = parse_json(Properties)
    | extend OS = replace_regex(tostring(PropertiesJson.operatingSystem), @'\((.*)\).*|([^\(].*)', @'\1\2')
    | extend Runtime = iif(PropertiesJson.runtimeFlavor == "mono", "Mono", iif(PropertiesJson.DefinitionName contains "coreclr", "CoreCLR", "")) 
    | extend Architecture = PropertiesJson.architecture
    | extend DefinitionName = PropertiesJson.DefinitionName
    | project-away JobId
    | extend JobId = extractjson("$.['System.JobId']", Properties)
    //| where JobId == '913fd104-6683-4129-8fd6-02f22466d821'
    //| where Architecture == 'arm64'
    //| where QueueName == 'windows.amd64.server2022.open.svc'
    //| where TargetBranch == 'release/6.0'
    | join kind=inner (cluster('engsrvprod.kusto.windows.net').database('engineeringdata').WorkItems
        | project-keep ConsoleUri, WorkItemId) on WorkItemId
    | project-away PropertiesJson
    | project-reorder Started, TestName, Arguments, StackTrace, ConsoleUri, OS, Architecture, DefinitionName, Branch, TargetBranch, Attempt, Build, * 
;
Table0
Started TestName Arguments StackTrace ConsoleUri OS Architecture DefinitionName Branch TargetBranch Attempt Build WorkItemId Message Outcome JobId1 Finished Properties JobType Source QueueName Runtime JobId WorkItemId1
2023-04-25T11:35:51.587Z System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 88 at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest() in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 948 --- End of stack trace from previous location --- ----- Inner Stack Trace #1 (System.TimeoutException) ----- at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 288 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 282 at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data) in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 913 at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120 ----- Inner Stack Trace #2 (System.TimeoutException) ----- at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 288 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 282 at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data) in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 913 at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120 https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-87aedcd8c7a14793b0/System.Net.Quic.Functional.Tests/3/console.15756639.log?helixlogtype=result Windows.Amd64.Server2022.Open x86 runtime-libraries-coreclr outerloop-windows refs/heads/main       1,209,435,042 System.AggregateException : One or more errors occurred. (The operation has timed out.) (The operation has timed out.) ---- System.TimeoutException : The operation has timed out. ---- System.TimeoutException : The operation has timed out. Failed 21,888,699 2023-04-25T12:29:40.808Z {"System.JobId":"f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93","DefinitionName":"runtime-libraries-coreclr outerloop-windows","AzurePipelinesTestRunId":"4871492","System.StageAttempt":"1","Project":"public","System.JobAttempt":"1","configuration":"Release","System.StageName":"Build","operatingSystem":"Windows.Amd64.Server2022.Open","BuildId":"251307","System.PhaseAttempt":"1","architecture":"x86","DefinitionId":"126","BuildNumber":"20230425.4","Reason":"Schedule","System.PhaseName":"build_windows_x86_Release_CoreCLR_Release","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","runtimeFlavor":"coreclr"} test/functional/cli/outerloop/ ci/public/dotnet/runtime/refs/heads/main windows.amd64.server2022.open.rt CoreCLR f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93 1,209,435,042
2023-04-23T11:34:12.65Z System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 88 at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest() in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 948 --- End of stack trace from previous location --- ----- Inner Stack Trace #1 (System.TimeoutException) ----- at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 288 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 282 at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data) in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 913 at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120 ----- Inner Stack Trace #2 (System.TimeoutException) ----- at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 288 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 282 at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data) in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 913 at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in /_/src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120 https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-bc89b394d8c646b3a2/System.Net.Quic.Functional.Tests/3/console.177b67a1.log?helixlogtype=result Windows.Amd64.Server2022.Open x86 runtime-libraries-coreclr outerloop refs/heads/main       1,207,873,643 System.AggregateException : One or more errors occurred. (The operation has timed out.) (The operation has timed out.) ---- System.TimeoutException : The operation has timed out. ---- System.TimeoutException : The operation has timed out. Failed 21,872,959 2023-04-23T12:05:17.292Z {"Reason":"Schedule","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93","System.JobAttempt":"1","operatingSystem":"Windows.Amd64.Server2022.Open","System.PhaseAttempt":"1","System.StageName":"Build","AzurePipelinesTestRunId":"4816232","DefinitionId":"125","runtimeFlavor":"coreclr","BuildId":"249136","System.JobName":"__default","BuildNumber":"20230423.2","architecture":"x86","System.PhaseName":"build_windows_x86_Release_CoreCLR_Release","Project":"public","System.StageAttempt":"1","DefinitionName":"runtime-libraries-coreclr outerloop","configuration":"Release"} test/functional/cli/outerloop/ ci/public/dotnet/runtime/refs/heads/main windows.amd64.server2022.open.rt CoreCLR f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93 1,207,873,643
2023-04-21T11:35:19.338Z System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest   at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 288 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 318 at System.Net.Quic.Tests.QuicTestBase.RunClientServer(Func2 clientFunction, Func2 serverFunction, Int32 iterations, Int32 millisecondsTimeout, QuicListenerOptions listenerOptions) in //src/libraries/System.Net.Quic/tests/FunctionalTests/QuicTestBase.cs:line 282 at System.Net.Quic.Tests.MsQuicTests.<ByteMixingOrNativeAVE_MinimalFailingTest>g__RunTest|24_0(Byte[] data) in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 913 at System.Threading.Tasks.TaskTimeoutExtensions.GetRealException(Task task) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 120 --- End of stack trace from previous location --- at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 90 at System.Threading.Tasks.TaskTimeoutExtensions.WhenAllOrAnyFailed(Task[] tasks, Int32 millisecondsTimeout) in //src/libraries/Common/tests/System/Threading/Tasks/TaskTimeoutExtensions.cs:line 55 at System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest() in //src/libraries/System.Net.Quic/tests/FunctionalTests/MsQuicTests.cs:line 948 --- End of stack trace from previous location --- https://helixre107v0xdcypoyl9e7f.blob.core.windows.net/dotnet-runtime-refs-heads-main-f53bfe4c0c6047dcb3/System.Net.Quic.Functional.Tests/3/console.1acdfa1f.log?helixlogtype=result Windows.Amd64.Server2022.Open x86 runtime-libraries-coreclr outerloop-windows refs/heads/main       1,206,535,210 System.TimeoutException : The operation has timed out. Failed 21,861,455 2023-04-21T12:14:57.302Z {"System.PhaseAttempt":"1","Project":"public","DefinitionId":"126","runtimeFlavor":"coreclr","System.PhaseName":"build_windows_x86_Release_CoreCLR_Release","System.StageName":"Build","Reason":"Schedule","BuildNumber":"20230421.1","AzurePipelinesTestRunId":"4773400","System.StageAttempt":"1","System.JobAttempt":"1","DefinitionName":"runtime-libraries-coreclr outerloop-windows","operatingSystem":"Windows.Amd64.Server2022.Open","BuildId":"247399","configuration":"Release","architecture":"x86","System.JobName":"__default","CollectionUri":"https://dev.azure.com/dnceng-public/","System.JobId":"f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93"} test/functional/cli/outerloop/ ci/public/dotnet/runtime/refs/heads/main windows.amd64.server2022.open.rt CoreCLR f40499d6-4b7e-5ceb-7bc4-f4ffbe1e6a93 1,206,535,210
Author: rzikm
Assignees: -
Labels:

area-System.Net.Quic

Milestone: -

@ManickaP ManickaP removed the untriaged New issue has not been triaged by the area owner label Jun 29, 2023
@ManickaP ManickaP modified the milestones: 8.0.0, 7.0.x, Future Jun 29, 2023
@ManickaP
Copy link
Member

Triage: we should look how often this keeps happening, report is from April. Until then, punting to future.

@rzikm
Copy link
Member Author

rzikm commented Jul 3, 2023

I updated the issue with the Known Build Error template, we still see it from time to time

@rzikm rzikm added the Known Build Error Use this to report build issues in the .NET Helix tab label Jul 3, 2023
@rzikm rzikm changed the title [Test Failure] System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest on x86 Windows [Test Failure] System.Net.Quic.Tests.MsQuicTests.ByteMixingOrNativeAVE_MinimalFailingTest Jul 3, 2023
@karelz karelz added the test-run-core Test failures in .NET Core test runs label Sep 21, 2023
@build-analysis build-analysis bot removed this from the Future milestone Nov 15, 2023
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Nov 15, 2023
@akoeplinger akoeplinger added this to the Future milestone Nov 24, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Nov 24, 2023
@karelz karelz modified the milestones: Future, 9.0.0 Nov 27, 2023
@karelz
Copy link
Member

karelz commented Nov 27, 2023

This happens rather often - 1x per day. Can we disable the test in the meantime? @ManickaP @rzikm

@rzikm rzikm self-assigned this Nov 28, 2023
@rzikm
Copy link
Member Author

rzikm commented Nov 28, 2023

Failures are contained to server2022, maybe there is something specific on the queue which makes this fail. Some test runs run up to 6 minues for this particular test

@rzikm rzikm added the disabled-test The test is disabled in source code against the issue label Nov 29, 2023
@rzikm rzikm removed their assignment Nov 29, 2023
@liveans liveans self-assigned this Mar 22, 2024
@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Apr 4, 2024
@github-actions github-actions bot locked and limited conversation to collaborators May 5, 2024
@karelz karelz removed the disabled-test The test is disabled in source code against the issue label Jun 24, 2024
@karelz
Copy link
Member

karelz commented Jun 24, 2024

Fixed by deleting the test in main (9.0) in PR #100640 and in 8.0.x in PR #102610.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-System.Net.Quic in-pr There is an active PR which will close this issue when it is merged 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
Development

Successfully merging a pull request may close this issue.

5 participants