Determining if the __AVX512F__ exist failed with the following output: Change Dir: /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_3af6d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_3af6d.dir/build.make CMakeFiles/cmTC_3af6d.dir/build gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L' Building CXX object CMakeFiles/cmTC_3af6d.dir/CheckSymbolExists.cxx.o /usr/local/bin/c++ -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -march=native -std=gnu++23 -o CMakeFiles/cmTC_3af6d.dir/CheckSymbolExists.cxx.o -c /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L/CheckSymbolExists.cxx /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L/CheckSymbolExists.cxx: In function 'int main(int, char**)': /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L/CheckSymbolExists.cxx:7:19: error: '__AVX512F__' was not declared in this scope 7 | return ((int*)(&__AVX512F__))[argc]; | ^~~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_3af6d.dir/build.make:78: CMakeFiles/cmTC_3af6d.dir/CheckSymbolExists.cxx.o] Error 1 gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-t9vR3L' gmake: *** [Makefile:127: cmTC_3af6d/fast] Error 2 File CheckSymbolExists.cxx: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __AVX512F__ return ((int*)(&__AVX512F__))[argc]; #else (void)argc; return 0; #endif } Determining if the __ARM_NEON exist failed with the following output: Change Dir: /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c328c/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c328c.dir/build.make CMakeFiles/cmTC_c328c.dir/build gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay' Building CXX object CMakeFiles/cmTC_c328c.dir/CheckSymbolExists.cxx.o /usr/local/bin/c++ -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -march=native -std=gnu++23 -o CMakeFiles/cmTC_c328c.dir/CheckSymbolExists.cxx.o -c /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay/CheckSymbolExists.cxx /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay/CheckSymbolExists.cxx: In function 'int main(int, char**)': /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay/CheckSymbolExists.cxx:7:19: error: '__ARM_NEON' was not declared in this scope 7 | return ((int*)(&__ARM_NEON))[argc]; | ^~~~~~~~~~ gmake[1]: *** [CMakeFiles/cmTC_c328c.dir/build.make:78: CMakeFiles/cmTC_c328c.dir/CheckSymbolExists.cxx.o] Error 1 gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-9mVBay' gmake: *** [Makefile:127: cmTC_c328c/fast] Error 2 File CheckSymbolExists.cxx: /* */ int main(int argc, char** argv) { (void)argv; #ifndef __ARM_NEON return ((int*)(&__ARM_NEON))[argc]; #else (void)argc; return 0; #endif } Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 failed with the following output: Change Dir: /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-tc1i7w Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_1c111/fast && /usr/bin/gmake -f CMakeFiles/cmTC_1c111.dir/build.make CMakeFiles/cmTC_1c111.dir/build gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-tc1i7w' Building CXX object CMakeFiles/cmTC_1c111.dir/src.cxx.o /usr/local/bin/c++ -DHAVE_CXX_FLAG_WSHORTEN_64_TO_32 -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -Wshorten-64-to-32 -Wshorten-64-to-32 -std=gnu++23 -o CMakeFiles/cmTC_1c111.dir/src.cxx.o -c /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-tc1i7w/src.cxx c++: error: unrecognized command-line option '-Wshorten-64-to-32' c++: error: unrecognized command-line option '-Wshorten-64-to-32' gmake[1]: *** [CMakeFiles/cmTC_1c111.dir/build.make:78: CMakeFiles/cmTC_1c111.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-tc1i7w' gmake: *** [Makefile:127: cmTC_1c111/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WD654 failed with the following output: Change Dir: /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-ZZllxa Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5aeff/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5aeff.dir/build.make CMakeFiles/cmTC_5aeff.dir/build gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-ZZllxa' Building CXX object CMakeFiles/cmTC_5aeff.dir/src.cxx.o /usr/local/bin/c++ -DHAVE_CXX_FLAG_WD654 -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -wd654 -wd654 -std=gnu++23 -o CMakeFiles/cmTC_5aeff.dir/src.cxx.o -c /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-ZZllxa/src.cxx c++: error: unrecognized command-line option '-wd654' c++: error: unrecognized command-line option '-wd654' gmake[1]: *** [CMakeFiles/cmTC_5aeff.dir/build.make:78: CMakeFiles/cmTC_5aeff.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-ZZllxa' gmake: *** [Makefile:127: cmTC_5aeff/fast] Error 2 Source file was: int main() { return 0; } Performing C++ SOURCE FILE Test HAVE_CXX_FLAG_WTHREAD_SAFETY failed with the following output: Change Dir: /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-kl62xN Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_002af/fast && /usr/bin/gmake -f CMakeFiles/cmTC_002af.dir/build.make CMakeFiles/cmTC_002af.dir/build gmake[1]: Entering directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-kl62xN' Building CXX object CMakeFiles/cmTC_002af.dir/src.cxx.o /usr/local/bin/c++ -DHAVE_CXX_FLAG_WTHREAD_SAFETY -Werror -Wempty-body -Wclobbered -Wignored-qualifiers -Wall -Wextra -Wunused-parameter -Wshadow -pedantic -Wsign-compare -Wtype-limits -Wuninitialized -Wimplicit-fallthrough -std=c++11 -Wall -Wextra -Wshadow -Wfloat-equal -Wsuggest-override -pedantic -pedantic-errors -fstrict-aliasing -Wno-deprecated-declarations -Wstrict-aliasing -Wthread-safety -Wthread-safety -std=gnu++23 -o CMakeFiles/cmTC_002af.dir/src.cxx.o -c /var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-kl62xN/src.cxx c++: error: unrecognized command-line option '-Wthread-safety' c++: error: unrecognized command-line option '-Wthread-safety' gmake[1]: *** [CMakeFiles/cmTC_002af.dir/build.make:78: CMakeFiles/cmTC_002af.dir/src.cxx.o] Error 1 gmake[1]: Leaving directory '/var/jenkins/workspace/Kokkos_nightly/build/CMakeFiles/CMakeScratch/TryCompile-kl62xN' gmake: *** [Makefile:127: cmTC_002af/fast] Error 2 Source file was: int main() { return 0; }