Skip to content

Make a smoke test CI for PRs #4

Make a smoke test CI for PRs

Make a smoke test CI for PRs #4

Triggered via pull request February 24, 2024 05:44
@sean-parentsean-parent
synchronize #4
npd/ci
Status Failure
Total duration 1d 15h 4m 6s
Artifacts

ci-pr.yml

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

Annotations

42 errors and 6 warnings
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#L11
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-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 [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)
explicit specialization of non-template struct 'coroutine_traits' [clang-diagnostic-error]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
out-of-line definition of 'coroutine_traits' does not match any declaration in namespace 'std' [clang-diagnostic-error]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
no member named 'suspend_never' in namespace 'std' [clang-diagnostic-error]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
no member named 'suspend_never' in namespace 'std' [clang-diagnostic-error]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
no member named 'suspend_never' in namespace 'std' [clang-diagnostic-error]
Test (ubuntu-20.04, gcc-11, Ninja Multi-Config, Debug, OFF, OFF)
no member named 'suspend_never' in namespace 'std' [clang-diagnostic-error]
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#L10
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L11
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-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 [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
unmatched 'NOLINTEND' comment without a previous 'NOLINTBEGIN' comment [clang-tidy-nolint]
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#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#L82
statement should be inside braces [hicpp-braces-around-statements,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L87
statement should be inside braces [hicpp-braces-around-statements,-warnings-as-errors]
Test (ubuntu-20.04, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/initial_draft.cpp#L118
class 'chain' 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 (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, 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, Off, 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, Off, On)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, On)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, 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, Off, On)
] [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, 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, Off, On)
with [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, On)
[ [D:\a\chains\chains\build\_deps\fmt-build\fmt.vcxproj]
Test (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, 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#L10
unmatched 'NOLINTBEGIN' comment without a subsequent 'NOLINTEND' comment [clang-tidy-nolint]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L11
2.0 is a magic number; consider replacing it with a named constant [readability-magic-numbers,-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 [readability-magic-numbers,-warnings-as-errors]
Test (windows-2019, llvm-15.0.2, Ninja Multi-Config, Debug, OFF, OFF): test/tuple_tests.cpp#L13
unmatched 'NOLINTEND' comment without a previous 'NOLINTBEGIN' comment [clang-tidy-nolint]
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 (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, 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 (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 (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 (windows-2022, msvc, Visual Studio 17 2022, Debug, Off, 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-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]