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

Remove System.ServiceModel.Duplex and System.ServiceModel.Security Packages #5293

Merged
merged 1 commit into from
Sep 22, 2023

remove Duplex and Security

508c9cc
Select commit
Loading
Failed to load commit list.
Merged

Remove System.ServiceModel.Duplex and System.ServiceModel.Security Packages #5293

remove Duplex and Security
508c9cc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-wcf-ci succeeded Sep 22, 2023 in 15m 50s

Build #20230921.1 had test failures

Details

Tests

  • Failed: 8 (0.05%)
  • Passed: 13,923 (91.75%)
  • Other: 1,244 (8.20%)
  • Total: 15,175

Annotations

Check failure on line 1 in ExpectedExceptionTests.DuplexCallbackDebugBehavior_IncludeExceptionDetailInFaults_True

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-wcf-ci

ExpectedExceptionTests.DuplexCallbackDebugBehavior_IncludeExceptionDetailInFaults_True

Test failed

Check failure on line 1 in Client.ExpectedExceptions.IntegrationTests.dll.WorkItemExecution

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-wcf-ci

Client.ExpectedExceptions.IntegrationTests.dll.WorkItemExecution

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

Check failure on line 1 in WS2007HttpTransportWithMessageCredentialsSecurityTests.Https_SecModeTransWithMessCred_UserNameClientCredential_Succeeds

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-wcf-ci

WS2007HttpTransportWithMessageCredentialsSecurityTests.Https_SecModeTransWithMessCred_UserNameClientCredential_Succeeds

System.ServiceModel.Security.SecurityNegotiationException : Could not establish trust relationship for the SSL/TLS secure channel with authority 'wcfcoresrv23.westus3.cloudapp.azure.com'.
---- System.Net.Http.HttpRequestException : The SSL connection could not be established, see inner exception.
-------- System.Security.Authentication.AuthenticationException : The remote certificate is invalid because of errors in the certificate chain: UntrustedRoot
Raw output
   at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(HttpRequestException requestException, HttpRequestMessage request, HttpAbortReason abortReason) in /_/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpChannelHelpers.cs:line 108
   at System.ServiceModel.Channels.HttpChannelFactory`1.HttpClientRequestChannel.HttpClientChannelAsyncRequest.SendRequestAsync(Message message, TimeoutHelper timeoutHelper) in /_/src/System.ServiceModel.Http/src/System/ServiceModel/Channels/HttpChannelFactory.cs:line 1076
   at System.ServiceModel.Channels.RequestChannel.RequestAsync(Message message, TimeSpan timeout)
   at System.ServiceModel.Channels.RequestChannel.RequestAsyncInternal(Message message, TimeSpan timeout)
   at System.Runtime.TaskHelpers.ToApmEnd[TResult](IAsyncResult iar)
   at System.ServiceModel.Channels.RequestChannel.EndRequest(IAsyncResult result)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location ---
   at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.RequestAsync(Message message, TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperationAsync(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)
   at System.Runtime.TaskHelpers.ToApmEnd[TResult](IAsyncResult iar)
   at System.IdentityModel.Selectors.SecurityTokenProvider.EndGetTokenCore(IAsyncResult result)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location ---
   at System.IdentityModel.Selectors.SecurityTokenProvider.GetTokenAsync(TimeSpan timeout)
   at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpenAsync(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.OnOpenAsyncInternal(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.System.ServiceModel.IAsyncCommunicationObject.OpenAsync(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.OnOpenAsync(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.OnOpenAsyncInternal(TimeSpan timeout)
   at System.ServiceModel.Channels.CommunicationObject.System.ServiceModel.IAsyncCommunicationObject.OpenAsync(TimeSpan timeout)
   at System.Runtime.TaskHelpers.WaitForCompletion(Task task)
   at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOpenOnce.System.ServiceModel.Channels.ServiceChannel.ICallOnce.Call(ServiceChannel channel, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
   at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
   at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
   at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(MethodCall methodCall, ProxyOperationRuntime operation)
   at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(MethodInfo targetMethod, Object[] args)
   at generatedProxy_1.Echo(String )
   at WS2007HttpTransportWithMessageCredentialsSecurityTests.Https_SecModeTransWithMessCred_UserNameClientCredential_Succeeds() in /_/src/System.Private.ServiceModel/tests/Scenarios/Binding/WS/TransportWithMessageCredentialSecurity/WS2007HttpTransportWithMessageCredentialsSecurityTests.cs:line 94
----- Inner Stack Trace -----
 

Check failure on line 1 in BasicHttpTransportWithMessageCredentialSecurityTests.Https_InvalidClientCredential_EnableUnsecuredResponse_DifferentException

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-wcf-ci

BasicHttpTransportWithMessageCredentialSecurityTests.Https_InvalidClientCredential_EnableUnsecuredResponse_DifferentException

Test failed