Skip to content

Use macos-latest

Use macos-latest #2156

Triggered via pull request December 2, 2024 15:25
Status Failure
Total duration 38m 15s
Artifacts

ci v2.yml

on: pull_request
Matrix: cache_deps
Build Doxygen Docs
42s
Build Doxygen Docs
Test RPP as package - ubuntu-latest
27s
Test RPP as package - ubuntu-latest
Matrix: sanitize
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

48 errors and 80 warnings
Cache deps on ci-macos for Release
Intel CET not available
Cache deps on ci-macos for Release
use of undeclared identifier 'posix_fallocate'
Cache deps on ci-macos for Release
"This header is only meant to be used on x86 and x64 architecture"
Cache deps on ci-macos for Release
invalid input constraint 'a' in asm
Cache deps on ci-macos for Release
use of undeclared identifier '__builtin_ia32_crc32qi'
Cache deps on ci-macos for Release
use of undeclared identifier '__builtin_ia32_crc32hi'; did you mean '__builtin_arm_crc32h'?
Cache deps on ci-macos for Release
use of undeclared identifier '__builtin_ia32_crc32si'
Cache deps on ci-macos for Release
"This header is only meant to be used on x86 and x64 architecture"
Cache deps on ci-macos for Release
use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
Cache deps on ci-macos for Release
too few arguments to function call, expected 2, have 0
Cache deps on ci-windows for Release
Cannot open include file: 'alloca.h': No such file or directory
Cache deps on ci-windows for Release
#error: __STDC_VERSION__ must be >= 199901L
Cache deps on ci-windows for Release
#error: Intel CET not available
Cache deps on ci-windows for Release
Cannot open include file: 'unistd.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'sys/eventfd.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'sys/inotify.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'sys/socket.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'sys/socket.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'sys/socket.h': No such file or directory
Cache deps on ci-windows for Release
Cannot open include file: 'linux/input.h': No such file or directory
Cache deps on ci-ubuntu-gcc for Debug
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-ubuntu-gcc for Debug
sybfront.h: No such file or directory
Cache deps on ci-ubuntu-gcc for Debug
The operation was canceled.
Cache deps on ci-ubuntu-clang for Debug
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-ubuntu-clang for Debug
Intel CET not available
Cache deps on ci-ubuntu-clang for Debug
'sybfront.h' file not found
Cache deps on ci-ubuntu-clang for Debug
The operation was canceled.
Cache deps on ci-ubuntu-clang for Release
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-ubuntu-clang for Release
Intel CET not available
Cache deps on ci-ubuntu-clang for Release
'sybfront.h' file not found
Cache deps on ci-ubuntu-clang for Release
The operation was canceled.
Cache deps on ci-windows for Debug
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-ubuntu-gcc for Release
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-windows for Debug
The operation was canceled.
Cache deps on ci-ubuntu-gcc for Release
sybfront.h: No such file or directory
Cache deps on ci-ubuntu-gcc for Release
The operation was canceled.
Cache deps on ci-macos for Debug
The job was canceled because "ci-windows_windows-latest" failed.
Cache deps on ci-macos for Debug
The operation was canceled.
Cache deps on ci-macos for Debug
Intel CET not available
Cache deps on ci-macos for Debug
use of undeclared identifier 'posix_fallocate'
Cache deps on ci-macos for Debug
"This header is only meant to be used on x86 and x64 architecture"
Cache deps on ci-macos for Debug
invalid input constraint 'a' in asm
Cache deps on ci-macos for Debug
use of undeclared identifier '__builtin_ia32_crc32qi'
Cache deps on ci-macos for Debug
use of undeclared identifier '__builtin_ia32_crc32hi'; did you mean '__builtin_arm_crc32h'?
Cache deps on ci-macos for Debug
use of undeclared identifier '__builtin_ia32_crc32si'
Cache deps on ci-macos for Debug
"This header is only meant to be used on x86 and x64 architecture"
Cache deps on ci-macos for Debug
use of undeclared identifier '__builtin_ia32_emms'; did you mean '__builtin_isless'?
Cache deps on ci-macos for Debug
too few arguments to function call, expected 2, have 0
Cache deps on ci-macos for Release: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-macos for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Release
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
Cache deps on ci-macos for Release
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Cache deps on ci-macos for Release
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Cache deps on ci-macos for Release
a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
Cache deps on ci-macos for Release: CMakeLists.txt#L131
By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-macos for Release: CMakeLists.txt#L132
By not providing "FindEditline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-windows for Release: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-windows for Release
stdext::checked_array_iterator, stdext::unchecked_array_iterator, and related factory functions are non-Standard extensions and will be removed in the future. std::span (since C++20) and gsl::span can be used instead. You can define _SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING or _SILENCE_ALL_MS_EXT_DEPRECATION_WARNINGS to suppress this warning.
Cache deps on ci-ubuntu-gcc for Debug: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-ubuntu-gcc for Debug
‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
Cache deps on ci-ubuntu-gcc for Debug
‘snprintf’ output may be truncated before the last format character [-Wformat-truncation=]
Cache deps on ci-ubuntu-gcc for Debug
comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
Cache deps on ci-ubuntu-gcc for Debug
comparison of unsigned expression in ‘>= 0’ is always true [-Wtype-limits]
Cache deps on ci-ubuntu-gcc for Debug
‘ffi_java_raw_to_ptrarray’ is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-gcc for Debug
‘ffi_java_raw_size’ is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-gcc for Debug
‘ffi_java_ptrarray_to_raw’ is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-gcc for Debug
‘ffi_prep_java_raw_closure_loc’ is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-gcc for Debug: CMakeLists.txt#L131
By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-ubuntu-clang for Debug: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-ubuntu-clang for Debug
'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-clang for Debug
'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-clang for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Debug: CMakeLists.txt#L131
By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-ubuntu-clang for Debug: CMakeLists.txt#L132
By not providing "FindEditline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-ubuntu-clang for Debug
function declared 'noreturn' should not return [-Winvalid-noreturn]
Cache deps on ci-ubuntu-clang for Debug
function declared 'noreturn' should not return [-Winvalid-noreturn]
Cache deps on ci-ubuntu-clang for Release: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-ubuntu-clang for Release
'ffi_java_raw_size' is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-clang for Release
'ffi_java_ptrarray_to_raw' is deprecated [-Wdeprecated-declarations]
Cache deps on ci-ubuntu-clang for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Release
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-ubuntu-clang for Release
unused parameter 'cxt' [-Wunused-parameter]
Cache deps on ci-ubuntu-clang for Release: CMakeLists.txt#L131
By not providing "FindReadline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-ubuntu-clang for Release: CMakeLists.txt#L132
By not providing "FindEditline.cmake" in CMAKE_MODULE_PATH this project has
Cache deps on ci-ubuntu-clang for Release
Could not find SASL
Cache deps on ci-windows for Debug: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-windows for Debug
'=': conversion from 'size_t' to 'Int32', possible loss of data [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'=': conversion from '__int64' to 'Int32', possible loss of data [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'=': conversion from 'size_t' to 'Int32', possible loss of data [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'=': conversion from 'size_t' to 'Int32', possible loss of data [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'strcat': This function or variable may be unsafe. Consider using strcat_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-windows for Debug
'setmode': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _setmode. See online help for details. [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-ubuntu-gcc for Release: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-windows for Debug
'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-ubuntu-gcc for Release
ignoring return value of ‘fchown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
Cache deps on ci-windows for Debug
'fdopen': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _fdopen. See online help for details. [C:\Users\runneradmin\.conan2\p\b\bzip234454eb37e819\b\build\bz2.vcxproj]
Cache deps on ci-ubuntu-gcc for Release
ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
Cache deps on ci-ubuntu-gcc for Release
‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
Cache deps on ci-ubuntu-gcc for Release
‘char* __builtin_strncpy(char*, const char*, long unsigned int)’ output may be truncated copying 156 bytes from a string of length 156 [-Wstringop-truncation]
Cache deps on ci-ubuntu-gcc for Release
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Cache deps on ci-ubuntu-gcc for Release
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Cache deps on ci-ubuntu-gcc for Release
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Cache deps on ci-ubuntu-gcc for Release
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Cache deps on ci-ubuntu-gcc for Release
writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Cache deps on ci-macos for Debug: cmake/conan_provider.cmake#L322
CMake-Conan: The C compiler is not defined. Please define CMAKE_C_COMPILER
Cache deps on ci-macos for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Debug
equality comparison with extraneous parentheses [-Wparentheses-equality]
Cache deps on ci-macos for Debug
a function declaration without a prototype is deprecated in all versions of C and is treated as a zero-parameter prototype in C2x, conflicting with a previous declaration [-Wdeprecated-non-prototype]
Cache deps on ci-macos for Debug
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Cache deps on ci-macos for Debug
'vfork' is deprecated: Use posix_spawn or fork [-Wdeprecated-declarations]
Cache deps on ci-macos for Debug
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Cache deps on ci-macos for Debug
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
Cache deps on ci-macos for Debug
'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]