[INFO] fetching crate natsio 0.4.1... [INFO] checking natsio-0.4.1 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate natsio 0.4.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate natsio 0.4.1 on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate natsio 0.4.1 [INFO] finished tweaking crates.io crate natsio 0.4.1 [INFO] tweaked toml for crates.io crate natsio 0.4.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate natsio 0.4.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cf78671a9f6958a0fc46395d3d34b216e0fe561e6bd917fd18dc548a7be56189 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "cf78671a9f6958a0fc46395d3d34b216e0fe561e6bd917fd18dc548a7be56189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cf78671a9f6958a0fc46395d3d34b216e0fe561e6bd917fd18dc548a7be56189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cf78671a9f6958a0fc46395d3d34b216e0fe561e6bd917fd18dc548a7be56189", kill_on_drop: false }` [INFO] [stdout] cf78671a9f6958a0fc46395d3d34b216e0fe561e6bd917fd18dc548a7be56189 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ef6bd34b8875b447fe1692f1b3ad3d26fd07ac428f9ec295779542c243346c4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6ef6bd34b8875b447fe1692f1b3ad3d26fd07ac428f9ec295779542c243346c4", kill_on_drop: false }` [INFO] [stderr] Checking natsio v0.4.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `quicli` [INFO] [stdout] --> examples/nats-box/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use quicli::prelude::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `quicli` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nats` [INFO] [stdout] --> examples/nats-box/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nats; [INFO] [stdout] | ^^^^ no external crate `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `structopt` [INFO] [stdout] --> examples/nats-box/main.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use structopt::StructOpt; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `structopt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StructOpt` [INFO] [stdout] --> examples/nats-box/main.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nats` [INFO] [stdout] --> examples/serde-json/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use nats; [INFO] [stdout] | ^^^^ no external crate `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `serde` [INFO] [stdout] --> examples/serde-json/main.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use serde::{Deserialize, Serialize}; [INFO] [stdout] | ^^^^^ use of undeclared crate or module `serde` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Serialize` [INFO] [stdout] --> examples/serde-json/main.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, Debug)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `Deserialize` [INFO] [stdout] --> examples/serde-json/main.rs:4:21 [INFO] [stdout] | [INFO] [stdout] 4 | #[derive(Serialize, Deserialize, Debug)] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand` [INFO] [stdout] --> tests/reconnection.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use rand::{thread_rng, Rng}; [INFO] [stdout] | ^^^^ use of undeclared crate or module `rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> tests/reconnection.rs:99:13 [INFO] [stdout] | [INFO] [stdout] 99 | log::info!("bad server listening on {}:{}", host, port); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> tests/reconnection.rs:152:13 [INFO] [stdout] | [INFO] [stdout] 152 | log::debug!("got command {}", command); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> tests/reconnection.rs:275:17 [INFO] [stdout] | [INFO] [stdout] 275 | log::error!("killing process after 15 minutes"); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `log` [INFO] [stdout] --> tests/reconnection.rs:330:21 [INFO] [stdout] | [INFO] [stdout] 330 | log::debug!("timed out before we received a response :("); [INFO] [stdout] | ^^^ use of undeclared crate or module `log` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `nats` [INFO] [stdout] --> tests/reconnection.rs:175:28 [INFO] [stdout] | [INFO] [stdout] 175 | let _: nats::ConnectInfo = serde_json::from_str(parts.next().unwrap()).unwrap(); [INFO] [stdout] | ^^^^ use of undeclared crate or module `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `criterion` [INFO] [stdout] --> benches/nats_bench.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use criterion::{criterion_group, criterion_main, BenchmarkId, Criterion, Throughput}; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `criterion` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nats` [INFO] [stdout] --> benches/nats_bench.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use nats; [INFO] [stdout] | ^^^^ no external crate `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `criterion_main` [INFO] [stdout] --> benches/nats_bench.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | criterion_main!(benches); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `criterion_group` [INFO] [stdout] --> benches/nats_bench.rs:31:1 [INFO] [stdout] | [INFO] [stdout] 31 | criterion_group!(benches, pub_benchmark); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `nats` [INFO] [stdout] --> examples/nats_bench.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use nats; [INFO] [stdout] | ^^^^ no external crate `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rand` [INFO] [stdout] --> examples/nats_bench.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use rand::{thread_rng, Rng}; [INFO] [stdout] | ^^^^ use of undeclared crate or module `rand` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `structopt` [INFO] [stdout] --> examples/nats_bench.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use structopt::StructOpt; [INFO] [stdout] | ^^^^^^^^^ use of undeclared crate or module `structopt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StructOpt` [INFO] [stdout] --> examples/nats_bench.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Debug, StructOpt)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:9:7 [INFO] [stdout] | [INFO] [stdout] 9 | #[structopt(long, short, default_value = "demo.nats.io")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:13:7 [INFO] [stdout] | [INFO] [stdout] 13 | #[structopt(long = "creds")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | #[structopt(subcommand)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the derive macro `StructOpt` [INFO] [stdout] --> examples/nats-box/main.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(StructOpt, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[structopt(name = "pub", about = "Publishes a message to a given subject")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:26:7 [INFO] [stdout] | [INFO] [stdout] 26 | #[structopt(name = "sub", about = "Subscribes to a given subject")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | #[structopt(name = "request", about = "Sends a request and waits on reply")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:30:7 [INFO] [stdout] | [INFO] [stdout] 30 | #[structopt(name = "reply", about = "Listens for requests and sends the reply")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CliResult` in this scope [INFO] [stdout] --> examples/nats-box/main.rs:34:14 [INFO] [stdout] | [INFO] [stdout] 34 | fn main() -> CliResult { [INFO] [stdout] | ^^^^^^^^^ help: an enum with a similar name exists: `Result` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> examples/serde-json/main.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | nc.publish(&subj, serde_json::to_vec(&p)?)?; [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> examples/serde-json/main.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | let p: Person = serde_json::from_slice(&msg.data).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `serde_json` [INFO] [stdout] --> tests/reconnection.rs:175:48 [INFO] [stdout] | [INFO] [stdout] 175 | let _: nats::ConnectInfo = serde_json::from_str(parts.next().unwrap()).unwrap(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `serde_json` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `env_logger` [INFO] [stdout] --> tests/reconnection.rs:263:5 [INFO] [stdout] | [INFO] [stdout] 263 | env_logger::init(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared crate or module `env_logger` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `nats` [INFO] [stdout] --> tests/reconnection.rs:303:25 [INFO] [stdout] | [INFO] [stdout] 303 | if let Ok(nc) = nats::ConnectionOptions::new() [INFO] [stdout] | ^^^^ use of undeclared crate or module `nats` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | #[structopt(long, short, default_value = "nats://127.0.0.1:4222")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:20:7 [INFO] [stdout] | [INFO] [stdout] 20 | #[structopt(long = "creds")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:24:7 [INFO] [stdout] | [INFO] [stdout] 24 | #[structopt(long, default_value = "128")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:28:7 [INFO] [stdout] | [INFO] [stdout] 28 | #[structopt(long, short, default_value = "100000")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `natsio` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:32:7 [INFO] [stdout] | [INFO] [stdout] 32 | #[structopt(short, long, default_value = "1")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[structopt(short = "s", long, default_value = "0")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot find attribute `structopt` in this scope [INFO] [stdout] --> examples/nats_bench.rs:40:7 [INFO] [stdout] | [INFO] [stdout] 40 | #[structopt(short = "tls")] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `clone` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/reconnection.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | let nc = nc.clone(); [INFO] [stdout] | ^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `nc` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `subscribe` found for struct `Arc<_>` in the current scope [INFO] [stdout] --> tests/reconnection.rs:341:36 [INFO] [stdout] | [INFO] [stdout] 341 | if let Ok(subscriber) = nc.subscribe("rust.tests.faulty_requests") { [INFO] [stdout] | ^^^^^^^^^ method not found in `Arc<_>` [INFO] [stdout] | [INFO] [stdout] = note: `nc` is a function, perhaps you wish to call it [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 11 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_args` found for struct `Args` in the current scope [INFO] [stdout] --> examples/nats_bench.rs:48:22 [INFO] [stdout] | [INFO] [stdout] 14 | struct Args { [INFO] [stdout] | ----------- function or associated item `from_args` not found for this [INFO] [stdout] ... [INFO] [stdout] 48 | let args = Args::from_args(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Args` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `from_args` found for struct `Cli` in the current scope [INFO] [stdout] --> examples/nats-box/main.rs:35:21 [INFO] [stdout] | [INFO] [stdout] 7 | struct Cli { [INFO] [stdout] | ---------- function or associated item `from_args` not found for this [INFO] [stdout] ... [INFO] [stdout] 35 | let args = Cli::from_args(); [INFO] [stdout] | ^^^^^^^^^ function or associated item not found in `Cli` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 14 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6ef6bd34b8875b447fe1692f1b3ad3d26fd07ac428f9ec295779542c243346c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ef6bd34b8875b447fe1692f1b3ad3d26fd07ac428f9ec295779542c243346c4", kill_on_drop: false }` [INFO] [stdout] 6ef6bd34b8875b447fe1692f1b3ad3d26fd07ac428f9ec295779542c243346c4