1.11.0: test suite is failing
- Dominant language
- C++
- Stars
- 39.5k
- Forks
- 10.9k
- Avg merge
- 6d 13h
- Merged PRs (30d)
- 1
Description
Source tree configuration:
```console
[tkloczko@barrel x86_64-redhat-linux-gnu]$ cmake -L
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
CMake Error: The source directory "/home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
-- Cache values
BUILD_GMOCK:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
INSTALL_GTEST:BOOL=ON
gmock_build_tests:BOOL=ON
gtest_build_samples:BOOL=ON
gtest_build_tests:BOOL=ON
gtest_disable_pthreads:BOOL=OFF
gtest_force_shared_crt:BOOL=OFF
gtest_hide_internal_symbols:BOOL=OFF
```
Test suite output:
```console
+ /usr/bin/make -O -j48 V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure
make: Entering directory '/home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu'
Running tests...
/usr/bin/ctest --force-new-ctest-process --output-on-failure
Test project /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu
Start 1: gmock-actions_test
1/60 Test #1: gmock-actions_test ......................... Passed 1.11 sec
Start 2: gmock-cardinalities_test
2/60 Test #2: gmock-cardinalities_test ................... Passed 0.01 sec
Start 3: gmock_ex_test
3/60 Test #3: gmock_ex_test .............................. Passed 0.01 sec
Start 4: gmock-function-mocker_test
4/60 Test #4: gmock-function-mocker_test ................. Passed 0.01 sec
Start 5: gmock-internal-utils_test
5/60 Test #5: gmock-internal-utils_test .................. Passed 0.27 sec
Start 6: gmock-matchers_test
6/60 Test #6: gmock-matchers_test ........................ Passed 0.50 sec
Start 7: gmock-more-actions_test
7/60 Test #7: gmock-more-actions_test ....................***Exception: SegFault 0.18 sec
Running main() from gmock_main.cc
[==========] Running 109 tests from 18 test suites.
[----------] Global test environment set-up.
[----------] 15 tests from InvokeTest
[ RUN ] InvokeTest.Nullary
[ OK ] InvokeTest.Nullary (0 ms)
[ RUN ] InvokeTest.Unary
[ OK ] InvokeTest.Unary (0 ms)
[ RUN ] InvokeTest.Binary
[ OK ] InvokeTest.Binary (0 ms)
[ RUN ] InvokeTest.Ternary
[ OK ] InvokeTest.Ternary (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes4Arguments
[ OK ] InvokeTest.FunctionThatTakes4Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes5Arguments
[ OK ] InvokeTest.FunctionThatTakes5Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes6Arguments
[ OK ] InvokeTest.FunctionThatTakes6Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes7Arguments
[ OK ] InvokeTest.FunctionThatTakes7Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes8Arguments
[ OK ] InvokeTest.FunctionThatTakes8Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes9Arguments
[ OK ] InvokeTest.FunctionThatTakes9Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes10Arguments
[ OK ] InvokeTest.FunctionThatTakes10Arguments (0 ms)
[ RUN ] InvokeTest.FunctionWithUnusedParameters
[ OK ] InvokeTest.FunctionWithUnusedParameters (0 ms)
[ RUN ] InvokeTest.MethodWithUnusedParameters
[ OK ] InvokeTest.MethodWithUnusedParameters (0 ms)
[ RUN ] InvokeTest.Functor
[ OK ] InvokeTest.Functor (0 ms)
[ RUN ] InvokeTest.FunctionWithCompatibleType
[ OK ] InvokeTest.FunctionWithCompatibleType (0 ms)
[----------] 15 tests from InvokeTest (0 ms total)
[----------] 12 tests from InvokeMethodTest
[ RUN ] InvokeMethodTest.Nullary
[ OK ] InvokeMethodTest.Nullary (0 ms)
[ RUN ] InvokeMethodTest.Unary
[ OK ] InvokeMethodTest.Unary (0 ms)
[ RUN ] InvokeMethodTest.Binary
[ OK ] InvokeMethodTest.Binary (0 ms)
[ RUN ] InvokeMethodTest.Ternary
[ OK ] InvokeMethodTest.Ternary (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes4Arguments
[ OK ] InvokeMethodTest.MethodThatTakes4Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes5Arguments
[ OK ] InvokeMethodTest.MethodThatTakes5Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes6Arguments
[ OK ] InvokeMethodTest.MethodThatTakes6Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes7Arguments
[ OK ] InvokeMethodTest.MethodThatTakes7Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes8Arguments
[ OK ] InvokeMethodTest.MethodThatTakes8Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes9Arguments
[ OK ] InvokeMethodTest.MethodThatTakes9Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes10Arguments
[ OK ] InvokeMethodTest.MethodThatTakes10Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodWithCompatibleType
[ OK ] InvokeMethodTest.MethodWithCompatibleType (0 ms)
[----------] 12 tests from InvokeMethodTest (0 ms total)
[----------] 1 test from WithoutArgsTest
[ RUN ] WithoutArgsTest.NoArg
[ OK ] WithoutArgsTest.NoArg (0 ms)
[----------] 1 test from WithoutArgsTest (0 ms total)
[----------] 1 test from WithArgTest
[ RUN ] WithArgTest.OneArg
[ OK ] WithArgTest.OneArg (0 ms)
[----------] 1 test from WithArgTest (0 ms total)
[----------] 3 tests from ReturnArgActionTest
[ RUN ] ReturnArgActionTest.WorksForOneArgIntArg0
[ OK ] ReturnArgActionTest.WorksForOneArgIntArg0 (0 ms)
[ RUN ] ReturnArgActionTest.WorksForMultiArgBoolArg0
[ OK ] ReturnArgActionTest.WorksForMultiArgBoolArg0 (0 ms)
[ RUN ] ReturnArgActionTest.WorksForMultiArgStringArg2
[ OK ] ReturnArgActionTest.WorksForMultiArgStringArg2 (0 ms)
[----------] 3 tests from ReturnArgActionTest (0 ms total)
[----------] 2 tests from SaveArgActionTest
[ RUN ] SaveArgActionTest.WorksForSameType
[ OK ] SaveArgActionTest.WorksForSameType (0 ms)
[ RUN ] SaveArgActionTest.WorksForCompatibleType
[ OK ] SaveArgActionTest.WorksForCompatibleType (0 ms)
[----------] 2 tests from SaveArgActionTest (0 ms total)
[----------] 2 tests from SaveArgPointeeActionTest
[ RUN ] SaveArgPointeeActionTest.WorksForSameType
[ OK ] SaveArgPointeeActionTest.WorksForSameType (0 ms)
[ RUN ] SaveArgPointeeActionTest.WorksForCompatibleType
[ OK ] SaveArgPointeeActionTest.WorksForCompatibleType (0 ms)
[----------] 2 tests from SaveArgPointeeActionTest (0 ms total)
[----------] 3 tests from SetArgRefereeActionTest
[ RUN ] SetArgRefereeActionTest.WorksForSameType
[ OK ] SetArgRefereeActionTest.WorksForSameType (0 ms)
[ RUN ] SetArgRefereeActionTest.WorksForCompatibleType
[ OK ] SetArgRefereeActionTest.WorksForCompatibleType (0 ms)
[ RUN ] SetArgRefereeActionTest.WorksWithExtraArguments
[ OK ] SetArgRefereeActionTest.WorksWithExtraArguments (0 ms)
[----------] 3 tests from SetArgRefereeActionTest (0 ms total)
[----------] 2 tests from DeleteArgActionTest
[ RUN ] DeleteArgActionTest.OneArg
Start 8: gmock-nice-strict_test
8/60 Test #8: gmock-nice-strict_test ..................... Passed 0.01 sec
Start 9: gmock-port_test
9/60 Test #9: gmock-port_test ............................ Passed 0.01 sec
Start 10: gmock-spec-builders_test
10/60 Test #10: gmock-spec-builders_test ................... Passed 0.17 sec
Start 11: gmock_link_test
11/60 Test #11: gmock_link_test ............................ Passed 0.01 sec
Start 12: gmock_test
12/60 Test #12: gmock_test ................................. Passed 0.00 sec
Start 13: gmock_stress_test
13/60 Test #13: gmock_stress_test .......................... Passed 0.20 sec
Start 14: gmock-more-actions_no_exception_test
14/60 Test #14: gmock-more-actions_no_exception_test .......***Exception: SegFault 0.20 sec
Running main() from gmock_main.cc
[==========] Running 105 tests from 17 test suites.
[----------] Global test environment set-up.
[----------] 15 tests from InvokeTest
[ RUN ] InvokeTest.Nullary
[ OK ] InvokeTest.Nullary (0 ms)
[ RUN ] InvokeTest.Unary
[ OK ] InvokeTest.Unary (0 ms)
[ RUN ] InvokeTest.Binary
[ OK ] InvokeTest.Binary (0 ms)
[ RUN ] InvokeTest.Ternary
[ OK ] InvokeTest.Ternary (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes4Arguments
[ OK ] InvokeTest.FunctionThatTakes4Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes5Arguments
[ OK ] InvokeTest.FunctionThatTakes5Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes6Arguments
[ OK ] InvokeTest.FunctionThatTakes6Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes7Arguments
[ OK ] InvokeTest.FunctionThatTakes7Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes8Arguments
[ OK ] InvokeTest.FunctionThatTakes8Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes9Arguments
[ OK ] InvokeTest.FunctionThatTakes9Arguments (0 ms)
[ RUN ] InvokeTest.FunctionThatTakes10Arguments
[ OK ] InvokeTest.FunctionThatTakes10Arguments (0 ms)
[ RUN ] InvokeTest.FunctionWithUnusedParameters
[ OK ] InvokeTest.FunctionWithUnusedParameters (0 ms)
[ RUN ] InvokeTest.MethodWithUnusedParameters
[ OK ] InvokeTest.MethodWithUnusedParameters (0 ms)
[ RUN ] InvokeTest.Functor
[ OK ] InvokeTest.Functor (0 ms)
[ RUN ] InvokeTest.FunctionWithCompatibleType
[ OK ] InvokeTest.FunctionWithCompatibleType (0 ms)
[----------] 15 tests from InvokeTest (0 ms total)
[----------] 12 tests from InvokeMethodTest
[ RUN ] InvokeMethodTest.Nullary
[ OK ] InvokeMethodTest.Nullary (0 ms)
[ RUN ] InvokeMethodTest.Unary
[ OK ] InvokeMethodTest.Unary (0 ms)
[ RUN ] InvokeMethodTest.Binary
[ OK ] InvokeMethodTest.Binary (0 ms)
[ RUN ] InvokeMethodTest.Ternary
[ OK ] InvokeMethodTest.Ternary (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes4Arguments
[ OK ] InvokeMethodTest.MethodThatTakes4Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes5Arguments
[ OK ] InvokeMethodTest.MethodThatTakes5Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes6Arguments
[ OK ] InvokeMethodTest.MethodThatTakes6Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes7Arguments
[ OK ] InvokeMethodTest.MethodThatTakes7Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes8Arguments
[ OK ] InvokeMethodTest.MethodThatTakes8Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes9Arguments
[ OK ] InvokeMethodTest.MethodThatTakes9Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodThatTakes10Arguments
[ OK ] InvokeMethodTest.MethodThatTakes10Arguments (0 ms)
[ RUN ] InvokeMethodTest.MethodWithCompatibleType
[ OK ] InvokeMethodTest.MethodWithCompatibleType (0 ms)
[----------] 12 tests from InvokeMethodTest (0 ms total)
[----------] 1 test from WithoutArgsTest
[ RUN ] WithoutArgsTest.NoArg
[ OK ] WithoutArgsTest.NoArg (0 ms)
[----------] 1 test from WithoutArgsTest (0 ms total)
[----------] 1 test from WithArgTest
[ RUN ] WithArgTest.OneArg
[ OK ] WithArgTest.OneArg (0 ms)
[----------] 1 test from WithArgTest (0 ms total)
[----------] 3 tests from ReturnArgActionTest
[ RUN ] ReturnArgActionTest.WorksForOneArgIntArg0
[ OK ] ReturnArgActionTest.WorksForOneArgIntArg0 (0 ms)
[ RUN ] ReturnArgActionTest.WorksForMultiArgBoolArg0
[ OK ] ReturnArgActionTest.WorksForMultiArgBoolArg0 (0 ms)
[ RUN ] ReturnArgActionTest.WorksForMultiArgStringArg2
[ OK ] ReturnArgActionTest.WorksForMultiArgStringArg2 (0 ms)
[----------] 3 tests from ReturnArgActionTest (0 ms total)
[----------] 2 tests from SaveArgActionTest
[ RUN ] SaveArgActionTest.WorksForSameType
[ OK ] SaveArgActionTest.WorksForSameType (0 ms)
[ RUN ] SaveArgActionTest.WorksForCompatibleType
[ OK ] SaveArgActionTest.WorksForCompatibleType (0 ms)
[----------] 2 tests from SaveArgActionTest (0 ms total)
[----------] 2 tests from SaveArgPointeeActionTest
[ RUN ] SaveArgPointeeActionTest.WorksForSameType
[ OK ] SaveArgPointeeActionTest.WorksForSameType (0 ms)
[ RUN ] SaveArgPointeeActionTest.WorksForCompatibleType
[ OK ] SaveArgPointeeActionTest.WorksForCompatibleType (0 ms)
[----------] 2 tests from SaveArgPointeeActionTest (0 ms total)
[----------] 3 tests from SetArgRefereeActionTest
[ RUN ] SetArgRefereeActionTest.WorksForSameType
[ OK ] SetArgRefereeActionTest.WorksForSameType (0 ms)
[ RUN ] SetArgRefereeActionTest.WorksForCompatibleType
[ OK ] SetArgRefereeActionTest.WorksForCompatibleType (0 ms)
[ RUN ] SetArgRefereeActionTest.WorksWithExtraArguments
[ OK ] SetArgRefereeActionTest.WorksWithExtraArguments (0 ms)
[----------] 3 tests from SetArgRefereeActionTest (0 ms total)
[----------] 2 tests from DeleteArgActionTest
[ RUN ] DeleteArgActionTest.OneArg
Start 15: gmock_no_rtti_test
15/60 Test #15: gmock_no_rtti_test ......................... Passed 0.17 sec
Start 16: googletest-death-test-test
16/60 Test #16: googletest-death-test-test ................. Passed 0.63 sec
Start 17: gtest_environment_test
17/60 Test #17: gtest_environment_test ..................... Passed 0.01 sec
Start 18: googletest-filepath-test
18/60 Test #18: googletest-filepath-test ................... Passed 0.01 sec
Start 19: googletest-listener-test
19/60 Test #19: googletest-listener-test ................... Passed 0.01 sec
Start 20: gtest_main_unittest
20/60 Test #20: gtest_main_unittest ........................ Passed 0.01 sec
Start 21: googletest-message-test
21/60 Test #21: googletest-message-test .................... Passed 0.01 sec
Start 22: gtest_no_test_unittest
22/60 Test #22: gtest_no_test_unittest ..................... Passed 0.01 sec
Start 23: googletest-options-test
23/60 Test #23: googletest-options-test .................... Passed 0.01 sec
Start 24: googletest-param-test-test
24/60 Test #24: googletest-param-test-test ................. Passed 0.15 sec
Start 25: googletest-port-test
25/60 Test #25: googletest-port-test ....................... Passed 2.47 sec
Start 26: gtest_pred_impl_unittest
26/60 Test #26: gtest_pred_impl_unittest ................... Passed 0.01 sec
Start 27: gtest_premature_exit_test
27/60 Test #27: gtest_premature_exit_test .................. Passed 0.00 sec
Start 28: googletest-printers-test
28/60 Test #28: googletest-printers-test ................... Passed 0.01 sec
Start 29: gtest_prod_test
29/60 Test #29: gtest_prod_test ............................ Passed 0.00 sec
Start 30: gtest_repeat_test
30/60 Test #30: gtest_repeat_test .......................... Passed 2.98 sec
Start 31: gtest_sole_header_test
31/60 Test #31: gtest_sole_header_test ..................... Passed 0.01 sec
Start 32: gtest_stress_test
32/60 Test #32: gtest_stress_test .......................... Passed 0.16 sec
Start 33: googletest-test-part-test
33/60 Test #33: googletest-test-part-test .................. Passed 0.32 sec
Start 34: gtest_throw_on_failure_ex_test
34/60 Test #34: gtest_throw_on_failure_ex_test ............. Passed 0.01 sec
Start 35: gtest-typed-test_test
35/60 Test #35: gtest-typed-test_test ...................... Passed 0.68 sec
Start 36: gtest_unittest
36/60 Test #36: gtest_unittest ............................. Passed 1.80 sec
Start 37: gtest-unittest-api_test
37/60 Test #37: gtest-unittest-api_test .................... Passed 0.00 sec
Start 38: gtest_skip_in_environment_setup_test
38/60 Test #38: gtest_skip_in_environment_setup_test ....... Passed 0.00 sec
Start 39: gtest_skip_test
39/60 Test #39: gtest_skip_test ............................ Passed 0.01 sec
Start 40: gtest-death-test_ex_nocatch_test
40/60 Test #40: gtest-death-test_ex_nocatch_test ........... Passed 0.01 sec
Start 41: gtest-death-test_ex_catch_test
41/60 Test #41: gtest-death-test_ex_catch_test ............. Passed 0.01 sec
Start 42: gtest_no_rtti_unittest
42/60 Test #42: gtest_no_rtti_unittest ..................... Passed 1.76 sec
Start 43: googletest-break-on-failure-unittest
43/60 Test #43: googletest-break-on-failure-unittest ....... Passed 1.00 sec
Start 44: gtest_skip_check_output_test
44/60 Test #44: gtest_skip_check_output_test ............... Passed 0.12 sec
Start 45: gtest_skip_environment_check_output_test
45/60 Test #45: gtest_skip_environment_check_output_test ... Passed 0.10 sec
Start 46: googletest-catch-exceptions-test
46/60 Test #46: googletest-catch-exceptions-test ........... Passed 0.14 sec
Start 47: googletest-color-test
47/60 Test #47: googletest-color-test ...................... Passed 0.38 sec
Start 48: googletest-env-var-test
48/60 Test #48: googletest-env-var-test .................... Passed 0.36 sec
Start 49: googletest-filter-unittest
49/60 Test #49: googletest-filter-unittest ................. Passed 1.70 sec
Start 50: gtest_help_test
50/60 Test #50: gtest_help_test ............................ Passed 0.22 sec
Start 51: googletest-list-tests-unittest
51/60 Test #51: googletest-list-tests-unittest ............. Passed 0.17 sec
Start 52: googletest-output-test
52/60 Test #52: googletest-output-test ..................... Passed 0.27 sec
Start 53: googletest-shuffle-test
53/60 Test #53: googletest-shuffle-test .................... Passed 0.27 sec
Start 54: googletest-throw-on-failure-test
54/60 Test #54: googletest-throw-on-failure-test ........... Passed 0.82 sec
Start 55: googletest-uninitialized-test
55/60 Test #55: googletest-uninitialized-test .............. Passed 0.12 sec
Start 56: gtest_list_output_unittest
56/60 Test #56: gtest_list_output_unittest ................. Passed 0.13 sec
Start 57: gtest_xml_outfiles_test
57/60 Test #57: gtest_xml_outfiles_test .................... Passed 0.14 sec
Start 58: googletest-json-outfiles-test
58/60 Test #58: googletest-json-outfiles-test .............. Passed 0.13 sec
Start 59: gtest_xml_output_unittest
59/60 Test #59: gtest_xml_output_unittest .................. Passed 0.23 sec
Start 60: googletest-json-output-unittest
60/60 Test #60: googletest-json-output-unittest ............ Passed 0.20 sec
97% tests passed, 2 tests failed out of 60
Total Test time (real) = 20.52 sec
The following tests FAILED:
7 - gmock-more-actions_test (SEGFAULT)
14 - gmock-more-actions_no_exception_test (SEGFAULT)
Errors while running CTest
```
```console
[tkloczko@barrel x86_64-redhat-linux-gnu]$ coredumpctl |grep googletest-release-1.11.0
Sat 2021-06-12 05:39:40 BST 1136640 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:40 BST 1136645 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:40 BST 1136662 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:40 BST 1136674 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:40 BST 1136690 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:40 BST 1136703 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:41 BST 1136726 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-actions_test
Sat 2021-06-12 05:39:41 BST 1136743 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-internal-utils_test
Sat 2021-06-12 05:39:41 BST 1136750 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-internal-utils_test
Sat 2021-06-12 05:39:41 BST 1136767 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-matchers_test
Sat 2021-06-12 05:39:42 BST 1136776 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-more-actions_test
Sat 2021-06-12 05:39:42 BST 1136788 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-spec-builders_test
Sat 2021-06-12 05:39:42 BST 1136882 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock-more-actions_no_exception_test
Sat 2021-06-12 05:39:42 BST 1136891 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googlemock/gmock_no_rtti_test
Sat 2021-06-12 05:39:43 BST 1136951 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-death-test-test
Sat 2021-06-12 05:39:43 BST 1136961 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-death-test-test
Sat 2021-06-12 05:39:43 BST 1137003 1000 1000 11 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-death-test-test
Sat 2021-06-12 05:39:43 BST 1137022 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-param-test-test
Sat 2021-06-12 05:39:43 BST 1137029 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-port-test
Sat 2021-06-12 05:39:44 BST 1137035 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-port-test
Sat 2021-06-12 05:39:44 BST 1137044 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-port-test
Sat 2021-06-12 05:39:46 BST 1137076 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:46 BST 1137079 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:46 BST 1137088 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:46 BST 1137097 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137105 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137113 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137121 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137130 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137139 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137147 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:47 BST 1137156 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137164 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137174 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137182 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137190 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137198 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137206 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:48 BST 1137214 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:49 BST 1137222 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:49 BST 1137230 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_repeat_test
Sat 2021-06-12 05:39:49 BST 1137311 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-test-part-test
Sat 2021-06-12 05:39:49 BST 1137314 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-test-part-test
Sat 2021-06-12 05:39:49 BST 1137327 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest-typed-test_test
Sat 2021-06-12 05:39:50 BST 1137332 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest-typed-test_test
Sat 2021-06-12 05:39:50 BST 1137340 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest-typed-test_test
Sat 2021-06-12 05:39:50 BST 1137349 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest-typed-test_test
Sat 2021-06-12 05:39:50 BST 1137361 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:50 BST 1137366 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:50 BST 1137374 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137383 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137391 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137399 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137407 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137415 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:51 BST 1137432 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:52 BST 1137446 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:52 BST 1137449 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_unittest
Sat 2021-06-12 05:39:52 BST 1137476 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:52 BST 1137479 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:52 BST 1137487 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:52 BST 1137496 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137504 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137512 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137520 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137528 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137547 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:53 BST 1137554 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:54 BST 1137562 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/gtest_no_rtti_unittest
Sat 2021-06-12 05:39:54 BST 1137576 1000 1000 5 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-break-on-failure-unittest_
Sat 2021-06-12 05:39:54 BST 1137587 1000 1000 5 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-break-on-failure-unittest_
Sat 2021-06-12 05:39:54 BST 1137594 1000 1000 5 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-break-on-failure-unittest_
Sat 2021-06-12 05:39:54 BST 1137605 1000 1000 5 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-break-on-failure-unittest_
Sat 2021-06-12 05:39:55 BST 1137615 1000 1000 5 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-break-on-failure-unittest_
Sat 2021-06-12 05:39:59 BST 1137974 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-throw-on-failure-test_
Sat 2021-06-12 05:39:59 BST 1137980 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-throw-on-failure-test_
Sat 2021-06-12 05:39:59 BST 1137987 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-throw-on-failure-test_
Sat 2021-06-12 05:39:59 BST 1137999 1000 1000 6 present /home/tkloczko/rpmbuild/BUILD/googletest-release-1.11.0/x86_64-redhat-linux-gnu/googletest/googletest-throw-on-failure-test_
```
Contributor guide
Assessment
This issue has not been assessed yet.