Skip to content

Instantly share code, notes, and snippets.

@jaredpar
Created July 12, 2024 20:47
Show Gist options
  • Save jaredpar/8799dfe063e6264f577616378c82e0dc to your computer and use it in GitHub Desktop.
Save jaredpar/8799dfe063e6264f577616378c82e0dc to your computer and use it in GitHub Desktop.
notes

https://dev.azure.com/dnceng-public/public/_build/results?buildId=739416&view=ms.vss-test-web.build-test-results-tab&runId=18651876&resultId=178085&paneView=debug

Test_Windows_CoreClr_Release_Windows.10.Amd64.Open

https://helixre107v0xdeko0k025g8.blob.core.windows.net/dotnet-roslyn-refs-pull-74360-merge-f9bd5f237e064558a9/Microsoft.CodeAnalysis.CSharp.Emit.UnitTests_Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests_3/1/console.3f9a596b.log?helixlogtype=result

Stack:

xUnit.net 00:00:24.77]     Microsoft.CodeAnalysis.CSharp.UnitTests.AttributeTests_CallerInfoAttributes.TestCallerFilePath1 [FAIL]
  Failed Microsoft.CodeAnalysis.CSharp.UnitTests.AttributeTests_CallerInfoAttributes.TestCallerFilePath1 [379 ms]
  Error Message:
   System.BadImageFormatException : Operation did not complete successfully because the file contains a virus or potentially unwanted software. (0x800700E1)
  Stack Trace:
     at System.Runtime.Loader.AssemblyLoadContext.InternalLoad(ReadOnlySpan`1 arrAssembly, ReadOnlySpan`1 arrSymbols)
   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)
   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.CSharp.Test.Utilities.CSharpTestBase.CompileAndVerify(Compilation compilation, IEnumerable`1 manifestResources, IEnumerable`1 dependencies, Action`1 sourceSymbolValidator, Action`1 validator, Action`1 symbolValidator, SignatureDescription[] expectedSignatures, String expectedOutput, Boolean trimOutput, Nullable`1 expectedReturnCode, String[] args, EmitOptions emitOptions, Verification verify) in /_/src/Compilers/Test/Utilities/CSharp/CSharpTestBase.cs:line 1048
   at Microsoft.CodeAnalysis.CSharp.UnitTests.AttributeTests_CallerInfoAttributes.TestCallerFilePath1() in /_/src/Compilers/CSharp/Test/Emit2/Attributes/AttributeTests_CallerInfoAttributes.cs:line 4177
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment