I got the following build log warning. Suspect a Password copy and paste PEBCAK.
An error occurred while executing the stage, for more information see the event log. Message: Name cannot begin with the ' ' character, hexadecimal value 0x0D. Line 209, position 77.
Error Log
A new event has been added to the event log:
An error occurred while executing the build with Id '34'. Exception: AggregateException
Message: One or more errors occurred.
Stack Trace:
Exception: XmlException
Message: Name cannot begin with the ' ' character, hexadecimal value 0x0D. Line 209, position 77.
Stack Trace: at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseQName(Boolean isQName, Int32 startOffset, Int32& colonPos)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.LoadXml(String xml)
at Continua.Shared.Utils.Mercurial.MostRecentRevision(String repository, String branch)
at Continua.Modules.Builds.BuildController.<>c__DisplayClass6.b__0(BuildRepository buildRepository)
at Continua.Shared.Extensions.IEnumerableExtensions.Each[T](IEnumerable`1 items, Action`1 action)
at Continua.Modules.Builds.BuildController.AssociateRepositoryCacheRevision(Int32 buildId)
at Continua.Modules.Builds.BuildRunner.b__0(IApplicationSessionContext x)
at Continua.Modules.Builds.BuildRunner.WithSession(Action`1 func)
at Continua.Modules.Builds.BuildRunner.OnBuildStarting(Transition`1 inState)
at Continua.StateMachine.StateMachine`1.Execute(Transition`1 begin)
at System.Threading.Tasks.Task.Execute()