Skip to content

Prepare try-runtime-cli for publication on crates.io #322

Prepare try-runtime-cli for publication on crates.io

Prepare try-runtime-cli for publication on crates.io #322

Triggered via pull request January 5, 2026 23:06
Status Failure
Total duration 32m 52s
Artifacts

rust-checks.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

8 errors
clippy
Clippy had exited with the 101 exit code
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/create_snapshot.rs#L73
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/create_snapshot.rs:73:26 | 73 | Command::new(cargo_bin("try-runtime")) | ^^^^^^^^^
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/create_snapshot.rs#L25
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/create_snapshot.rs:25:24 | 25 | use assert_cmd::cargo::cargo_bin; | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/execute_block.rs#L98
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/execute_block.rs:98:26 | 98 | Command::new(cargo_bin("try-runtime")) | ^^^^^^^^^
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/execute_block.rs#L56
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/execute_block.rs:56:26 | 56 | Command::new(cargo_bin("try-runtime")) | ^^^^^^^^^
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/execute_block.rs#L22
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/execute_block.rs:22:24 | 22 | use assert_cmd::cargo::cargo_bin; | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/follow_chain.rs#L53
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/follow_chain.rs:53:26 | 53 | Command::new(cargo_bin("try-runtime")) | ^^^^^^^^^
use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!`: core/tests/follow_chain.rs#L22
error: use of deprecated function `assert_cmd::cargo::cargo_bin`: incompatible with a custom cargo build-dir, see instead `cargo::cargo_bin!` --> core/tests/follow_chain.rs:22:24 | 22 | use assert_cmd::cargo::cargo_bin; | ^^^^^^^^^ | = note: `-D deprecated` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(deprecated)]`