Skip to content
Triggered via push March 11, 2024 20:59
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 9 warnings
readability-redundant-access-specifiers: src/limestone/dblog_scan.h#L87
redundant access specifier has the same accessibility as the previous access specifier
readability-redundant-access-specifiers: src/./limestone/dblog_scan.h#L87
redundant access specifier has the same accessibility as the previous access specifier
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L51
variable 'max_ec' is not initialized
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L91
variable 'ld_epoch' is not initialized
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L112
an exception may be thrown in function 'main' which should not throw exceptions
cppcoreguidelines-init-variables: src/limestone/dblogutil/dblogutil.cpp#L119
variable 'mode' is not initialized
cert-err09-cpp,cert-err61-cpp,misc-throw-by-value-catch-by-reference: src/limestone/dblogutil/dblogutil.cpp#L136
catch handler catches by value; should catch by reference instead
bugprone-exception-escape: src/limestone/dblogutil/dblogutil.cpp#L148
an exception may be thrown in function 'main' which should not throw exceptions