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

Try fixing the new unhandled exception test #91714

Merged
merged 1 commit into from
Sep 7, 2023

Try fixing the new unhandled exception test

903578a
Select commit
Loading
Failed to load commit list.
Merged

Try fixing the new unhandled exception test #91714

Try fixing the new unhandled exception test
903578a
Select commit
Loading
Failed to load commit list.
Azure Pipelines / runtime-extra-platforms failed Sep 7, 2023 in 3h 17m 29s

Build #20230907.2 had test failures

Details

Tests

  • Failed: 114 (0.02%)
  • Passed: 577,360 (98.43%)
  • Other: 9,091 (1.55%)
  • Total: 586,565

Annotations

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item System.Net.Security.Unit.Tests in job e23fc144-ba90-4bd7-a5db-a2e014d21a96 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/e23fc144-ba90-4bd7-a5db-a2e014d21a96/workitems/System.Net.Security.Unit.Tests/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item JIT_Intrinsics in job 77db5957-85ca-41fb-a58d-08050b212a93 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/77db5957-85ca-41fb-a58d-08050b212a93/workitems/JIT_Intrinsics/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item JIT_Methodical in job 77db5957-85ca-41fb-a58d-08050b212a93 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/77db5957-85ca-41fb-a58d-08050b212a93/workitems/JIT_Methodical/console

Check failure on line 89 in .packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89

.packages/microsoft.dotnet.helix.sdk/8.0.0-beta.23431.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item JIT_Regression in job 77db5957-85ca-41fb-a58d-08050b212a93 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/77db5957-85ca-41fb-a58d-08050b212a93/workitems/JIT_Regression/console

Check failure on line 1 in System.Net.Security.Tests.NegotiateAuthenticationTests.DefaultNetworkCredentials_NTLM_DoesNotThrow

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

System.Net.Security.Tests.NegotiateAuthenticationTests.DefaultNetworkCredentials_NTLM_DoesNotThrow

System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
-------- System.DllNotFoundException : libSystem.Net.Security.Native
Raw output
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 79
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 47
   at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus, String helpText) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 39
   at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 201
   at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 43
   at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs:line 42
   at System.Net.Security.Tests.NegotiateAuthenticationTests.DefaultNetworkCredentials_NTLM_DoesNotThrow() in /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs:line 103
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
----- Inner Stack Trace -----
   at Interop.NetSecurityNative..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 20
----- Inner Stack Trace -----
   at Interop.NetSecurityNative.GssInitializer..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 27

Check failure on line 1 in System.Net.Security.Tests.NegotiateAuthenticationTests.RemoteIdentity_ThrowsOnUnauthenticated

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

System.Net.Security.Tests.NegotiateAuthenticationTests.RemoteIdentity_ThrowsOnUnauthenticated

System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
-------- System.DllNotFoundException : libSystem.Net.Security.Native
Raw output
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 79
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 47
   at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 32
   at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.AcquireCredentialsHandle(NetworkCredential credential) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 507
   at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 213
   at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 43
   at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs:line 42
   at System.Net.Security.Tests.NegotiateAuthenticationTests.RemoteIdentity_ThrowsOnUnauthenticated() in /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs:line 38
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
----- Inner Stack Trace -----
   at Interop.NetSecurityNative..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 20
----- Inner Stack Trace -----
   at Interop.NetSecurityNative.GssInitializer..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 27

Check failure on line 1 in System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported

System.TypeInitializationException : The type initializer for 'NetSecurityNative' threw an exception.
---- System.TypeInitializationException : The type initializer for 'GssInitializer' threw an exception.
-------- System.DllNotFoundException : libSystem.Net.Security.Native
Raw output
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status status, Boolean isMinor) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 79
   at Interop.NetSecurityNative.GssApiException.GetGssApiDisplayStatus(Status majorStatus, Status minorStatus, String helpText) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 47
   at Interop.NetSecurityNative.GssApiException..ctor(Status majorStatus, Status minorStatus) in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.GssApiException.cs:line 32
   at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal.GetPackageType(String package) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 472
   at System.Net.NegotiateAuthenticationPal.UnixNegotiateAuthenticationPal..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 187
   at System.Net.NegotiateAuthenticationPal.Create(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/NegotiateAuthenticationPal.Unix.cs:line 43
   at System.Net.Security.NegotiateAuthentication..ctor(NegotiateAuthenticationClientOptions clientOptions) in /_/src/libraries/System.Net.Security/src/System/Net/Security/NegotiateAuthentication.cs:line 42
   at System.Net.Security.Tests.NegotiateAuthenticationTests.Package_Unsupported() in /_/src/libraries/System.Net.Security/tests/UnitTests/NegotiateAuthenticationTests.cs:line 71
   at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57
----- Inner Stack Trace -----
   at Interop.NetSecurityNative..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 20
----- Inner Stack Trace -----
   at Interop.NetSecurityNative.GssInitializer..cctor() in /_/src/libraries/Common/src/Interop/Unix/System.Net.Security.Native/Interop.NetSecurityNative.IsNtlmInstalled.cs:line 27

Check failure on line 1 in System.Net.Security.Unit.Tests.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / runtime-extra-platforms

System.Net.Security.Unit.Tests.WorkItemExecution

The Helix Work Item failed. Often this is due to a test crash. Please see the 'Artifacts' tab above for additional logs.