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

Update VSSDK and Gladstone versions #75594

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Update VSSDK and Gladstone versions

ddadc52
Select commit
Loading
Failed to load commit list.
Draft

Update VSSDK and Gladstone versions #75594

Update VSSDK and Gladstone versions
ddadc52
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Oct 23, 2024 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

roslyn-CI / Windows_Debug_Build / Build_Windows_Debug / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(81,40): error CS0539: 'StubSettingsManagerHost.GetServiceStreamAsync(string, CancellationToken)' in explicit interface declaration is not found among members of the interface that can be implemented
    ❌src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(18,49): error CS0535: 'StubSettingsManagerHost' does not implement interface member 'ISettingsManagerHost5.GetServiceStreamAsync(CancellationToken)'

roslyn-CI / Windows_Release_Build / Build_Windows_Release / Build

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(81,40): error CS0539: 'StubSettingsManagerHost.GetServiceStreamAsync(string, CancellationToken)' in explicit interface declaration is not found among members of the interface that can be implemented
    ❌src\EditorFeatures\TestUtilities\StubSettingsManagerHost.cs(18,49): error CS0535: 'StubSettingsManagerHost' does not implement interface member 'ISettingsManagerHost5.GetServiceStreamAsync(CancellationToken)'

roslyn-CI / Correctness / Correctness_Analyzers / Build with analyzers

[ 🚧 Report infrastructure issue] [ 📄 Report repository issue]
    ❌src/EditorFeatures/TestUtilities/StubSettingsManagerHost.cs(81,40): error CS0539: 'StubSettingsManagerHost.GetServiceStreamAsync(string, CancellationToken)' in explicit interface declaration is not found among members of the interface that can be implemented
    ❌src/EditorFeatures/TestUtilities/StubSettingsManagerHost.cs(18,49): error CS0535: 'StubSettingsManagerHost' does not implement interface member 'ISettingsManagerHost5.GetServiceStreamAsync(CancellationToken)'
    ❌src/VisualStudio/Core/Def/LanguageService/AbstractPackage.cs(34,47): error CS8600: Converting null literal or possible null value to non-nullable type.

4 other jobs are failing and were not displayed due to space limitations.
Builds with failures: [roslyn-CI] [roslyn-integration-CI]

Test Failures (988 tests failed)

🔹 [All failing tests from roslyn-integration-CI]

    ⚠️ 983 failing tests not displayed for this pipeline due to space limitations

    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification(VS2022) [Details] [75.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.SemanticClassification (VS2022)
      Exception Message
      Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace" but found 0 after applying applicable constraints.
      Stack Trace
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
         at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
         at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 149
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 40
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyColorOfSomeTokens(VS2022) [Details] [ failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyColorOfSomeTokens (VS2022)
      Exception Message
      Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace" but found 0 after applying applicable constraints.
      Stack Trace
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
         at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
         at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 149
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 40
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    ❕ This is a new test, introduced on 0001-01-01
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyProjectConfigChange(VS2022) [Details] [ failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpClassification.VerifyProjectConfigChange (VS2022)
      Exception Message
      Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace" but found 0 after applying applicable constraints.
      Stack Trace
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
         at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
         at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 149
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 40
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    ❕ This is a new test, introduced on 0001-01-01
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpGenerateFromUsage.GenerateLocal(VS2022) [Details] [40.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpGenerateFromUsage.GenerateLocal (VS2022)
      Exception Message
      Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace" but found 0 after applying applicable constraints.
      Stack Trace
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
         at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
         at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 149
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 40
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpQuickInfo.International(VS2022) [Details] [ failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configurations (2)

    Data Driven SubResults
      Roslyn.VisualStudio.IntegrationTests.CSharp.CSharpQuickInfo.International (VS2022)
      Exception Message
      Microsoft.VisualStudio.Composition.CompositionFailedException : Expected 1 export(s) with contract name "Microsoft.VisualStudio.LanguageServices.VisualStudioWorkspace" but found 0 after applying applicable constraints.
      Stack Trace
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports(ImportDefinition importDefinition)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExports[T,TMetadataView](String contractName, ImportCardinality cardinality)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExport[T,TMetadataView](String contractName)
         at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]()
         at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]()
         at Microsoft.VisualStudio.Extensibility.Testing.InProcComponent.<GetComponentModelServiceAsync>d__10`1.MoveNext() in /_/artifacts/obj/Microsoft.VisualStudio.LanguageServices.New.IntegrationTests/Debug/net472/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator/Microsoft.VisualStudio.Extensibility.Testing.SourceGenerator.TestServicesSourceGenerator/InProcComponent.g.cs:line 66
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractIntegrationTest.<InitializeAsync>d__7.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractIntegrationTest.cs:line 149
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.ConfiguredTaskAwaitable.ConfiguredTaskAwaiter.GetResult()
         at Roslyn.VisualStudio.IntegrationTests.AbstractEditorTest.<InitializeAsync>d__8.MoveNext() in /_/src/VisualStudio/IntegrationTest/New.IntegrationTests/AbstractEditorTest.cs:line 40
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
         at System.Runtime.CompilerServices.TaskAwaiter.GetResult()
      --- End of stack trace from previous location where exception was thrown ---
         at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
         at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
    ❕ This is a new test, introduced on 0001-01-01

Was this helpful? Yes No