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

Linux build --subsetCategory CoreCLR broken on x64 host #34292

Closed
sdmaclea opened this issue Mar 30, 2020 · 6 comments · Fixed by #34295
Closed

Linux build --subsetCategory CoreCLR broken on x64 host #34292

sdmaclea opened this issue Mar 30, 2020 · 6 comments · Fixed by #34295
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner

Comments

@sdmaclea
Copy link
Contributor

From the root directory, a build of the tip is failing like this

./build.sh --subsetCategory CoreCLR
Build FAILED.

/home/stmaclea/git/runtime/src/coreclr/crossgen-corelib.proj(17,5): error MSB3073: The command ""/home/stmaclea/git/runtime/src/coreclr/crossgen-corelib.sh" -debug" exited with code 253.
/home/stmaclea/git/runtime/.dotnet/sdk/5.0.100-preview.3.20170.6/Microsoft.Common.CurrentVersion.targets(4643,5): error MSB3030: Could not copy the file "/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/libjitinterface.so" because it was not found. [/home/stmaclea/git/runtime/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj]
/home/stmaclea/git/runtime/.dotnet/sdk/5.0.100-preview.3.20170.6/Microsoft.Common.CurrentVersion.targets(4643,5): error MSB3030: Could not copy the file "/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/libclrjit.so" because it was not found. [/home/stmaclea/git/runtime/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Debug/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux..Debug/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
    0 Warning(s)
    12 Error(s)

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner labels Mar 30, 2020
@sdmaclea sdmaclea changed the title Linux build broken on x64 host Linux build --subsetCategory CoreCLR broken on x64 host Mar 30, 2020
@sdmaclea
Copy link
Contributor Author

sdmaclea commented Mar 30, 2020

Also fails w/o --subsetCategory CoreCLR...

@jkoritzinsky
Copy link
Member

@jkotas this might be related to your changes from ArchType to TargetArchitecture.

@AndyAyersMS
Copy link
Member

If you pass --arch x64 it still works.

@jkotas
Copy link
Member

jkotas commented Mar 30, 2020

Taking a look...

@AndyAyersMS
Copy link
Member

w/o --arch the build fails to find SPC for crossgen; I think it ends up in the Linux..Release directory


  Commencing Crossgenning System.Private.CoreLib
  __DistroRid: linux-x64
  __RuntimeId: linux-x64
  Setting up directories for build
  mkdir: cannot create directory ''

  /home/andy/repos/runtime/artifacts/bin/coreclr:
  total used in directory 32 available 38144036
  drwxr-xr-x   4 andy andy  4096 Mar 30 10:28 .
  drwxr-xr-x 274 andy andy 20480 Mar 30 10:59 ..
  drwxr-xr-x   5 andy andy  4096 Mar 30 10:38 Linux..Release
  drwxr-xr-x   6 andy andy  4096 Mar 30 10:38 Linux.x64.Release

jkotas added a commit to jkotas/runtime that referenced this issue Mar 30, 2020
@sdmaclea
Copy link
Contributor Author

sdmaclea commented Mar 30, 2020

Strangely this seems to fail also

./build.sh --subsetCategory CoreCLR --arch x64 --configuration Release
/home/stmaclea/git/runtime/src/coreclr/runtime.proj(24,5): error MSB3073: The command ""/home/stmaclea/git/runtime/src/coreclr/build-runtime.sh" -x64 -release" exited with code 2.
/home/stmaclea/git/runtime/src/coreclr/crossgen-corelib.proj(17,5): error MSB3073: The command ""/home/stmaclea/git/runtime/src/coreclr/crossgen-corelib.sh" -x64 -release" exited with code 127.
/home/stmaclea/git/runtime/.dotnet/sdk/5.0.100-preview.3.20170.6/Microsoft.Common.CurrentVersion.targets(4643,5): error MSB3030: Could not copy the file "/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/libjitinterface.so" because it was not found. [/home/stmaclea/git/runtime/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj]
/home/stmaclea/git/runtime/.dotnet/sdk/5.0.100-preview.3.20170.6/Microsoft.Common.CurrentVersion.targets(4643,5): error MSB3030: Could not copy the file "/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/libclrjit.so" because it was not found. [/home/stmaclea/git/runtime/src/coreclr/src/tools/crossgen2/crossgen2/crossgen2.csproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ilasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.ILDAsm.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/ildasm'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/runtime.linux-x64.Microsoft.NETCore.TestHost.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/corerun'. [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.sharedframework.sdk/5.0.0-beta.20171.1/targets/framework.dependency.targets(442,5): error MSB3073: The command "/home/stmaclea/git/runtime/artifacts/bin/coreclr/Linux.x64.Release/sharedFramework/crossgen @/home/stmaclea/git/runtime/artifacts/obj/netcoreapp/Release/netcoreapp5.0/linux-x64/crossgen/Microsoft.CSharp.rsp" exited with code 127. [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/src/netcoreapp.depproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/Microsoft.NETCore.App.Internal.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/obj/netcoreapp/Release/netcoreapp5.0/linux-x64/Microsoft.NETCore.App.versions.txt'. [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/Microsoft.NETCore.App.Internal.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/obj/netcoreapp/Release/netcoreapp5.0/linux-x64/Microsoft.NETCore.App.versions.txt'. [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/legacy/Microsoft.NETCore.App.Internal.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget lib package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/Microsoft.NETCore.App.Ref.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/obj/netcoreapp/Release/netcoreapp5.0/linux-x64/Microsoft.NETCore.App.versions.txt'. [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error : Error when creating nuget packed package from /home/stmaclea/git/runtime/artifacts/packages/Release/specs/Microsoft.NETCore.App.Ref.nuspec. NuGet.Packaging.Core.PackagingException: File not found: '/home/stmaclea/git/runtime/artifacts/obj/netcoreapp/Release/netcoreapp5.0/linux-x64/Microsoft.NETCore.App.versions.txt'. [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.AddFiles(String basePath, String source, String destination, String exclude) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at NuGet.Packaging.PackageBuilder.PopulateFiles(String basePath, IEnumerable`1 files) [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
/home/stmaclea/.nuget/packages/microsoft.dotnet.build.tasks.packaging/5.0.0-beta.20171.1/build/Packaging.targets(1260,5): error :    at Microsoft.DotNet.Build.Tasks.Packaging.NuGetPack.Pack(String nuspecPath, String nupkgPath, Manifest manifest, Boolean packSymbols) in /_/src/Microsoft.DotNet.Build.Tasks.Packaging/src/NuGetPack.cs:line 254 [/home/stmaclea/git/runtime/src/installer/pkg/projects/netcoreapp/pkg/Microsoft.NETCore.App.Ref.pkgproj]
    0 Warning(s)
    18 Error(s)

FWIW after the fail...

stmaclea@stmaclea-ubuntu-1604-hyperv:~/git/runtime$ find artifacts/ -name libjitinterface.so
artifacts/bin/coreclr/Linux.x64.Debug/libjitinterface.so
artifacts/bin/coreclr/Linux.x64.Debug/crossgen2/libjitinterface.so
artifacts/bin/coreclr/Linux.x64.Debug/in/libjitinterface.so
artifacts/bin/coreclr/Linux.arm64.Release/libjitinterface.so
artifacts/bin/coreclr/Linux.arm64.Release/crossgen2/linux-arm64/libjitinterface.so
artifacts/bin/coreclr/Linux.arm64.Release/crossgen2/libjitinterface.so
artifacts/bin/coreclr/Linux.arm.Release/libjitinterface.so
artifacts/obj/coreclr/Linux.x64.Debug/src/tools/crossgen2/jitinterface/libjitinterface.so
artifacts/obj/coreclr/Linux.x64.Release/src/tools/crossgen2/jitinterface/libjitinterface.so
artifacts/obj/coreclr/Linux.arm64.Release/src/tools/crossgen2/jitinterface/libjitinterface.so
artifacts/obj/coreclr/Linux.arm.Release/src/tools/crossgen2/jitinterface/libjitinterface.so

jkotas added a commit that referenced this issue Mar 31, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Infrastructure-coreclr untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants