Not restoring ostream format
The next output operation may not expect the stream format state being altered, resulting in incorrectly formatted output. Not restoring the stream format state of an ostream
/src/mongo/db/modules/enterprise/src/kmip/kmip_request_test.cpp:66: STREAM_FORMAT_STATE 121189 "hex" changes the format state of "std::cout" for category basefield.
/src/mongo/db/modules/enterprise/src/kmip/kmip_request_test.cpp:72: STREAM_FORMAT_STATE 121189 Changing format state of stream "std::cout" for category basefield without later restoring it.