Skip to content
Triggered via push March 8, 2024 04:08
Status Failure
Total duration 1m 18s
Artifacts

ci-build.yml

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

Annotations

1 error and 28 warnings
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/log_entry.h#L57
constructor does not initialize these fields: entry_type_
cppcoreguidelines-prefer-member-initializer: src/limestone/log_entry.h#L57
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/log_entry.h#L58
constructor does not initialize these fields: entry_type_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/log_entry.h#L58
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/limestone/log_entry.h#L62
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/log_entry.h#L64
function 'entry_type' should be marked [[nodiscard]]
modernize-use-nodiscard: src/limestone/log_entry.h#L68
function 'message' should be marked [[nodiscard]]
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/dblog_scan.h#L40
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L40
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#L41
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L41
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#L57
constructor does not initialize these fields: entry_type_
cppcoreguidelines-prefer-member-initializer: src/./limestone/log_entry.h#L57
'value_' should be initialized in an in-class default member initializer
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/./limestone/log_entry.h#L58
constructor does not initialize these fields: entry_type_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/log_entry.h#L58
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
modernize-use-nodiscard: src/./limestone/log_entry.h#L62
function 'value' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/log_entry.h#L64
function 'entry_type' should be marked [[nodiscard]]
modernize-use-nodiscard: src/./limestone/log_entry.h#L68
function 'message' should be marked [[nodiscard]]
cppcoreguidelines-pro-type-member-init,hicpp-member-init: src/limestone/dblog_scan.h#L40
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L40
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#L41
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L41
single-argument constructors must be marked explicit to avoid unintentional implicit conversions
readability-function-cognitive-complexity: src/limestone/parse_wal_file.cpp#L137
function 'scan_one_pwal_file' has cognitive complexity of 74 (threshold 25)
readability-make-member-function-const: src/limestone/parse_wal_file.cpp#L137
method 'scan_one_pwal_file' can be made const
readability-function-cognitive-complexity: src/limestone/dblog_scan.cpp#L91
function 'scan_pwal_files' has cognitive complexity of 29 (threshold 25)
cppcoreguidelines-init-variables: src/limestone/dblog_scan.cpp#L184
variable 'ld_epoch' is not initialized