-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Description
With latest HEAD (b00f084), but I've been seeing it since morning UK time 29 Feb.
I'm unable to build coreclr on Linux, X86 or Arm64, due to nuget errors
Reproduction Steps
build.sh -rc checked -lc release -s clr
Expected behavior
coreclr builds
Actual behavior
x86 Linux:
+ ssh adam 'cd /home/alahay01/dotnet/runtime_base; ./build.sh -rc' checked -lc release -s clr
Determining projects to restore...
Tool 'coverlet.console' (version '6.0.0') was restored. Available commands: coverlet
Tool 'dotnet-reportgenerator-globaltool' (version '5.0.2') was restored. Available commands: reportgenerator
Tool 'microsoft.dotnet.xharness.cli' (version '9.0.0-prerelease.24119.1') was restored. Available commands: xharness
Tool 'microsoft.visualstudio.slngen.tool' (version '11.1.0') was restored. Available commands: slngen
Restore was successful.
All projects are up-to-date for restore.
Determining projects to restore...
All projects are up-to-date for restore.
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
installer.tasks -> /data_sdb/alahay01/dotnet/runtime_base/artifacts/bin/installer.tasks/Debug/net9.0/installer.tasks.dll
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
AssemblyStripper -> /data_sdb/alahay01/dotnet/runtime_base/artifacts/bin/AssemblyStripper/Debug/net9.0/AssemblyStripper.dll
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
Build FAILED.
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Crossgen2Tasks/Crossgen2Tasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WasmBuildTasks/WasmBuildTasks.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AppleAppBuilder/AppleAppBuilder.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/AotCompilerTask/MonoAOTCompiler.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/WorkloadBuildTasks/WorkloadBuildTasks.csproj::TargetFramework=net8.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/Microsoft.NET.WebAssembly.Webcil/Microsoft.NET.WebAssembly.Webcil.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/libraries/System.Runtime.InteropServices/gen/Microsoft.Interop.SourceGeneration/Microsoft.Interop.SourceGeneration.csproj]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MobileBuildTasks/MobileBuildTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.AppContextDefaultsAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.ResourceUsageAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.MembersMustExistAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
CSC : error CS8032: An instance of analyzer Microsoft.DotNet.CodeAnalysis.Analyzers.PinvokeAnalyzer cannot be created from /home/alahay01/.nuget/packages/microsoft.dotnet.codeanalysis/9.0.0-beta.24127.4/analyzers/Microsoft.DotNet.CodeAnalysis.dll : Could not load file or assembly 'System.Collections.Immutable, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.. [/data_sdb/alahay01/dotnet/runtime_base/src/tasks/MonoTargetsTasks/MonoTargetsTasks.csproj::TargetFramework=net9.0]
0 Warning(s)
40 Error(s)
Time Elapsed 00:00:10.62
Build failed with exit code 1. Check errors above.
Regression?
Yes.
Known Workarounds
No response
Configuration
uname -v
#40~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 16 10:53:04 UTC 2
HEAD
b00f084
Other information
No response