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

<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 :: SemaCXX/unique_object_duplication.cpp' 
FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/lib/clang/21/include
 -nostdsysteminc -fsyntax-only -verify=hidden -Wunique-object-duplication 
-fvisibility=hidden -Wno-unused-value 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.cpp
+ 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/bin/clang 
-cc1 -internal-isystem 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/build/lib/clang/21/include
 -nostdsysteminc -fsyntax-only -verify=hidden -Wunique-object-duplication 
-fvisibility=hidden -Wno-unused-value 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.cpp
error: 'hidden-warning' diagnostics expected but not seen: 
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 20: 'disallowedStatic1' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 22: initializeation of 'disallowedStatic2' may run twice when built into 
a shared library: it has hidden visibility and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 61: 'disallowedStatic1' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 64: 'disallowedStatic2' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 69: 'disallowedStatic3' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 99: 'disallowedThreadLocal' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 109: 'disallowedGlobal1' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 112: initializeation of 'disallowedGlobal5' may run twice when built into 
a shared library: it has hidden visibility and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 131: 'nonConstReference' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 134: 'nonConstPointerToNonConst' may be duplicated when built into a 
shared library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 135: 'nonConstPointerToConst' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 136: 'constPointerToNonConst' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 142: 'nestedNonConstPointer' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 145: 'disallowedStaticMember1' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
  File 
/home/buildbot/buildbot-root/llvm-clang-x86_64-sie-ubuntu-fast/llvm-project/clang/test/SemaCXX/unique_object_duplication.h
 Line 156: 'disallowedStaticMember2' may be duplicated when built into a shared 
library: it is mutable, has hidden visibility, and external linkage
15 errors generated.

--

********************


```

</details>

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

Reply via email to