We tried today to cancel a unit test then jenkins crashed with error. Unit test is xUnit Cpp1.12.1 plugin.
2019-11-21 11:36:46.158+0000 [id=5247] INFO hudson.model.Run#execute: xxx_RunUnitTest #60 main build action completed: SUCCESS2019-11-21 11:36:46.158+0000 [id=5247] INFO hudson.model.Run#execute: SRPFwk_Dev_RunUnitTest #60 main build action completed: SUCCESSRecoverable error on line 2 column 9 SXXP0003: Error reported by XML parser: Document is invalid: no grammar found.Recoverable error on line 2 column 9 SXXP0003: Error reported by XML parser: Document root element "TestRun", must match DOCTYPE root "null".Warning The XML parser reported two validation errors. Processing continues, because recovery from validation errors was requested
We tried today to cancel a unit test then jenkins crashed with error. Unit test is xUnit Cpp1.12.1 plugin.
{noformat}
2019-11-21 11:36:46.158+0000 [id=5247] INFO hudson.model.Run#execute: xxx_RunUnitTest #60 main build action completed: SUCCESS2019 SUCCESS 2019-11-21 11:36:46.158+0000 [id=5247] INFO hudson.model.Run#execute: SRPFwk_Dev_RunUnitTest #60 main build action completed: SUCCESSRecoverable SUCCESS Recoverable error on line 2 column 9 SXXP0003: Error reported by XML parser: Document is invalid: no grammar found.
Recoverable error on line 2 column 9 SXXP0003: Error reported by XML parser: Document root element "TestRun", must match DOCTYPE root "null". Warning The XML parser reported two validation errors. Processing continues, because recovery from validation errors was requested
From the logIn logs you had post I can not see any blocking error. I can see only warning and info logs.
Need more (moooooore) informations like:
- which plugin version are you using? (xUnit Cpp1.12.1 plugin is unknown) - which environment, which jenkins version? - attaching the test report source file maybe could help a bit. Which configuration.