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

[8.0] [wasm] Build failure: dotnet-install: Failed to check the disk space #91025

Closed
carlossanlop opened this issue Aug 23, 2023 · 2 comments
Closed
Labels
arch-wasm WebAssembly architecture area-Setup Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Milestone

Comments

@carlossanlop
Copy link
Member

carlossanlop commented Aug 23, 2023

Error Blob

{
  "ErrorMessage": "dotnet-install: Failed to check the disk space. Installation will continue",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

Downloading from "[https://dot.net/v1/dotnet-install.ps1"](https://dot.net/v1/dotnet-install.ps1%22) to "D:\a\_work\1\s\artifacts\obj\dotnet-install.ps1" (68604 bytes).
EXEC : error : dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have [D:\a\_work\1\s\src\mono\wasi\Wasi.Build.Tests\Wasi.Build.Tests.csproj]
##[error]EXEC(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have
   enough disk space.
  dotnet-install: Extracting the archive.
  dotnet-install: Adding to current process PATH: "D:\a\_work\1\s\artifacts\bin\dotnet-none\". Note: This change will not be visible if PowerShell was run as a child process.
  dotnet-install: Note that the script does not resolve dependencies during installation.
  dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install/windows#dependencies
  dotnet-install: Installed version is 8.0.100-rc.1.23415.5
  dotnet-install: Installation finished
  ** Using sdk band version for installing manifests: 8.0.100-rc.1
  
        ********************
  
        Warning: Using sdk band version for installing manifests: 8.0.100-rc.1,
                 but the sdk band version in runtime is         : 8.0.100-rc.2
  
        ********************
  
  ** Building Ref pack **

Determining projects to restore...
  Restored D:\a\_work\1\s\src\installer\pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Ref.sfxproj (in 176 ms).
  Microsoft.NETCore.App.Ref -> 
  The package Microsoft.NETCore.App.Ref.8.0.0-ci is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\Shipping\Microsoft.NETCore.App.Ref.8.0.0-ci.nupkg'.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\Shipping\Microsoft.NETCore.App.Ref.8.0.0-ci.symbols.nupkg'.
  
  ** wasi-experimental: Installing manifests **
      - Installing manifest: Microsoft.NET.Workload.Mono.ToolChain.Current/8.0.0-ci
      - Installing manifest: Microsoft.NET.Workload.Emscripten.Current/8.0.0-rc.1.23415.5
  
  ** Preparing D:\a\_work\1\s\artifacts\bin\\dotnet-latest **
      - wasi-experimental: Installing workload
  Microsoft.NET.HostModel -> D:\a\_work\1\s\artifacts\bin\Microsoft.NET.HostModel\Release\netstandard2.0\Microsoft.NET.HostModel.dll
  The package Microsoft.NET.HostModel.8.0.0-ci is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\NonShipping\Microsoft.NET.HostModel.8.0.0-ci.nupkg'.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\NonShipping\Microsoft.NET.HostModel.8.0.0-ci.symbols.nupkg'.
  TestUtils -> D:\a\_work\1\s\artifacts\bin\TestUtils\Release\net8.0\TestUtils.dll
  Microsoft.DotNet.CoreSetup.Packaging.Tests -> D:\a\_work\1\s\artifacts\bin\Microsoft.DotNet.CoreSetup.Packaging.Tests\Release\net8.0\Microsoft.DotNet.CoreSetup.Packaging.Tests.dll

Build FAILED.

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=382384
Error message validated: dotnet-install: Failed to check the disk space. Installation will continue
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/23/2023 9:52:56 PM UTC

Report

Build Definition Step Name Console log Pull Request
383913 dotnet/runtime Build product Log #90518
382384 dotnet/runtime Build product Log #90936
383873 dotnet/runtime windows-x64 Checked NativeAOT Log #91009
383834 dotnet/runtime Build product Log #91006
383835 dotnet/runtime Build product Log #91006
383692 dotnet/runtime Libraries Test Run release coreclr windows x64 Debug Log #90997
383716 dotnet/runtime windows-x64 Checked NativeAOT Log #89816
383674 dotnet/runtime Build Log #90994
383599 dotnet/runtime coreclr Pri0 Runtime Tests Run windows x64 checked Log #90959
383559 dotnet/runtime coreclr Pri0 Runtime Tests Run windows x86 checked Log #90847
383524 dotnet/runtime Build CLR and Libraries Log
383523 dotnet/runtime Build CLR and Libraries Log
383407 dotnet/runtime coreclr Pri0 Runtime Tests Run windows x86 checked Log #90847
383387 dotnet/runtime coreclr Pri1 Runtime Tests Run windows x64 release Log
383378 dotnet/runtime windows-x86 Release CoreCLR_Release Log
383375 dotnet/runtime windows-x86 Release CoreCLR_Release Log

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
16 16 16
@carlossanlop carlossanlop added arch-wasm WebAssembly architecture os-windows blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' untriaged New issue has not been triaged by the area owner Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 23, 2023
@carlossanlop carlossanlop added this to the 8.0.0 milestone Aug 23, 2023
@ghost
Copy link

ghost commented Aug 23, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

Error Blob

{
  "ErrorMessage": "dotnet-install: Failed to check the disk space. Installation will continue",
  "BuildRetry": false,
  "ErrorPattern": "",
  "ExcludeConsoleLog": false
}

Reproduction Steps

Downloading from "[https://dot.net/v1/dotnet-install.ps1"](https://dot.net/v1/dotnet-install.ps1%22) to "D:\a\_work\1\s\artifacts\obj\dotnet-install.ps1" (68604 bytes).
EXEC : error : dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have [D:\a\_work\1\s\src\mono\wasi\Wasi.Build.Tests\Wasi.Build.Tests.csproj]
##[error]EXEC(0,0): error : (NETCORE_ENGINEERING_TELEMETRY=Build) dotnet-install: Failed to check the disk space. Installation will continue, but it may fail if you do not have
   enough disk space.
  dotnet-install: Extracting the archive.
  dotnet-install: Adding to current process PATH: "D:\a\_work\1\s\artifacts\bin\dotnet-none\". Note: This change will not be visible if PowerShell was run as a child process.
  dotnet-install: Note that the script does not resolve dependencies during installation.
  dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install/windows#dependencies
  dotnet-install: Installed version is 8.0.100-rc.1.23415.5
  dotnet-install: Installation finished
  ** Using sdk band version for installing manifests: 8.0.100-rc.1
  
        ********************
  
        Warning: Using sdk band version for installing manifests: 8.0.100-rc.1,
                 but the sdk band version in runtime is         : 8.0.100-rc.2
  
        ********************
  
  ** Building Ref pack **

Determining projects to restore...
  Restored D:\a\_work\1\s\src\installer\pkg\sfx\Microsoft.NETCore.App\Microsoft.NETCore.App.Ref.sfxproj (in 176 ms).
  Microsoft.NETCore.App.Ref -> 
  The package Microsoft.NETCore.App.Ref.8.0.0-ci is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\Shipping\Microsoft.NETCore.App.Ref.8.0.0-ci.nupkg'.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\Shipping\Microsoft.NETCore.App.Ref.8.0.0-ci.symbols.nupkg'.
  
  ** wasi-experimental: Installing manifests **
      - Installing manifest: Microsoft.NET.Workload.Mono.ToolChain.Current/8.0.0-ci
      - Installing manifest: Microsoft.NET.Workload.Emscripten.Current/8.0.0-rc.1.23415.5
  
  ** Preparing D:\a\_work\1\s\artifacts\bin\\dotnet-latest **
      - wasi-experimental: Installing workload
  Microsoft.NET.HostModel -> D:\a\_work\1\s\artifacts\bin\Microsoft.NET.HostModel\Release\netstandard2.0\Microsoft.NET.HostModel.dll
  The package Microsoft.NET.HostModel.8.0.0-ci is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\NonShipping\Microsoft.NET.HostModel.8.0.0-ci.nupkg'.
  Successfully created package 'D:\a\_work\1\s\artifacts\packages\Release\NonShipping\Microsoft.NET.HostModel.8.0.0-ci.symbols.nupkg'.
  TestUtils -> D:\a\_work\1\s\artifacts\bin\TestUtils\Release\net8.0\TestUtils.dll
  Microsoft.DotNet.CoreSetup.Packaging.Tests -> D:\a\_work\1\s\artifacts\bin\Microsoft.DotNet.CoreSetup.Packaging.Tests\Release\net8.0\Microsoft.DotNet.CoreSetup.Packaging.Tests.dll

Build FAILED.
Author: carlossanlop
Assignees: -
Labels:

arch-wasm, os-windows, blocking-clean-ci, untriaged, Known Build Error

Milestone: 8.0.0

@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Aug 23, 2023
@radical
Copy link
Member

radical commented Aug 23, 2023

This was fixed in #90766 , but the PR build didn't have the latest branch HEAD.

@radical radical closed this as completed Aug 23, 2023
@radical radical removed the blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' label Aug 23, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-Setup Known Build Error Use this to report build issues in the .NET Helix tab os-windows
Projects
None yet
Development

No branches or pull requests

2 participants