question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[wasm] Workload installation failed - Unable to find `m.n.r.emscripten.3.1.12.sdk.linux-x64::7.0.0-preview.7.22361.2` nuget

See original GitHub issue

Description

Run Github Action to build up the Blazor App. But Workload installation failed.

Reproduction Steps

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2

      - name: Set up .NET Core
        uses: actions/setup-dotnet@v1
        with:
          dotnet-version: "7.0.x"
          include-prerelease: true

      - run: dotnet workload install wasm-tools

Expected behavior

Process completed with exit code 0

Actual behavior

Advertising manifest not updated. Manifest package for microsoft.net.sdk.android doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.tvos doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.maui doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.ios doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.maccatalyst doesn't exist.
Advertising manifest not updated. Manifest package for microsoft.net.sdk.macos doesn't exist.
Skipping NuGet package signature verification.
Installing pack Microsoft.NET.Runtime.WebAssembly.Sdk version 7.0.0-preview.7.22375.6...
Writing workload pack installation record for Microsoft.NET.Runtime.WebAssembly.Sdk version 7.0.0-preview.7.22375.6...
Installing pack Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 7.0.0-preview.7.22375.6...
Writing workload pack installation record for Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 7.0.0-preview.7.22375.6...
Installing pack Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm version 7.0.0-preview.7.22375.6...
Writing workload pack installation record for Microsoft.NETCore.App.Runtime.AOT.Cross.browser-wasm version 7.0.0-preview.7.22375.6...
Installing pack Microsoft.NET.Runtime.MonoAOTCompiler.Task version 7.0.0-preview.7.22375.6...
Writing workload pack installation record for Microsoft.NET.Runtime.MonoAOTCompiler.Task version 7.0.0-preview.7.22375.6...
Installing pack Microsoft.NET.Runtime.MonoTargets.Sdk version 7.0.0-preview.7.22375.6...
Writing workload pack installation record for Microsoft.NET.Runtime.MonoTargets.Sdk version 7.0.0-preview.7.22375.6...
Installing pack Microsoft.NET.Runtime.Emscripten.3.1.[12](https://github.com/Aloento/MusiLand/runs/7768310756?check_suite_focus=true#step:8:13).Node.linux-x64 version 7.0.0-preview.7.[22](https://github.com/Aloento/MusiLand/runs/7768310756?check_suite_focus=true#step:8:23)361.2...
Writing workload pack installation record for Microsoft.NET.Runtime.Emscripten.Node version 7.0.0-preview.7.2[23](https://github.com/Aloento/MusiLand/runs/7768310756?check_suite_focus=true#step:8:24)61.2...
Installing pack Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64 version 7.0.0-preview.7.22[36](https://github.com/Aloento/MusiLand/runs/7768310756?check_suite_focus=true#step:8:37)1.2...
Workload installation failed. Rolling back installed packs...
Rolling back pack Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64 installation...
Rolling back pack Microsoft.NET.Runtime.Emscripten.3.1.12.Node.linux-x64 installation...
Uninstalling workload pack Microsoft.NET.Runtime.Emscripten.Node version 7.0.0-preview.7.22361.2…
Rolling back pack Microsoft.NET.Runtime.MonoTargets.Sdk installation...
Uninstalling workload pack Microsoft.NET.Runtime.MonoTargets.Sdk version 7.0.0-preview.7.22[37](https://github.com/Aloento/MusiLand/runs/7768310756?check_suite_focus=true#step:8:38)5.6…
Rolling back pack Microsoft.NET.Runtime.MonoAOTCompiler.Task installation...
Uninstalling workload pack Microsoft.NET.Runtime.MonoAOTCompiler.Task version 7.0.0-preview.7.22375.6…
Rolling back pack Microsoft.NETCore.App.Runtime.AOT.linux-x64.Cross.browser-wasm installation...
Uninstalling workload pack Microsoft.NETCore.App.Runtime.AOT.Cross.browser-wasm version 7.0.0-preview.7.22375.6…
Rolling back pack Microsoft.NETCore.App.Runtime.Mono.browser-wasm installation...
Uninstalling workload pack Microsoft.NETCore.App.Runtime.Mono.browser-wasm version 7.0.0-preview.7.22375.6…
Rolling back pack Microsoft.NET.Runtime.WebAssembly.Sdk installation...
Uninstalling workload pack Microsoft.NET.Runtime.WebAssembly.Sdk version 7.0.0-preview.7.22375.6…
Workload installation failed: microsoft.net.runtime.emscripten.3.1.12.sdk.linux-x64::7.0.0-preview.7.22361.2 is not found in NuGet feeds https://api.nuget.org/v3/index.json".
Error: Process completed with exit code 1.

Regression?

No response

Known Workarounds

No response

Configuration

No response

Other information

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Reactions:1
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
radicalcommented, Aug 10, 2022

Update: there was a problem in uploading the nuget due to its size. And it’s being fixed now.

1reaction
Benny6731commented, Aug 19, 2022

Duplicate of @@# Duplicate of #

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to find `m.n.r.emscripten.3.1.12.sdk.linux-x64::7.0.0 ...
Description Run Github Action to build up the Blazor App. But Workload installation failed. Reproduction Steps jobs: build: runs-on: ...
Read more >
Microsoft.NET.Runtime.Emscripten.3.1.12.Sdk.linux-x64 7.0.4
Requires NuGet 2.12 or higher. .NET CLI; Package Manager; PackageReference; Paket CLI; Script & Interactive; Cake. dotnet add package Microsoft ...
Read more >
Download and install — Emscripten 3.1.45-git (dev) ...
First check the Platform-specific notes below and install any prerequisites. The core Emscripten SDK (emsdk) driver is a Python script. You can get...
Read more >
.net - Blazor AOT fails with "The command "emcc --version ...
I have installed DotNet6 Preview6, AOT workload. When I run publishing, I get the next error message: C:\Program Files\dotnet\packs\Microsoft.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found