Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.11.0: test suite is failing #3442

Open
kloczek opened this issue Jun 12, 2021 · 13 comments
Open

1.11.0: test suite is failing #3442

kloczek opened this issue Jun 12, 2021 · 13 comments
Assignees
Labels

Comments

@kloczek
Copy link

kloczek commented Jun 12, 2021

Source tree configuration:

[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:

+ /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
[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_
@kloczek kloczek added the bug label Jun 12, 2021
@ericoporto
Copy link

hey, it would be great if this was fixed before taking the abseil dependency!

@dinord
Copy link
Collaborator

dinord commented Jun 14, 2021

These failures appear to be platform-specific.
Could you please provide more information (as requested in the bug template)?

In particular:

  • What operating system and version are you using?
  • What compiler and version are you using?

@kloczek
Copy link
Author

kloczek commented Jun 14, 2021

I'm using Linux/x86 with gcc 11.1.1 and googletest is build wqith LTO optimisation.

@derekmauro derekmauro self-assigned this Jun 14, 2021
@derekmauro
Copy link
Member

I also tried to reproduce this and could not. I used the fedora:34 docker image since that seems like it is what you are using.

We have a bug report form here https://github.com/google/googletest/blob/master/.github/ISSUE_TEMPLATE/00-bug_report.md. Please provide all of the information in that form, and a complete list of commands to reproduce the issue you are seeing.

@derekmauro derekmauro removed their assignment Jun 14, 2021
@kloczek
Copy link
Author

kloczek commented Jun 14, 2021

I'm not using fedora but own distribution.
cmake version has nothing to do with crashing test units.
Please try to use below scrip to reproduce this issue on fedora rawhide

CFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
CXXFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none'
FFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
FCFLAGS='-O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fdata-sections -ffunction-sections -flto=auto -flto-partition=none -I/usr/lib64/gfortran/modules'
LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,--gc-sections -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -flto=auto -flto-partition=none -fuse-linker-plugin'
CC=/usr/bin/gcc
CXX=/usr/bin/g++
FC=/usr/bin/gfortran
AR=/usr/bin/gcc-ar
NM=/usr/bin/gcc-nm
RANLIB=/usr/bin/gcc-ranlib
export CFLAGS CXXFLAGS FFLAGS FCFLAGS LDFLAGS CC CXX FC AR NM RANLIB
/usr/bin/cmake -B x86_64-redhat-linux-gnu -D BUILD_SHARED_LIBS=ON -D CMAKE_AR=/usr/bin/gcc-ar -D CMAKE_BUILD_TYPE=RelWithDebInfo -D CMAKE_C_FLAGS_RELEASE=-DNDEBUG -D CMAKE_CXX_FLAGS_RELEASE=-DNDEBUG -D CMAKE_Fortran_FLAGS_RELEASE=-DNDEBUG -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_NM=/usr/bin/gcc-nm -D CMAKE_RANLIB=/usr/bin/gcc-ranlib -D CMAKE_VERBOSE_MAKEFILE=ON -D DBUILD_SHARED_LIBS=ON -D INCLUDE_INSTALL_DIR=/usr/include -D LIB_INSTALL_DIR=/usr/lib64 -D LIB_SUFFIX=64 -D SHARE_INSTALL_PREFIX=/usr/share -D SYSCONF_INSTALL_DIR=/etc -S . -D BUILD_SHARED_LIBS=ON -D gmock_build_tests=ON -D gtest_build_samples=ON -D gtest_build_tests=ON -D gtest_disable_pthreads=OFF -D gtest_hide_internal_symbols=OFF -D PYTHON_EXECUTABLE=/usr/bin/python3
/usr/bin/cmake --build x86_64-redhat-linux-gnu --verbose
/usr/bin/make -O V=1 VERBOSE=1 -C x86_64-redhat-linux-gnu test ARGS=--output-on-failure

@dinord dinord assigned dinord and derekmauro and unassigned dinord Jun 15, 2021
@derekmauro
Copy link
Member

Thank you for providing the complete reproduction.

As far as I can tell, this seems like a GCC 11 bug. It does not reproduce in GCC 10.

The combination of -O2 -flto=auto -flto-partition=none seems necessary to trigger the issue.

For reference, here is what I was able to simplify the issue to:

export CFLAGS='-O2 -flto=auto -flto-partition=none'
export CXXFLAGS="${CFLAGS}"
export LDFLAGS='-flto=auto -flto-partition=none'
cmake -B build -D CMAKE_BUILD_TYPE=Debug -S . -D gmock_build_tests=ON
cmake --build build -- -j72
make -C build test ARGS=--output-on-failure -j72

@kloczek
Copy link
Author

kloczek commented Jun 16, 2021

Good to know that it was possible to reporoduce that issue.
Wil ltry shortly to open the gcc ticket (I have account in gcc bugzilla).
Can you drop exact details of the gcc version which you are using?

@derekmauro
Copy link
Member

I used the official GCC docker images. gcc:10 doesn't have the issue, gcc:11 does.

docker run -it gcc@sha256:29b863dac81c855428f8c6f9603d36251f32e7cfd9b13033fdc6ad5ff521e302 /bin/bash will drop you into a shell with the GCC 11 that exhibits the problem. You have to apt-get install cmake and possibly other tools before building.

gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-linux-gnu/11.1.0/lto-wrapper
Target: x86_64-linux-gnu
Configured with: /usr/src/gcc/configure --build=x86_64-linux-gnu --disable-multilib --enable-languages=c,c++,fortran,go
Thread model: posix
Supported LTO compression algorithms: zlib
gcc version 11.1.0 (GCC)

@kloczek
Copy link
Author

kloczek commented Aug 10, 2021

Can you tell a little is that affecting only gtest suite or gtest libraries as well?

@kloczek
Copy link
Author

kloczek commented Aug 10, 2021

FYI: I've temporary disabled LTO in my package build procedure so it is not critical however if you can share what you found it would be great :)

@davidmerwin

This comment has been minimized.

@derekmauro
Copy link
Member

I haven't looked at this since determining it is likely a GCC bug, probably in the LTO feature. Did you open a GCC ticket?

@davidmerwin
This comment has been minimized.
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
@google google deleted a comment from davidmerwin Aug 25, 2021
judaew added a commit to judaew/macports-ports that referenced this issue May 21, 2023
judaew added a commit to macports/macports-ports that referenced this issue May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants