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.1xx-preview2] Update dependencies from dotnet/razor #39024

Fix extension loading

0c4c473
Select commit
Loading
Failed to load commit list.
Merged

[release/9.0.1xx-preview2] Update dependencies from dotnet/razor #39024

Fix extension loading
0c4c473
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Feb 28, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[dotnet-sdk-public-ci]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

dotnet-sdk-public-ci / Build / Darwin / Darwin Build_Release / Run Tests in Helix

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌.packages/microsoft.dotnet.helix.sdk/9.0.0-beta.24114.1/tools/Microsoft.DotNet.Helix.Sdk.MultiQueue.targets(91,5): error : (NETCORE_ENGINEERING_TELEMETRY=Test) Work item Microsoft.NET.Build.Tests.dll.4 in job dcb2577c-1139-4a67-a284-feac0f402612 has failed. [Failure log]

Non-Deterministic Test Failures Detected

Microsoft.NET.Build.Tests.dll.4.WorkItemExecution [Console] [Details] [Artifacts] [7.50% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]
This is a helix work item crash with status: BadExit. To investigate look the [Console log] / navigate to [Helix Artifacts]

Failing Configuration

Microsoft.NET.Build.Tests.GivenThatWeHaveAPackageReferenceWithAliases.CanBuildProjectWithAPackageReferenceWithMultipleAliases [Console] [Details] [Artifacts] [7.41% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
Expected command to pass but it did not.
File Name: /tmp/helix/working/AE460939/p/d/dotnet
Arguments: msbuild /t:Build /private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.csproj /restore
Exit Code: 1
StdOut:
MSBuild version 17.10.0-preview-24127-03+6f44380e4 for .NET
  Determining projects to restore...
  Restored /private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.csproj (in 1.29 sec).
/tmp/helix/working/AE460939/p/d/sdk/9.0.100-ci/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets(314,5): message NETSDK1057: You are using a preview version of .NET. See: https://aka.ms/dotnet-support-policy [/private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.csproj]
/private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.cs(9,13): error CS0118: 'First.A' is a namespace but is used like a type [/private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.csproj]
/private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.cs(10,20): error CS0234: The type or namespace name 'B' does not exist in the namespace '<global namespace>' (are you missing an assembly reference?) [/private/tmp/helix/working/AE460939/w/A21908AA/e/testExecutionDirectory/CanBuildProje---B79B2BCA/Project/Project.csproj]
StdErr:

CallStack
   at FluentAssertions.Execution.XUnit2TestFramework.Throw(String message)
   at FluentAssertions.Execution.TestFrameworkProvider.Throw(String message)
   at FluentAssertions.Execution.DefaultAssertionStrategy.HandleFailure(String message)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(Func`1 failReasonFunc)
   at FluentAssertions.Execution.AssertionScope.FailWith(String message)
   at Microsoft.NET.TestFramework.Assertions.CommandResultAssertions.Pass() in /_/test/Microsoft.NET.TestFramework/Assertions/CommandResultAssertions.cs:line 29
   at Microsoft.NET.Build.Tests.GivenThatWeHaveAPackageReferenceWithAliases.CanBuildProjectWithAPackageReferenceWithMultipleAliases() in /_/test/Microsoft.NET.Build.Tests/GivenThatWeHaveAPackageReferenceWithAliases.cs:line 127

at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No