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
18.97k stars 4.03k forks source link

[Test failure] VsixExpInstaller.exe: The local extension failed to uninstall #20562

Open cston opened 7 years ago

cston commented 7 years ago

windows_debug_vs-integration_prtest failed in https://github.com/dotnet/roslyn/pull/20051

16:00:54    Uninstalling ExpressionEvaluatorPackage.vsix
16:00:54 "C:\Users\dotnet-bot\.nuget\packages\roslyntools.microsoft.vsixexpinstaller\0.4.0-beta\tools\VsixExpInstaller.exe" -u /rootSuffix:RoslynDev /vsInstallDir:"C:\Program Files (x86)\Microsoft Visual Studio\Preview\Enterprise" D:\j\workspace\windows_debug---0c191de0\Binaries\Debug\Vsix\ExpressionEvaluatorPackage\ExpressionEvaluatorPackage.vsix
16:00:54   Running as Admin.
16:00:59   Uninstalling local extension: 'C:\USERS\DOTNET-BOT\APPDATA\LOCAL\MICROSOFT\VISUALSTUDIO\15.0_42810653ROSLYNDEV\EXTENSIONS\Y5VUOLUM.VJV\'
16:01:01 Exception: The local extension failed to uninstall.
16:01:01 System.Exception: The local extension failed to uninstall.
16:01:01    at VsixExpInstaller.Program.<>c__DisplayClass9_3.<Main>g__Uninstall8(IInstalledExtension installedExtension)
16:01:01    at VsixExpInstaller.Program.<>c__DisplayClass9_2.<Main>g__RunProgram1()
16:01:01    at VsixExpInstaller.Program.Main(String[] args)
16:01:01 Command failed to execute: C:\Users\dotnet-bot\.nuget\packages\roslyntools.microsoft.vsixexpinstaller\0.4.0-beta\tools\VsixExpInstaller.exe -u /rootSuffix:RoslynDev /vsInstallDir:"C:\Program Files (x86)\Microsoft Visual Studio\Preview\Enterprise" D:\j\workspace\windows_debug---0c191de0\Binaries\Debug\Vsix\ExpressionEvaluatorPackage\ExpressionEvaluatorPackage.vsix
16:01:01 System.Management.Automation.RuntimeException: Command failed to execute: C:\Users\dotnet-bot\.nuget\packages\roslyntools.microsoft.vsixexpinstaller\0.4.0-beta\tools\VsixExpInstaller.exe -u /rootSuffix:RoslynDev /vsInstallDir:"C:\Program Files (x86)\Microsoft Visual Studio\Preview\Enterprise" D:\j\workspace\windows_debug---0c191de0\Binaries\Debug\Vsix\ExpressionEvaluatorPackage\ExpressionEvaluatorPackage.vsix
16:01:01 at Exec-Command, D:\j\workspace\windows_debug---0c191de0\build\scripts\build-utils.ps1: line 73
16:01:01 at Deploy-VsixViaTool, D:\j\workspace\windows_debug---0c191de0\build\scripts\build.ps1: line 287
16:01:01 at Test-XUnit, D:\j\workspace\windows_debug---0c191de0\build\scripts\build.ps1: line 207
16:01:01 at <ScriptBlock>, D:\j\workspace\windows_debug---0c191de0\build\scripts\build.ps1: line 410
cston commented 7 years ago

windows_debug_vs-integration_prtest failed in https://github.com/dotnet/roslyn/pull/20548

jasonmalinowski commented 7 years ago

This has been worked around. @tannergooding do we have a tracking bug for the root issue or is this it?

jasonmalinowski commented 7 years ago

@tannergooding, @cston, where did we land on this?