Skip to content

Adding chain algorithms, sync_wait and start #15

Adding chain algorithms, sync_wait and start

Adding chain algorithms, sync_wait and start #15

Triggered via pull request February 24, 2024 07:55
Status Failure
Total duration 1d 12h 53m 6s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

157 errors and 67 warnings
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF): test/initial_draft.cpp#L300
use of undeclared identifier 'result_t'; did you mean 'stlab::detail::result_t'?
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
Process completed with exit code 1.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L16
function-like macro 'STLAB_FWD' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L35
class 'segment' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L60
parameter name 'f' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L16
function-like macro 'STLAB_FWD' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L35
class 'segment' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/initial_draft.cpp#L60
parameter name 'f' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L16
function-like macro 'STLAB_FWD' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L35
class 'segment' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L60
parameter name 'f' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
default initialization of an object of const type 'const size_t' (aka 'const unsigned long long')
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept'
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept'
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
default initialization of an object of const type 'const size_t' (aka 'const unsigned long long')
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept'
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
too few arguments provided to function-like macro invocation
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept'
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF): test/initial_draft.cpp#L300
use of undeclared identifier 'result_t'; did you mean 'stlab::detail::result_t'?
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
Process completed with exit code 1.
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L16
function-like macro 'STLAB_FWD' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L35
class 'segment' defines a copy constructor, a copy assignment operator, a move constructor and a move assignment operator but does not define a destructor [cppcoreguidelines-special-member-functions,hicpp-special-member-functions,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L54
copy constructor should not be declared explicit [hicpp-explicit-conversions,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L60
parameter name 'f' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (ubuntu-20.04, gcc-11, Unix Makefiles, Debug, On, gcov, Off)
unable to access 'https://github.com/stlab/chains/': Failed to connect to github.com port 443: Connection timed out
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
'stdext::checked_array_iterator<_Ty*>': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
'stdext::checked_array_iterator<T *>::checked_array_iterator': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
T=fmt::v9::detail::bigint::bigit [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
] [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
'stdext::checked_array_iterator<T *>': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
T=fmt::v9::detail::bigint::bigit [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
'result_of_t': is not a member of 'std' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
syntax error: identifier 'result_of_t' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
'future_error': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
unrecognizable template declaration/definition [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
syntax error: '<end Parse>' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
'_make_exceptional_future': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
unable to recover from previous error(s); stopping compilation [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
Process completed with exit code 1.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
'result_of_t': is not a member of 'std' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
syntax error: identifier 'result_of_t' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
'future_error': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
unrecognizable template declaration/definition [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
syntax error: '<end Parse>' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
'_make_exceptional_future': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
unable to recover from previous error(s); stopping compilation [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
Process completed with exit code 1.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
'result_of_t': is not a member of 'std' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
syntax error: identifier 'result_of_t' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
'future_error': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
unrecognizable template declaration/definition [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
syntax error: '<end Parse>' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
argument list missing after assumed function template 'future' [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
'_make_exceptional_future': a class or enum cannot be defined in an alias template [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
unable to recover from previous error(s); stopping compilation [D:\a\chains\chains\build\test\tests.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
Process completed with exit code 1.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
'stdext::checked_array_iterator<_Ty*>': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
'stdext::checked_array_iterator<T *>::checked_array_iterator': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
T=fmt::v9::detail::bigint::bigit [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
] [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
'stdext::checked_array_iterator<T *>': warning STL4043: 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. [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
T=fmt::v9::detail::bigint::bigit [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): include/chains/tuple.hpp#L46
Moved-from object 't' of type 'std::tuple' is moved [clang-analyzer-cplusplus.Move,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L9
duplicate include [readability-duplicate-include,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
variable name 't' is too short, expected at least 3 characters [readability-identifier-length,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L12
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L13
2.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF): test/tuple_tests.cpp#L14
't' used after it was moved [bugprone-use-after-move,hicpp-invalid-access-moved,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
too few arguments provided to function-like macro invocation [clang-diagnostic-error]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
cannot initialize a member subobject of type 'std::size_t' (aka 'unsigned long long') with an lvalue of type 'unsigned long long () noexcept' [clang-diagnostic-error]
Test (macos-10.15, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, gcc-11, Ninja Multi-Config, Release, OFF, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, gcc-11, Ninja Multi-Config, Release, ON, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (macos-10.15, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
This request was automatically failed because there were no enabled runners online to process the request for more than 1 days.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
declaration of ‘auto p’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
declaration of ‘stlab::v1::unwrap_reference_t<typename std::decay<_BoundArgs>::type>& ... args’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
declaration of ‘auto:57&& x’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF)
declaration of ‘p’ shadows a previous local [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, ON, OFF): test/initial_draft.cpp#L85
declaration of ‘auto:60&& ... args’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
declaration of ‘auto p’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
declaration of ‘stlab::v1::unwrap_reference_t<typename std::decay<_BoundArgs>::type>& ... args’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
declaration of ‘auto:57&& x’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF)
declaration of ‘p’ shadows a previous local [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, ON, OFF): test/initial_draft.cpp#L85
declaration of ‘auto:60&& ... args’ shadows a parameter [-Wshadow]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Release, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
zero size arrays are an extension [-Wzero-length-array]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
implicit conversion changes signedness: 'int' to 'std::basic_string<wchar_t>::size_type' (aka 'unsigned long long') [-Wsign-conversion]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
implicit conversion turns string literal into bool: 'const char[15]' to 'bool' [-Wstring-conversion]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
missing field 'wMonth' initializer [-Wmissing-field-initializers]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
missing field 'wMonth' initializer [-Wmissing-field-initializers]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
implicit conversion changes signedness: 'long long' to 'WORD' (aka 'unsigned short') [-Wsign-conversion]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
zero size arrays are an extension [-Wzero-length-array]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
implicit conversion changes signedness: 'int' to 'std::basic_string<wchar_t>::size_type' (aka 'unsigned long long') [-Wsign-conversion]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
missing field 'wMonth' initializer [-Wmissing-field-initializers]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
missing field 'wMonth' initializer [-Wmissing-field-initializers]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
implicit conversion changes signedness: 'long long' to 'WORD' (aka 'unsigned short') [-Wsign-conversion]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Unix Makefiles, Debug, On, gcov, Off)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3, codecov/codecov-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-20.04, gcc-11, Unix Makefiles, Debug, On, gcov, Off)
The following actions uses node12 which is deprecated and will be forced to run on node16: codecov/codecov-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
Failed to download action 'https://api.github.com/repos/actions/github-script/zipball/ffc2c79a5b2490bd33e0a41c1de74b877714d736'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (codeload.github.com:443)
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On, On)
Back off 29.354 seconds before retry.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, Off, ZIP)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
Failed to download action 'https://api.github.com/repos/codecov/codecov-action/zipball/f32b3a3741e1053eb607407145bc9619351dc93b'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (api.github.com:443)
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
Back off 17.137 seconds before retry.
Test (windows-2022, msvc, Visual Studio 17 2022, Release, On, On)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, On, On)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Failed to download action 'https://api.github.com/repos/aminya/setup-cpp/zipball/290824452986e378826155f3379d31bce8753d76'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (codeload.github.com:443)
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Back off 12.852 seconds before retry.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Failed to download action 'https://api.github.com/repos/codecov/codecov-action/zipball/f32b3a3741e1053eb607407145bc9619351dc93b'. Error: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. (codeload.github.com:443)
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
Back off 16.429 seconds before retry.
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, OFF, OFF)
'getenv' is deprecated: This function or variable may be unsafe. Consider using _dupenv_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [-Wdeprecated-declarations]