You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI failure: Installer-coreclr-Linux_x64-ReleaseMicrosoft.NET.HostModel.ComHost.Tests- Constructor parameters did not have matching fixture data: SharedTestState fixture
#75491
Closed
carlossanlop opened this issue
Sep 12, 2022
· 3 comments
System.AggregateException : One or more errors occurred. (Command failed with exit code 1: /root/runtime/.dotnet/dotnet build /bl:BuildProject.binlog --no-restore --framework net7.0 /p:TestTargetRid=linux-x64 /p:MNAVersion=7.0.0-ci -o /root/runtime/artifacts/tests/Release/hmc/cmve425d.wqo/ComLibrary/bin) (The following constructor parameters did not have matching fixture data: SharedTestState fixture)
---- Microsoft.DotNet.Cli.Build.Framework.BuildFailureException : Command failed with exit code 1: /root/runtime/.dotnet/dotnet build /bl:BuildProject.binlog --no-restore --framework net7.0 /p:TestTargetRid=linux-x64 /p:MNAVersion=7.0.0-ci -o /root/runtime/artifacts/tests/Release/hmc/cmve425d.wqo/ComLibrary/bin
---- The following constructor parameters did not have matching fixture data: SharedTestState fixture
Stack trace
----- Inner Stack Trace #1 (Microsoft.DotNet.Cli.Build.Framework.BuildFailureException) -----
at Microsoft.DotNet.Cli.Build.Framework.CommandResult.EnsureSuccessful(Boolean suppressOutput) in /_/src/installer/tests/TestUtils/CommandResult.cs:line 46
at Microsoft.DotNet.CoreSetup.Test.TestProjectFixture.BuildProject(DotNetCli dotnet, String runtime, String framework, String outputDirectory, Boolean restore) in /_/src/installer/tests/TestUtils/TestProjectFixture.cs:line 177
at Microsoft.NET.HostModel.ComHost.Tests.ClsidMapTests.SharedTestState..ctor() in /_/src/installer/tests/Microsoft.NET.HostModel.Tests/Microsoft.NET.HostModel.ComHost.Tests/ClsidMapTests.cs:line 156
at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
at System.Reflection.ConstructorInvoker.Invoke(Object obj, IntPtr* args, BindingFlags invokeAttr)
----- Inner Stack Trace #2 (Xunit.Sdk.TestClassException) -----
We don't upload the binlog from these builds inside the installer tests, so this is extremely difficult to diagnose the underlying intermittent issue as the info above is all we have to go on.
None of that seem related to the workload changes itself, but I suppose it could be caused by the Arcade update. There were a lot of changes that got pulled in that I'm not 100% sure about. The changes under eng all came from updating Arcade, other than getting the new task DLL, none of the Arcade changes are related to the workload change either.
Error message
Stack trace
Affected tests:
The text was updated successfully, but these errors were encountered: