Skip to content
Triggered via push March 11, 2024 17:20
Status Failure
Total duration 1m 20s
Artifacts

ci-build.yml

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

Annotations

1 error and 25 warnings
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
readability-redundant-access-specifiers: src/limestone/dblog_scan.h#L84
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#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/dblog_scan.h#L86
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/limestone/dblog_scan.h#L86
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-redundant-access-specifiers: src/./limestone/dblog_scan.h#L84
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#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/dblog_scan.h#L86
constructor does not initialize these fields: thread_num_
google-explicit-constructor,hicpp-explicit-conversions: src/./limestone/dblog_scan.h#L86
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
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L45
variable 'max_ec' is not initialized
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L67
variable 'ld_epoch' is not initialized
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L88
an exception may be thrown in function 'main' which should not throw exceptions
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L97
variable 'mode' is not initialized
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L116
an exception may be thrown in function 'main' which should not throw exceptions