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

[Reopen] Fix ANCM installer on ARM64 #59483

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Added forwarder target to IIS Express installer.

bf55cdc
Select commit
Loading
Failed to load commit list.
Open

[Reopen] Fix ANCM installer on ARM64 #59483

Added forwarder target to IIS Express installer.
bf55cdc
Select commit
Loading
Failed to load commit list.
Azure Pipelines / aspnetcore-quarantined-pr succeeded Jan 10, 2025 in 56m 24s

Build #20250109.22 had test failures

Details

Tests

  • Failed: 6 (0.47%)
  • Passed: 1,217 (96.05%)
  • Other: 44 (3.47%)
  • Total: 1,267

Annotations

Check failure on line 274 in .dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L274

.dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(274,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 274 in .dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets#L274

.dotnet/sdk/10.0.100-alpha.1.25056.1/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets(274,5): error NETSDK1085: (NETCORE_ENGINEERING_TELEMETRY=Build) The 'NoBuild' property was set to true but the 'Build' target was invoked.

Check failure on line 0 in ILLink

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ILLink#L0

ILLink(0,0): error IL1032: (NETCORE_ENGINEERING_TELEMETRY=Build) Root assembly 'obj/Release/net10.0/linux-x64/project.dll' could not be found.

Check failure on line 97 in .packages/microsoft.net.illink.tasks/10.0.0-alpha.1.25052.4/build/Microsoft.NET.ILLink.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

.packages/microsoft.net.illink.tasks/10.0.0-alpha.1.25052.4/build/Microsoft.NET.ILLink.targets#L97

.packages/microsoft.net.illink.tasks/10.0.0-alpha.1.25052.4/build/Microsoft.NET.ILLink.targets(97,5): error NETSDK1144: (NETCORE_ENGINEERING_TELEMETRY=Build) Optimizing assemblies for size failed.

Check failure on line 1 in ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

ServerComparison.FunctionalTests.HelloWorldTests.HelloWorld

Test failed

Check failure on line 1 in Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Interop.FunctionalTests.Http3.Http3RequestTests.GET_GracefulServerShutdown_AbortRequestsAfterHostTimeout

Test failed

Check failure on line 1 in Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.ResponseTests.HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.Server.Kestrel.Sockets.FunctionalTests.ResponseTests.HttpsConnectionClosedWhenResponseDoesNotSatisfyMinimumDataRate

Test failed

Check failure on line 1 in Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning

See this annotation in the file changed.

@azure-pipelines azure-pipelines / aspnetcore-quarantined-pr

Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning

1 error(s) logged.
Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport - ErrorSendingMessage - Error while sending a message.
===================
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'System.Net.WebSockets.ClientWebSocket'.
   at System.Net.WebSockets.ClientWebSocket.get_ConnectedWebSocket()
   at System.Net.WebSockets.ClientWebSocket.SendAsync(ReadOnlyMemory`1 buffer, WebSocketMessageType messageType, Boolean endOfMessage, CancellationToken cancellationToken)
   at System.Net.WebSockets.WebSocketExtensions.SendAsync(WebSocket webSocket, ReadOnlySequence`1 buffer, WebSocketMessageType webSocketMessageType, CancellationToken cancellationToken) in /_/src/SignalR/common/Shared/WebSocketExtensions.cs:line 19
   at Microsoft.AspNetCore.Http.Connections.Client.Internal.WebSocketsTransport.StartSending(WebSocket socket, Boolean ignoreFirstCanceled) in /_/src/SignalR/clients/csharp/Http.Connections.Client/src/Internal/WebSocketsTransport.cs:line 562
===================
Raw output
   at Microsoft.AspNetCore.SignalR.Tests.VerifyNoErrorsScope.Dispose() in D:\a\_work\1\s\src\Shared\SignalR\VerifyNoErrorScope.cs:line 47
   at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 161
   at Microsoft.AspNetCore.SignalR.Tests.InProcessTestServer`1.DisposeAsync() in D:\a\_work\1\s\src\Shared\SignalR\InProcessTestServer.cs:line 168
   at Microsoft.AspNetCore.SignalR.Client.FunctionalTests.HubConnectionTests.ChangingUserNameDuringReconnectLogsWarning() in /_/src/SignalR/clients/csharp/Client/test/FunctionalTests/HubConnectionTests.cs:line 2748
--- End of stack trace from previous location ---