dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
19.05k stars 4.03k forks source link

[Test Failure] Build Script (+1 more) in windows_vsi_p2_open_prtest on PR #11862 #11868

Open CyrusNajmabadi opened 8 years ago

CyrusNajmabadi commented 8 years ago

PR: #11862 Remove unnecessary fields from CompletionHelper. by @CyrusNajmabadi Failure: http://dotnet-ci.cloudapp.net/job/Private/job/dotnet_roslyn-internal/job/master/job/windows_vsi_p2_open_prtest/90/

Issue 1: Build Script A script in the build failed to execute correctly causing a build failure.

Issue 2: MSBuild Error error MSB3073: The command ""d:\j\workspace\windows_vsi_p---5fa6ff52\Closed\Tools\ibcmerge\ibcmerge.exe" -q -f -partialNGEN -minify -mo "d:\j\workspace\windows_vsi_p---5fa6ff52\Open\Binaries\Obj\EditorFeatures\Release\Microsoft.CodeAnalysis.EditorFeatures.dll" -incremental "d:\j\workspace\windows_vsi_p---5fa6ff52\Closed\OptimizationData\Microsoft.CodeAnalysis.EditorFeatures.pgo"" exited with code -1. [d:\j\workspace\windows_vsi_p---5fa6ff52\Open\src\EditorFeatures\Core\EditorFeatures.csproj]

Pilchie commented 8 years ago

@KevinH-MS This looks like an ibcmerge failure - any ideas?

KevinH-MS commented 8 years ago

"code -1" not particularly helpful... let me see if I can peek at the source and see what that means...