Skip to content

factor erange handling into its own function #859

factor erange handling into its own function

factor erange handling into its own function #859

Triggered via pull request October 11, 2024 22:42
Status Failure
Total duration 3m 13s
Artifacts 3

test.yml

on: pull_request
build-debian-package-11
1m 54s
build-debian-package-11
build-debian-package-12
1m 18s
build-debian-package-12
build-debian-package-13
1m 15s
build-debian-package-13
build-debian-11
1m 2s
build-debian-11
build-debian-12
50s
build-debian-12
build-debian-13
41s
build-debian-13
clippy
13s
clippy
run-ci-debian-11
24s
run-ci-debian-11
run-enhanced-ci-debian-11
1m 2s
run-enhanced-ci-debian-11
run-ci-debian-12
21s
run-ci-debian-12
run-ci-ubuntu-latest
4s
run-ci-ubuntu-latest
run-ci-debian-13
23s
run-ci-debian-13
create-release
0s
create-release
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 11 warnings
unneeded `return` statement: src/handlers.rs#L227
error: unneeded `return` statement --> src/handlers.rs:227:17 | 227 | return Ok(None); | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return help: remove `return` | 227 ~ Ok(None) 228 ~ } |
unneeded `return` statement: src/handlers.rs#L225
error: unneeded `return` statement --> src/handlers.rs:225:17 | 225 | return Ok(Some(service)); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return help: remove `return` | 225 ~ Ok(Some(service)) 226 | } else { 227 | return Ok(None); 228 ~ } |
unneeded `return` statement: src/handlers.rs#L170
error: unneeded `return` statement --> src/handlers.rs:170:17 | 170 | return Ok(None); | ^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return help: remove `return` | 170 ~ Ok(None) 171 ~ } |
unneeded `return` statement: src/handlers.rs#L168
error: unneeded `return` statement --> src/handlers.rs:168:17 | 168 | return Ok(Some(service)); | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `-D clippy::needless-return` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_return)]` help: remove `return` | 168 ~ Ok(Some(service)) 169 | } else { 170 | return Ok(None); 171 ~ } |
clippy
Clippy had exited with the 101 exit code
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/
build-debian-package-13
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-debian-package-12
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-ci-debian-12
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-ci-debian-13
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-debian-package-11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-ci-ubuntu-latest
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-ci-debian-11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run-enhanced-ci-debian-11
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/download-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "deb-package-debian-11", "deb-package-debian-12", "deb-package-debian-13". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/

Artifacts

Produced during runtime
Name Size
deb-package-debian-11 Expired
13.1 MB
deb-package-debian-12 Expired
13.6 MB
deb-package-debian-13 Expired
13.6 MB