llvm-ci wrote:

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

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

<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-Unit :: ./AllClangUnitTests/13/48' FAILED 
********************
Script(shard):
--
GTEST_OUTPUT=json:/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests-Clang-Unit-12168-13-48.json
 GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=48 GTEST_SHARD_INDEX=13 
/Volumes/RAMDisk/buildbot-root/x86_64-darwin/build/tools/clang/unittests/./AllClangUnitTests
--

Note: This is test shard 14 of 48.
[==========] Running 510 tests from 106 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN      ] 
MinimizeSourceToDependencyDirectivesTest.DefineMultilineArgsCarriageReturn
[       OK ] 
MinimizeSourceToDependencyDirectivesTest.DefineMultilineArgsCarriageReturn (0 
ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (0 ms total)

[----------] 1 test from HeaderSearchTest
[ RUN      ] HeaderSearchTest.ShortenWithWorkingDir
[       OK ] HeaderSearchTest.ShortenWithWorkingDir (0 ms)
[----------] 1 test from HeaderSearchTest (0 ms total)

[----------] 1 test from ModuleDeclStateTest
[ RUN      ] ModuleDeclStateTest.ModuleNameWithDot
[       OK ] ModuleDeclStateTest.ModuleNameWithDot (1 ms)
[----------] 1 test from ModuleDeclStateTest (1 ms total)

[----------] 1 test from DxcModeTest
[ RUN      ] DxcModeTest.DefaultEntry
warning: argument unused during compilation: '-S'
warning: argument unused during compilation: '-S'
[       OK ] DxcModeTest.DefaultEntry (4 ms)
[----------] 1 test from DxcModeTest (4 ms total)

[----------] 1 test from MultilibTest
[ RUN      ] MultilibTest.SelectMultiple
[       OK ] MultilibTest.SelectMultiple (0 ms)
[----------] 1 test from MultilibTest (0 ms total)

[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN      ] ExprMutationAnalyzerTest.ReturnAsNonConstRef
input.cc:1:26: warning: reference to stack memory associated with local 
variable 'x' returned [-Wreturn-stack-address]
    1 | int& f() { int x; return x; }
      |                          ^
[       OK ] ExprMutationAnalyzerTest.ReturnAsNonConstRef (9 ms)
[ RUN      ] ExprMutationAnalyzerTest.NotUnevaluatedExpressions
input.cc:1:19: warning: expression result unused [-Wunused-value]
    1 | void f() { int x; sizeof(int[x++]); }
      |                   ^~~~~~~~~~~~~~~~
input.cc:1:126: warning: expression with side effects will be evaluated despite 
being used as an operand to 'typeid' [-Wpotentially-evaluated-expression]
    1 | namespace std { class type_info; }struct A { virtual ~A(); }; struct B 
: A {};struct X { A& f(); }; void f() { X x; typeid(x.f()); }
      |                                                                         
                                                     ^
input.cc:1:117: warning: expression result unused [-Wunused-value]
...

```

</details>

https://github.com/llvm/llvm-project/pull/138234
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to