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

Make host outputs public #74750

Merged
merged 16 commits into from
Aug 27, 2024

Rename TOutput -> OutputType

b7a47ac
Select commit
Loading
Failed to load commit list.
Merged

Make host outputs public #74750

Rename TOutput -> OutputType
b7a47ac
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis succeeded Aug 27, 2024 in 0s

.NET Result Analysis

Details

All checks completed

[roslyn-CI]

[roslyn-integration-CI]

Build Rerun

✔️ Build passed after 1 retries.

(Attempt #1) [link to build]

roslyn-CI / Windows_Debug_CoreClr / Test_Windows_CoreClr_IOperation_Debug / Run Unit Tests

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌(NETCORE_ENGINEERING_TELEMETRY=Test) Tests failed
    ❌PowerShell exited with code '1'.

Non-Deterministic Test Failures Detected

Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests_25.WorkItemExecution [Console] [Details] [Artifacts] [0.79% 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.CodeAnalysis.VisualBasic.UnitTests.CodeGenCallTests.GenericTypeParameterAsReceiver_Assignment_Compound_Property_Class_Async_01 [Console] [Details] [Artifacts] [0.08% failure rate]
[ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

Failing Configuration

Exception Message
System.BadImageFormatException : Operation did not complete successfully because the file contains a virus or potentially unwanted software. (0x800700E1)
CallStack
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromStream(IntPtr ptrNativeAssemblyBinder, IntPtr ptrAssemblyArray, Int32 iAssemblyArrayLen, IntPtr ptrSymbols, Int32 iSymbolArrayLen, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromStream(IntPtr ptrNativeAssemblyBinder, IntPtr ptrAssemblyArray, Int32 iAssemblyArrayLen, IntPtr ptrSymbols, Int32 iSymbolArrayLen, ObjectHandleOnStack retAssembly)
   at System.Runtime.Loader.AssemblyLoadContext.LoadFromStream(Stream assembly, Stream assemblySymbols)
   at Roslyn.Test.Utilities.CoreClr.TestExecutionLoadContext.LoadImageAsAssembly(ImmutableArray`1 mainImage) in /_/src/Compilers/Test/Core/Platform/CoreClr/TestExecutionLoadContext.cs:line 59
   at Roslyn.Test.Utilities.CoreClr.TestExecutionLoadContext.Execute(ImmutableArray`1 mainImage, String[] mainArgs, Nullable`1 expectedOutputLength) in /_/src/Compilers/Test/Core/Platform/CoreClr/TestExecutionLoadContext.cs:line 65
   at Roslyn.Test.Utilities.CoreClr.CoreCLRRuntimeEnvironment.Execute(String moduleName, String[] args, String expectedOutput, Boolean trimOutput) in /_/src/Compilers/Test/Core/Platform/CoreClr/CoreCLRRuntimeEnvironment.cs:line 87
   at Microsoft.CodeAnalysis.Test.Utilities.CompilationVerifier.Emit(String expectedOutput, Boolean trimOutput, Nullable`1 expectedReturnCode, String[] args, IEnumerable`1 manifestResources, EmitOptions emitOptions, Verification peVerify, SignatureDescription[] expectedSignatures) in /_/src/Compilers/Test/Core/CompilationVerifier.cs:line 294
   at Microsoft.CodeAnalysis.Test.Utilities.CommonTestBase.Emit(Compilation compilation, IEnumerable`1 dependencies, IEnumerable`1 manifestResources, SignatureDescription[] expectedSignatures, String expectedOutput, Boolean trimOutput, Nullable`1 expectedReturnCode, String[] args, Action`1 assemblyValidator, Action`1 symbolValidator, EmitOptions emitOptions, Verification verify) in /_/src/Compilers/Test/Core/CommonTestBase.cs:line 191
   at Microsoft.CodeAnalysis.Test.Utilities.CommonTestBase.CompileAndVerifyCommon(Compilation compilation, IEnumerable`1 manifestResources, IEnumerable`1 dependencies, Action`1 sourceSymbolValidator, Action`1 assemblyValidator, Action`1 symbolValidator, SignatureDescription[] expectedSignatures, String expectedOutput, Boolean trimOutput, Nullable`1 expectedReturnCode, String[] args, EmitOptions emitOptions, Verification verify) in /_/src/Compilers/Test/Core/CommonTestBase.cs:line 103
   at Microsoft.CodeAnalysis.VisualBasic.UnitTests.BasicTestBase.CompileAndVerifyEx(BasicTestSource source, IEnumerable`1 references, String expectedOutput, Boolean trimOutput, Nullable`1 expectedReturnCode, String[] args, IEnumerable`1 dependencies, Action`1 sourceSymbolValidator, Action`1 validator, Action`1 symbolValidator, SignatureDescription[] expectedSignatures, VisualBasicCompilationOptions options, VisualBasicParseOptions parseOptions, EmitOptions emitOptions, String assemblyName, Verification verify, TargetFramework targetFramework) in /_/src/Compilers/Test/Utilities/VisualBasic/BasicTestBase.vb:line 326
   at Microsoft.CodeAnalysis.VisualBasic.UnitTests.CodeGenCallTests.GenericTypeParameterAsReceiver_Assignment_Compound_Property_Class_Async_01() in /_/src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenCallTests.vb:line 4610
   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