INFO:2024-04-18T11:55:49Z:root:pulling... From github.com:llvm/llvm-project * branch main -> FETCH_HEAD 652ae4ecadaa..0e08bce142c9 main -> origin/main Switched to branch 'main' Your branch is behind 'origin/main' by 2 commits, and can be fast-forwarded. (use "git pull" to update your local branch) HEAD is now at 0e08bce142c9 [libc++][pstl] Move the CPU algorithm implementations to __pstl (#89109) INFO:2024-04-18T11:55:53Z:root:syncing... Deleted branch merge (was 652ae4ecadaa). Switched to a new branch 'merge' branch 'merge' set up to track 'origin/main'. [merge 168080ff692b] [gn build] Port 0e08bce142c9 1 file changed, 8 insertions(+), 8 deletions(-) [gn build] Port 0e08bce142c9 -- https://github.com/llvm/llvm-project/commit/0e08bce142c9 INFO:2024-04-18T11:55:54Z:root:building ninja: Entering directory `out/gn' [1/1] Regenerating ninja files [1/48] COPY ../../libcxx/include/__pstl/backends/libdispatch.h include/c++/v1/__pstl/backends/libdispatch.h [2/48] COPY ../../libcxx/include/__pstl/backends/serial.h include/c++/v1/__pstl/backends/serial.h [3/48] COPY ../../libcxx/include/__pstl/backends/std_thread.h include/c++/v1/__pstl/backends/std_thread.h [4/48] COPY ../../libcxx/include/__pstl/cpu_algos/any_of.h include/c++/v1/__pstl/cpu_algos/any_of.h [5/48] COPY ../../libcxx/include/__pstl/cpu_algos/fill.h include/c++/v1/__pstl/cpu_algos/fill.h [6/48] COPY ../../libcxx/include/__pstl/cpu_algos/find_if.h include/c++/v1/__pstl/cpu_algos/find_if.h [7/48] COPY ../../libcxx/include/__pstl/cpu_algos/for_each.h include/c++/v1/__pstl/cpu_algos/for_each.h [8/48] COPY ../../libcxx/include/__pstl/cpu_algos/merge.h include/c++/v1/__pstl/cpu_algos/merge.h [9/48] COPY ../../libcxx/include/__pstl/cpu_algos/stable_sort.h include/c++/v1/__pstl/cpu_algos/stable_sort.h [10/48] COPY ../../libcxx/include/__pstl/cpu_algos/transform.h include/c++/v1/__pstl/cpu_algos/transform.h [11/48] COPY ../../libcxx/include/__pstl/cpu_algos/transform_reduce.h include/c++/v1/__pstl/cpu_algos/transform_reduce.h [12/48] COPY ../../libcxx/include/module.modulemap include/c++/v1/module.modulemap [13/48] STAMP obj/libcxx/include/copy_headers.stamp [14/48] STAMP stage2_unix/obj/libcxx/src/cxx_shared.inputdeps.stamp [15/48] STAMP stage2_unix/obj/libcxx/include/include.stamp [16/48] STAMP stage2_unix/obj/libcxx/src/cxx_experimental.inputdeps.stamp [17/48] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_static.inputdeps.stamp [18/48] STAMP obj/libcxx/include/include.stamp [19/48] STAMP stage2_unix/obj/libcxx/src/cxx_static.inputdeps.stamp [20/48] STAMP stage2_unix/obj/libcxxabi/src/cxxabi_shared.inputdeps.stamp [21/48] CXX stage2_unix/obj/libcxx/src/cxx_static.hash.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] [22/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.hash.o [23/48] CXX stage2_unix/obj/libcxx/src/cxx_static.ios.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:187:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 187 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _PairMutable& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:191:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 191 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutable&& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:198:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 198 | _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 3 warnings generated. [24/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.ios.o In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:187:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 187 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _PairMutable& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:191:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 191 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutable&& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/ios.cpp:14: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:198:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 198 | _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 3 warnings generated. [25/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.random.o [26/48] CXX stage2_unix/obj/libcxx/src/cxx_static.random.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] [27/48] CXX stage2_unix/obj/libcxx/src/cxx_static.random_shuffle.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] [28/48] CXX stage2_unix/obj/libcxx/src/cxx_static.regex.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] In file included from ../../libcxx/src/regex.cpp:10: In file included from include/c++/v1/iterator:687: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:912:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 912 | _LIBCPP_HIDE_FROM_ABI void operator()(true_type) const { __this->__emplace<_Ip>(std::forward<_Arg>(__arg)); } | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/regex.cpp:10: In file included from include/c++/v1/iterator:687: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:913:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 913 | _LIBCPP_HIDE_FROM_ABI void operator()(false_type) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 2 warnings generated. [29/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.regex.o In file included from ../../libcxx/src/regex.cpp:10: In file included from include/c++/v1/iterator:687: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:912:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 912 | _LIBCPP_HIDE_FROM_ABI void operator()(true_type) const { __this->__emplace<_Ip>(std::forward<_Arg>(__arg)); } | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/regex.cpp:10: In file included from include/c++/v1/iterator:687: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:913:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 913 | _LIBCPP_HIDE_FROM_ABI void operator()(false_type) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 2 warnings generated. [30/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.random_shuffle.o [31/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.strstream.o [32/48] CXX stage2_unix/obj/libcxx/src/cxx_static.strstream.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] [33/48] CXX stage2_unix/obj/libcxx/src/cxx_static.algorithm.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] [34/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.algorithm.o [35/48] CXX stage2_unix/obj/libcxx/src/cxx_experimental.tzdb.o In file included from ../../libcxx/src/tzdb.cpp:18: In file included from ../../libcxx/src/include/tzdb/time_zone_private.h:19: In file included from ../../libcxx/src/include/tzdb/types_private.h:18: include/c++/v1/variant:912:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 912 | _LIBCPP_HIDE_FROM_ABI void operator()(true_type) const { __this->__emplace<_Ip>(std::forward<_Arg>(__arg)); } | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/tzdb.cpp:18: In file included from ../../libcxx/src/include/tzdb/time_zone_private.h:19: In file included from ../../libcxx/src/include/tzdb/types_private.h:18: include/c++/v1/variant:913:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 913 | _LIBCPP_HIDE_FROM_ABI void operator()(false_type) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 2 warnings generated. [36/48] CXX stage2_unix/obj/libcxx/src/cxx_experimental.time_zone.o In file included from ../../libcxx/src/time_zone.cpp:37: In file included from include/c++/v1/ranges:383: In file included from include/c++/v1/__ranges/common_view.h:16: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:912:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 912 | _LIBCPP_HIDE_FROM_ABI void operator()(true_type) const { __this->__emplace<_Ip>(std::forward<_Arg>(__arg)); } | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/time_zone.cpp:37: In file included from include/c++/v1/ranges:383: In file included from include/c++/v1/__ranges/common_view.h:16: In file included from include/c++/v1/__iterator/common_iterator.h:31: include/c++/v1/variant:913:9: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 913 | _LIBCPP_HIDE_FROM_ABI void operator()(false_type) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 2 warnings generated. [37/48] AR lib/libc++experimental.a [38/48] CXX stage2_unix/obj/libcxx/src/cxx_static.locale.o clang++: warning: argument '-fvisibility-global-new-delete-hidden' is deprecated, use '-fvisibility-global-new-delete=force-hidden' instead [-Wdeprecated] In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:187:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 187 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _PairMutable& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:191:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 191 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutable&& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:198:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 198 | _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 3 warnings generated. [39/48] CXX stage2_unix/obj/libcxx/src/cxx_shared.locale.o In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:187:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 187 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(const _PairMutable& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:191:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 191 | _LIBCPP_HIDE_FROM_ABI constexpr auto __do_construct(_PairMutable&& __pair) const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ In file included from ../../libcxx/src/locale.cpp:41: In file included from ../../libcxx/src/include/atomic_support.h:13: In file included from include/c++/v1/memory:942: include/c++/v1/__memory/uses_allocator_construction.h:198:5: warning: '__exclude_from_explicit_instantiation__' attribute ignored on local class member [-Wignored-attributes] 198 | _LIBCPP_HIDE_FROM_ABI constexpr operator _PairMutable() const { | ^ include/c++/v1/__config:792:22: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI' 792 | _LIBCPP_HIDDEN _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION \ | ^ include/c++/v1/__config:695:72: note: expanded from macro '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION' 695 | # define _LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION __attribute__((__exclude_from_explicit_instantiation__)) | ^ 3 warnings generated. [40/48] AR lib/libc++.a [41/48] SOLINK lib/libc++.so.0 [42/48] ACTION //libcxx/src:cxx_symlink(//llvm/utils/gn/build/toolchain:stage2_unix) [43/48] STAMP stage2_unix/obj/libcxx/src/cxx_symlink.stamp [44/48] ACTION //libcxx/src:cxx_linker_script(//llvm/utils/gn/build/toolchain:stage2_unix) [45/48] STAMP stage2_unix/obj/libcxx/src/cxx_linker_script.stamp [46/48] STAMP stage2_unix/obj/libcxx/src/src.stamp [47/48] STAMP obj/libcxx/libcxx.stamp [48/48] STAMP obj/default.stamp INFO:2024-04-18T11:56:05Z:root:analyze gn analyze output: { "compile_targets": [], "status": "No dependency", "test_targets": [] } gn analyze input: { "files": [ "//libcxx/include/CMakeLists.txt", "//libcxx/include/__pstl/backends/libdispatch.h", "//libcxx/include/__pstl/backends/serial.h", "//libcxx/include/__pstl/backends/std_thread.h", "//libcxx/include/__pstl/cpu_algos/any_of.h", "//libcxx/include/__pstl/cpu_algos/fill.h", "//libcxx/include/__pstl/cpu_algos/find_if.h", "//libcxx/include/__pstl/cpu_algos/for_each.h", "//libcxx/include/__pstl/cpu_algos/merge.h", "//libcxx/include/__pstl/cpu_algos/stable_sort.h", "//libcxx/include/__pstl/cpu_algos/transform.h", "//libcxx/include/__pstl/cpu_algos/transform_reduce.h", "//libcxx/include/libcxx.imp", "//libcxx/include/module.modulemap", "//llvm/utils/gn/secondary/libcxx/include/BUILD.gn", "//mlir/lib/Dialect/LLVMIR/IR/LLVMTypes.cpp" ], "test_targets": [ "//clang-tools-extra/clangd/test:check-clangd", "//clang-tools-extra/test:check-clang-tools", "//clang/test:check-clang", "//compiler-rt/test/hwasan:check-hwasan", "//lld/test:check-lld", "//llvm/test:check-llvm" ], "additional_compile_targets": [] } running all tests due to change to blacklisted file INFO:2024-04-18T11:56:06Z:root:testing INFO:2024-04-18T11:56:06Z:root:test check-clang ninja: Entering directory `out/gn' [0/2] ACTION //clang/test:check-clang(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 20330 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 115.53s Total Discovered Tests: 37085 Skipped : 31 (0.08%) Unsupported : 104 (0.28%) Passed : 36921 (99.56%) Expectedly Failed: 29 (0.08%) INFO:2024-04-18T11:58:03Z:root:test check-clang-tools ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/test:check-clang-tools(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 1100 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 6.07s Total Discovered Tests: 1342 Unsupported : 2 (0.15%) Passed : 1338 (99.70%) Expectedly Failed: 2 (0.15%) INFO:2024-04-18T11:58:10Z:root:test check-clangd ninja: Entering directory `out/gn' [0/2] ACTION //clang-tools-extra/clangd/test:check-clangd(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using clang: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang -- Testing: 164 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 35.60s Total Discovered Tests: 1324 Unsupported: 6 (0.45%) Passed : 1318 (99.55%) INFO:2024-04-18T11:58:46Z:root:test check-hwasan ninja: Entering directory `out/gn' [0/2] ACTION //compiler-rt/test/hwasan:check-hwasan(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/compiler-rt/test/lit.common.cfg.py:60: warning: Path reported by clang does not exist: "/usr/local/google/home/thakis/src/llvm-project/out/gn/lib/clang/19/lib/x86_64-unknown-linux-gnu". This path was found by running ['/usr/local/google/home/thakis/src/llvm-project/out/gn/bin/clang', '--target=x86_64-unknown-linux-gnu', '-print-runtime-dir']. -- Testing: 106 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 1 warning(s) in tests Testing Time: 8.11s Total Discovered Tests: 106 Unsupported : 35 (33.02%) Passed : 62 (58.49%) Expectedly Failed: 9 (8.49%) INFO:2024-04-18T11:58:55Z:root:test check-lld ninja: Entering directory `out/gn' [0/2] ACTION //lld/test:check-lld(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 2920 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 13.00s Total Discovered Tests: 2920 Unsupported : 20 (0.68%) Passed : 2899 (99.28%) Expectedly Failed: 1 (0.03%) INFO:2024-04-18T11:59:09Z:root:test check-llvm ninja: Entering directory `out/gn' [0/2] ACTION //llvm/test:check-llvm(//llvm/utils/gn/build/toolchain:unix) llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using lld-link: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/lld-link llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using ld64.lld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/ld64.lld llvm-lit: /usr/local/google/home/thakis/src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using wasm-ld: /usr/local/google/home/thakis/src/llvm-project/out/gn/bin/wasm-ld -- Testing: 54138 tests, 64 workers -- Testing: 0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. Testing Time: 129.66s Total Discovered Tests: 59359 Skipped : 15 (0.03%) Unsupported : 1638 (2.76%) Passed : 57537 (96.93%) Expectedly Failed: 169 (0.28%) INFO:2024-04-18T12:01:22Z:root:committing changes To github.com:llvm/llvm-project.git ! [rejected] HEAD -> main (fetch first) error: failed to push some refs to 'github.com:llvm/llvm-project.git' hint: Updates were rejected because the remote contains work that you do not hint: have locally. This is usually caused by another repository pushing to hint: the same ref. If you want to integrate the remote changes, use hint: 'git pull' before pushing again. hint: See the 'Note about fast-forwards' in 'git push --help' for details. Command '['git', 'push', 'origin', 'HEAD:main']' returned non-zero exit status 1.