LastTest.log do not tell my tests failed reason

16 views
Skip to first unread message

anlex N

unread,
Jul 18, 2024, 12:44:00 PM7/18/24
to re2-dev
n@DOOR UCRT64 /e/workspace/github.com/google/re2/build/cmake $ ${MINGW_PREFIX}/bin/cmake -GNinja -DCMAKE_PREFIX_PATH="/e/workspace/github.com/google/benchmark/build/built:/e/workspace/github.com/google/googletest/build/built:/e/workspace/github.com/abseil/abseil-cpp/build/built:/e/workspace/github.com/unicode-org/icu/icu4c/source/build/built" -DCMAKE_INSTALL_PREFIX=/e/workspace/github.com/google/re2/build/built -DRE2_USE_ICU=ON -DRE2_BUILD_TESTING=ON -DCMAKE_BUILD_TYPE=Release ../.. -- The CXX compiler identification is GNU 14.1.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: E:/software/msys2/ucrt64/bin/c++.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found ICU: E:/workspace/github.com/unicode-org/icu/icu4c/source/build/built/include (found version "76.0.1") found components: uc -- Found GTest: E:/workspace/github.com/google/googletest/build/built/lib/cmake/GTest/GTestConfig.cmake (found version "1.14.0") -- Configuring done (3.2s) -- Generating done (0.3s) -- Build files have been written to: E:/workspace/github.com/google/re2/build/cmake n@DOOR UCRT64 /e/workspace/github.com/google/re2/build/cmake $ ninja [74/74] Linking CXX executable regexp_benchmark.exe lto-wrapper.exe: warning: using serial compilation of 4 LTRANS jobs lto-wrapper.exe: note: see the '-flto' option documentation for more information n@DOOR UCRT64 /e/workspace/github.com/google/re2/build/cmake $ ninja test [0/1] Running tests...Test project E:/workspace/github.com/google/re2/build/cmake Start 1: charclass_test 1/20 Test #1: charclass_test ...................Exit code 0xc0000135 ***Exception: 0.04 sec Start 2: compile_test 2/20 Test #2: compile_test .....................Exit code 0xc0000135 ***Exception: 0.04 sec Start 3: filtered_re2_test 3/20 Test #3: filtered_re2_test ................Exit code 0xc0000135 ***Exception: 0.05 sec Start 4: mimics_pcre_test 4/20 Test #4: mimics_pcre_test .................Exit code 0xc0000135 ***Exception: 0.04 sec Start 5: parse_test 5/20 Test #5: parse_test .......................Exit code 0xc0000135 ***Exception: 0.05 sec Start 6: possible_match_test 6/20 Test #6: possible_match_test ..............Exit code 0xc0000135 ***Exception: 0.04 sec Start 7: re2_test 7/20 Test #7: re2_test .........................Exit code 0xc0000135 ***Exception: 0.03 sec Start 8: re2_arg_test 8/20 Test #8: re2_arg_test .....................Exit code 0xc0000135 ***Exception: 0.03 sec Start 9: regexp_test 9/20 Test #9: regexp_test ......................Exit code 0xc0000135 ***Exception: 0.03 sec Start 10: required_prefix_test 10/20 Test #10: required_prefix_test .............Exit code 0xc0000135 ***Exception: 0.03 sec Start 11: search_test 11/20 Test #11: search_test ......................Exit code 0xc0000135 ***Exception: 0.03 sec Start 12: set_test 12/20 Test #12: set_test .........................Exit code 0xc0000135 ***Exception: 0.03 sec Start 13: simplify_test 13/20 Test #13: simplify_test ....................Exit code 0xc0000135 ***Exception: 0.03 sec Start 14: string_generator_test 14/20 Test #14: string_generator_test ............ Passed 0.04 sec Start 15: dfa_test 15/20 Test #15: dfa_test .........................Exit code 0xc0000135 ***Exception: 0.03 sec Start 16: exhaustive1_test 16/20 Test #16: exhaustive1_test .................Exit code 0xc0000135 ***Exception: 0.03 sec Start 17: exhaustive2_test 17/20 Test #17: exhaustive2_test .................Exit code 0xc0000135 ***Exception: 0.03 sec Start 18: exhaustive3_test 18/20 Test #18: exhaustive3_test .................Exit code 0xc0000135 ***Exception: 0.03 sec Start 19: exhaustive_test 19/20 Test #19: exhaustive_test ..................Exit code 0xc0000135 ***Exception: 0.03 sec Start 20: random_test 20/20 Test #20: random_test ......................Exit code 0xc0000135 ***Exception: 0.03 sec 5% tests passed, 19 tests failed out of 20 Total Test time (real) = 0.74 sec The following tests FAILED: 1 - charclass_test (Exit code 0xc0000135 ) 2 - compile_test (Exit code 0xc0000135 ) 3 - filtered_re2_test (Exit code 0xc0000135 ) 4 - mimics_pcre_test (Exit code 0xc0000135 ) 5 - parse_test (Exit code 0xc0000135 ) 6 - possible_match_test (Exit code 0xc0000135 ) 7 - re2_test (Exit code 0xc0000135 ) 8 - re2_arg_test (Exit code 0xc0000135 ) 9 - regexp_test (Exit code 0xc0000135 ) 10 - required_prefix_test (Exit code 0xc0000135 ) 11 - search_test (Exit code 0xc0000135 ) 12 - set_test (Exit code 0xc0000135 ) 13 - simplify_test (Exit code 0xc0000135 ) 15 - dfa_test (Exit code 0xc0000135 ) 16 - exhaustive1_test (Exit code 0xc0000135 ) 17 - exhaustive2_test (Exit code 0xc0000135 ) 18 - exhaustive3_test (Exit code 0xc0000135 ) 19 - exhaustive_test (Exit code 0xc0000135 ) 20 - random_test (Exit code 0xc0000135 ) Errors while running CTest Output from these tests are in: E:/workspace/github.com/google/re2/build/cmake/Testing/Temporary/LastTest.log Use "--rerun-failed --output-on-failure" to re-run the failed cases verbosely. FAILED: CMakeFiles/test.util C:\WINDOWS\system32\cmd.exe /C "cd /D E:\workspace\github.com\google\re2\build\cmake && E:\software\msys2\ucrt64\bin\ctest.exe --force-new-ctest-process " ninja: build stopped: subcommand failed.
LastTest.log
Reply all
Reply to author
Forward
0 new messages