-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Gather test diag logging to track down nuget issue #44455
Conversation
We're seeing NU3003 for packages that when downloaded manually, don't show an issue. Per NuGet team, this means an exception is thrown and collecting verbosity information should help. I believe I've mostly seen this on windows so let's enable for windows and just keep rerunning until we hit it.
…t run and makes it hard to track down.
/azp run dotnet-sdk-public-ci,sdk-source-build,sdk-unified-build |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run dotnet-sdk-public-ci,sdk-source-build,sdk-unified-build |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run dotnet-sdk-public-ci,sdk-source-build,sdk-unified-build |
Azure Pipelines successfully started running 2 pipeline(s). |
@dsplaisted per offline chat, if we hit this it can happen multiple times in a single run so I think it's safe to rerun the build as we'll likely see the error again. Here's an example where that happened recently (one of the helix legs I clicked on had 7 tests fail with the same NU3003 warning). If you're ok checking this in and waiting until it fails again to investigate, please take a look. |
We're seeing NU3003 for packages that when downloaded manually, don't show an issue. Per NuGet team, this means an exception is thrown and collecting verbosity information should help.
I believe I've mostly seen this on windows so let's enable for windows and just keep rerunning until we hit it.