Skip to content

Improve state transitions in blob_file_garbage_collector (WIP) #982

Improve state transitions in blob_file_garbage_collector (WIP)

Improve state transitions in blob_file_garbage_collector (WIP) #982

Triggered via push February 21, 2025 15:23
Status Failure
Total duration 30m 18s
Artifacts

ci-build.yml

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

Annotations

3 errors and 4 warnings
Build (ubuntu-22.04)
The job running on runner sk038-01 has exceeded the maximum execution time of 30 minutes.
Build (ubuntu-22.04)
The operation was canceled.
modernize-use-default-member-init: src/limestone/blob_file_gc_state_machine.h#L201
use default member initializer for 'current_state_'
hicpp-signed-bitwise: src/limestone/blob_file_gc_state_machine.cpp#L36
use of a signed integer operand with a binary bitwise operator
fuchsia-statically-constructed-objects: src/limestone/blob_file_gc_state_machine.cpp#L48
static objects are disallowed; if possible, use a constexpr constructor instead
cert-err58-cpp: src/limestone/blob_file_gc_state_machine.cpp#L48
initialization of 'state_transition_map' with static storage duration may throw an exception that cannot be caught