-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[HTTP3] [outerloop] Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection #95413
Comments
Tagging subscribers to this area: @agocke, @MichalStrehovsky, @jkotas Issue DetailsError Blob{
"ErrorMessage": "Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} Reproduction Steps@dotnet/ilc-contrib @dotnet/ncl PTAL Note: This issue might be related to #73290, but as I wasn't sure, I created this one so I could mark it as a
|
@wfurt Do we need to disable this test when Quic is not available? |
I see, because now the OCE has wrong token (the linked one, not the user provided):
We then check it in blocked alt-svc: runtime/src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/HttpConnectionPool.cs Lines 932 to 936 in 35b866c
|
Tagging subscribers to this area: @dotnet/ncl Issue DetailsError Blob{
"ErrorMessage": "Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} Reproduction Steps@dotnet/ilc-contrib @dotnet/ncl PTAL Note: This issue might be related to #73290, but as I wasn't sure, I created this one so I could mark it as a
Known issue validationBuild: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=483727 ReportSummary
|
It doesn't impact only AOT, e.g.:https://dev.azure.com/dnceng-public/public/_build/results?buildId=480926&view=ms.vss-test-web.build-test-results-tab |
Weird enough, I can't reproduce the failure locally. I will have to dig a bit deeper. |
Error Blob
Reproduction Steps
@dotnet/ilc-contrib @dotnet/ncl PTAL
Note: This issue might be related to #73290, but as I wasn't sure, I created this one so I could mark it as a
KnownBuildError
so we could track the number of hits./azp run runtime-nativeaot-outerloop
linux-arm64 Release NativeAOT_Libs
linux-x64 Release NativeAOT_Libs
Known issue validation
Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=483727
Error message validated:
Requesting HTTP version 3.0 with version policy RequestVersionExact while unable to establish HTTP/3 connection
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 11/29/2023 5:31:56 PM UTC
Report
Summary
The text was updated successfully, but these errors were encountered: