TeamCity Symbol Server error

Answered

Hey All,

 

I'm getting the following error at the end of a build 

Running command C:\TeamCity\buildAgent\plugins\symbol-server\bin\JetBrains.CommandLine.Symbols.exe dumpSymbolSign /o=C:\TeamCity\buildAgent\temp\buildTmp\symbol-signatures-local-7272513949581179178.xml /i=C:\TeamCity\buildAgent\temp\globalTmp\dumpSymbolSign2996280696204478180.input
[08:06:17]JetBrains.CommandLine.Symbols.exe ends with non-zero exit code.
[08:06:17]Stdout:
[08:06:17]Stderr:
[08:06:17]Error while dumping symbols/binaries signatures.
[08:06:17]java.lang.NullPointerException at jetbrains.buildServer.messages.ErrorData.<init>(ErrorData.java:73) at jetbrains.buildServer.messages.DefaultMessagesInfo.createError(DefaultMessagesInfo.java:189) at jetbrains.buildServer.agent.BaseServerLoggerFacade.exception(BaseServerLoggerFacade.java:185) at jetbrains.buildServer.symbols.tools.JetSymbolsExe.dumpGuidsToFile(JetSymbolsExe.java:43) at jetbrains.buildServer.symbols.SymbolsIndexer.getSignatures(SymbolsIndexer.java:145) at jetbrains.buildServer.symbols.SymbolsIndexer.access$800(SymbolsIndexer.java:26) at jetbrains.buildServer.symbols.SymbolsIndexer$1.afterAtrifactsPublished(SymbolsIndexer.java:86) at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at jetbrains.buildServer.util.EventDispatcher.dispatch(EventDispatcher.java:120) at jetbrains.buildServer.util.EventDispatcher$2.invoke(EventDispatcher.java:67) at com.sun.proxy.$Proxy6.afterAtrifactsPublished(Unknown Source) at jetbrains.buildServer.agent.impl.buildStages.finishStages.FireAfterArtifactsPublishedFStage.doFinishStage(FireAfterArtifactsPublishedFStage.java:29) at jetbrains.buildServer.agent.impl.buildStages.BuildFinishStagesExecutor.runFinishStage(BuildFinishStagesExecutor.java:28) at jetbrains.buildServer.agent.impl.buildStages.BuildFinishStagesExecutor.doBuildFinishStages(BuildFinishStagesExecutor.java:20) at jetbrains.buildServer.agent.impl.BuildRunActionImpl.runBuild(BuildRunActionImpl.java:58) at jetbrains.buildServer.agent.impl.BuildAgentImpl.doActualBuild(BuildAgentImpl.java:288) at jetbrains.buildServer.agent.impl.BuildAgentImpl.access$100(BuildAgentImpl.java:53) at jetbrains.buildServer.agent.impl.BuildAgentImpl$1.run(BuildAgentImpl.java:252) at java.lang.Thread.run(Thread.java:745)
 
Further up the build log it shows it found all the .pdb's
 
Any idea?
 
Thanks
0
19 comments

Hello,

What plugin version do you use? Please try to install the latest plugin version and check if the issue is reproduced.

0
Avatar
Permanently deleted user

Thanks Alina. I'll have a look when i can get access. I thought i downloaded the latest version.

0
Avatar
Permanently deleted user

I've updated to version 9.1.13 and still have the same problem.

 

Any ideas? Anyone?

0
Avatar
Permanently deleted user

Hi, Steven. Looks like a bug in that was introduced in a new version of JetBrains.CommandLine.Symbols.exe.

Please try the very last version of the plugin built. I've added more logging, will see what is th actual issue

Here is a build https://teamcity.jetbrains.com/viewQueued.html?itemId=784641

0
Avatar
Permanently deleted user

Thanks @Evgeniy but it  looks like the build you linked failed.

0
Avatar
Permanently deleted user

Now it is working.

0
Avatar
Permanently deleted user

Thank you for sorting that out.

 

This is the output from the latest attempt:

 

[13:12:36]Collecting symbol files signatures.
[13:12:36]Running command C:\TeamCity\buildAgent\plugins\symbol-server\bin\JetBrains.CommandLine.Symbols.exe dumpSymbolSign /o=C:\TeamCity\buildAgent\temp\buildTmp\symbol-signatures-local-3331306526514251128.xml /i=C:\TeamCity\buildAgent\temp\globalTmp\dumpSymbolSign1251386811691849268.input
[13:12:36]JetBrains.CommandLine.Symbols.exe ends with non-zero exit code.
[13:12:36]Stdout:
[13:12:36]Stderr:
[13:12:36]Error while dumping symbols/binaries signatures.
[13:12:36]java.lang.NullPointerException at jetbrains.buildServer.messages.ErrorData.<init>(ErrorData.java:73) at jetbrains.buildServer.messages.DefaultMessagesInfo.createError(DefaultMessagesInfo.java:189) at jetbrains.buildServer.agent.BaseServerLoggerFacade.exception(BaseServerLoggerFacade.java:185) at jetbrains.buildServer.symbols.tools.JetSymbolsExe.dumpGuidsToFile(JetSymbolsExe.java:43) at jetbrains.buildServer.symbols.SymbolsIndexer.getSignatures(SymbolsIndexer.java:145) at jetbrains.buildServer.symbols.SymbolsIndexer.access$800(SymbolsIndexer.java:26) at jetbrains.buildServer.symbols.SymbolsIndexer$1.afterAtrifactsPublished(SymbolsIndexer.java:86) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at jetbrains.buildServer.util.EventDispatcher.dispatch(EventDispatcher.java:120) at jetbrains.buildServer.util.EventDispatcher$2.invoke(EventDispatcher.java:67) at com.sun.proxy.$Proxy6.afterAtrifactsPublished(Unknown Source) at jetbrains.buildServer.agent.impl.buildStages.finishStages.FireAfterArtifactsPublishedFStage.doFinishStage(FireAfterArtifactsPublishedFStage.java:29) at jetbrains.buildServer.agent.impl.buildStages.BuildFinishStagesExecutor.runFinishStage(BuildFinishStagesExecutor.java:28) at jetbrains.buildServer.agent.impl.buildStages.BuildFinishStagesExecutor.doBuildFinishStages(BuildFinishStagesExecutor.java:20) at jetbrains.buildServer.agent.impl.BuildRunActionImpl.runBuild(BuildRunActionImpl.java:58) at jetbrains.buildServer.agent.impl.BuildAgentImpl.doActualBuild(BuildAgentImpl.java:288) at jetbrains.buildServer.agent.impl.BuildAgentImpl.access$100(BuildAgentImpl.java:53) at jetbrains.buildServer.agent.impl.BuildAgentImpl$1.run(BuildAgentImpl.java:252) at java.lang.Thread.run(Thread.java:745)
[13:12:36]Build finished
 
 
0
Avatar
Permanently deleted user

Just trying 9.1.18 (the latest version you published) I saw you put some fixes in.

0
Avatar
Permanently deleted user

Getting no error but got the following output from build log: 

 

Running command C:\TeamCity\buildAgent\plugins\symbol-server\bin\JetBrains.CommandLine.Symbols.exe dumpSymbolSign /o=C:\TeamCity\buildAgent\temp\buildTmp\symbol-signatures-local-302414786560667019.xml /i=C:\TeamCity\buildAgent\temp\globalTmp\dumpSymbolSign4921952179156920680.input
[21:41:11]JetBrains.CommandLine.Symbols.exe ends with non-zero exit code ErrCode=-2146232576 StdOut:------------ StdErr:------------ End---------------- .
[21:41:11]Stdout:
[21:41:11]Stderr:
[21:41:11]No information was collected about symbol files signatures
0
Avatar
Permanently deleted user

Steven, please try the latest version once again.

0
Avatar
Permanently deleted user

Thanks Evgeniy,

This is the output:

 

Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Common.pdb
[06:32:21]Information about 3 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Service.Tests.pdb
[06:32:21]Information about 3 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Dto.pdb
[06:32:21]Information about 1 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:21]Information about 2 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:21]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Model.pdb
[06:32:21]Information about 3 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Exceptions\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:21]Information about 2 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Dapper.Extensions.pdb
[06:32:21]Information about 2 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:21]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model.Tests\bin\Debug\Hazmat.Core.Model.Tests.pdb
[06:32:21]Information about 1 source files was updated
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:21]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:21]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:21]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Common.pdb
[06:32:21]Information about 3 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Common.pdb
[06:32:22]Information about 3 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Common.Tests\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:22]Information about 2 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model.Tests\bin\Debug\Hazmat.Core.Model.pdb
[06:32:22]Information about 3 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model.Validation\bin\Debug\Hazmat.Core.Model.pdb
[06:32:22]Information about 3 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Rules\bin\Debug\Hazmat.Core.Rules.pdb
[06:32:22]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Rules\bin\Debug\Hazmat.Core.Rules.pdb
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Model.pdb
[06:32:22]Information about 3 source files was updated
[06:32:22]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Dapper.Extensions.pdb
[06:32:22]Information about 2 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Common.pdb
[06:32:23]Information about 3 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Common.pdb
[06:32:23]Information about 3 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Dto.Tests\bin\Debug\Hazmat.Core.Dto.Tests.pdb
[06:32:23]Information about 1 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model\bin\Debug\Hazmat.Core.Model.pdb
[06:32:23]Information about 3 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Service.pdb
[06:32:23]Information about 3 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Interfaces\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:23]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Interfaces\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:23]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Dto.pdb
[06:32:23]Information about 1 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Common\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:23]Information about 2 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Mapping.Tests\bin\Debug\Hazmat.Core.Mapping.pdb
[06:32:23]Information about 2 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Mapping.Tests\bin\Debug\Hazmat.Core.Mapping.Tests.pdb
[06:32:23]Information about 1 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Model.pdb
[06:32:23]Information about 3 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:23]Information about 2 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:23]Information about 2 source files was updated
[06:32:23]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:24]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Dapper.Extensions\bin\Debug\Hazmat.Core.Dapper.Extensions.pdb
[06:32:24]Information about 2 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Repository.pdb
[06:32:24]Information about 3 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Common.pdb
[06:32:24]Information about 3 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:24]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Interfaces\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:24]Information about 2 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:24]Information about 2 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Web.Tests.pdb
[06:32:24]Information about 2 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Mapping.pdb
[06:32:24]Information about 2 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Common.Tests\bin\Debug\Hazmat.Core.Common.pdb
[06:32:24]Information about 3 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Dto\bin\Debug\Hazmat.Core.Dto.pdb
[06:32:24]Information about 1 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Service.pdb
[06:32:24]Information about 3 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Repository.pdb
[06:32:24]Information about 3 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Web.pdb
[06:32:24]Information about 4 source files was updated
[06:32:24]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:25]Information about 2 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model.Validation\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:25]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Model.Validation\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Common\bin\Debug\Hazmat.Core.Common.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Repository.Tests.pdb
[06:32:25]Information about 1 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:25]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Model.Validation.pdb
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Common.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:25]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Interfaces\bin\Debug\Hazmat.Core.Common.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Service.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web.Tests\bin\Debug\Hazmat.Core.Model.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Common.Tests\bin\Debug\Hazmat.Core.Common.Tests.pdb
[06:32:25]Information about 2 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service.Tests\bin\Debug\Hazmat.Core.Model.pdb
[06:32:25]Information about 3 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Dto.Tests\bin\Debug\Hazmat.Core.Dto.pdb
[06:32:25]Information about 1 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Mapping\bin\Debug\Hazmat.Core.Mapping.pdb
[06:32:25]Information about 2 source files was updated
[06:32:25]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Model.pdb
[06:32:25]Information about 3 source files was updated
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:26]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Repository.Interfaces.pdb
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:26]No source information found in pdb file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Service\bin\Debug\Hazmat.Core.Service.Interfaces.pdb
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Interfaces\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:26]Information about 2 source files was updated
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Mapping.pdb
[06:32:26]Information about 2 source files was updated
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository.Tests\bin\Debug\Hazmat.Core.Model.pdb
[06:32:26]Information about 3 source files was updated
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Repository\bin\Debug\Hazmat.Core.Exceptions.pdb
[06:32:26]Information about 2 source files was updated
[06:32:26]Indexing sources appeared in file C:\TeamCity\buildAgent\work\228f102217a6ce87\Hazmat.Core.Web\bin\Debug\Hazmat.Core.Web.pdb
[06:32:26]Information about 4 source files was updated
[06:32:35]Collecting symbol files signatures.
[06:32:35]Running command C:\TeamCity\buildAgent\plugins\symbol-server\bin\JetBrains.CommandLine.Symbols.exe dumpSymbolSign /o=C:\TeamCity\buildAgent\temp\buildTmp\symbol-signatures-local-3170041675676711829.xml /i=C:\TeamCity\buildAgent\temp\globalTmp\dumpSymbolSign9105749434898025383.input
[06:32:35]
JetBrains.CommandLine.Symbols.exe ends with non-zero exit code ErrCode=-2146232576
StdOut:------------

StdErr:------------

End----------------
.
[06:32:35]Stdout:
[06:32:35]Stderr:
[06:32:35]No information was collected about symbol files signatures
[06:32:35]Build finished

 

Thanks

0
Avatar
Permanently deleted user

Any more feedback on this?


Thanks

0
Avatar
Permanently deleted user

Could you please provide a windows dump file of this crash?

0
Avatar
Permanently deleted user

I don't have anything on disk or in the event viewer? Do you know where i would be able to find one?

0
Avatar
Permanently deleted user

Please look at system event log for sms related.

0
Avatar
Permanently deleted user

Nothing in any event logs anywhere.

I'd really like to get this working as manually selecting the pdb and source files each time with a new build is annoying :-( .

 

Any other suggestions?

0
Avatar
Permanently deleted user

Hey,  

Have you got any more suggestions?

0
Avatar
Permanently deleted user

Had the same problem - turns out the symbol server plugin requires .NET Framework 3.5 to be installed.

0
Avatar
Permanently deleted user

Mentioned this in plugin documentation. Thank you Adi for your assist!

0

Please sign in to leave a comment.