Skip to content

✅ Add test

✅ Add test #4

Triggered via push December 5, 2024 17:47
Status Failure
Total duration 2m 11s
Artifacts
Matrix: build-and-run-tests
Fit to window
Zoom out
Zoom in

Annotations

34 errors and 8 warnings
Linux GCC Debug: src/spawn_process.cpp#L53
‘{anonymous}::std::filesystem’ has not been declared
Linux GCC Debug: src/spawn_process.cpp#L53
expected ‘,’ or ‘;’ before ‘->’ token
Linux GCC Debug: src/spawn_process.cpp#L77
‘auto Cool::spawn_process’ redeclared as different kind of entity
Linux GCC Debug: src/spawn_process.cpp#L77
reference to ‘std’ is ambiguous
Linux GCC Debug
run-cmake action execution failed: 'Error: "Build failed with error code: '1'."'
Linux Clang Debug: src/spawn_process.cpp#L53
no member named 'filesystem' in namespace '(anonymous namespace)::std'; did you mean '::std::filesystem'?
Linux Clang Debug: src/spawn_process.cpp#L53
invalid parameter name: 'const' is a keyword
Linux Clang Debug: src/spawn_process.cpp#L53
expected ')'
Linux Clang Debug: src/spawn_process.cpp#L53
no template named 'optional' in namespace '(anonymous namespace)::std'; did you mean '::std::optional'?
Linux Clang Debug: src/spawn_process.cpp#L53
no member named 'string' in namespace '(anonymous namespace)::std'
Linux Clang Debug: src/spawn_process.cpp#L60
no member named 'cerr' in namespace '(anonymous namespace)::std'
Linux Clang Debug: src/spawn_process.cpp#L60
no member named 'endl' in namespace '(anonymous namespace)::std'
Linux Clang Debug: src/spawn_process.cpp#L65
use of undeclared identifier 'executable_absolute_path'
Linux Clang Debug: src/spawn_process.cpp#L65
use of undeclared identifier 'executable_absolute_path'
Linux Clang Debug: src/spawn_process.cpp#L77
reference to 'std' is ambiguous
Linux Clang Release: src/spawn_process.cpp#L53
no member named 'filesystem' in namespace '(anonymous namespace)::std'; did you mean '::std::filesystem'?
Linux Clang Release: src/spawn_process.cpp#L53
invalid parameter name: 'const' is a keyword
Linux Clang Release: src/spawn_process.cpp#L53
expected ')'
Linux Clang Release: src/spawn_process.cpp#L53
no template named 'optional' in namespace '(anonymous namespace)::std'; did you mean '::std::optional'?
Linux Clang Release: src/spawn_process.cpp#L53
no member named 'string' in namespace '(anonymous namespace)::std'
Linux Clang Release: src/spawn_process.cpp#L60
no member named 'cerr' in namespace '(anonymous namespace)::std'
Linux Clang Release: src/spawn_process.cpp#L60
no member named 'endl' in namespace '(anonymous namespace)::std'
Linux Clang Release: src/spawn_process.cpp#L65
use of undeclared identifier 'executable_absolute_path'
Linux Clang Release: src/spawn_process.cpp#L65
use of undeclared identifier 'executable_absolute_path'
Linux Clang Release: src/spawn_process.cpp#L77
reference to 'std' is ambiguous
Linux GCC Release: src/spawn_process.cpp#L53
‘{anonymous}::std::filesystem’ has not been declared
Linux GCC Release: src/spawn_process.cpp#L53
expected ‘,’ or ‘;’ before ‘->’ token
Linux GCC Release: src/spawn_process.cpp#L77
‘auto Cool::spawn_process’ redeclared as different kind of entity
Linux GCC Release: src/spawn_process.cpp#L77
reference to ‘std’ is ambiguous
Linux GCC Release
run-cmake action execution failed: 'Error: "Build failed with error code: '1'."'
MacOS Clang Release: src/spawn_process.cpp#L60
no member named 'cerr' in namespace 'std'
MacOS Clang Release
run-cmake action execution failed: 'Error: "Build failed with error code: '1'."'
MacOS Clang Debug: src/spawn_process.cpp#L60
no member named 'cerr' in namespace 'std'
MacOS Clang Debug
run-cmake action execution failed: 'Error: "Build failed with error code: '1'."'
Linux GCC Debug
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Clang Debug
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux Clang Release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Linux GCC Release
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Windows MSVC Release: tests/dummy_exe.cpp#L13
'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Windows MSVC Debug: tests/dummy_exe.cpp#L13
'localtime': This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
Windows Clang Debug: tests/dummy_exe.cpp#L13
'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Windows Clang Release: tests/dummy_exe.cpp#L13
'localtime' is deprecated: This function or variable may be unsafe. Consider using localtime_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]