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

[release/6.0-staging] Disable implicit rejection for RSA PKCS#1 v1.5 #95218

Merged

Disable implicit rejection for RSA PKCS#1

6678820
Select commit
Loading
Failed to load commit list.
Merged

[release/6.0-staging] Disable implicit rejection for RSA PKCS#1 v1.5 #95218

Disable implicit rejection for RSA PKCS#1
6678820
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Build Analysis / Build Analysis succeeded Nov 25, 2023 in 0s

.NET Result Analysis

Details

All checks completed

[runtime]

[runtime-staging]

[runtime-dev-innerloop]

[dotnet-linker-tests]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

runtime / Libraries Test Run release coreclr windows x86 Debug / Send to Helix

[:construction: Report infrastructure issue] [:page_facing_up: Report repository issue]
    ❌.packages\microsoft.dotnet.helix.sdk\6.0.0-beta.23517.3\tools\azure-pipelines\AzurePipelines.MultiQueue.targets(43,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Test System.Net.NameResolution.Tests.GetHostAddressesTest_Cancellation.DnsGetHostAddresses_PostCancelledToken_Throws has failed. Check the Test tab or [this console log]

Non-Deterministic Test Failures Detected

System.Net.NameResolution.Tests.GetHostAddressesTest_Cancellation.DnsGetHostAddresses_PostCancelledToken_Throws [Console] [Details] [Artifacts] [0.12% failure rate]
[:construction: Report test infrastructure issue] [:page_facing_up: Report test repository issue]

Failing Configuration

Exception Message
Assert.Throws() Failure
Expected: typeof(System.OperationCanceledException)
Actual:   typeof(System.Net.Sockets.SocketException): No such host is known.
---- System.Net.Sockets.SocketException : No such host is known.
CallStack
   at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 406
   at System.Net.Dns.GetHostAddressesCore(String hostName, AddressFamily addressFamily, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 387
   at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__33_0(Object s, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 586
   at System.Net.Dns.<>c__DisplayClass39_0`1.<RunAsync>b__0(Task <p0>, Object <p1>) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 696
   at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs:line 98
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2376
   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 293
--- End of stack trace from previous location ---
   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 293
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2369
--- End of stack trace from previous location ---
----- Inner Stack Trace -----
   at System.Net.Dns.GetHostEntryOrAddressesCore(String hostName, Boolean justAddresses, AddressFamily addressFamily, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 406
   at System.Net.Dns.GetHostAddressesCore(String hostName, AddressFamily addressFamily, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 387
   at System.Net.Dns.<>c.<GetHostEntryOrAddressesCoreAsync>b__33_0(Object s, ValueStopwatch stopwatch) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 586
   at System.Net.Dns.<>c__DisplayClass39_0`1.<RunAsync>b__0(Task <p0>, Object <p1>) in /_/src/libraries/System.Net.NameResolution/src/System/Net/Dns.cs:line 696
   at System.Threading.Tasks.ContinuationResultTaskFromTask`1.InnerInvoke() in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/TaskContinuation.cs:line 98
   at System.Threading.Tasks.Task.<>c.<.cctor>b__272_0(Object obj) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2376
   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 293
--- End of stack trace from previous location ---
   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 293
   at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) in /_/src/libraries/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:line 2369
--- End of stack trace from previous location ---

Was this helpful? Yes No