Skip to content

chore: get rid of outdated variables naming #1044

chore: get rid of outdated variables naming

chore: get rid of outdated variables naming #1044

Triggered via pull request July 6, 2024 21:10
Status Failure
Total duration 5m 29s
Artifacts

ci.yml

on: pull_request
Build with MSRV
1m 34s
Build with MSRV
Rustfmt check
13s
Rustfmt check
PR name check
4s
PR name check
Matrix: Clippy check
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 17 warnings
Test (nightly)
Process completed with exit code 1.
PR name check
The following actions uses node12 which is deprecated and will be forced to run on node16: CondeNast/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PR name check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: CondeNast/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rustfmt check
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 check
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Rustfmt check
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 check
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 check
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 check
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/
doc list item missing indentation: testcontainers/src/core/image/image_ext.rs#L73
warning: doc list item missing indentation --> testcontainers/src/core/image/image_ext.rs:73:9 | 73 | /// If not specified, the daemon default is used, which can either be `\"private\"` or `\"host\"`, depending on daemon version, kerne... | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 73 | /// If not specified, the daemon default is used, which can either be `\"private\"` or `\"host\"`, depending on daemon version, kernel support and configuration. | ++
method `logs` is never used: testcontainers/src/core/client.rs#L109
warning: method `logs` is never used --> testcontainers/src/core/client.rs:109:19 | 91 | impl Client { | ----------- method in this implementation ... 109 | pub(crate) fn logs(&self, id: &str, follow: bool) -> LogStream { | ^^^^ | = note: `#[warn(dead_code)]` on by default
unused import: `tokio_stream::StreamExt`: testcontainers/src/core/containers/async_container.rs#L4
warning: unused import: `tokio_stream::StreamExt` --> testcontainers/src/core/containers/async_container.rs:4:5 | 4 | use tokio_stream::StreamExt; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Clippy check (nightly)
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 check (nightly)
The following actions uses Node.js version which is deprecated 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/
method `logs` is never used: testcontainers/src/core/client.rs#L109
warning: method `logs` is never used --> testcontainers/src/core/client.rs:109:19 | 91 | impl Client { | ----------- method in this implementation ... 109 | pub(crate) fn logs(&self, id: &str, follow: bool) -> LogStream { | ^^^^ | = note: `#[warn(dead_code)]` on by default
unused import: `tokio_stream::StreamExt`: testcontainers/src/core/containers/async_container.rs#L4
warning: unused import: `tokio_stream::StreamExt` --> testcontainers/src/core/containers/async_container.rs:4:5 | 4 | use tokio_stream::StreamExt; | ^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` on by default
Clippy check (stable)
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 check (stable)
The following actions uses Node.js version which is deprecated 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/