CMakeTestAllGenerators
command_line: /__w/nightly-builds/nightly-builds/build/bin/cmake "-D" "dir=/__w/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators" "-D" "CMake_SOURCE_DIR=/__w/nightly-builds/nightly-builds" "-P" "/__w/nightly-builds/nightly-builds/Tests/CMakeTestAllGenerators/RunCMake.cmake"
working_directory: "./Tests"
Processors: 1
Execution Time: 2.955
BeforeCPULoadAverage: 3.98876953125
AfterCPULoadAverage: 3.98876953125
BeforeHostMemoryUsed: 1070004
AfterHostMemoryUsed: 1133220
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;Unix Makefiles;Green Hills MULTI;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 Clang 21.0.0
-- The CXX compiler identification is Clang 21.0.0
-- 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 (0.7s)
-- Generating done (0.1s)
-- Build files have been written to: /__w/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Ninja Multi-Config
'
-- stderr=''
--
-- cmake -G "Ninja" ..
-- result='0'
-- stdout='-- The C compiler identification is Clang 21.0.0
-- The CXX compiler identification is Clang 21.0.0
-- 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 (0.7s)
-- Generating done (0.0s)
-- Build files have been written to: /__w/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Ninja
'
-- stderr=''
--
-- cmake -G "Unix Makefiles" ..
-- result='0'
-- stdout='-- The C compiler identification is Clang 21.0.0
-- The CXX compiler identification is Clang 21.0.0
-- 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 (0.7s)
-- Generating done (0.1s)
-- Build files have been written to: /__w/nightly-builds/nightly-builds/build/Tests/CMakeTestAllGenerators/Source/Unix Makefiles
'
-- stderr=''
--
-- cmake -G "Green Hills MULTI" ..
-- result='1'
-- stdout='-- Configuring incomplete, errors occurred!
'
-- stderr='CMake Error at CMakeLists.txt:2 (project):
GHS_TOOLSET_ROOT directory "/usr/ghs" does not exist.
'
--
-- cmake -G "BOGUS_CMAKE_GENERATOR" ..
-- result='1'
-- stdout=''
-- stderr='CMake Error: Could not create named generator BOGUS_CMAKE_GENERATOR
Generators
Green Hills MULTI = Generates Green Hills MULTI files
(experimental, work-in-progress).
* 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.
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;Unix Makefiles;Green Hills MULTI;BOGUS_CMAKE_GENERATOR'
-- CMAKE_COMMAND='/__w/nightly-builds/nightly-builds/build/bin/cmake'