Skip to content
Triggered via push March 11, 2024 08:00
Status Failure
Total duration 1m 19s
Artifacts

ci-build.yml

on: push
Matrix: Build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 49 warnings
clang-diagnostic-unused-variable: src/limestone/parse_wal_file.cpp#L192
unused variable 'need_truncate_at'
Analysis
Process completed with exit code 1.
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/log_entry.h#L60
constructor does not initialize these fields: entry_type_
cppcoreguidelines-prefer-member-initializer: src/limestone/log_entry.h#L60
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/log_entry.h#L61
constructor does not initialize these fields: entry_type_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/log_entry.h#L61
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/limestone/log_entry.h#L65
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/log_entry.h#L67
function 'entry_type' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/log_entry.h#L71
function 'message' should be marked [[nodiscard]]
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/dblog_scan.h#L55
constructor does not initialize these fields: fpos_
cppcoreguidelines-prefer-member-initializer: src/limestone/dblog_scan.h#L55
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/dblog_scan.h#L56
constructor does not initialize these fields: fpos_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L56
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/limestone/dblog_scan.h#L60
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/dblog_scan.h#L61
function 'fpos' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/dblog_scan.h#L65
function 'message' should be marked [[nodiscard]]
readability-redundant-access-specifiers: src/limestone/dblog_scan.h#L83
redundant access specifier has the same accessibility as the previous access specifier
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/dblog_scan.h#L84
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L84
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/dblog_scan.h#L85
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L85
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/parse_wal_file.cpp#L124
constructor does not initialize these fields: value_
readability-function-cognitive-complexity: src/limestone/parse_wal_file.cpp#L185
function 'scan_one_pwal_file' has cognitive complexity of 68 (threshold 25)
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/dblog_scan.h#L55
constructor does not initialize these fields: fpos_
cppcoreguidelines-prefer-member-initializer: src/./limestone/dblog_scan.h#L55
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/dblog_scan.h#L56
constructor does not initialize these fields: fpos_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L56
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/./limestone/dblog_scan.h#L60
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/dblog_scan.h#L61
function 'fpos' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/dblog_scan.h#L65
function 'message' should be marked [[nodiscard]]
readability-redundant-access-specifiers: src/./limestone/dblog_scan.h#L83
redundant access specifier has the same accessibility as the previous access specifier
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/dblog_scan.h#L84
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L84
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/dblog_scan.h#L85
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L85
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/log_entry.h#L60
constructor does not initialize these fields: entry_type_
cppcoreguidelines-prefer-member-initializer: src/./limestone/log_entry.h#L60
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/log_entry.h#L61
constructor does not initialize these fields: entry_type_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/log_entry.h#L61
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/./limestone/log_entry.h#L65
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/log_entry.h#L67
function 'entry_type' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/log_entry.h#L71
function 'message' should be marked [[nodiscard]]
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L30
variable 'max_ec' is not initialized
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L52
variable 'ld_epoch' is not initialized
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L72
an exception may be thrown in function 'main' which should not throw exceptions
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L81
variable 'mode' is not initialized