github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

* 104756 tests passed
* 3560 tests skipped
* 1 test failed

## Failed Tests
(click on a test name to see its output)

### llvm-libc++-shared-cfg-in
<details>
<summary>llvm-libc++-shared-cfg-in.libcxx/iterators/product_iterator.pass.cpp</summary>

```
Exit Code: 1

Command Output (stdout):
--
# COMPILED WITH
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ 
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/test/libcxx/iterators/product_iterator.pass.cpp
 -pthread --target=x86_64-unknown-linux-gnu -nostdinc++ -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/include/x86_64-unknown-linux-gnu/c++/v1
 -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/include/c++/v1
 -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/test/support 
-std=c++26 -Werror -Wall -Wctad-maybe-unsupported -Wextra -Wshadow -Wundef 
-Wunused-template -Wno-unused-command-line-argument -Wno-attributes 
-Wno-pessimizing-move -Wno-noexcept-type -Wno-atomic-alignment 
-Wno-reserved-module-identifier -Wdeprecated-copy -Wdeprecated-copy-dtor 
-Wshift-negative-value -Wno-user-defined-literals -Wno-tautological-compare 
-Wsign-compare -Wunused-variable -Wunused-parameter -Wunreachable-code 
-Wno-unused-local-typedef -Wno-local-type-template-args -Wno-c++11-extensions 
-Wno-unknown-pragmas -Wno-pass-failed -Wno-mismatched-new-delete 
-Wno-redundant-move -Wno-self-move -Wno-nullability-completeness 
-flax-vector-conversions=none -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER 
-D_LIBCPP_ENABLE_EXPERIMENTAL -Wuser-defined-warnings  -lc++experimental 
-nostdlib++ -L 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/lib/x86_64-unknown-linux-gnu
 
-Wl,-rpath,/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/lib/x86_64-unknown-linux-gnu
 -lc++ -latomic -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test/libcxx/iterators/Output/product_iterator.pass.cpp.dir/t.tmp.exe
# executed command: 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/./bin/clang++ 
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/test/libcxx/iterators/product_iterator.pass.cpp
 -pthread --target=x86_64-unknown-linux-gnu -nostdinc++ -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/include/x86_64-unknown-linux-gnu/c++/v1
 -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/include/c++/v1
 -I 
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/test/support 
-std=c++26 -Werror -Wall -Wctad-maybe-unsupported -Wextra -Wshadow -Wundef 
-Wunused-template -Wno-unused-command-line-argument -Wno-attributes 
-Wno-pessimizing-move -Wno-noexcept-type -Wno-atomic-alignment 
-Wno-reserved-module-identifier -Wdeprecated-copy -Wdeprecated-copy-dtor 
-Wshift-negative-value -Wno-user-defined-literals -Wno-tautological-compare 
-Wsign-compare -Wunused-variable -Wunused-parameter -Wunreachable-code 
-Wno-unused-local-typedef -Wno-local-type-template-args -Wno-c++11-extensions 
-Wno-unknown-pragmas -Wno-pass-failed -Wno-mismatched-new-delete 
-Wno-redundant-move -Wno-self-move -Wno-nullability-completeness 
-flax-vector-conversions=none -D_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER 
-D_LIBCPP_ENABLE_EXPERIMENTAL -Wuser-defined-warnings -lc++experimental 
-nostdlib++ -L 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/lib/x86_64-unknown-linux-gnu
 
-Wl,-rpath,/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/lib/x86_64-unknown-linux-gnu
 -lc++ -latomic -o 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test/libcxx/iterators/Output/product_iterator.pass.cpp.dir/t.tmp.exe
# .---command stderr------------
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/libcxx/test/libcxx/iterators/product_iterator.pass.cpp:37:19:
 error: implicit instantiation of undefined template 
'std::__product_iterator_traits<std::ranges::zip_view<std::ranges::subrange<cpp20_input_iterator<int
 *>, sentinel_wrapper<cpp20_input_iterator<int *>>>, 
std::ranges::iota_view<int, int>>::__iterator<false>>'
# |    37 |     static_assert(std::__product_iterator_traits<Iter>::__size == 
2);
# |       |                   ^
# | 
/home/gha/actions-runner/_work/llvm-project/llvm-project/build/runtimes/runtimes-bins/libcxx/test-suite-install/include/c++/v1/__iterator/product_iterator.h:44:8:
 note: template is declared here
# |    44 | struct __product_iterator_traits;
# |       |        ^
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1

--

```
</details>

If these failures are unrelated to your changes (for example tests are broken 
or flaky at HEAD), please open an issue at 
https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

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

Reply via email to