TeamCity build with multiple VCS roots and checkout rules to a single solution path
Hi all,
I have an error occurring when i try and build a project using 4 VCS roots with specific checkout rules. The log tells me that it has successfully built the incremental patches for each root and then it gives the below lines before bailing out.
My questions are;
1. Should my project configured with the below settings be successfully built on TeamCity?
2. Is there a better approach i should adopt to complete the task?
3. Which log file should i look at for further information on the above error?
Configurations are;
TeamCity 10.0.3 (build 42434) with Plastic SCM as the VCS
VCS Settings;
Always checkout files on server (I have tried changing this to checkout on agent but when I do the checkout rules don’t seem to apply)
I have tried using both checking and unchecking Clean all files in checkout directory before the build
VCS Root information;
Root 1 – this contains some fairly static information that needs to be pulled in with the project as reference data – lets call this toolset
Root 2 – this is the primary project solution that references 2 more csproj files from within the solution that are on completely separate VCS roots – lets call this primary
Root 3 – this is a project that is called to be built as part of the primary project and is referenced from within the primary project – lets call this feed1
Root 4 – this is another feed called in the same way as Root 3 above – lets call this feed2
Checkout Rules created
Root 1 Rule is +:.=>folder1/database/toolset/
Root 2 Rule is +:.=>folder1/code/Primary/
Root 3 Rule is +:.=>folder1/code/feed1/
Root 4 Rule is +:.=>folder1/code/feed2/
I have asked that the 2 feed projects be created as nugget packages and consumed by the main project as referenced DLL’s – but so far this doesn’t look like its going to happen and i need to build the solution in this way. It does build successfully on my local machine using Visual Studio 12
Many thanks in advance for your help
PJ
Please sign in to leave a comment.
I have got the sanitized log file from the build agent and as I couldn't find a way to upload the file it is below (in all its glory) - this may help someone understand what is actually happening with the build and why it is being unsuccessful.
[2016-11-25 15:37:28,079] INFO - jetbrains.buildServer.AGENT - ===================================================
[2016-11-25 15:37:28,079] INFO - jetbrains.buildServer.AGENT - Starting Build {id=6954, buildTypeId='TestingServicesApplication', buildTypeInternalId='bt71', personal=false, checkoutType=ON_SERVER}
[2016-11-25 15:37:28,110] INFO - mpl$TeamCitySpringSubContainer - Refreshing SubContext: running build context id=6954: startup date [Fri Nov 25 15:37:28 GMT 2016]; parent: jetbrains.buildServer.agent.AgentMain2$2@286778
[2016-11-25 15:37:28,605] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.LogAgentParametersStage
[2016-11-25 15:37:28,605] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.ClearExpiredBuildWorkingDirectoriesStage
[2016-11-25 15:37:28,683] INFO - l.directories.DirectoryMapImpl - Cleaning up old checkout directories. Default lifetime = 192 hour(s)
[2016-11-25 15:37:28,762] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.UpdateDirectoryMapStage
[2016-11-25 15:37:28,793] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.RegisterPropertiesFileNamesStage
[2016-11-25 15:37:28,793] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.FireBuildStartedStage
[2016-11-25 15:37:28,855] INFO - uildServer.swabra.SwabraLogger - Swabra cleanup is disabled
[2016-11-25 15:37:28,855] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CleanAgentTempDirectoryStage
[2016-11-25 15:37:28,855] INFO - rectories.DirectoryCleanerImpl - Move directory C:\BuildAgent\temp\agentTmp to C:\BuildAgent\temp\.old\agentTmp_0 for cleaning
[2016-11-25 15:37:28,855] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CleanBuildTempDirectoryStage
[2016-11-25 15:37:28,855] INFO - s.CleanBuildTempDirectoryStage - Clearing temporary directory: C:\BuildAgent\temp\buildTmp
[2016-11-25 15:37:28,855] INFO - rectories.DirectoryCleanerImpl - Move directory C:\BuildAgent\temp\buildTmp to C:\BuildAgent\temp\.old\buildTmp_0 for cleaning
[2016-11-25 15:37:28,855] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CreateAgentTempDirectoryStage
[2016-11-25 15:37:28,855] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.PublishBuildPropertiesStage
[2016-11-25 15:37:28,871] INFO - ernalArtifactsProcessingLogger - Publishing artifacts process started
[2016-11-25 15:37:28,871] INFO - ernalArtifactsProcessingLogger - Start: Searching for artifacts to publish in [C:\BuildAgent\temp\agentTmp\build.start.properties.gz=>.teamcity/properties]
[2016-11-25 15:37:28,871] INFO - ernalArtifactsProcessingLogger - Done: Searching for artifacts to publish, found [1] file
[2016-11-25 15:37:28,871] INFO - ernalArtifactsProcessingLogger - Start: Pre-processing artifacts if needed (archiving)
[2016-11-25 15:37:28,871] INFO - ernalArtifactsProcessingLogger - Done: Pre-processing artifacts if needed (archiving)
[2016-11-25 15:37:28,871] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CreateBuildTempDirectoryStage
[2016-11-25 15:37:28,871] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.DirtySourcesIfCleanBuildStage
[2016-11-25 15:37:28,871] INFO - jetbrains.buildServer.AGENT - Marking checkout directory as 'dirty' for build with id 6954
[2016-11-25 15:37:28,902] INFO - ernalArtifactsProcessingLogger - Start: Publishing files using WebPublisher
[2016-11-25 15:37:28,933] INFO - ernalArtifactsProcessingLogger - Start: Publishing files using ArtifactsCachePublisher
[2016-11-25 15:37:28,980] INFO - ernalArtifactsProcessingLogger - Done publishing artifacts from [C:/BuildAgent/temp/agentTmp/build.start.properties.gz] to [.teamcity/properties], using 'WebPublisher', total files published: 1
[2016-11-25 15:37:28,980] INFO - ernalArtifactsProcessingLogger - Done publishing artifacts from [C:/BuildAgent/temp/agentTmp/build.start.properties.gz] to [.teamcity/properties], using 'ArtifactsCachePublisher', total files published: 1
[2016-11-25 15:37:28,980] INFO - ernalArtifactsProcessingLogger - Done: Publishing files
[2016-11-25 15:37:29,027] INFO - jetbrains.buildServer.AGENT - Updating agent parameters on the server: AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:37:29,058] INFO - ernalArtifactsProcessingLogger - Publishing artifacts process finished
[2016-11-25 15:37:29,137] INFO - jetbrains.buildServer.AGENT - Marking checkoutdir 360b82859522067a for build id 6954 as dirty
[2016-11-25 15:37:29,137] INFO - jetbrains.buildServer.AGENT - Recording vcs state: revision: cs:2@rep:Services.Application@repserver:192.168.x.x:8087, VCS root signature: f001bc2f85f5c7f1, checkout rules: =>
[2016-11-25 15:37:29,137] INFO - jetbrains.buildServer.AGENT - Moved configuration file 360b82859522067a.xml to old
[2016-11-25 15:37:29,137] INFO - jetbrains.buildServer.AGENT - Stored new configuration file 360b82859522067a.xml
[2016-11-25 15:37:29,137] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CleanBuildCheckoutDirectoryIfNeededStage
[2016-11-25 15:37:29,137] INFO - CheckoutDirectoryIfNeededStage - Clean build enabled: removing old files from C:\BuildAgent\work\360b82859522067a
[2016-11-25 15:37:29,137] INFO - rectories.DirectoryCleanerImpl - Move directory C:\BuildAgent\work\360b82859522067a to C:\BuildAgent\work\.old\360b82859522067a_0 for cleaning
[2016-11-25 15:37:29,137] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CreateCheckoutDirectoryStage
[2016-11-25 15:37:29,137] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.CleanGeneratedFilesStage
[2016-11-25 15:37:29,137] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.LogCheckoutDirectoryStage
[2016-11-25 15:37:29,137] INFO - jetbrains.buildServer.AGENT - Checkout directory: C:\BuildAgent\work\360b82859522067a
[2016-11-25 15:37:29,137] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.patch.CheckoutSourcesBuildStage
[2016-11-25 15:37:29,137] INFO - l.patch.AbstractSourcesUpdater - Updating sources: server side checkout
[2016-11-25 15:37:29,137] INFO - .patch.UpdateSourcesFromServer - Requesting patch from server, full checkout - true
[2016-11-25 15:37:29,137] INFO - .patch.UpdateSourcesFromServer - Downloading patch to temp file...
[2016-11-25 15:37:29,215] INFO - gent.impl.patch.PatchTempFiles - Patch downloaded
[2016-11-25 15:37:29,215] INFO - impl.patch.PatchDownloaderImpl - Checking the patch is correct...
[2016-11-25 15:37:29,215] INFO - impl.patch.PatchDownloaderImpl - Patch checking finished
[2016-11-25 15:37:29,215] INFO - jetbrains.buildServer.AGENT - Marking checkout directory as 'dirty' for build with id 6954
[2016-11-25 15:37:29,293] INFO - jetbrains.buildServer.AGENT - Marking checkoutdir 360b82859522067a for build id 6954 as dirty
[2016-11-25 15:37:29,293] INFO - jetbrains.buildServer.AGENT - Recording vcs state: revision: cs:2@rep:Services.Application@repserver:192.168.x.x:8087, VCS root signature: f001bc2f85f5c7f1, checkout rules: =>
[2016-11-25 15:37:29,293] WARN - jetbrains.buildServer.AGENT - old file 360b82859522067a.xml.old exists. Previous build might have not finished successfully
[2016-11-25 15:37:29,293] INFO - jetbrains.buildServer.AGENT - Moved configuration file 360b82859522067a.xml to old
[2016-11-25 15:37:29,293] WARN - jetbrains.buildServer.AGENT - new file 360b82859522067a.xml.new exists. Previous build might have not finished successfully
[2016-11-25 15:37:29,293] INFO - jetbrains.buildServer.AGENT - Stored new configuration file 360b82859522067a.xml
[2016-11-25 15:37:29,293] INFO - .patch.UpdateSourcesFromServer - Applying patch to checkout directory...
[2016-11-25 15:37:29,787] INFO - .patch.UpdateSourcesFromServer - Patch is applied to checkout directory
[2016-11-25 15:37:29,787] INFO - jetbrains.buildServer.AGENT - Marking checkout directory as 'clean' for build with id 6954
[2016-11-25 15:37:29,787] INFO - jetbrains.buildServer.AGENT - Marking checkoutdir 360b82859522067a for build id 6954 as clean
[2016-11-25 15:37:29,787] INFO - jetbrains.buildServer.AGENT - newConfigurationFile.exists(): true, newConfigurationFile.renameTo(currentConfigurationFile): true
[2016-11-25 15:37:29,787] INFO - .patch.UpdateSourcesFromServer - Patch applied successfully
[2016-11-25 15:37:29,787] INFO - l.patch.AbstractSourcesUpdater - Sources update took < 1s
[2016-11-25 15:37:29,787] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.ResetAgentDirectoryDirtyState
[2016-11-25 15:37:29,787] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.AppendBuildParametersFromFileStage
[2016-11-25 15:37:29,787] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.ReplaceReferencesInArtifactDependenciesStage
[2016-11-25 15:37:29,787] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.DownloadDependenciesStage
[2016-11-25 15:37:29,787] INFO - jetbrains.buildServer.AGENT - Finished resolving artifacts
[2016-11-25 15:37:29,787] INFO - uildStages.BuildStagesExecutor - Call stage jetbrains.buildServer.agent.impl.buildStages.startStages.ReportPreparationEndStage
[2016-11-25 15:37:29,803] INFO - acer.agent.FileContentReplacer - Build #6954: Applying replacement "$1$2$3\2\.3$6" to lines matched by pattern "^(\[assembly: AssemblyVersion\(\")+?([0-9]+\.)([0-9]+\.)([0-9]+\.)([0-9]+)(\"\)\])" in the files matched by wildcard: **/Properties/AssemblyInfo.cs...
[2016-11-25 15:37:29,819] INFO - jetbrains.buildServer.AGENT - Marking checkout directory as 'dirty' for build with id 6954
[2016-11-25 15:37:29,912] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:37:29,912] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:37:35,003] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:37:35,018] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:37:35,018] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:37:59,388] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:37:59,388] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:37:59,388] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:37:59,388] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:37:59,450] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:37:59,450] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:38:04,534] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:38:04,550] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:38:04,550] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:38:29,980] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:38:29,980] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:38:29,980] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:38:29,980] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:38:30,027] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:38:30,027] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:38:35,117] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:38:35,133] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:38:35,133] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:39:00,388] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:39:00,388] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:39:00,388] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:39:00,388] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:39:00,435] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:39:00,435] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:39:05,527] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:39:05,542] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:39:05,542] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:39:31,391] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:39:31,391] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:39:31,391] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:39:31,391] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:39:31,432] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:39:31,432] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:39:36,522] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:39:36,538] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:39:36,538] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:40:02,391] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:40:02,391] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:40:02,391] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:40:02,391] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:40:02,453] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:40:02,453] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:40:07,539] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:40:07,555] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:40:07,555] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:40:33,012] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:40:33,012] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:40:33,012] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:40:33,012] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:40:33,059] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:40:33,059] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:40:38,147] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:40:38,163] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:40:38,163] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:41:04,876] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:41:04,876] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:41:04,876] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:41:04,876] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:41:04,939] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:41:04,939] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:41:10,023] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:41:10,039] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:41:10,039] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:41:35,028] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:41:35,028] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:41:35,028] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:41:35,028] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:41:35,091] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:41:35,091] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:41:40,181] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:41:40,196] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:41:40,196] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:42:06,031] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:42:06,031] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:42:06,031] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:42:06,031] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:42:06,072] WARN - r.agent.impl.AgentLogProxyImpl - Remote command markCheckoutDirClean failed 10 times: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:42:06,072] WARN - r.agent.impl.AgentLogProxyImpl - Start stopping build on the agent and on the server
[2016-11-25 15:42:06,072] INFO - r.agent.impl.AgentLogProxyImpl - Removing pending commands: 3
[2016-11-25 15:42:06,072] INFO - nt.impl.BuildRunAgentStateImpl - Proceeding to stop build, stop reason: BuildInterruptReason.SERVER_STOP_BUILD
[2016-11-25 15:42:06,072] INFO - uildStages.BuildStagesExecutor - Interrupt command sent to class jetbrains.buildServer.agent.impl.buildStages.startStages.ReportPreparationEndStage
[2016-11-25 15:42:06,072] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:42:06,072] INFO - jetbrains.buildServer.AGENT - Marking checkoutdir 360b82859522067a for build id 6954 as dirty
[2016-11-25 15:42:06,072] INFO - jetbrains.buildServer.AGENT - Recording vcs state: revision: cs:2@rep:Services.Application@repserver:192.168.x.x:8087, VCS root signature: f001bc2f85f5c7f1, checkout rules: =>
[2016-11-25 15:42:06,072] INFO - jetbrains.buildServer.AGENT - Moved configuration file 360b82859522067a.xml to old
[2016-11-25 15:42:06,072] INFO - jetbrains.buildServer.AGENT - Stored new configuration file 360b82859522067a.xml
[2016-11-25 15:42:06,072] WARN - jetbrains.buildServer.AGENT - Unable to properly mark checkout directory as dirty
[2016-11-25 15:42:06,072] ERROR - eplacer.agent.CheckoutDirState - Build #6954: Failed to mark checkout directory as dirty
jetbrains.buildServer.RunBuildException: Server is not aware of this build
at jetbrains.buildServer.agent.impl.AgentRunningBuildFactoryImpl$3.setCheckoutDirDirty(AgentRunningBuildFactoryImpl.java:304)
at jetbrains.buildServer.fileContentReplacer.agent.CheckoutDirState.setDirty(CheckoutDirState.java:88)
at jetbrains.buildServer.fileContentReplacer.agent.CheckoutDirState.setFileDirty(CheckoutDirState.java:58)
at jetbrains.buildServer.fileContentReplacer.agent.Patcher.apply(Patcher.java:196)
at jetbrains.buildServer.fileContentReplacer.agent.FileContentReplacer.applyChanges(FileContentReplacer.java:169)
at jetbrains.buildServer.fileContentReplacer.agent.Controller.applyChanges(Controller.java:201)
at jetbrains.buildServer.fileContentReplacer.agent.Controller$1.preparationFinished(Controller.java:92)
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:121)
at jetbrains.buildServer.util.EventDispatcher$2.invoke(EventDispatcher.java:68)
at com.sun.proxy.$Proxy6.preparationFinished(Unknown Source)
at jetbrains.buildServer.agent.impl.buildStages.startStages.ReportPreparationEndStage.doBuildStage(ReportPreparationEndStage.java:41)
at jetbrains.buildServer.agent.impl.buildStages.BuildStagesExecutor$1.callStage(BuildStagesExecutor.java:31)
at jetbrains.buildServer.agent.impl.buildStages.BuildStagesExecutor$1.callStage(BuildStagesExecutor.java:24)
at jetbrains.buildServer.agent.impl.buildStages.StagesExecutor.callRunStage(StagesExecutor.java:78)
at jetbrains.buildServer.agent.impl.buildStages.StagesExecutor.doStages(StagesExecutor.java:37)
at jetbrains.buildServer.agent.impl.buildStages.BuildStagesExecutor.doStages(BuildStagesExecutor.java:24)
at jetbrains.buildServer.agent.impl.BuildRunActionImpl.doStages(BuildRunActionImpl.java:75)
at jetbrains.buildServer.agent.impl.BuildRunActionImpl.runBuild(BuildRunActionImpl.java:55)
at jetbrains.buildServer.agent.impl.BuildAgentImpl.doActualBuild(BuildAgentImpl.java:295)
at jetbrains.buildServer.agent.impl.BuildAgentImpl.access$100(BuildAgentImpl.java:53)
at jetbrains.buildServer.agent.impl.BuildAgentImpl$1.run(BuildAgentImpl.java:259)
at java.lang.Thread.run(Thread.java:745)
[2016-11-25 15:42:06,072] INFO - acer.agent.FileContentReplacer - Build #6954: File changed: Properties\AssemblyInfo.cs ([auto-detected] charset UTF-8).
[2016-11-25 15:42:06,072] INFO - acer.agent.FileContentReplacer - Build #6954: Total files changed: 1.
[2016-11-25 15:42:06,094] INFO - acer.agent.FileContentReplacer - Build #6954: Applying replacement "$1$2$3\2\.3$6" to lines matched by pattern "^(\[assembly: AssemblyFileVersion\(\")+?([0-9]+\.)([0-9]+\.)([0-9]+\.)([0-9]+)(\"\)\])" in the files matched by wildcard: **/Properties/AssemblyInfo.cs...
[2016-11-25 15:42:06,103] INFO - acer.agent.FileContentReplacer - Build #6954: File changed: Properties\AssemblyInfo.cs ([auto-detected] charset UTF-8).
[2016-11-25 15:42:06,103] INFO - acer.agent.FileContentReplacer - Build #6954: Total files changed: 1.
[2016-11-25 15:42:06,103] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.FlushBuildLogFStage
[2016-11-25 15:42:06,182] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:42:06,198] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:42:06,198] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:42:37,032] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:42:37,032] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:42:37,032] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:42:37,032] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 2
[2016-11-25 15:42:37,079] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.FireBeforeBuildFinishFStage
[2016-11-25 15:42:37,079] INFO - eContentReplacer.agent.Patcher - Build #6954: Undo changes in: Properties\AssemblyInfo.cs.
[2016-11-25 15:42:37,079] INFO - eContentReplacer.agent.Patcher - Build #6954: Undo changes in: Properties\AssemblyInfo.cs.
[2016-11-25 15:42:37,079] INFO - jetbrains.buildServer.AGENT - Marking checkout directory as 'clean' for build with id 6954
[2016-11-25 15:42:37,079] INFO - jetbrains.buildServer.AGENT - Marking checkoutdir 360b82859522067a for build id 6954 as clean
[2016-11-25 15:42:37,079] INFO - jetbrains.buildServer.AGENT - newConfigurationFile.exists(): true, newConfigurationFile.renameTo(currentConfigurationFile): true
[2016-11-25 15:42:37,079] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.PublishBuildPropertiesFStage
[2016-11-25 15:42:37,094] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.PublishArtifactsFStage
[2016-11-25 15:42:37,094] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.WaitForArtifactsPublishedFStage
[2016-11-25 15:42:37,188] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:42:37,188] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:42:42,274] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:42:42,290] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:42:42,290] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:43:07,346] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:43:07,346] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:43:07,346] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:43:07,361] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:43:07,424] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:43:07,424] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:43:12,514] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:43:12,529] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:43:12,529] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:43:37,383] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:43:37,383] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:43:37,383] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:43:37,383] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:43:37,430] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:43:37,430] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:43:42,520] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:43:42,535] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:43:42,535] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:44:09,369] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:44:09,369] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:44:09,369] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:44:09,369] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:44:09,416] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:44:09,416] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:44:14,502] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:44:14,533] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:44:14,533] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:44:40,355] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:44:40,355] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:44:40,355] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:44:40,355] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:44:40,402] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:44:40,402] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:44:45,481] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:44:45,497] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:44:45,497] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:45:12,363] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:45:12,363] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:45:12,363] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:45:12,363] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:45:12,410] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:45:12,410] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:45:17,500] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:45:17,516] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:45:17,516] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:45:43,369] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:45:43,369] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:45:43,369] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:45:43,369] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:45:43,432] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:45:43,432] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:45:48,517] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:45:48,533] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:45:48,533] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:46:15,362] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:46:15,362] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:46:15,362] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:46:15,362] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:46:15,409] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:46:15,409] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:46:20,494] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:46:20,509] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:46:20,509] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:46:46,381] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:46:46,381] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:46:46,381] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:46:46,381] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:46:46,428] INFO - r.agent.impl.AgentLogProxyImpl - Failed to perform remote command 'markCheckoutDirClean' for build with id 6954, error: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated.: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:46:46,428] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:46:51,516] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:46:51,531] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:46:51,531] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:47:18,355] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:47:18,355] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:47:18,355] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:47:18,355] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:47:18,402] WARN - r.agent.impl.AgentLogProxyImpl - Remote command markCheckoutDirClean failed 10 times: jetbrains.buildServer.xmlrpc.RemoteCallException: Call 'http://DEVINT001:82/RPC2', method 'buildServer.markCheckoutDirClean' failed: org.apache.xmlrpc.XmlRpcException: jetbrains.buildServer.serverSide.db.UnexpectedDBException: Unexpected exception SQLServerException: SQL error when doing 'DML query'
SQL query: update agent_sources_version set current_version = ? where build_type_id <> ? and vcs_root_id = ? and agent_id = ? and vcs_settings_hash = ? and checkout_dir = ?
SQL exception: String or binary data would be truncated. (enable debug to see stacktrace)
[2016-11-25 15:47:18,402] WARN - r.agent.impl.AgentLogProxyImpl - Start stopping build on the agent and on the server
[2016-11-25 15:47:18,402] INFO - r.agent.impl.AgentLogProxyImpl - Removing pending commands: 3
[2016-11-25 15:47:18,402] INFO - nt.impl.BuildRunAgentStateImpl - Another attempt to stop build, stop reason: BuildInterruptReason.SERVER_STOP_BUILD, previous stop reason: BuildInterruptReason.SERVER_STOP_BUILD
[2016-11-25 15:47:18,402] INFO - uildStages.BuildStagesExecutor - There is no currently running stage to interrupt
[2016-11-25 15:47:18,402] INFO - r.agent.impl.AgentLogProxyImpl - Adding ping and re-register command on top of the remote command queue
[2016-11-25 15:47:18,402] WARN - aitForArtifactsPublishedFStage - Interrupted while waiting for the artifacts publishing to complete: Action "Waiting for the artifacts publishing to complete" was killed
[2016-11-25 15:47:18,402] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.RevertPersonalChangesFStage
[2016-11-25 15:47:18,402] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.FireAfterArtifactsPublishedFStage
[2016-11-25 15:47:18,402] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.SendBuildInterruptedIfNeededFStage
[2016-11-25 15:47:18,402] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.FinishBuildOnAgentFStage
[2016-11-25 15:47:18,402] INFO - jetbrains.buildServer.AGENT - Build finished, build id 6954
[2016-11-25 15:47:18,480] INFO - buildServer.AGENT.registration - Registering on server via URL http://DEVINT001:82. AgentDetails{Name='DEVBLD002', AgentId=4, BuildId=6954, AgentOwnAddress='null', AlternativeAddresses=[192.168.x.x], Port=9090, Version='42434', PluginsVersion='42434-md5-60c0152d3e9d881a07346c178308b3d0', AvailableRunners=[Ant, cargo-deploy-runner, dotnet-tools-dupfinder, dotnet-tools-inspectcode, Duplicator, ftp-deploy-runner, FxCop, gradle-runner, Inspection, Ipr, jb.nuget.installer, jb.nuget.pack, jb.nuget.publish, jetbrains.dotNetGenericRunner, jetbrains.mspec, jetbrains_powershell, JPS, Maven2, MSBuild, NAnt, NUnit, rake-runner, SBT, simpleRunner, sln2003, smb-deploy-runner, ssh-deploy-runner, ssh-exec-runner, VisualStudioTest, VS.Solution], AvailableVcs=[tfs, cvs, PlasticSCM, jetbrains.git, mercurial, svn, perforce], AuthorizationToken='115a01ed66fe6f45950e5532d1e7809b', PingCode='IXX0qxzxpo65T4S7MpvCHWhsiuJbfdNa'}
[2016-11-25 15:47:18,496] INFO - buildServer.AGENT.registration - Server supports the following communication protocols: [polling, xml-rpc]
[2016-11-25 15:47:18,496] INFO - buildServer.AGENT.registration - Trying to register on server using 'polling' protocol.
[2016-11-25 15:47:49,368] INFO - ldServer.AGENT.PollingProtocol - Start polling server for commands
[2016-11-25 15:47:49,368] INFO - buildServer.AGENT.registration - Registered on server with id 4 and authorization token '115a01ed66fe6f45950e5532d1e7809b'
[2016-11-25 15:47:49,368] INFO - buildServer.AGENT.registration - If this is the first time this agent registered on the server make sure it is authorized by administrator in the server web UI.
[2016-11-25 15:47:49,368] INFO - r.agent.impl.AgentLogProxyImpl - Continue sending queued messages for running build '6954', pending commands count: 4
[2016-11-25 15:47:49,509] INFO - nt.impl.BuildRunAgentStateImpl - Disposing build context
[2016-11-25 15:47:49,509] INFO - mpl$TeamCitySpringSubContainer - Closing SubContext: running build context id=6954: startup date [Fri Nov 25 15:37:28 GMT 2016]; parent: jetbrains.buildServer.agent.AgentMain2$2@286778
[2016-11-25 15:47:49,509] INFO - ent.impl.BuildAgentStateHolder - Build data was released for buildId= 6954
[2016-11-25 15:47:49,509] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.FireBuildFinishedFStage
[2016-11-25 15:47:49,509] INFO - ages.BuildFinishStagesExecutor - Call finish stage jetbrains.buildServer.agent.impl.buildStages.finishStages.RegisterPropertiesFileNamesFStage
[2016-11-25 15:47:50,018] INFO - r.artifacts.impl.HttpDiskCache - Cleaning up items with life time in cache greater than 172800 seconds
[2016-11-25 15:47:50,018] INFO - r.artifacts.impl.HttpDiskCache - Finished cleaning up expired items, 0 items removed
[2016-11-25 15:47:50,018] INFO - dDirectoryBasedCleanupRegistry - Removing files from C:\BuildAgent\temp\.old
[2016-11-25 15:47:50,018] INFO - dDirectoryBasedCleanupRegistry - Start deleting files from C:\BuildAgent\temp\.old
[2016-11-25 15:47:50,081] INFO - dDirectoryBasedCleanupRegistry - Stop deleting files from C:\BuildAgent\temp\.old. 2 file(s) were deleted.
[2016-11-25 15:47:50,081] INFO - dDirectoryBasedCleanupRegistry - Removing files from C:\BuildAgent\work\.old
[2016-11-25 15:47:50,159] INFO - l.directories.DirectoryMapImpl - Cleaning up old checkout directories. Default lifetime = 192 hour(s)
[2016-11-25 15:47:50,237] INFO - dDirectoryBasedCleanupRegistry - Start deleting files from C:\BuildAgent\work\.old
[2016-11-25 15:47:50,300] INFO - dDirectoryBasedCleanupRegistry - Stop deleting files from C:\BuildAgent\work\.old. 1 file(s) were deleted.
[2016-11-25 15:47:50,394] INFO - ldServer.AGENT.PollingProtocol - New command is received from server "runBuild" {id = 4}
[2016-11-25 15:47:50,396] INFO - jetbrains.buildServer.AGENT -