Skip to content

Configure Renovate

Configure Renovate #68

Triggered via pull request December 15, 2023 05:49
Status Failure
Total duration 1m 36s
Artifacts

rust.yml

on: pull_request
Rustfmt [Formatter]
4s
Rustfmt [Formatter]
Clippy [Linter]
34s
Clippy [Linter]
Matrix: Test Suite
Fit to window
Zoom out
Zoom in

Annotations

39 errors and 45 warnings
deref which would be done by auto-deref: macro/src/lib.rs#L382
error: deref which would be done by auto-deref --> macro/src/lib.rs:382:13 | 382 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L373
error: deref which would be done by auto-deref --> macro/src/lib.rs:373:13 | 373 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L364
error: deref which would be done by auto-deref --> macro/src/lib.rs:364:13 | 364 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L355
error: deref which would be done by auto-deref --> macro/src/lib.rs:355:13 | 355 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L346
error: deref which would be done by auto-deref --> macro/src/lib.rs:346:13 | 346 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L337
error: deref which would be done by auto-deref --> macro/src/lib.rs:337:13 | 337 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L328
error: deref which would be done by auto-deref --> macro/src/lib.rs:328:13 | 328 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L319
error: deref which would be done by auto-deref --> macro/src/lib.rs:319:13 | 319 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L310
error: deref which would be done by auto-deref --> macro/src/lib.rs:310:13 | 310 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L301
error: deref which would be done by auto-deref --> macro/src/lib.rs:301:13 | 301 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L292
error: deref which would be done by auto-deref --> macro/src/lib.rs:292:13 | 292 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L283
error: deref which would be done by auto-deref --> macro/src/lib.rs:283:13 | 283 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L274
error: deref which would be done by auto-deref --> macro/src/lib.rs:274:13 | 274 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L270
error: deref which would be done by auto-deref --> macro/src/lib.rs:270:46 | 270 | let field_name = field_name(&field_type, &*ty)?; | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L269
error: deref which would be done by auto-deref --> macro/src/lib.rs:269:33 | 269 | let field_type = field_type(&*ty)?; | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref = note: `#[deny(clippy::explicit_auto_deref)]` implied by `#[deny(clippy::all)]`
deref on an immutable reference: macro/src/lib.rs#L239
error: deref on an immutable reference --> macro/src/lib.rs:239:36 | 239 | if let Type::Path(type_path) = &*ty { | ^^^^ help: if you would like to reborrow, try removing `&*`: `ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref note: the lint level is defined here --> macro/src/lib.rs:7:5 | 7 | clippy::all | ^^^^^^^^^^^ = note: `#[deny(clippy::borrow_deref_ref)]` implied by `#[deny(clippy::all)]`
deref which would be done by auto-deref: macro/src/lib.rs#L382
error: deref which would be done by auto-deref --> macro/src/lib.rs:382:13 | 382 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L373
error: deref which would be done by auto-deref --> macro/src/lib.rs:373:13 | 373 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L364
error: deref which would be done by auto-deref --> macro/src/lib.rs:364:13 | 364 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L355
error: deref which would be done by auto-deref --> macro/src/lib.rs:355:13 | 355 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L346
error: deref which would be done by auto-deref --> macro/src/lib.rs:346:13 | 346 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L337
error: deref which would be done by auto-deref --> macro/src/lib.rs:337:13 | 337 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L328
error: deref which would be done by auto-deref --> macro/src/lib.rs:328:13 | 328 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L319
error: deref which would be done by auto-deref --> macro/src/lib.rs:319:13 | 319 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L310
error: deref which would be done by auto-deref --> macro/src/lib.rs:310:13 | 310 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L301
error: deref which would be done by auto-deref --> macro/src/lib.rs:301:13 | 301 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L292
error: deref which would be done by auto-deref --> macro/src/lib.rs:292:13 | 292 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L283
error: deref which would be done by auto-deref --> macro/src/lib.rs:283:13 | 283 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L274
error: deref which would be done by auto-deref --> macro/src/lib.rs:274:13 | 274 | &*ty, | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L270
error: deref which would be done by auto-deref --> macro/src/lib.rs:270:46 | 270 | let field_name = field_name(&field_type, &*ty)?; | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref
deref which would be done by auto-deref: macro/src/lib.rs#L269
error: deref which would be done by auto-deref --> macro/src/lib.rs:269:33 | 269 | let field_type = field_type(&*ty)?; | ^^^^ help: try: `&ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#explicit_auto_deref = note: `#[deny(clippy::explicit_auto_deref)]` implied by `#[deny(clippy::all)]`
deref on an immutable reference: macro/src/lib.rs#L239
error: deref on an immutable reference --> macro/src/lib.rs:239:36 | 239 | if let Type::Path(type_path) = &*ty { | ^^^^ help: if you would like to reborrow, try removing `&*`: `ty` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#borrow_deref_ref note: the lint level is defined here --> macro/src/lib.rs:7:5 | 7 | clippy::all | ^^^^^^^^^^^ = note: `#[deny(clippy::borrow_deref_ref)]` implied by `#[deny(clippy::all)]`
Clippy [Linter]
Clippy had exited with the 101 exit code
Test Suite (ubuntu-latest, stable)
Version 2.6 not found
Test Suite (ubuntu-latest, nightly)
Version 2.6 not found
Test Suite (macOS-latest, stable)
Version 2.6 not found
Test Suite (windows-latest, stable)
Version 2.6 not found
Test Suite (windows-latest, nightly)
Version 2.6 not found
Test Suite (macOS-latest, nightly)
Version 2.6 not found
Rustfmt [Formatter]
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Rustfmt [Formatter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt [Formatter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt [Formatter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt [Formatter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Compile
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy [Linter]
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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 [Linter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy [Linter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy [Linter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy [Linter]
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (ubuntu-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (windows-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, nightly)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, actions/setup-node@v1, actions/setup-ruby@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test Suite (macOS-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite (macOS-latest, nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/