[==========] Running 11 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 11 tests from TestTypes
[ RUN      ] TestTypes.TestDatePrinting
[       OK ] TestTypes.TestDatePrinting (1 ms)
[ RUN      ] TestTypes.TestTimestampPrinting
[       OK ] TestTypes.TestTimestampPrinting (0 ms)
[ RUN      ] TestTypes.TestAreConsecutiveInteger
[       OK ] TestTypes.TestAreConsecutiveInteger (0 ms)
[ RUN      ] TestTypes.TestAreConsecutiveDouble
[       OK ] TestTypes.TestAreConsecutiveDouble (0 ms)
[ RUN      ] TestTypes.TestAreConsecutiveString
[       OK ] TestTypes.TestAreConsecutiveString (0 ms)
[ RUN      ] TestTypes.ArrayTypeInfo
[       OK ] TestTypes.ArrayTypeInfo (0 ms)
[ RUN      ] TestTypes.ArrayTypeNoRegistryEntries

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.

[WARNING] /home/jenkins-slave/workspace/build_and_test/thirdparty/src/googletest-release-1.12.1/googletest/src/gtest-death-test.cc:1108:: Death tests use fork(), which is unsafe particularly in a threaded context. For this test, Google Test detected 2 threads. See https://github.com/google/googletest/blob/master/docs/advanced.md#death-tests-and-threads for more explanation and suggested solutions, especially if this is the last message you see before your test times out.
[       OK ] TestTypes.ArrayTypeNoRegistryEntries (453 ms)
[ RUN      ] TestTypes.ArrayTypeDebugString
[       OK ] TestTypes.ArrayTypeDebugString (0 ms)
[ RUN      ] TestTypes.CompareNullArrays
[       OK ] TestTypes.CompareNullArrays (0 ms)
[ RUN      ] TestTypes.CompareArrays
[       OK ] TestTypes.CompareArrays (1 ms)
[ RUN      ] TestTypes.ConsecutiveArrays
[       OK ] TestTypes.ConsecutiveArrays (0 ms)
[----------] 11 tests from TestTypes (460 ms total)

[----------] Global test environment tear-down
[==========] 11 tests from 1 test suite ran. (460 ms total)
[  PASSED  ] 11 tests.
