Skip to content

Handle SIGTERM and signals from user space #371

Handle SIGTERM and signals from user space

Handle SIGTERM and signals from user space #371

Triggered via pull request July 21, 2024 07:17
Status Failure
Total duration 52s
Artifacts

ent.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
[clippy] src/worker/stop.rs#L36: src/worker/stop.rs#L36
error[E0560]: struct `worker::stop::StopDetails` has no field named `nrunning` --> src/worker/stop.rs:36:31 | 36 | StopDetails { reason, nrunning } | ^^^^^^^^ `worker::stop::StopDetails` does not have this field | = note: available fields are: `workers_still_running`
[clippy] src/worker/stop.rs#L36: src/worker/stop.rs#L36
error[E0560]: struct `worker::stop::StopDetails` has no field named `nrunning` --> src/worker/stop.rs:36:31 | 36 | StopDetails { reason, nrunning } | ^^^^^^^^ `worker::stop::StopDetails` does not have this field | = note: available fields are: `workers_still_running`
test
Process completed with exit code 101.