Migrate off of EOL container images #5744
Build #20250227.2 had test failures
Details
- Failed: 4,916 (47.78%)
- Passed: 4,596 (44.67%)
- Other: 776 (7.54%)
- Total: 10,288
Annotations
azure-pipelines / dotnet-wcf-with-corewcf--ci
.dotnet\sdk\10.0.100-alpha.1.24573.1\Microsoft.Common.CurrentVersion.targets#L4858
.dotnet\sdk\10.0.100-alpha.1.24573.1\Microsoft.Common.CurrentVersion.targets(4858,5): error MSB3026: (NETCORE_ENGINEERING_TELEMETRY=Build) Could not copy "D:\a\_work\1\s\artifacts\obj\System.ServiceModel.Primitives\Debug\net8.0\System.ServiceModel.Primitives.dll" to "D:\a\_work\1\s\artifacts\bin\System.ServiceModel.Primitives\Debug\net8.0\System.ServiceModel.Primitives.dll". Beginning retry 1 in 1000ms. The process cannot access the file 'D:\a\_work\1\s\artifacts\obj\System.ServiceModel.Primitives\Debug\net8.0\System.ServiceModel.Primitives.dll' because it is being used by another process.
azure-pipelines / dotnet-wcf-with-corewcf--ci
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Binding.Custom.IntegrationTests.dll in job 0cfa6d04-34d3-4a6c-937a-66f81fa91db8 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0cfa6d04-34d3-4a6c-937a-66f81fa91db8/workitems/Binding.Custom.IntegrationTests.dll/console
azure-pipelines / dotnet-wcf-with-corewcf--ci
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Binding.Tcp.IntegrationTests.dll in job 0cfa6d04-34d3-4a6c-937a-66f81fa91db8 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0cfa6d04-34d3-4a6c-937a-66f81fa91db8/workitems/Binding.Tcp.IntegrationTests.dll/console
azure-pipelines / dotnet-wcf-with-corewcf--ci
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L89
.packages\microsoft.dotnet.helix.sdk\8.0.0-beta.23409.5\tools\Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(89,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Binding.ReliableSession.IntegrationTests.dll in job 0cfa6d04-34d3-4a6c-937a-66f81fa91db8 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/0cfa6d04-34d3-4a6c-937a-66f81fa91db8/workitems/Binding.ReliableSession.IntegrationTests.dll/console
Check failure on line 1 in CustomBindingTests.DefaultSettings_Http_Text_Echo_RoundTrips_String
azure-pipelines / dotnet-wcf-with-corewcf--ci
CustomBindingTests.DefaultSettings_Http_Text_Echo_RoundTrips_String
System.UriFormatException : UriBuilder didn't like parsing http:///
---- System.UriFormatException : Invalid URI: The hostname could not be parsed.
Raw output
at ServiceUtilHelper.BuildBaseUri(String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 522
at ServiceUtilHelper.GetEndpointAddress(String endpoint, String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 528
at Endpoints.GetEndpointAddress(String endpoint, String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Scenarios/Endpoints.cs:line 16
at Endpoints.get_DefaultCustomHttp_Address() in /_/src/System.Private.ServiceModel/tests/Common/Scenarios/Endpoints.cs:line 23
at CustomBindingTests.DefaultSettings_Http_Text_Echo_RoundTrips_String() in /_/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.0.0.cs:line 27
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at System.UriBuilder.get_Uri()
at ServiceUtilHelper.BuildBaseUri(String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 518
Check failure on line 1 in CustomBindingTests.DefaultSettings_Tcp_Binary_Echo_RoundTrips_String
azure-pipelines / dotnet-wcf-with-corewcf--ci
CustomBindingTests.DefaultSettings_Tcp_Binary_Echo_RoundTrips_String
System.UriFormatException : Invalid URI: The hostname could not be parsed.
Raw output
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString, UriKind uriKind)
at System.Net.Http.HttpClient.CreateUri(String uri)
at System.Net.Http.HttpClient.GetAsync(String requestUri)
at ServiceUtilHelper.GetResourceFromServiceAsString(String resource) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 544
at ServiceUtilHelper.get_ServiceHostName() in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 459
at Endpoints.get_Tcp_CustomBinding_SslStreamSecurity_HostName() in /_/src/System.Private.ServiceModel/tests/Common/Scenarios/Endpoints.cs:line 630
at CustomBindingTests.DefaultSettings_Tcp_Binary_Echo_RoundTrips_String() in /_/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs:line 34
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Check failure on line 1 in CustomBindingTests.DefaultSettings_Https_Text_Echo_RoundTrips_String
azure-pipelines / dotnet-wcf-with-corewcf--ci
CustomBindingTests.DefaultSettings_Https_Text_Echo_RoundTrips_String
System.UriFormatException : UriBuilder didn't like parsing https:///
---- System.UriFormatException : Invalid URI: The hostname could not be parsed.
Raw output
at ServiceUtilHelper.BuildBaseUri(String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 522
at ServiceUtilHelper.GetEndpointAddress(String endpoint, String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 528
at Endpoints.GetEndpointAddress(String endpoint, String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Scenarios/Endpoints.cs:line 16
at Endpoints.get_HttpsSoap12_Address() in /_/src/System.Private.ServiceModel/tests/Common/Scenarios/Endpoints.cs:line 362
at CustomBindingTests.DefaultSettings_Https_Text_Echo_RoundTrips_String() in /_/src/System.Private.ServiceModel/tests/Scenarios/Binding/Custom/CustomBindingTests.4.1.0.cs:line 73
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
----- Inner Stack Trace -----
at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind, UriCreationOptions& creationOptions)
at System.Uri..ctor(String uriString)
at System.UriBuilder.get_Uri()
at ServiceUtilHelper.BuildBaseUri(String protocol) in /_/src/System.Private.ServiceModel/tests/Common/Infrastructure/ServiceUtilHelper.cs:line 518
Check failure on line 1 in Binding_Http_NetHttpBindingTests.DefaultSettings_Echo_RoundTrips_String
azure-pipelines / dotnet-wcf-with-corewcf--ci
Binding_Http_NetHttpBindingTests.DefaultSettings_Echo_RoundTrips_String
Test failed