Move use of declval into decltype. #12
Triggered via pull request
February 23, 2024 18:10
Status
Failure
Total duration
1d 2h 37m 38s
Artifacts
–
Annotations
138 errors and 61 warnings
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
expected unqualified-id
|
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, ON, OFF)
expected unqualified-id
|
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, 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, 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, Release, ON, OFF)
expected unqualified-id
|
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Release, ON, OFF)
expected unqualified-id
|
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 (windows-2019, 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 (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, 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-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, 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, 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, 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-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, 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, 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, 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, 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, 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, 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, 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, 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, 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, llvm-15.0.2, 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, 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, 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, llvm-15.0.2, 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, 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-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 (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, 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, 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, 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 (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)
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 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, 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, 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, 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, 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-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)
'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]
|