Skip to content

Support older sqlite versions. #5752

Support older sqlite versions.

Support older sqlite versions. #5752

Triggered via pull request August 30, 2024 17:16
Status Failure
Total duration 23m 10s
Billable time 1h 25m
Artifacts

ci.yml

on: pull_request
Matrix: build-latest
Matrix: build-nodefault
Matrix: check-msrv
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 4 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
Rustfmt
Process completed with exit code 1.
`to_string` applied to a type that implements `Display` in `format!` args: zcash_client_sqlite/src/wallet/init.rs#L393
error: `to_string` applied to a type that implements `Display` in `format!` args --> zcash_client_sqlite/src/wallet/init.rs:393:17 | 393 | captures["major"].to_string() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use this: `&captures["major"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args = note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
`to_string` applied to a type that implements `Display` in `format!` args: zcash_client_sqlite/src/wallet/init.rs#L393
error: `to_string` applied to a type that implements `Display` in `format!` args --> zcash_client_sqlite/src/wallet/init.rs:393:17 | 393 | captures["major"].to_string() | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use this: `&captures["major"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_in_format_args = note: `-D clippy::to-string-in-format-args` implied by `-D warnings`
Clippy (MSRV)
Clippy had exited with the 101 exit code
Clippy (beta)
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 (beta)
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/
Clippy (MSRV)
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 (MSRV)
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/