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

[release/9.0.2xx] Use the static factory for creating a logger #45009

Draft
wants to merge 2 commits into
base: release/9.0.2xx
Choose a base branch
from

Merge branch 'release/9.0.2xx' into dev/mipavlik/fix-dotnet-run

f558948
Select commit
Loading
Failed to load commit list.
Draft

[release/9.0.2xx] Use the static factory for creating a logger #45009

Merge branch 'release/9.0.2xx' into dev/mipavlik/fix-dotnet-run
f558948
Select commit
Loading
Failed to load commit list.
Azure Pipelines / dotnet-sdk-public-ci failed Nov 21, 2024 in 1h 40m 53s

Build #20241121.25 had test failures

Details

Tests

  • Failed: 509 (2.44%)
  • Passed: 18,836 (90.40%)
  • Other: 1,491 (7.16%)
  • Total: 20,836

Annotations

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.Pack.Tests.dll.1 in job 2ec90b06-b6b9-41af-bcdf-59bb2c5ff217 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/2ec90b06-b6b9-41af-bcdf-59bb2c5ff217/workitems/Microsoft.NET.Pack.Tests.dll.1/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.Publish.Tests.dll.10 in job 2ec90b06-b6b9-41af-bcdf-59bb2c5ff217 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/2ec90b06-b6b9-41af-bcdf-59bb2c5ff217/workitems/Microsoft.NET.Publish.Tests.dll.10/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.Sdk.Razor.Tests.dll.10 in job 2ec90b06-b6b9-41af-bcdf-59bb2c5ff217 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/2ec90b06-b6b9-41af-bcdf-59bb2c5ff217/workitems/Microsoft.NET.Sdk.Razor.Tests.dll.10/console

Check failure on line 91 in .packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets#L91

.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24516.2/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item dotnet-watch.Tests.dll.5 in job 2ec90b06-b6b9-41af-bcdf-59bb2c5ff217 has failed.
Failure log: https://helix.dot.net/api/2019-06-17/jobs/2ec90b06-b6b9-41af-bcdf-59bb2c5ff217/workitems/dotnet-watch.Tests.dll.5/console

Check failure on line 1 in Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetLaunchProfileEnvVariableWhenExplicitlySpecifiedButNotPresentIsEmpty

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetLaunchProfileEnvVariableWhenExplicitlySpecifiedButNotPresentIsEmpty

Test failed

Check failure on line 1 in Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithIterationEnvVariable

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithIterationEnvVariable

Failed to find expected prefix: 'Started'
Raw output
   at Microsoft.DotNet.Watch.UnitTests.WatchableApp.AssertOutputLineStartsWith(String expectedPrefix, Predicate`1 failure) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 65
   at Microsoft.DotNet.Watch.UnitTests.WatchableApp.AssertOutputLineEquals(String expectedLine) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 83
   at Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithIterationEnvVariable() in /_/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs:line 93
--- End of stack trace from previous location ---

Check failure on line 1 in Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetLaunchProfileEnvVariableWhenNotExplicitlySpecified

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetLaunchProfileEnvVariableWhenNotExplicitlySpecified

Test failed

Check failure on line 1 in Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetWatchEnvVariable

See this annotation in the file changed.

@azure-pipelines azure-pipelines / dotnet-sdk-public-ci

Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetWatchEnvVariable

Failed to find expected prefix: 'DOTNET_WATCH = '
Raw output
   at Microsoft.DotNet.Watch.UnitTests.WatchableApp.AssertOutputLineStartsWith(String expectedPrefix, Predicate`1 failure) in /_/test/dotnet-watch.Tests/Watch/Utilities/WatchableApp.cs:line 65
   at Microsoft.DotNet.Watch.UnitTests.DotNetWatcherTests.RunsWithDotnetWatchEnvVariable() in /_/test/dotnet-watch.Tests/Watch/DotNetWatcherTests.cs:line 26
--- End of stack trace from previous location ---