Unexpected error during build messages processing in TeamCity - 2023.05
After updating to 2023.05, we are facing issues with our builds. After succesfully running the unit tests, we sometimes get the error: "Unexpected error during build messages processing in TeamCity".
Looking into the teamcity-server.log, we can only see:
Unexpected exception occurred during message processing, will change build status to failing for build #3.1.50379. [Message pack info...]
java.lang.NullPointerException: null
Message pack info has been redacted as it only shows some test namespaces, but if they are needed please let me know.
We do notice some warnings around the error that might help here:
Release flow '1754443963400_0-1022' as it is opened again with a different parent: 1754443963400_0-1028;
and
Releasing flow with unfinished tests: [TestName] in build 766347
Other than that, we don't see any information in the logging, so we are kinda stuck on how to solve this issue.
We use nUnit for the tests along with the latest version of NUnit.Extension.TeamCityEventListener. We noticed that the TeamCityEventListener hasn't been updated in a while.
Please sign in to leave a comment.
I have exactly the same issue since we upgraded to 2023.05 :
Here is what I've in the logs :
Thanks for reporting the issue, and sorry about the inconvenience.