BotFramework-Composer: Some users report problems with start bot: "dotnet build" failed
Describe the bug
Some users have reported a problem with the start bot button reporting “dotnet build” failing.
The dotnet build step happens in the localPublish
plugin as part of the management of the local runtime: https://github.com/microsoft/BotFramework-Composer/blob/master/Composer/plugins/localPublish/src/index.ts#L173
So far, people who have reported this are building locally and using the browser version. Both are using Windows.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 44 (24 by maintainers)
Our theory right now is that both problems are due to your path containing spaces, which is causing our
dotnet
commands to fail.We will patch this soon and hopefully this will resolve!
I am receiving this error while starting the bot Start bot failed
Message: Command failed: dotnet build Command: dotnet build Stack Trace: Error: Command failed: dotnet build
Output: Microsoft ® Build Engine version 16.9.0+57a23d249 for .NET Copyright © Microsoft Corporation. All rights reserved.
Determining projects to restore… /usr/local/share/dotnet/sdk/5.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework ‘netcoreapp3.0’ is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj] Failed to download package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.azure.functions.extensions/1.0.0/microsoft.azure.functions.extensions.1.0.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Azure.Blobs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure.blobs/4.12.2/microsoft.bot.builder.azure.blobs.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Debugging.4.12.2-preview’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.debugging/4.12.2-preview/microsoft.bot.builder.dialogs.debugging.4.12.2-preview.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.applicationinsights.core/4.12.2/microsoft.bot.builder.integration.applicationinsights.core.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.azure.functions.extensions/1.0.0/microsoft.azure.functions.extensions.1.0.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.ApplicationInsights.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.applicationinsights/4.12.2/microsoft.bot.builder.applicationinsights.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs/4.12.2/microsoft.bot.builder.dialogs.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.azure.functions.extensions/1.0.0/microsoft.azure.functions.extensions.1.0.0.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.applicationinsights.core/4.12.2/microsoft.bot.builder.integration.applicationinsights.core.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.ApplicationInsights.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.applicationinsights/4.12.2/microsoft.bot.builder.applicationinsights.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs/4.12.2/microsoft.bot.builder.dialogs.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Debugging.4.12.2-preview’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.debugging/4.12.2-preview/microsoft.bot.builder.dialogs.debugging.4.12.2-preview.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Azure.Blobs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure.blobs/4.12.2/microsoft.bot.builder.azure.blobs.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.applicationinsights.core/4.12.2/microsoft.bot.builder.integration.applicationinsights.core.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.ApplicationInsights.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.applicationinsights/4.12.2/microsoft.bot.builder.applicationinsights.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Declarative.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.declarative/4.12.2/microsoft.bot.builder.dialogs.declarative.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs/4.12.2/microsoft.bot.builder.dialogs.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Azure.Blobs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure.blobs/4.12.2/microsoft.bot.builder.azure.blobs.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Debugging.4.12.2-preview’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.debugging/4.12.2-preview/microsoft.bot.builder.dialogs.debugging.4.12.2-preview.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Extensions.Http.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.http/3.1.3/microsoft.extensions.http.3.1.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Declarative.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.declarative/4.12.2/microsoft.bot.builder.dialogs.declarative.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.NET.Sdk.Functions.3.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.net.sdk.functions/3.0.3/microsoft.net.sdk.functions.3.0.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Azure.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure/4.12.2/microsoft.bot.builder.azure.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘MSTest.TestFramework.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testframework/1.4.0/mstest.testframework.1.4.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘StyleCop.Analyzers.1.2.0-beta.66’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/stylecop.analyzers/1.2.0-beta.66/stylecop.analyzers.1.2.0-beta.66.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.AI.Luis.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.luis/4.12.2/microsoft.bot.builder.ai.luis.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Declarative.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.declarative/4.12.2/microsoft.bot.builder.dialogs.declarative.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Extensions.Http.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.http/3.1.3/microsoft.extensions.http.3.1.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.NET.Sdk.Functions.3.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.net.sdk.functions/3.0.3/microsoft.net.sdk.functions.3.0.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Azure.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure/4.12.2/microsoft.bot.builder.azure.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.AI.QnA.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.qna/4.12.2/microsoft.bot.builder.ai.qna.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘MSTest.TestFramework.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testframework/1.4.0/mstest.testframework.1.4.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘StyleCop.Analyzers.1.2.0-beta.66’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/stylecop.analyzers/1.2.0-beta.66/stylecop.analyzers.1.2.0-beta.66.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.AI.Luis.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.luis/4.12.2/microsoft.bot.builder.ai.luis.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Extensions.Http.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.http/3.1.3/microsoft.extensions.http.3.1.3.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.NET.Sdk.Functions.3.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.net.sdk.functions/3.0.3/microsoft.net.sdk.functions.3.0.3.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Azure.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure/4.12.2/microsoft.bot.builder.azure.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Bot.Builder.AI.QnA.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.qna/4.12.2/microsoft.bot.builder.ai.qna.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Connector.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.connector/4.12.2/microsoft.bot.connector.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘StyleCop.Analyzers.1.2.0-beta.66’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/stylecop.analyzers/1.2.0-beta.66/stylecop.analyzers.1.2.0-beta.66.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘MSTest.TestFramework.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testframework/1.4.0/mstest.testframework.1.4.0.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.AI.Luis.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.luis/4.12.2/microsoft.bot.builder.ai.luis.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Adaptive.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.adaptive/4.12.2/microsoft.bot.builder.dialogs.adaptive.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘MSTest.TestAdapter.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testadapter/1.4.0/mstest.testadapter.1.4.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘NETStandard.Library.2.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.AI.QnA.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.qna/4.12.2/microsoft.bot.builder.ai.qna.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘Microsoft.Bot.Connector.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.connector/4.12.2/microsoft.bot.connector.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Extensions.Configuration.UserSecrets.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.configuration.usersecrets/3.1.3/microsoft.extensions.configuration.usersecrets.3.1.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Integration.AspNet.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.aspnet.core/4.12.2/microsoft.bot.builder.integration.aspnet.core.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.AspNetCore.Mvc.NewtonsoftJson.3.1.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.aspnetcore.mvc.newtonsoftjson/3.1.2/microsoft.aspnetcore.mvc.newtonsoftjson.3.1.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Adaptive.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.adaptive/4.12.2/microsoft.bot.builder.dialogs.adaptive.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘MSTest.TestAdapter.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testadapter/1.4.0/mstest.testadapter.1.4.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.NET.Test.Sdk.16.0.1’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.net.test.sdk/16.0.1/microsoft.net.test.sdk.16.0.1.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘System.IdentityModel.Tokens.Jwt.5.6.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/system.identitymodel.tokens.jwt/5.6.0/system.identitymodel.tokens.jwt.5.6.0.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder/4.12.2/microsoft.bot.builder.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Connector.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.connector/4.12.2/microsoft.bot.connector.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] Failed to download package ‘NETStandard.Library.2.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Extensions.Configuration.UserSecrets.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.configuration.usersecrets/3.1.3/microsoft.extensions.configuration.usersecrets.3.1.3.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.AspNetCore.Mvc.NewtonsoftJson.3.1.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.aspnetcore.mvc.newtonsoftjson/3.1.2/microsoft.aspnetcore.mvc.newtonsoftjson.3.1.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). Failed to download package ‘Microsoft.Bot.Builder.Integration.AspNet.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.aspnet.core/4.12.2/microsoft.bot.builder.integration.aspnet.core.4.12.2.nupkg’. Response status code does not indicate success: 503 (Service Unavailable). /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : The feed ‘BotBuilder.myget.org [https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json]’ lists package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Unable to find package ‘Microsoft.Azure.Functions.Extensions.1.0.0’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln]
Build FAILED.
/usr/local/share/dotnet/sdk/5.0.201/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.EolTargetFrameworks.targets(28,5): warning NETSDK1138: The target framework ‘netcoreapp3.0’ is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/azurefunctions/Microsoft.BotFramework.Composer.Functions.csproj] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.azure.functions.extensions/1.0.0/microsoft.azure.functions.extensions.1.0.0.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Integration.ApplicationInsights.Core.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.integration.applicationinsights.core/4.12.2/microsoft.bot.builder.integration.applicationinsights.core.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.ApplicationInsights.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.applicationinsights/4.12.2/microsoft.bot.builder.applicationinsights.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs/4.12.2/microsoft.bot.builder.dialogs.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Azure.Blobs.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure.blobs/4.12.2/microsoft.bot.builder.azure.blobs.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Debugging.4.12.2-preview’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.debugging/4.12.2-preview/microsoft.bot.builder.dialogs.debugging.4.12.2-preview.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Dialogs.Declarative.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.dialogs.declarative/4.12.2/microsoft.bot.builder.dialogs.declarative.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Extensions.Http.3.1.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.extensions.http/3.1.3/microsoft.extensions.http.3.1.3.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.NET.Sdk.Functions.3.0.3’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.net.sdk.functions/3.0.3/microsoft.net.sdk.functions.3.0.3.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.Azure.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.azure/4.12.2/microsoft.bot.builder.azure.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘StyleCop.Analyzers.1.2.0-beta.66’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/stylecop.analyzers/1.2.0-beta.66/stylecop.analyzers.1.2.0-beta.66.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘MSTest.TestFramework.1.4.0’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/mstest.testframework/1.4.0/mstest.testframework.1.4.0.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.AI.Luis.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.luis/4.12.2/microsoft.bot.builder.ai.luis.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Builder.AI.QnA.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.builder.ai.qna/4.12.2/microsoft.bot.builder.ai.qna.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Failed to download package ‘Microsoft.Bot.Connector.4.12.2’ from ‘https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/flatcontainer/microsoft.bot.connector/4.12.2/microsoft.bot.connector.4.12.2.nupkg’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Response status code does not indicate success: 503 (Service Unavailable). [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : The feed ‘BotBuilder.myget.org [https://botbuilder.myget.org/F/botbuilder-v4-dotnet-daily/api/v3/index.json]’ lists package ‘Microsoft.Azure.Functions.Extensions.1.0.0’ but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] /usr/local/share/dotnet/sdk/5.0.201/NuGet.targets(131,5): error : Unable to find package ‘Microsoft.Azure.Functions.Extensions.1.0.0’. [/Users/sweta/BotFrameworkComposer/hostedBots/29531.9996440776/runtime/ComposerRuntime.sln] 1 Warning(s) 16 Error(s)
Time Elapsed 00:00:13.32
We probably need to instrument the call to
dotnet build
with more logging so that when it occurs users can send us rich reports.Right now the actual error gets swallowed.
It was definitely happening to users who did have Dotnet installed properly.
maybe a bit more whitespace below the intro sentence (ending with ''Learn more") and the " Install msft… Link to make the action item (install the thing!) more clear? Nice quick turnaround!
@zxyanliu and @beyackle