Skip to content

factor erange handling into its own function #856

factor erange handling into its own function

factor erange handling into its own function #856

Triggered via pull request October 11, 2024 22:37
Status Failure
Total duration 1m 56s
Artifacts

test.yml

on: pull_request
build-debian-package-11
1m 44s
build-debian-package-11
build-debian-package-12
1m 14s
build-debian-package-12
build-debian-package-13
1m 7s
build-debian-package-13
build-debian-11
1m 3s
build-debian-11
build-debian-12
52s
build-debian-12
build-debian-13
42s
build-debian-13
clippy
14s
clippy
run-ci-debian-11
0s
run-ci-debian-11
run-enhanced-ci-debian-11
0s
run-enhanced-ci-debian-11
run-ci-debian-12
0s
run-ci-debian-12
run-ci-ubuntu-latest
0s
run-ci-ubuntu-latest
run-ci-debian-13
0s
run-ci-debian-13
create-release
0s
create-release
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
cannot borrow `f` as mutable, as it is not declared as mutable: src/handlers.rs#L55
error[E0596]: cannot borrow `f` as mutable, as it is not declared as mutable --> src/handlers.rs:55:19 | 55 | let ret = f(buf); | ^ cannot borrow as mutable | help: consider changing this to be mutable | 50 | fn call_with_erange_handling<F>(buf: &mut Vec<c_char>, mut f: F) -> i32 | +++
clippy
Clippy had exited with the 101 exit code
build-debian-13
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-13
Process completed with exit code 101.
build-debian-12
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-12
Process completed with exit code 101.
build-debian-11
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-11
Process completed with exit code 101.
build-debian-package-13
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-package-13
Process completed with exit code 2.
build-debian-package-12
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-package-12
Process completed with exit code 2.
build-debian-package-11
cannot borrow `f` as mutable, as it is not declared as mutable
build-debian-package-11
Process completed with exit code 2.
clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/