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

Unable to build on Linux #99149

Closed
a74nh opened this issue Mar 1, 2024 · 7 comments · Fixed by #99112
Closed

Unable to build on Linux #99149

a74nh opened this issue Mar 1, 2024 · 7 comments · Fixed by #99112

Comments

@a74nh
Copy link
Contributor

a74nh commented Mar 1, 2024

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

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Mar 1, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 1, 2024
@MichalStrehovsky
Copy link
Member

Before building the repo export TreatWarningsAsErrors=false.

This is just a harmless warning. Unfortunately the repo is configured to promote it to an error.

@huoyaoyuan
Copy link
Member

#99141 ?

@a74nh
Copy link
Contributor Author

a74nh commented Mar 1, 2024

Before building the repo export TreatWarningsAsErrors=false.

This is just a harmless warning. Unfortunately the repo is configured to promote it to an error.

That doesn't seem to fix. Looks like it really does need those missing files.

#99141 ?

This looks like the same error.

I'm not sure how arcade connects to the dotnet build so can't test explicitly. Do I just have to wait until something filters through and my build will start working again?

@MichalStrehovsky
Copy link
Member

Do I just have to wait until something filters through and my build will start working again?

Yes.

That doesn't seem to fix. Looks like it really does need those missing files.

This fixes it for me on Windows. It might be some of the bash scripts don't propagate the variable properly. I see they handle it, but I rarely build outside Windows so I don't know if it actually works. CS8032 is a warning. It gets upgraded to an error due to repo policy.

@jkotas jkotas added area-Infrastructure-libraries and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Mar 1, 2024
@ghost
Copy link

ghost commented Mar 1, 2024

Tagging subscribers to this area: @dotnet/area-infrastructure-libraries
See info in area-owners.md if you want to be subscribed.

Issue Details

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

Author: a74nh
Assignees: -
Labels:

area-Infrastructure-libraries, untriaged, needs-area-label

Milestone: -

@carlossanlop
Copy link
Member

Seems that this should hopefully get fixed with dotnet/arcade#14533

cc @ericstj @ViktorHofer

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Mar 1, 2024
@carlossanlop
Copy link
Member

FYI it's not yet fixed until we take this arcade deps flow: https://github.com/dotnet/runtime/pull/99112/files

It contains the commit update created when merging this PR: dotnet/arcade#14533

@carlossanlop carlossanlop reopened this Mar 1, 2024
@ghost ghost added the untriaged New issue has not been triaged by the area owner label Mar 1, 2024
@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Mar 1, 2024
@ghost ghost removed in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner labels Mar 1, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants