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

Mono Bionic CI failure in NegotiateAuthenticationKerberosTest Invalid_Token and Loopback_Success tests #75008

Closed
carlossanlop opened this issue Sep 2, 2022 · 2 comments

Comments

@carlossanlop
Copy link
Member

Found in a release/7.0 deps update PR: #74926

Please determine if this needs a fix to get backported.

Callstacks:

                       Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
                       Stack Trace:
                         
                         Child exception:
                           Xunit.Sdk.TrueException: Client authentication failed with Unsupported
                         Expected: True
                         Actual:   False
                         /_/src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateAuthenticationKerberosTest.cs(48,0): at System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.<>c.<Loopback_Success>b__2_0()
                         /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodInvoker.Mono.cs(33,0): at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
                         
                         Child process:
                           System.Net.Security.Tests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security.Tests.NegotiateAuthenticationKerberosTest+<>c Void <Loopback_Success>b__2_0()
                         
                         
                       Output:
                         GSSAPI trace:
                       Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
                       Stack Trace:
                         
                         Child exception:
                           Xunit.Sdk.EqualException: Assert.Equal() Failure
                         Expected: ContinueNeeded
                         Actual:   GenericFailure
                         /_/src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateAuthenticationKerberosTest.cs(75,0): at System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.<>c.<Invalid_Token>b__3_0()
                         /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodInvoker.Mono.cs(33,0): at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
                         
                         Child process:
                           System.Net.Security.Tests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security.Tests.NegotiateAuthenticationKerberosTest+<>c Void <Invalid_Token>b__3_0()
                         
                         
                       Output:
                         GSSAPI trace:
                   Finished:    System.Net.Security.Tests
                 === TEST EXECUTION SUMMARY ===
                    System.Net.Security.Tests  Total: 4420, Errors: 0, Failed: 2, Skipped: 10, Time: 11.246s
                 Std err:
                     System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Loopback_Success [FAIL]
                     System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Invalid_Token [FAIL]
@ghost
Copy link

ghost commented Sep 2, 2022

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

Issue Details

Found in a release/7.0 deps update PR: #74926

Please determine if this needs a fix to get backported.

Callstacks:

                       Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
                       Stack Trace:
                         
                         Child exception:
                           Xunit.Sdk.TrueException: Client authentication failed with Unsupported
                         Expected: True
                         Actual:   False
                         /_/src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateAuthenticationKerberosTest.cs(48,0): at System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.<>c.<Loopback_Success>b__2_0()
                         /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodInvoker.Mono.cs(33,0): at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
                         
                         Child process:
                           System.Net.Security.Tests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security.Tests.NegotiateAuthenticationKerberosTest+<>c Void <Loopback_Success>b__2_0()
                         
                         
                       Output:
                         GSSAPI trace:
                       Microsoft.DotNet.RemoteExecutor.RemoteExecutionException : Remote process failed with an unhandled exception.
                       Stack Trace:
                         
                         Child exception:
                           Xunit.Sdk.EqualException: Assert.Equal() Failure
                         Expected: ContinueNeeded
                         Actual:   GenericFailure
                         /_/src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateAuthenticationKerberosTest.cs(75,0): at System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.<>c.<Invalid_Token>b__3_0()
                         /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodInvoker.Mono.cs(33,0): at System.Reflection.MethodInvoker.InterpretedInvoke(Object obj, Span`1 args, BindingFlags invokeAttr)
                         
                         Child process:
                           System.Net.Security.Tests, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51 System.Net.Security.Tests.NegotiateAuthenticationKerberosTest+<>c Void <Invalid_Token>b__3_0()
                         
                         
                       Output:
                         GSSAPI trace:
                   Finished:    System.Net.Security.Tests
                 === TEST EXECUTION SUMMARY ===
                    System.Net.Security.Tests  Total: 4420, Errors: 0, Failed: 2, Skipped: 10, Time: 11.246s
                 Std err:
                     System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Loopback_Success [FAIL]
                     System.Net.Security.Tests.NegotiateAuthenticationKerberosTest.Invalid_Token [FAIL]
Author: carlossanlop
Assignees: -
Labels:

area-System.Net.Security, test-failure

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 2, 2022
@karelz
Copy link
Member

karelz commented Sep 3, 2022

Duplicate of #74708

@karelz karelz marked this as a duplicate of #74708 Sep 3, 2022
@karelz karelz closed this as completed Sep 3, 2022
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 3, 2022
@karelz karelz added this to the 7.0.0 milestone Sep 3, 2022
@ghost ghost locked as resolved and limited conversation to collaborators Oct 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants