Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

Official build break: symbol files not found, making indexing fail #4143

Closed
ravimeda opened this issue Jul 12, 2017 · 2 comments
Closed

Official build break: symbol files not found, making indexing fail #4143

ravimeda opened this issue Jul 12, 2017 · 2 comments

Comments

@ravimeda
Copy link
Member

https://devdiv.visualstudio.com/DefaultCollection/DevDiv/_build?_a=summary&buildId=856273
Index symbols on Symweb task fails as shown below.

To fix this refer to dotnet/corefx#18350

2017-07-12T01:13:57.5914017Z ##[warning]Please stop using this task. See [Manage Your Symbols](https://aka.ms/MicroBuildSymbols) for guidance.
2017-07-12T01:13:57.8570074Z ##[error]\\cpvsbuild\drops\DotNetCore\DotNet-CoreRt-Master-4582_DotNet-CoreRT-Windows\20170712-01\symbols is not a valid symstore path; \\cpvsbuild\drops\DotNetCore\DotNet-CoreRt-Master-4582_DotNet-CoreRT-Windows\20170712-01\symbols\000Admin does not exist
2017-07-12T01:13:57.8726315Z ##[section]Finishing: Index Symbols on Symweb
@dagood
Copy link
Member

dagood commented Jul 19, 2017

Repro in these builds:
https://devdiv.visualstudio.com/DevDiv/_build?buildId=871160
https://devdiv.visualstudio.com/DevDiv/_build?buildId=871173

The root cause is that the Publish symbols path step found no files in $(Build.SourcesDirectory)\$(SourceFolder)\bin\Product for **\*.pdb, and didn't create the folder that the indexing step needed.

@dagood dagood changed the title Switch to VSTS symbols. Official build break: symbol files not found, making indexing fail Jul 20, 2017
@MichalStrehovsky
Copy link
Member

#4201 fixed it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants