Some users report problems with start bot: "dotnet build" failed
See original GitHub issueDescribe 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.
Issue Analytics
- State:
- Created 3 years ago
- Comments:44 (24 by maintainers)
Top Results From Across the Web
Bot Framework Composer v1.3.0 Error: Command Failed ...
3.0, I am trying to start the sample echo bot and I keep getting the following error: Command Failed:dotnet build. I have tried...
Read more >Static Application Security Testing (SAST) - GitLab Docs
A pipeline consists of multiple jobs, including SAST and DAST scanning. If any job fails to finish for any reason, the security dashboard...
Read more >Build Errors Troubleshooting
This error happens if the user credentials used for logging to the server don't belong to an admin user, as only admin users...
Read more >Azure Pipeline fails on `dotnet build` with error "command or ...
Could not execute because the specified command or file was not found. Possible reasons for this include: * You misspelled a built-in dotnet...
Read more >Unable to build solution after upgrading to the latest VS 2017 ...
Build Failure. Error: 'path' cannot be an empty string ("") or start with the null character. ... To search for existing reports of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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