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/21635

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

Note: This is test shard 7 of 54.
[==========] Running 504 tests from 103 test suites.
[----------] Global test environment set-up.
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest
[ RUN      ] MinimizeSourceToDependencyDirectivesTest.HashHash
[       OK ] MinimizeSourceToDependencyDirectivesTest.HashHash (0 ms)
[----------] 1 test from MinimizeSourceToDependencyDirectivesTest (0 ms total)

[----------] 1 test from HeaderMapTest
[ RUN      ] HeaderMapTest.checkHeader3Buckets
[       OK ] HeaderMapTest.checkHeader3Buckets (0 ms)
[----------] 1 test from HeaderMapTest (0 ms total)

[----------] 1 test from LexHLSLRootSignatureTest
[ RUN      ] LexHLSLRootSignatureTest.ValidLexPeekTest
[       OK ] LexHLSLRootSignatureTest.ValidLexPeekTest (0 ms)
[----------] 1 test from LexHLSLRootSignatureTest (0 ms total)

[----------] 1 test from ParseHLSLRootSignatureTest
[ RUN      ] ParseHLSLRootSignatureTest.InvalidParseUnexpectedEndOfStreamTest
[       OK ] ParseHLSLRootSignatureTest.InvalidParseUnexpectedEndOfStreamTest 
(1 ms)
[----------] 1 test from ParseHLSLRootSignatureTest (1 ms total)

[----------] 1 test from EscapedCommandLineTest
[ RUN      ] EscapedCommandLineTest.ParseMultipleArgs
[       OK ] EscapedCommandLineTest.ParseMultipleArgs (0 ms)
[----------] 1 test from EscapedCommandLineTest (0 ms total)

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

[----------] 1 test from CFG
[ RUN      ] CFG.StaticInitializerLastCondition
[       OK ] CFG.StaticInitializerLastCondition (13 ms)
[----------] 1 test from CFG (13 ms total)

[----------] 2 tests from ExprMutationAnalyzerTest
[ RUN      ] ExprMutationAnalyzerTest.NestedMemberNotModified
input.cc:1:87: warning: expression result unused [-Wunused-value]
    1 | void f() { struct A { int vi; }; struct B { A va; }; struct C { B vb; 
}; C x; x.vb.va.vi; }
      |                                                                         
      ~~~~~~~ ^~
[       OK ] ExprMutationAnalyzerTest.NestedMemberNotModified (22 ms)
...

```

</details>

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

Reply via email to