llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-armv8-quick` running 
on `linaro-clang-armv8-quick` while building `clang` at step 5 "ninja check 1".

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

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

```
Step 5 (ninja check 1) failure: stage 1 checked (failure)
******************** TEST 'Clangd Unit Tests :: ./ClangdTests/156/161' FAILED 
********************
Script(shard):
--
GTEST_OUTPUT=json:/home/tcwg-buildbot/worker/clang-armv8-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests-Clangd
 Unit Tests-1883928-156-161.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=161 
GTEST_SHARD_INDEX=156 
/home/tcwg-buildbot/worker/clang-armv8-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests
--

Script:
--
/home/tcwg-buildbot/worker/clang-armv8-quick/stage1/tools/clang/tools/extra/clangd/unittests/./ClangdTests
 --gtest_filter=CompletionTest.EnableSpeculativeIndexRequest
--
ASTWorker building file /clangd-test/foo.cpp version null with command 
[/clangd-test]
clang -ffreestanding /clangd-test/foo.cpp
Driver produced command: cc1 -cc1 -triple armv8a-unknown-linux-gnueabihf 
-fsyntax-only -disable-free -clear-ast-before-backend -main-file-name foo.cpp 
-mrelocation-model pic -pic-level 2 -pic-is-pie -mframe-pointer=all 
-fmath-errno -ffp-contract=on -fno-rounding-math -mconstructor-aliases 
-ffreestanding -target-cpu generic -target-feature +read-tp-tpidruro 
-target-feature +vfp2 -target-feature +vfp2sp -target-feature +vfp3 
-target-feature +vfp3d16 -target-feature +vfp3d16sp -target-feature +vfp3sp 
-target-feature +fp16 -target-feature +vfp4 -target-feature +vfp4d16 
-target-feature +vfp4d16sp -target-feature +vfp4sp -target-feature +fp-armv8 
-target-feature +fp-armv8d16 -target-feature +fp-armv8d16sp -target-feature 
+fp-armv8sp -target-feature -fullfp16 -target-feature +fp64 -target-feature 
+d32 -target-feature +neon -target-feature +sha2 -target-feature +aes 
-target-feature -fp16fml -target-abi aapcs-linux -mfloat-abi hard 
-debugger-tuning=gdb -fdebug-compilation-dir=/clangd-test 
-fcoverage-compilation-dir=/clangd-test -resource-dir lib/clang/21 
-internal-isystem lib/clang/21/include -internal-isystem /usr/local/include 
-internal-externc-isystem /include -internal-externc-isystem /usr/include 
-fdeprecated-macro -ferror-limit 19 -fno-signed-char -fgnuc-version=4.2.1 
-fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -no-round-trip-args 
-faddrsig -D__GCC_HAVE_DWARF2_CFI_ASM=1 -x c++ /clangd-test/foo.cpp
Building first preamble for /clangd-test/foo.cpp version null
Built preamble of size 369436 for file /clangd-test/foo.cpp version null in 
0.05 seconds
Code complete: fuzzyFind({
  "AnyScope": false,
  "Limit": null,
  "PreferredTypes": [],
  "ProximityPaths": [
    "/clangd-test/foo.cpp"
  ],
  "Query": "ab",
  "RestrictForCodeCompletion": true,
  "Scopes": [
    "ns1::"
  ]
})
Code complete: sema context Symbol, query scopes [ns1::] (AnyScope=false), 
expected type <none>
Code complete: 1 results from Sema, 0 from Index, 0 matched, 0 from 
identifiers, 1 returned (incomplete).
Ignored diagnostic. /clangd-test/foo.cpp:4:23:no member named 'ab' in namespace 
'ns1'
Code complete: fuzzyFind({
  "AnyScope": false,
  "Limit": null,
  "PreferredTypes": [],
  "ProximityPaths": [
    "/clangd-test/foo.cpp"
  ],
  "Query": "ab",
  "RestrictForCodeCompletion": true,
  "Scopes": [
    "ns1::"
  ]
})
Code complete: sema context Symbol, query scopes [ns1::] (AnyScope=false), 
expected type <none>
Code complete: 1 results from Sema, 0 from Index, 0 matched, 0 from 
identifiers, 1 returned (incomplete).
Code complete: fuzzyFind({
  "AnyScope": false,
  "Limit": null,
...

```

</details>

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

Reply via email to