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.

Failures during symbol publishing step

See original GitHub issue

Multiple reports of failures during the symbol publishing job that look like:

.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : Failed processing D:\a\1\a\PDBArtifacts\VS.Web.CG.Design\net461\dotnet-aspnet-codegenerator-design.pdb Blob:3c9f66097f09e7f701c0b53b26791a00561f31b587e665a7a0b9b38becab547300 index dotnet-aspnet-codegenerator-design.pdb/aca39894871b497d90298a438424d3821/dotnet-aspnet-codegenerator-design.pdb
.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : 1 exceptions occurred during processing. First 1 exception(s) stored. (Object reference not set to an instance of an object.)
.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : Object reference not set to an instance of an object.
.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : AttemptCount 0
.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : LastBackoff 
.packages\microsoft.dotnet.arcade.sdk\5.0.0-beta.19556.10\tools\SdkTasks\PublishToSymbolServers.proj(86,5): error : 1 exceptions occurred during processing. First 1 exception(s) stored. (Object reference not set to an instance of an object.)
at Microsoft.SymbolUploader.PublishOperation.PublishFilesAsync(SymbolHttpClient httpClient, CancellationToken cancellationToken, IEnumerable`1 fileInfos) in /_/src/Microsoft.SymbolUploader/PublishOperation.cs:line 521
at Microsoft.SymbolUploader.PublishOperation.PerformOperationAsync(IEnumerable`1 fileInfos) in /_/src/Microsoft.SymbolUploader/PublishOperation.cs:line 478
at Microsoft.SymbolUploader.PublishOperation.PerformOperationAsync(IEnumerable`1 fileInfos) in /_/src/Microsoft.SymbolUploader/PublishOperation.cs:line 481
at Microsoft.SymbolUploader.PublishOperation.PublishFiles(IEnumerable`1 fileInfos) in /_/src/Microsoft.SymbolUploader/PublishOperation.cs:line 292
at Microsoft.SymbolUploader.Build.Task.PublishSymbolsHelper.Publish(TaskLoggingHelper log, String symbolServerPath, String personalAccessToken, IEnumerable`1 inputPackages, IEnumerable`1 inputFiles, HashSet`1 packageExcludeFiles, String requestName, Int32 expirationInDays, DateTime expirationDate, Boolean convertPortablePdbsToWindowsPdbs, HashSet`1 pdbConversionTreatAsWarning, Boolean dryRun, Boolean timer, Boolean verboseLogging) in /_/src/Microsoft.SymbolUploader.Build.Task/PublishSymbols.cs:line 335
Build failed.

Example builds: https://dnceng.visualstudio.com/internal/_build/results?buildId=419023 https://dnceng.visualstudio.com/internal/_build/results?buildId=417308

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
mikem8361commented, Nov 7, 2019

Can you create the new issue in the symstore repo, assign it to me and add the “symbol-uploader” label

0reactions
JohnTortugocommented, Nov 7, 2019

Issue is here: https://github.com/dotnet/symstore/issues/148 . I don’t have permission to add labels.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index Sources & Publish Symbols step fails in TFS 2015
When the step's property "Path to publish symbols" is empty, everything works fine. Yes, because if symbols path is not set, the script...
Read more >
Publishing symbols with TFS (2018) failed while indexing ...
I tried a lot and found the "solution", that the messages of the tfs are false negative. All pdb files are, which could...
Read more >
Index sources and publish symbols v2 task
Index your source code and publish symbols to a file share or Azure ... Specifies the number of minutes to wait before failing...
Read more >
Examples of Failure in Symbolism : r/TrueFilm
Snyder is clearly attracted to the idea of a perfect pearl necklace as a symbol for Wayne's idyllic family life, and when it's...
Read more >
Creating symbol packages (.snupkg) - NuGet
Symbol packages published to NuGet.org undergo several validations, including malware scanning. If a package fails a validation check, its ...
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