feat: support waiting for commands exit regardless of exit code #1226
Triggered via pull request
February 19, 2025 19:45
Status
Cancelled
Total duration
2m 10s
Artifacts
–
ci.yml
on: pull_request
Build with MSRV
1m 41s
Rustfmt check
14s
PR name check
4s
Matrix: Clippy check
Matrix: Test
Annotations
8 errors and 5 warnings
Clippy check (stable)
Canceling since a higher priority waiting request for 'refs/pull/771/merge' exists
|
Clippy check (stable)
The operation was canceled.
|
Build with MSRV
Canceling since a higher priority waiting request for 'refs/pull/771/merge' exists
|
Build with MSRV
The operation was canceled.
|
Test (nightly)
Canceling since a higher priority waiting request for 'refs/pull/771/merge' exists
|
Test (nightly)
The operation was canceled.
|
Test (stable)
Canceling since a higher priority waiting request for 'refs/pull/771/merge' exists
|
Test (stable)
The operation was canceled.
|
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/
|
useless conversion to the same type: `&core::copy::CopyToContainer`:
testcontainers/src/runners/async_runner.rs#L293
warning: useless conversion to the same type: `&core::copy::CopyToContainer`
--> testcontainers/src/runners/async_runner.rs:293:44
|
293 | container_req.copy_to_sources().map(Into::into).collect();
| ^^^^^^^^^^^^^^^^ help: consider removing
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion
= note: `#[warn(clippy::useless_conversion)]` on by default
|