llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder 
`llvm-clang-x86_64-sie-ubuntu-fast` running on `sie-linux-worker` while 
building `clang` at step 6 "test-build-unified-tree-check-all".

Full details are available at: 
https://lab.llvm.org/buildbot/#/builders/144/builds/64200

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 6 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'Clang Tools :: 
clang-tidy/checkers/bugprone/exception-escape.cpp' FAILED ********************
Exit Code: 1

Command Output (stdout):
--
# RUN: at line 1
/usr/bin/python3.10 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
 -check-suffixes=,NONE -std=c++11,c++14 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp
 bugprone-exception-escape 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp
 --      -config="{CheckOptions: {          
bugprone-exception-escape.IgnoredExceptions: 'ignored1,ignored2',          
bugprone-exception-escape.FunctionsThatShouldNotThrow: 
'enabled1,enabled2,enabled3',          
bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing: 'None'  
    }}" -- -fexceptions
# executed command: /usr/bin/python3.10 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/../test/clang-tidy/check_clang_tidy.py
 -check-suffixes=,NONE -std=c++11,c++14 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/exception-escape.cpp
 bugprone-exception-escape 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp
 -- '-config={CheckOptions: {          
bugprone-exception-escape.IgnoredExceptions: '"'"'ignored1,ignored2'"'"',       
   bugprone-exception-escape.FunctionsThatShouldNotThrow: 
'"'"'enabled1,enabled2,enabled3'"'"',          
bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing: 
'"'"'None'"'"'      }}' -- -fexceptions
# .---command stdout------------
# | Running ['clang-tidy', '--experimental-custom-checks', 
'/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp',
 '-fix', '--checks=-*,bugprone-exception-escape', "-config={CheckOptions: {     
     bugprone-exception-escape.IgnoredExceptions: 'ignored1,ignored2',          
bugprone-exception-escape.FunctionsThatShouldNotThrow: 
'enabled1,enabled2,enabled3',          
bugprone-exception-escape.TreatFunctionsWithoutSpecificationAsThrowing: 'None'  
    }}", '--', '-fexceptions', '-std=c++11', '-nostdinc++', '-isystem', 
'/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang-tools-extra/test/../test/clang-tidy/checkers/Inputs/Headers/std']...
# | ------------------------ clang-tidy output -----------------------
# | 120 warnings generated.
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:22:3:
 warning: an exception may be thrown in function '~throwing_destructor' which 
should not throw exceptions [bugprone-exception-escape]
# |    22 |   ~throwing_destructor() {
# |       |   ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:24:5:
 note: frame #0: unhandled exception of type 'int' may be thrown in function 
'~throwing_destructor' here
# |    24 |     throw 1;
# |       |     ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:30:3:
 warning: an exception may be thrown in function 'throwing_move_constructor' 
which should not throw exceptions [bugprone-exception-escape]
# |    30 |   throwing_move_constructor(throwing_move_constructor&&) {
# |       |   ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:32:5:
 note: frame #0: unhandled exception of type 'int' may be thrown in function 
'throwing_move_constructor' here
# |    32 |     throw 1;
# |       |     ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:38:29:
 warning: an exception may be thrown in function 'operator=' which should not 
throw exceptions [bugprone-exception-escape]
# |    38 |   throwing_move_assignment& operator=(throwing_move_assignment&&) {
# |       |                             ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:40:5:
 note: frame #0: unhandled exception of type 'int' may be thrown in function 
'operator=' here
# |    40 |     throw 1;
# |       |     ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:45:6:
 warning: an exception may be thrown in function 'throwing_noexcept' which 
should not throw exceptions [bugprone-exception-escape]
# |    45 | void throwing_noexcept() noexcept {
# |       |      ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:47:3:
 note: frame #0: unhandled exception of type 'int' may be thrown in function 
'throwing_noexcept' here
# |    47 |   throw 1;
# |       |   ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:59:6:
 warning: an exception may be thrown in function 'throw_and_catch_some' which 
should not throw exceptions [bugprone-exception-escape]
# |    59 | void throw_and_catch_some(int n) noexcept {
# |       |      ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:63:5:
 note: frame #0: unhandled exception of type 'double' may be thrown in function 
'throw_and_catch_some' here
# |    63 |     throw 1.1;
# |       |     ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:88:6:
 warning: an exception may be thrown in function 'throw_and_rethrow' which 
should not throw exceptions [bugprone-exception-escape]
# |    88 | void throw_and_rethrow() noexcept {
# |       |      ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:91:5:
 note: frame #0: unhandled exception of type 'int' may be thrown in function 
'throw_and_rethrow' here
# |    91 |     throw 1;
# |       |     ^
# | 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/tools/clang/tools/extra/test/clang-tidy/checkers/bugprone/Output/exception-escape.cpp.tmp.cpp:98:6:
 warning: an exception may be thrown in function 'throw_catch_throw' which 
should not throw exceptions [bugprone-exception-escape]
# |    98 | void throw_catch_throw() noexcept {
...

```

</details>

https://github.com/llvm/llvm-project/pull/220787
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to