Skip to content

refactor: use ubi9 for Dockerfile & run stage in Dockerfile.aarch64 #2530

refactor: use ubi9 for Dockerfile & run stage in Dockerfile.aarch64

refactor: use ubi9 for Dockerfile & run stage in Dockerfile.aarch64 #2530

Triggered via push December 7, 2023 13:13
Status Success
Total duration 14m 52s
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Try in kind (Kubernetes in Docker)
The following actions uses node12 which is deprecated and will be forced to run on node16: engineerd/[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/
Test Suite
lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
Test Suite
calls to `std::mem::drop` with a value that implements `Copy` does nothing
Test Suite
calls to `std::mem::drop` with a value that implements `Copy` does nothing
Test Suite
field `bin_dir` is never read
Test Suite
lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
Test Suite
lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
Test Suite
unused import: `removed_by_x9`
Test Suite
method `text_range` is never used
Test Suite
use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
Test Suite
use of deprecated method `core::sync::atomic::AtomicUsize::compare_and_swap`: Use `compare_exchange` or `compare_exchange_weak` instead