Bug 307583
| Summary: | REGRESSION(307222@main): Broke WPE clang build | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | New Bugs | Assignee: | Alejandro G. Castro <alex> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dan.hecht, marcus_plutowski, webkit-bug-importer, ysuzuki |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
Alejandro G. Castro
[301/2539] Building CXX object Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/GenerationalSet.cpp.o
FAILED: Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/GenerationalSet.cpp.o
/usr/bin/ccache /usr/local/bin/clang++ -DBUILDING_TestWTF -DBUILDING_WEBKIT=1 -DBUILDING_WITH_CMAKE=1 -DBUILDING_WPE__=1 -DBWRAP_EXECUTABLE=\"/usr/bin/bwrap\" -DDBUS_PROXY_EXECUTABLE=\"/usr/bin/xdg-dbus-proxy\" -DGETTEXT_PACKAGE=\"WPE\" -DGTEST_CREATE_SHARED_LIBRARY=1 -DGTEST_HAS_PTHREAD=1 -DGTEST_HAS_RTTI=0 -DHAVE_CONFIG_H=1 -DJSC_GLIB_API_ENABLED -DPAS_BMALLOC=1 -DSTATICALLY_LINKED_WITH_WTF -DSTATICALLY_LINKED_WITH_bmalloc -D_GLIBCXX_ASSERTIONS=1 -I/sdk/webkit/WebKitBuild/WPE/Release -I/sdk/webkit/Tools/TestWebKitAPI -I/sdk/webkit/Source/ThirdParty/gtest/include -I/sdk/webkit/WebKitBuild/WPE/Release/WTF/Headers -I/sdk/webkit/WebKitBuild/WPE/Release/bmalloc/Headers -isystem /usr/include/glib-2.0 -isystem /usr/lib/x86_64-linux-gnu/glib-2.0/include -isystem /usr/include/libmount -isystem /usr/include/blkid -isystem /jhbuild/install/include/sysprof-6 -fdiagnostics-color=always -fcolor-diagnostics -Wextra -Wall -Werror=undefined-internal -Werror=undefined-inline -pipe -Wno-noexcept-type -Wno-nullability-completeness -Wno-psabi -Wno-misleading-indentation -Wno-parentheses-equality -Qunused-arguments -Wundef -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wcast-align -Wno-tautological-compare -fasynchronous-unwind-tables -fdebug-types-section -fno-omit-frame-pointer -fno-strict-aliasing -fno-exceptions -fno-rtti -fcoroutines -ffunction-sections -fdata-sections -O3 -DNDEBUG -std=c++23 -fPIE -fvisibility=hidden -fvisibility-inlines-hidden -Werror -Wno-dangling-else -Wno-sign-compare -Wno-undef -Wno-unused-parameter -I/usr/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread -I/usr/include/libmount -I/usr/include/blkid -MD -MT Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/GenerationalSet.cpp.o -MF Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/GenerationalSet.cpp.o.d -o Tools/TestWebKitAPI/CMakeFiles/TestWTF.dir/Tests/WTF/GenerationalSet.cpp.o -c /sdk/webkit/Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp
In file included from ../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:27:
WTF/Headers/wtf/GenerationalSet.h:36:76: error: template template argument has different template parameters than its corresponding template template parameter
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^
../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:35:28: note: while checking a default template argument used here
35 | GenerationalSet<uint8_t> set(100);
| ~~~~~~~~~~~~~~~~~~~~~~~^
WTF/Headers/wtf/Vector.h:574:1: note: too many template parameters in template template argument
574 | template<typename T, size_t inlineCapacity, typename OverflowHandler, size_t minCapacity, typename Malloc>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:35: note: previous template template parameter is here
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:76: error: template template argument has different template parameters than its corresponding template template parameter
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^
../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:60:28: note: while checking a default template argument used here
60 | GenerationalSet<uint8_t> set(10);
| ~~~~~~~~~~~~~~~~~~~~~~~^
WTF/Headers/wtf/Vector.h:574:1: note: too many template parameters in template template argument
574 | template<typename T, size_t inlineCapacity, typename OverflowHandler, size_t minCapacity, typename Malloc>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:35: note: previous template template parameter is here
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:76: error: template template argument has different template parameters than its corresponding template template parameter
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^
../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:83:28: note: while checking a default template argument used here
83 | GenerationalSet<uint8_t> set(10);
| ~~~~~~~~~~~~~~~~~~~~~~~^
WTF/Headers/wtf/Vector.h:574:1: note: too many template parameters in template template argument
574 | template<typename T, size_t inlineCapacity, typename OverflowHandler, size_t minCapacity, typename Malloc>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:35: note: previous template template parameter is here
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:76: error: template template argument has different template parameters than its corresponding template template parameter
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^
../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:126:29: note: while checking a default template argument used here
126 | GenerationalSet<uint16_t> set16(50);
| ~~~~~~~~~~~~~~~~~~~~~~~~^
WTF/Headers/wtf/Vector.h:574:1: note: too many template parameters in template template argument
574 | template<typename T, size_t inlineCapacity, typename OverflowHandler, size_t minCapacity, typename Malloc>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:35: note: previous template template parameter is here
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:76: error: template template argument has different template parameters than its corresponding template template parameter
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^
../../../Tools/TestWebKitAPI/Tests/WTF/GenerationalSet.cpp:132:29: note: while checking a default template argument used here
132 | GenerationalSet<uint64_t> set64(50);
| ~~~~~~~~~~~~~~~~~~~~~~~~^
WTF/Headers/wtf/Vector.h:574:1: note: too many template parameters in template template argument
574 | template<typename T, size_t inlineCapacity, typename OverflowHandler, size_t minCapacity, typename Malloc>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
WTF/Headers/wtf/GenerationalSet.h:36:35: note: previous template template parameter is here
36 | template<typename GenerationType, template<typename> typename VectorType = Vector>
| ^~~~~~~~~~~~~~~~~~
5 errors generated.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alejandro G. Castro
https://build.webkit.org/#/builders/629/builds/22610
Alejandro G. Castro
Pull request: https://github.com/WebKit/WebKit/pull/58430
EWS
Committed 307328@main (4465fe4c324b): <https://commits.webkit.org/307328@main>
Reviewed commits have been landed. Closing PR #58430 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/170192134>