CMakeTestAllGenerators
command_line: /Users/runner/work/nightly-builds/nightly-builds/build/bin/cmake "-D" "dir=/Users/runner/work/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators" "-D" "CMake_SOURCE_DIR=/Users/runner/work/nightly-builds/nightly-builds" "-P" "/Users/runner/work/nightly-builds/nightly-builds/Tests/CMakeTestAllGenerators/RunCMake.cmake"
working_directory: "./Tests"
Processors: 1
Execution Time: 25.475
Completion Status: Completed
Environment: #CTEST_RESOURCE_GROUP_COUNT=
stdout:
-- CTEST_FULL_OUTPUT (Avoid ctest truncation of output)
-- CMake generators='Watcom WMake;Ninja Multi-Config;Ninja;Xcode;Unix Makefiles;BOGUS_CMAKE_GENERATOR'
-- cmake -G "Watcom WMake" ..
-- result='1'
-- stdout='-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Configuring incomplete, errors occurred!
'
-- stderr='CMake Error at CMakeLists.txt:2 (project):
The CMAKE_C_COMPILER:
wcl386
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:2 (project):
The CMAKE_CXX_COMPILER:
wcl386
is not a full path and was not found in the PATH.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
'
--
-- cmake -G "Ninja Multi-Config" ..
-- result='0'
-- stdout='-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (1.1s)
-- Generating done (0.1s)
-- Build files have been written to: /Users/runner/work/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Ninja Multi-Config
'
-- stderr=''
--
-- cmake -G "Ninja" ..
-- result='0'
-- stdout='-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (1.1s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/runner/work/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Ninja
'
-- stderr=''
--
-- cmake -G "Xcode" ..
-- result='0'
-- stdout='-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode_16.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode_16.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (18.6s)
-- Generating done (0.0s)
-- Build files have been written to: /Users/runner/work/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Xcode
'
-- stderr=''
--
-- cmake -G "Unix Makefiles" ..
-- result='0'
-- stdout='-- The C compiler identification is AppleClang 16.0.0.16000026
-- The CXX compiler identification is AppleClang 16.0.0.16000026
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done (2.6s)
-- Generating done (0.1s)
-- Build files have been written to: /Users/runner/work/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Unix Makefiles
'
-- stderr=''
--
-- cmake -G "BOGUS_CMAKE_GENERATOR" ..
-- result='1'
-- stdout=''
-- stderr='CMake Error: Could not create named generator BOGUS_CMAKE_GENERATOR
Generators
* Unix Makefiles = Generates standard UNIX makefiles.
Ninja = Generates build.ninja files.
Ninja Multi-Config = Generates build-<Config>.ninja files.
Watcom WMake = Generates Watcom WMake makefiles.
Xcode = Generate Xcode project files.
CodeBlocks - Ninja = Generates CodeBlocks project files
(deprecated).
CodeBlocks - Unix Makefiles = Generates CodeBlocks project files
(deprecated).
CodeLite - Ninja = Generates CodeLite project files
(deprecated).
CodeLite - Unix Makefiles = Generates CodeLite project files
(deprecated).
Eclipse CDT4 - Ninja = Generates Eclipse CDT 4.0 project files
(deprecated).
Eclipse CDT4 - Unix Makefiles= Generates Eclipse CDT 4.0 project files
(deprecated).
Kate - Ninja = Generates Kate project files (deprecated).
Kate - Ninja Multi-Config = Generates Kate project files (deprecated).
Kate - Unix Makefiles = Generates Kate project files (deprecated).
Sublime Text 2 - Ninja = Generates Sublime Text 2 project files
(deprecated).
Sublime Text 2 - Unix Makefiles
= Generates Sublime Text 2 project files
(deprecated).
'
--
-- CMake generators='Watcom WMake;Ninja Multi-Config;Ninja;Xcode;Unix Makefiles;BOGUS_CMAKE_GENERATOR'
-- CMAKE_COMMAND='/Users/runner/work/nightly-builds/nightly-builds/build/bin/cmake'